* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  width: 100%;
}

html.modal-open {
  overflow: hidden;
}

body {
  font-family: var(--font-body);
  background: #FFFFFF;
  color: #475569;
  font-size: 1.125rem; 
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  width: 100%;
}

.gradient-wave-bg {
  background:
    linear-gradient(180deg,
      #ffffff 0%,
      rgba(48, 137, 217, 0.08) 15%,
      rgba(48, 137, 217, 0.06) 40%,
      rgba(48, 137, 217, 0.04) 70%,
      #ffffff 100%
    );
}

.gradient-wave-bg.gradient-section-2 {
  background:
    linear-gradient(180deg,
      rgba(48, 137, 217, 0.06) 0%,
      rgba(48, 137, 217, 0.04) 50%,
      #ffffff 100%
    );
}

.gradient-wave-bg.gradient-section-3 {
  background:
    linear-gradient(180deg,
      rgba(48, 137, 217, 0.05) 0%,
      rgba(48, 137, 217, 0.03) 40%,
      #ffffff 100%
    );
}

.gradient-wave-bg .section {
  background: transparent !important;
}

.gradient-wave-bg .bg-white,
.gradient-wave-bg .bg-gray-50,
.gradient-wave-bg .product-showcase-section,
.gradient-wave-bg .trust-bar {
  background: transparent !important;
}

.gradient-wave-bg .privacy-section-light {
  background: transparent !important;
}

:root {

  --sz-navy-deep: #020617;
  --sz-navy-surface: #0f172a;
  --sz-navy-elevated: #1e293b;

  --bg-page: #FFFFFF;
  --bg-section: #F8FAFC;
  --bg-card: #FFFFFF;
  --bg-white: #FFFFFF;
  --bg-light-gray: #F8FAFC;
  --bg-tertiary: #F1F5F9;
  --bg-modal-backdrop: rgba(15, 23, 42, 0.7);
  --bg-blue-tint: rgba(37, 99, 235, 0.03);
  --bg-navy: #020617;

  --brand-gold: #F59E0B;
  --brand-blue: #2563EB;
  --ink: #0F172A;
  --ink-2: #475569;
  --ink-3: #64748b;
  --ring: rgba(37, 99, 235, 0.15);

  --sz-gold: #F59E0B;           
  --sz-gold-light: #FCD34D;
  --sz-gold-dark: #D97706;
  --sz-cyan: #2563EB;           
  --sz-cyan-light: #3B82F6;
  --sz-cyan-dark: #1D4ED8;

  --sz-green: #22C55E;
  --sz-green-dark: #16A34A;
  --sz-red: #EF4444;
  --sz-red-dark: #DC2626;
  --sz-purple: #7C3AED;

  --sz-yellow: #F59E0B;
  --sz-yellow-light: #FCD34D;
  --sz-yellow-dark: #D97706;
  --sz-blue: #2563EB;
  --sz-blue-light: #3B82F6;
  --sz-blue-dark: #1D4ED8;
  --sz-electric-blue: #2563EB;
  --sz-signal-green: #22C55E;
  --sz-orange: #F59E0B;
  --sz-pink: #EC4899;

  --sz-navy: #0f172a;
  --sz-navy-light: #1e293b;
  --sz-navy-dark: #020617;
  --sz-navy-darker: #020617;

  --text-dark: #0F172A;
  --text-primary: #0F172A;
  --text-gray: #475569;
  --text-secondary: #64748B;
  --text-light: #94A3B8;
  --text-on-dark: #F8FAFC;
  --text-on-dark-muted: rgba(248, 250, 252, 0.7);

  --border-light: #E2E8F0;
  --border-color: #E2E8F0;
  --border-navy-tint: #E2E8F0;

  --glass-surface: rgba(255, 255, 255, 0.03);
  --glass-surface-hover: rgba(255, 255, 255, 0.05);
  --glass-border: rgba(255, 255, 255, 0.08);
  --glass-border-hover: rgba(255, 255, 255, 0.15);
  --sz-glass-border: rgba(255, 255, 255, 0.08);
  --sz-glass-surface: rgba(255, 255, 255, 0.03);

  --radius-sm: 12px;
  --radius-md: 16px;
  --radius-lg: 24px;
  --radius-xl: 32px;
  --radius-pill: 9999px;

  --font-heading: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  --font-body: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  --font-system: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --font-mono: 'JetBrains Mono', 'SF Mono', 'Monaco', 'Inconsolata', 'Fira Code', monospace;
  --tracking-tight: -0.03em; 
  --tracking-normal: -0.02em;

  --gradient-sunrise: linear-gradient(135deg, #F59E0B 0%, #2563EB 100%);
  --gradient-ocean: linear-gradient(135deg, #2563EB 0%, #22C55E 100%);
  --gradient-earth: linear-gradient(135deg, #2563EB 0%, #F59E0B 100%);
  --gradient-gold-button: linear-gradient(135deg, #F59E0B 0%, #FCD34D 100%);
  --gradient-blue-button: linear-gradient(135deg, #2563EB 0%, #3B82F6 100%);
  --gradient-navy-hero: radial-gradient(ellipse 80% 60% at 50% 0%, rgba(37, 99, 235, 0.12) 0%, transparent 50%);
  --gradient-navy-radial: radial-gradient(circle at 50% 50%, #0f172a 0%, #020617 100%);

  --transition-smooth: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --transition-bounce: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  --transition-fast: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);

  --shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.05);
  --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  --shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  --shadow-gold: 0 4px 14px rgba(245, 158, 11, 0.25);
  --shadow-blue: 0 4px 14px rgba(37, 99, 235, 0.25);
  --shadow-cyan: 0 4px 14px rgba(37, 99, 235, 0.25);

  --shadow-card: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  --shadow-card-hover: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  --shadow-navy: 0 4px 24px rgba(0, 0, 0, 0.15);
  --shadow-navy-lg: 0 8px 40px rgba(0, 0, 0, 0.2);
  --shadow-navy-xl: 0 16px 64px rgba(0, 0, 0, 0.25);
  --shadow-btn-blue: 0 4px 14px rgba(37, 99, 235, 0.3);
  --shadow-btn-blue-hover: 0 6px 20px rgba(37, 99, 235, 0.4);
  --sz-glow-shadow: 0 0 40px -10px rgba(37, 99, 235, 0.15);
}

h1 {
  font-family: var(--font-heading);
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin-block: 0 1.5rem;
  color: #0F172A;
}

section h1 {
  font-family: var(--font-heading);
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin-block: 0 1.5rem;
  color: #0F172A;
}

h2 {
  font-family: var(--font-heading);
  font-size: clamp(1.875rem, 4vw, 2.75rem);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.03em;
  color: #0F172A;
}

h3 {
  font-family: var(--font-body);
  font-size: clamp(1.25rem, 2vw, 1.5rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.3;
  color: #0F172A;
}

h4 {
  font-family: var(--font-body);
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #0F172A;
}

p {
  font-size: 1.125rem;
  line-height: 1.7;
  color: #475569;
}

.mono-data {
  font-family: var(--font-mono);
  font-size: 0.875rem;
  color: #0F172A;
  background: #F1F5F9;
  padding: 2px 6px;
  border-radius: 4px;
}

.text-on-dark {
  color: var(--text-on-dark);
}

.text-on-dark-muted {
  color: var(--text-on-dark-muted);
}

.text-gold {
  color: var(--sz-gold);
}

.text-cyan {
  color: var(--sz-cyan);
}

.text-gradient {
  background: var(--gradient-sunrise);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-gradient-cyan {
  background: linear-gradient(135deg, #38bdf8 0%, #7dd3fc 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.glass-card {
  background: var(--glass-surface);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius-lg);
  transition: var(--transition-smooth);
}

.glass-card:hover {
  background: var(--glass-surface-hover);
  border-color: var(--glass-border-hover);
}

.glass-card-elevated {
  background: var(--sz-navy-surface);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  transition: var(--transition-smooth);
}

.glass-card-elevated:hover {
  border-color: var(--sz-cyan);
  box-shadow: var(--shadow-glow-cyan);
}

.glow-cyan {
  box-shadow: var(--shadow-glow-cyan);
}

.glow-gold {
  box-shadow: var(--shadow-glow-gold);
}

.glow-bg-cyan::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  height: 600px;
  background: var(--gradient-glow-cyan);
  pointer-events: none;
  z-index: 0;
}

.glow-bg-gold::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  height: 600px;
  background: var(--gradient-glow-gold);
  pointer-events: none;
  z-index: 0;
}

.btn-glow-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 36px;
  background: var(--sz-cyan);
  color: var(--sz-navy-deep);
  border: none;
  border-radius: var(--radius-pill);
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  text-decoration: none;
  cursor: pointer;
  transition: var(--transition-smooth);
  box-shadow: 0 0 20px rgba(56, 189, 248, 0.3);
}

.btn-glow-primary:hover {
  background: var(--sz-cyan-light);
  transform: translateY(-2px);
  box-shadow: 0 0 40px rgba(56, 189, 248, 0.5);
}

.btn-glow-primary:active {
  transform: translateY(0);
}

.btn-glow-gold {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 36px;
  background: var(--sz-gold);
  color: var(--sz-navy-deep);
  border: none;
  border-radius: var(--radius-pill);
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  text-decoration: none;
  cursor: pointer;
  transition: var(--transition-smooth);
  box-shadow: 0 0 20px rgba(245, 158, 11, 0.3);
}

.btn-glow-gold:hover {
  background: var(--sz-gold-light);
  transform: translateY(-2px);
  box-shadow: 0 0 40px rgba(245, 158, 11, 0.5);
}

.btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 32px;
  background: transparent;
  color: var(--text-secondary);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius-pill);
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: -0.01em;
  text-decoration: none;
  cursor: pointer;
  transition: var(--transition-smooth);
}

.btn-ghost:hover {
  color: var(--color-gray-900);
  border-color: var(--color-gray-400);
  background: var(--color-gray-100);
}

.btn-white-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 18px 40px;
  background: white;
  color: var(--sz-navy-deep);
  border: none;
  border-radius: var(--radius-pill);
  font-family: var(--font-body);
  font-size: 1.0625rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  text-decoration: none;
  cursor: pointer;
  transition: var(--transition-smooth);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.3);
}

.btn-white-pill:hover {
  background: #f8fafc;
  transform: translateY(-3px);
  box-shadow: 0 8px 40px rgba(255, 255, 255, 0.2);
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px 32px;
  background: var(--sz-blue);
  color: white;
  border: none;
  border-radius: var(--radius-pill);
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-decoration: none;
  cursor: pointer;
  transition: var(--transition-fast);
  box-shadow: var(--shadow-btn-blue);
}

.btn-primary:hover {
  background: var(--sz-blue-dark);
  color: white;
  transform: translateY(-2px);
  box-shadow: var(--shadow-btn-blue-hover);
}

.btn-primary:active {
  transform: translateY(0);
}

.btn-primary-light {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px 32px;
  background: white;
  color: var(--sz-navy);
  border: none;
  border-radius: var(--radius-pill);
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-decoration: none;
  cursor: pointer;
  transition: var(--transition-fast);
  box-shadow: var(--shadow-navy);
}

.btn-primary-light:hover {
  background: #f8fafc;
  transform: translateY(-2px);
  box-shadow: var(--shadow-navy-lg);
}

.btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 30px;
  background: transparent;
  color: var(--sz-navy);
  border: 2px solid var(--sz-navy);
  border-radius: var(--radius-pill);
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-decoration: none;
  cursor: pointer;
  transition: var(--transition-fast);
}

.btn-secondary:hover {
  background: var(--sz-navy);
  color: white;
  transform: translateY(-2px);
}

.btn-secondary-light {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 30px;
  background: transparent;
  color: white;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: var(--radius-pill);
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-decoration: none;
  cursor: pointer;
  transition: var(--transition-fast);
}

.btn-secondary-light:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.5);
  transform: translateY(-2px);
}

.btn-lg {
  padding: 18px 40px;
  font-size: 1.0625rem;
}

.btn-sm {
  padding: 10px 20px;
  font-size: 0.875rem;
}

.card {
  background: white;
  border-radius: var(--radius-md);
  padding: 32px;
  border: 1px solid var(--border-navy-tint);
  box-shadow: var(--shadow-card);
  transition: var(--transition-smooth);
}

.card:hover {
  box-shadow: var(--shadow-card-hover);
  transform: translateY(-4px);
}

.card-elevated {
  background: white;
  border-radius: var(--radius-lg);
  padding: 40px;
  border: none;
  box-shadow: var(--shadow-navy);
}

.card-elevated:hover {
  box-shadow: var(--shadow-navy-lg);
  transform: translateY(-6px);
}

.card-icon {
  width: 64px;
  height: 64px;
  background: linear-gradient(135deg, var(--sz-navy) 0%, var(--sz-navy-light) 100%);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  color: white;
}

.card-icon-blue {
  background: linear-gradient(135deg, var(--sz-blue) 0%, var(--sz-blue-dark) 100%);
}

.card-icon-lg {
  width: 72px;
  height: 72px;
}

.card-icon svg {
  width: 32px;
  height: 32px;
}

.card-icon-lg svg {
  width: 36px;
  height: 36px;
}

.section-navy {
  background: var(--gradient-navy-hero);
  color: var(--text-on-dark);
}

.section-navy h2,
.section-navy h3 {
  color: white;
}

.section-navy p {
  color: var(--text-on-dark-muted);
}

.section-light {
  background: var(--bg-page);
}

.section-blue-tint {
  background: var(--bg-blue-tint);
}

.sz-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: transparent;
  z-index: 1000;
  padding: 30px 0;
}

.sz-header-container {
  width: 100%;
  padding: 0 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sz-logo-link {
  display: flex;
  align-items: center;
}

.sz-logo {
  height: 42px;
  width: auto;
  transition: var(--transition-fast);
  display: block;
}

.sz-logo:hover {
  transform: scale(1.05);
}

.sz-nav {
  display: flex;
  align-items: center;
  gap: 18px;
}

.header-nav-list {
  align-items: center;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 12px;
}

.header-nav-item {
  margin: 0;
}

.header-nav-item a:not([href*="#login"]):not([href*="#signup"]):not([href*="#logout"]) {
  text-decoration: none;
  color: var(--ink);
  font-weight: 500;
  font-size: 1rem;
  padding: 10px 18px;
  border-radius: 8px;
  transition: var(--transition-smooth);
  position: relative;
}

.header-nav-item a:not([href*="#login"]):not([href*="#signup"]):not([href*="#logout"]):hover {
  background-color: rgba(48, 137, 217, 0.08);
  transform: translateY(-1px);
}

.b2b-page .header-nav-item a:not([href*="#login"]):not([href*="#signup"]):not([href*="#logout"]):not(.cta-nav-button) {
  color: #0F172A; 
}

.b2b-page .header-nav-item a:not([href*="#login"]):not([href*="#signup"]):not([href*="#logout"]):not(.cta-nav-button):hover {
  background-color: rgba(15, 23, 42, 0.08);
  color: #0F172A;
}

.landing-page .header-nav-item a:not([href*="#login"]):not([href*="#signup"]):not([href*="#logout"]):not(.cta-nav-button) {
  color: rgba(255, 255, 255, 0.9);
}

.landing-page .header-nav-item a:not([href*="#login"]):not([href*="#signup"]):not([href*="#logout"]):not(.cta-nav-button):hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: white;
}

.scam-sos-link {
  background: var(--sz-red) !important;
  color: #ffffff !important;
  font-weight: 700 !important;
  padding: 12px 24px !important;
  border-radius: 100px !important;
  box-shadow: 0 4px 12px rgba(239, 68, 68, 0.3);
  transition: var(--transition-smooth);
  border: 2px solid var(--sz-red);
}

.scam-sos-link:hover {
  background: #dc2626 !important;
  transform: translateY(-2px) scale(1.02) !important;
  box-shadow: 0 8px 24px rgba(239, 68, 68, 0.4), 0 4px 12px rgba(239, 68, 68, 0.25);
}

.scam-sos-link:active {
  transform: translateY(-1px) scale(1.01) !important;
}

.header-nav-item a[href*="#signup"],
.header-nav-item a[href*="#login"],
.header-nav-item a[href*="#logout"] {
  display: inline-block;
  text-align: center;
  border-radius: 100px;
  padding: 12px 32px;
  min-width: 150px;
  transition: var(--transition-smooth);
  text-decoration: none;
  font-weight: 800;
  position: relative;
  overflow: hidden;
}

.header-nav-item a[href*="#signup"] {
  background: var(--brand-gold);
  border: 2px solid var(--brand-gold);
  color: #000;
  box-shadow: var(--shadow-gold);
}

.header-nav-item a[href*="#signup"]:hover {
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 12px 40px rgba(255, 186, 8, 0.35), 0 6px 20px rgba(255, 186, 8, 0.2);
}

.header-nav-item a[href*="#login"],
.header-nav-item a[href*="#logout"] {
  background: var(--brand-blue);
  border: 2px solid var(--brand-blue);
  color: #fff;
  box-shadow: var(--shadow-blue);
}

.header-nav-item a[href*="#login"]:hover,
.header-nav-item a[href*="#logout"]:hover {
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 12px 40px rgba(48, 137, 217, 0.35), 0 6px 20px rgba(48, 137, 217, 0.2);
}

.header-nav-item:nth-of-type(4)+.header-nav-item {
  margin-left: 12px;
}

.nav-highlight {
  color: var(--brand-blue) !important;
  font-weight: 500;
}

.nav-highlight:hover {
  color: var(--brand-blue) !important;
}

.hamburger-menu {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 8px;
  z-index: 1001;
  transition: var(--transition-smooth);
}

.hamburger-menu.active {
  display: none;
}

.hamburger-menu span {
  display: block;
  width: 25px;
  height: 3px;
  background: var(--ink);
  border-radius: 3px;
  transition: var(--transition-smooth);
}

.hamburger-menu:hover span {
  background: var(--brand-blue);
}

.hamburger-menu.active span:nth-child(1) {
  transform: rotate(45deg) translate(7px, 7px);
}

.hamburger-menu.active span:nth-child(2) {
  opacity: 0;
}

.hamburger-menu.active span:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -7px);
}

.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(17, 24, 39, 0.95);
  backdrop-filter: blur(10px);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.mobile-menu.active {
  opacity: 1;
  visibility: visible;
}

.mobile-menu-close {
  position: absolute;
  top: 30px;
  right: 30px;
  background: none;
  border: none;
  color: white;
  font-size: 40px;
  cursor: pointer;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10000;
}

.mobile-menu-nav {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: center;
  width: 90%;
  max-width: 400px;
}

.mobile-menu-nav a {
  color: white;
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: 600;
  padding: 15px 30px;
  border-radius: 12px;
  transition: all 0.3s ease;
  display: block;
}

.mobile-menu-nav a:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateX(10px);
}

.mobile-nav-highlight {
  color: var(--brand-blue) !important;
}

#login-modal-overlay,
#signup-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(17, 24, 39, 0.7);
  backdrop-filter: blur(8px);
  z-index: 10000;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: var(--transition-smooth);
}

#login-modal-overlay.active,
#signup-modal-overlay.active {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.sz-modal-content {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.9);
  z-index: 10001;
  background: #ffffff;
  padding: 32px 36px;
  border-radius: 16px;
  box-shadow: var(--shadow-xl);
  width: 100%;
  max-width: 400px;
  text-align: center;
  min-height: 420px;
  display: flex;
  flex-direction: column;
  font-family: var(--font-system);
  transition: var(--transition-smooth);
}

#login-modal-overlay.active .sz-modal-content,
#signup-modal-overlay.active .sz-modal-content {
  transform: translate(-50%, -50%) scale(1);
}

.sz-modal-close-button {
  position: absolute;
  top: 18px;
  right: 18px;
  background: rgba(174, 174, 178, 0.1);
  border: none;
  font-size: 24px;
  font-weight: 300;
  color: #8E8E93;
  cursor: pointer;
  line-height: 1;
  padding: 0;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: var(--transition-smooth);
}

.sz-modal-close-button:hover {
  background: rgba(174, 174, 178, 0.2);
  color: #555;
  transform: rotate(90deg);
}

.sz-modal-header {
  margin-bottom: 8px;
}

.sz-modal-icon {
  display: block;
  margin: 0 auto 8px auto;
  width: 64px;
  height: 64px;
  object-fit: contain;
  transition: var(--transition-bounce);
}

.sz-modal-icon:hover {
  transform: scale(1.1) rotate(5deg);
}

.sz-modal-header h2 {
  font-size: 24px;
  font-weight: 700;
  color: #1D1D1F;
  margin: 0 0 6px 0;
  letter-spacing: -.01em;
}

.sz-modal-header p {
  font-size: 14px;
  color: #6E6E73;
  line-height: 1.5;
  margin: 0 auto 8px auto;
  max-width: 320px;
}

.sz-divider {
  display: flex;
  align-items: center;
  text-align: center;
  font-size: 12px;
  color: #8A8A8E;
  margin: 20px 0;
  font-weight: 500;
}

.sz-divider::before,
.sz-divider::after {
  content: '';
  flex-grow: 1;
  background-color: #E5E5EA;
  height: 1px;
  margin: 0 12px;
}

.sz-modal-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex-grow: 1;
}

.sz-form-group {
  text-align: left;
}

.sz-form-group label {
  display: block;
  font-size: 13px;
  color: #3C3C43;
  font-weight: 600;
  margin-bottom: 8px;
}

.sz-form-group input[type="email"],
.sz-form-group input[type="text"] {
  width: 100%;
  padding: 12px 16px;
  border: 1.5px solid #D1D1D6;
  border-radius: 10px;
  font-size: 16px;
  color: #1D1D1F;
  transition: var(--transition-smooth);
  background: #FAFAFA;
}

.sz-form-group input[type="email"]::placeholder,
.sz-form-group input[type="text"]::placeholder {
  color: #AEAEB2;
}

.sz-form-group input[type="email"]:focus,
.sz-form-group input[type="text"]:focus {
  border-color: var(--brand-blue);
  box-shadow: 0 0 0 4px var(--ring);
  outline: none;
  background: #ffffff;
  transform: translateY(-1px);
}

.sz-modal-submit-button {
  background-color: var(--brand-blue);
  color: #ffffff;
  border: none;
  padding: 14px 18px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: var(--transition-smooth);
  width: 100%;
  box-shadow: var(--shadow-blue);
}

.sz-modal-submit-button:hover {
  background-color: #2771bd;
  transform: translateY(-2px);
  box-shadow: 0 12px 40px rgba(48, 137, 217, 0.35), 0 6px 20px rgba(48, 137, 217, 0.2);
}

.sz-modal-submit-button:active {
  transform: translateY(0);
}

.sz-modal-submit-button:disabled {
  background-color: #D1D1D6;
  color: #8E8E93;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

.sz-google-button {
  background-color: #FFFFFF;
  color: #444444;
  border: 1.5px solid #DADCE0;
  box-shadow: 0 1px 4px rgba(60, 64, 67, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition-smooth);
}

.sz-google-button:hover {
  background-color: #F8F9FA;
  border-color: #C6C6C6;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(60, 64, 67, 0.25);
}

.sz-modal-message {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 60px);
  max-width: 340px;
  padding: 24px 28px;
  border-radius: 12px;
  font-size: 14px;
  line-height: 1.6;
  display: none;
  z-index: 10;
  box-shadow: var(--shadow-xl);
  text-align: center;
  font-weight: 500;
}

.sz-modal-message.success {
  background-color: #FFFFFF;
  color: #2E7D32;
  border: 2px solid #4CAF50;
}

.sz-modal-message.error {
  background-color: #FFFFFF;
  color: #C62828;
  border: 2px solid #F44336;
}

.sz-modal-footer {
  font-size: 12px;
  color: #8A8A8E;
  margin-top: auto;
  padding-top: 18px;
  line-height: 1.5;
}

.sz-modal-footer a {
  color: var(--brand-blue);
  text-decoration: none;
  font-weight: 600;
  transition: var(--transition-fast);
}

.sz-modal-footer a:hover {
  text-decoration: underline;
  color: #2771bd;
}

.sz-modal-switch {
  text-align: center;
  margin-top: 18px;
  font-size: 14px;
  color: #6E6E73;
}

.sz-modal-switch a {
  color: var(--brand-blue);
  text-decoration: none;
  font-weight: 600;
  transition: var(--transition-fast);
}

.sz-modal-switch a:hover {
  text-decoration: underline;
  color: #2771bd;
}

.turnstile-container {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 65px;
  width: 100%;
}

#screenshot-turnstile-container {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

#screenshot-turnstile-container:empty {
  display: none;
}

#screenshot-turnstile-container.challenge-visible {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  opacity: 1;
  pointer-events: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px;
  margin-top: 16px;
  background: #f8f9fa;
  border-radius: 8px;
  border: 1px solid #e0e0e0;
}

.modal-content-wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
  transition: var(--transition-smooth);
}

.modal-content-wrapper.dimmed {
  opacity: 0.15;
  pointer-events: none;
}

.hero-section {
  min-height: 60vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 240px 50px 120px;
  
  background: linear-gradient(180deg,
    #ffffff 0%,
    #fafcff 20%,
    #f5f9ff 40%,
    #f0f7ff 60%,
    #e8f4ff 80%,
    #e0f2fe 100%
  );
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.hero-section::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -20%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(255, 186, 8, 0.1) 0%, transparent 70%);
  border-radius: 50%;
  animation: floatSection 20s ease-in-out infinite;
}

@keyframes floatSection {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(30px, -30px) scale(1.1); }
}

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

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.spin {
    animation: spin 1s linear infinite;
}

.hero-content {
  max-width: 1100px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.hero-content h1 {
  font-family: var(--font-heading);
  margin-block: 0 28px;
}

.text-black {
  color: var(--ink);
}

.text-gradient {
  background: var(--gradient-sunrise);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.hero-description {
  font-size: clamp(0.9375rem, 1.25vw, 1rem);
  line-height: 1.7;
  color: var(--ink-2);
  margin-bottom: 36px;
  max-width: 100%;
  font-weight: 400;
}

.hero-subtext {
  font-size: 0.875rem;
  color: var(--ink-3);
  margin-top: 12px;
  font-weight: 500;
}

.cta-wrapper {
  display: flex;
  gap: 18px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 48px;
}

.cta-button {
  padding: 16px 40px;
  font-size: 1.125rem;
  border-radius: 100px;
  text-decoration: none;
  font-weight: 600;
  transition: var(--transition-smooth);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  position: relative;
  border: none;
  letter-spacing: -.01em;
}

.signup-cta {
  background: var(--brand-gold);
  color: #000000;
  box-shadow: var(--shadow-gold);
  position: relative;
  overflow: visible;
  flex: 1;
  min-width: 240px;
}

.signup-cta:hover {
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 16px 48px rgba(255, 186, 8, 0.4), 0 8px 24px rgba(255, 186, 8, 0.25);
}

.signup-cta:active {
  transform: translateY(-1px) scale(1.01);
}

.login-cta {
  background: var(--brand-blue);
  color: #ffffff;
  box-shadow: var(--shadow-blue);
  display: none;
}

.login-cta:hover {
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 16px 48px rgba(48, 137, 217, 0.4), 0 8px 24px rgba(48, 137, 217, 0.25);
}

.login-cta:active {
  transform: translateY(-1px) scale(1.01);
}

.upload-screenshot-cta {
  background: var(--brand-gold);
  color: #000000;
  box-shadow: var(--shadow-gold);
  position: relative;
  overflow: visible;
  flex: 1;
  min-width: 240px;
}

.upload-screenshot-cta:hover {
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 16px 48px rgba(255, 186, 8, 0.4), 0 8px 24px rgba(255, 186, 8, 0.25);
}

.upload-screenshot-cta:active {
  transform: translateY(-1px) scale(1.01);
}

.check-scam-cta {
  background: transparent;
  color: var(--brand-blue);
  border: 2px solid var(--brand-blue);
  box-shadow: none;
  flex: 1;
  min-width: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  animation: border-pulse 3s ease-in-out infinite;
}

.check-scam-cta .button-text {
  text-align: center;
}

.check-scam-cta:hover {
  background: rgba(28, 107, 176, 0.08);
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 8px 24px rgba(28, 107, 176, 0.15);
}

.check-scam-cta:active {
  transform: translateY(-1px) scale(1.01);
}

.check-scam-cta .mascot-circle {
  width: 44px;
  height: 44px;
  background: #ffba08;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  animation: strong-pulse 2s ease-in-out infinite;
  position: absolute;
  right: 30px;
}

.check-scam-cta .mascot-circle img {
  width: 32px;
  height: 32px;
}

.mascot {
  width: 52px;
  height: 52px;
  position: absolute;
  left: 50px;
  top: -40px;
}

.mascot img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.15));
}

.video-overlap-section {
  padding: 60px 50px 100px;
  position: relative;
  margin-top: -40px;
  
  background: linear-gradient(180deg, 
    #e0f2fe 0%, 
    #e8f4ff 30%, 
    #f0f9ff 70%, 
    #fafdff 100%
  );
  position: relative;
  z-index: 1;
}

.video-professional-container {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}

.video-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 24px;
  box-shadow: 
    0 0 0 1px rgba(255, 186, 8, 0.1),
    0 8px 32px rgba(255, 186, 8, 0.2),
    0 16px 64px rgba(48, 137, 217, 0.15),
    0 4px 16px rgba(0, 0, 0, 0.1);
  transition: var(--transition-smooth);
  animation: videoFadeIn 1s ease-out 0.6s both;
}

@keyframes videoFadeIn {
  from {
    opacity: 0;
    transform: translateY(40px) scale(0.95);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.video-wrapper:hover {
  transform: translateY(-4px);
  box-shadow: 
    0 0 0 1px rgba(255, 186, 8, 0.15),
    0 12px 48px rgba(255, 186, 8, 0.25),
    0 20px 80px rgba(48, 137, 217, 0.2),
    0 8px 24px rgba(0, 0, 0, 0.12);
}

.desktop-video,
.mobile-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.desktop-video {
  display: block;
}

.mobile-video {
  display: none;
}

.features-section {
  padding: 100px 50px;
  
  background: linear-gradient(180deg,
    #fafdff 0%,
    #f8fbff 50%,
    #f5f9ff 100%
  );
  position: relative;
  overflow: visible;
  z-index: 1;
}

.features-container {
  max-width: 1200px;
  margin: 0 auto;
}

.features-header {
  text-align: center;
  margin-bottom: 64px;
}

.features-header h2 {
  margin-bottom: 18px;
}

.highlight-today {
  background: var(--gradient-sunrise);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  font-weight: 800;
}

.features-subheader {
  font-size: clamp(1.125rem, 2vw, 1.25rem);
  color: var(--ink-2);
  line-height: 1.6;
  max-width: 100%;
  margin: 0 auto;
}

.features-section--mobile {
  display: none;
}

.built-section--mobile {
  display: none;
}

.bento-grid-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  grid-auto-rows: 240px;
  max-width: 1200px;
  margin: 60px auto 0;
}

.bento-card {
  background: white;
  border-radius: 20px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: var(--shadow-md);
  transition: var(--transition-smooth);
  border: 1px solid rgba(0, 0, 0, 0.05);
  position: relative;
  overflow: hidden;
}

.bento-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.5) 0%, transparent 100%);
  opacity: 0;
  transition: var(--transition-smooth);
}

.bento-card:hover {
  transform: translateY(-6px) scale(1.02);
  box-shadow: var(--shadow-xl);
}

.bento-card:hover::before {
  opacity: 1;
}

.tall-card {
  grid-row: span 2;
  background: linear-gradient(135deg, #e0f2fe 0%, #bae6fd 100%);
  justify-content: flex-start;
}

.pink-card {
  background: linear-gradient(135deg, #fce7f3 0%, #fbcfe8 100%);
}

.yellow-card {
  background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
}

.green-card {
  background: linear-gradient(135deg, #d1fae5 0%, #a7f3d0 100%);
}

.purple-card {
  background: linear-gradient(135deg, #e9d5ff 0%, #d8b4fe 100%);
}

.orange-card {
  background: linear-gradient(135deg, #fed7aa 0%, #fdba74 100%);
}

.wide-card {
  grid-column: span 2;
}

.card-icon {
  width: 64px;
  height: 64px;
  background: transparent;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  box-shadow: none;
  transition: var(--transition-bounce);
}

.bento-card:hover .card-icon {
  transform: scale(1.1);
}

.card-icon svg {
  font-size: 48px;
  color: rgba(0, 0, 0, 0.7);
}

.tall-card .card-icon svg {
  color: #2563eb;
}

.pink-card .card-icon svg {
  color: #ec4899;
}

.yellow-card .card-icon svg {
  color: #f59e0b;
}

.green-card .card-icon svg {
  color: #10b981;
}

.orange-card .card-icon svg {
  color: #f97316;
}

.purple-card .card-icon svg {
  color: #8b5cf6;
}

.bento-card h3 {
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 10px;
  letter-spacing: -.01em;
}

.bento-card p {
  font-size: 0.975rem;
  color: var(--ink-2);
  line-height: 1.6;
  margin: 0;
}

.sz-carousel {
  max-width: 100%;
  overflow: hidden;
  position: relative;
}

.sz-track {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  padding: 0.5rem 0;
}

.sz-track::-webkit-scrollbar {
  display: none;
}

.sz-slide {
  flex: 0 0 85%;
  scroll-snap-align: center;
  scroll-snap-stop: always;
}

.sz-tile {
  background: white;
  border-radius: 20px;
  padding: 2rem;
  min-height: 220px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  box-shadow: var(--shadow-md);
  transition: var(--transition-smooth);
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.sz-tile-icon {
  width: 64px;
  height: 64px;
  background: transparent;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  box-shadow: none;
}

.sz-tile-icon svg {
  font-size: 48px;
  color: rgba(0, 0, 0, 0.7);
}

.sz-tile-blue .sz-tile-icon svg {
  color: #2563eb;
}

.sz-tile-pink .sz-tile-icon svg {
  color: #ec4899;
}

.sz-tile-yellow .sz-tile-icon svg {
  color: #f59e0b;
}

.sz-tile-green .sz-tile-icon svg {
  color: #10b981;
}

.sz-tile-orange .sz-tile-icon svg {
  color: #f97316;
}

.sz-tile-purple .sz-tile-icon svg {
  color: #8b5cf6;
}

.sz-tile h3 {
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 0.75rem;
  letter-spacing: -.01em;
}

.sz-tile p {
  font-size: 0.975rem;
  color: var(--ink-2);
  line-height: 1.6;
  margin: 0;
}

.sz-tile-blue {
  background: linear-gradient(135deg, #e0f2fe 0%, #bae6fd 100%);
}

.sz-tile-pink {
  background: linear-gradient(135deg, #fce7f3 0%, #fbcfe8 100%);
}

.sz-tile-green {
  background: linear-gradient(135deg, #d1fae5 0%, #a7f3d0 100%);
}

.sz-tile-yellow {
  background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
}

.sz-tile-orange {
  background: linear-gradient(135deg, #fed7aa 0%, #fdba74 100%);
}

.sz-dots {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 1.5rem;
}

.sz-dots button {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: none;
  background: #d1d5db;
  cursor: pointer;
  padding: 20px;
  transition: var(--transition-smooth);
  background-clip: content-box;
}

.sz-dots button[aria-selected="true"] {
  background: var(--brand-blue);
  width: 24px;
  border-radius: 4px;
}

.how-it-works-timeline {
  
  padding: 160px 50px 80px;
  
  background: linear-gradient(180deg, 
    #fffef9 0%, 
    #fffdf6 50%, 
    #fffcf1 100%
  );
  position: relative;
  z-index: 1;
}

.container-large {
  max-width: 1400px;
  margin: 0 auto;
}

.section-header {
  text-align: center;
  margin-bottom: var(--space-16, 64px);
}

.section-header h2 {
  margin-bottom: var(--space-3, 12px);
}

.section-header p {
  font-size: var(--text-lg, 1.125rem);
  color: var(--color-gray-600, #475569);
  line-height: 1.7;
  max-width: none;
  margin: 0 auto;
}

.timeline-content {
  position: relative;
  padding: 40px 0;
}

.timeline-line {
  position: absolute;
  left: 50%;
  top: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(180deg, 
    var(--brand-blue) 0%, 
    var(--brand-gold) 50%, 
    #00a896 100%
  );
  transform: translateX(-50%);
  border-radius: 4px;
  box-shadow: 0 0 20px rgba(48, 137, 217, 0.3);
}

.timeline-item {
  display: flex;
  align-items: center;
  margin-bottom: 60px;
  position: relative;
  min-height: 180px;
}

.timeline-item.left {
  justify-content: flex-start;
}

.timeline-item.right {
  justify-content: flex-end;
}

.timeline-dot {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 24px;
  height: 24px;
  background: white;
  border: 4px solid var(--brand-blue);
  border-radius: 50%;
  box-shadow: 0 0 20px rgba(48, 137, 217, 0.5), 0 4px 12px rgba(0, 0, 0, 0.15);
  z-index: 2;
  transition: var(--transition-bounce);
}

.timeline-item:hover .timeline-dot {
  transform: translateX(-50%) scale(1.3);
  box-shadow: 0 0 30px rgba(48, 137, 217, 0.7), 0 6px 16px rgba(0, 0, 0, 0.2);
}

.timeline-card {
  background: white;
  padding: 32px;
  border-radius: 20px;
  box-shadow: var(--shadow-lg);
  width: 48%;
  transition: var(--transition-smooth);
  border: 1px solid rgba(0, 0, 0, 0.05);
  position: relative;
}

.timeline-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-xl);
}

.timeline-item.left .timeline-card {
  margin-right: 60px;
}

.timeline-item.right .timeline-card {
  margin-left: 60px;
}

.timeline-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  background: var(--gradient-earth);
  color: white;
  border-radius: 12px;
  font-weight: 800;
  font-size: 1.25rem;
  margin-bottom: 16px;
  box-shadow: var(--shadow-blue);
}

.timeline-card h3 {
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 12px;
  letter-spacing: -.01em;
}

.timeline-card p {
  font-size: 1.05rem;
  color: var(--ink-2);
  line-height: 1.7;
  margin: 0;
}

.ask-scamzero-section {
  padding: 100px 50px;
  background: linear-gradient(180deg,
    #f5f9ff 0%,
    #f0f7ff 50%,
    #e8f4ff 100%
  );
  text-align: center;
  position: relative;
  overflow: hidden;
}

.ask-scamzero-container {
  max-width: 1200px;
  margin: 0 auto;
}

.ask-scamzero-container .section-header {
  margin-bottom: 80px;
  position: relative;
  z-index: 1;
}

.prompt-pills-wrapper {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  min-height: 190px;
}

.prompt-pills-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 12px;
  max-width: 1000px;
  margin: 0 auto;
}

.prompt-pill {
  background: rgba(48, 137, 217, 0.55);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(48, 137, 217, 0.25);
  border-radius: 100px;
  padding: 12px 24px;
  font-size: 1rem;
  font-weight: 500;
  color: white;
  cursor: default;
  white-space: nowrap;
}

.prompt-pill-active {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  background: white;
  border: 2px solid var(--brand-blue);
  border-radius: 100px;
  padding: 18px 36px;
  font-size: 1.25rem;
  font-weight: 600;
  color: #6b7280;
  display: inline-flex;
  align-items: center;
  gap: 16px;
  box-shadow: 0 12px 32px rgba(48, 137, 217, 0.25);
  cursor: pointer;
  z-index: 10;
  min-width: 400px;
  justify-content: flex-start;
  backface-visibility: hidden;
  will-change: transform;
}

.prompt-cursor {
  display: inline-block;
  margin-right: 4px;
  color: var(--brand-blue);
  animation: blink 1s step-end infinite;
  will-change: opacity;
}

@keyframes blink {
  0%, 50% { opacity: 1; }
  51%, 100% { opacity: 0; }
}

.prompt-arrow-circle {
  width: 36px;
  height: 36px;
  background: #ffba08;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-left: auto;
}

.prompt-pill-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

@keyframes subtle-pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.1);
    opacity: 0.85;
  }
}

@keyframes strong-pulse {
  0%, 100% {
    opacity: 1;
    box-shadow: 0 0 0 0 rgba(255, 186, 8, 0.7);
  }
  50% {
    opacity: 0.9;
    box-shadow: 0 0 0 10px rgba(255, 186, 8, 0);
  }
}

@keyframes border-pulse {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(28, 107, 176, 0.4);
  }
  50% {
    box-shadow: 0 0 0 4px rgba(28, 107, 176, 0.2);
  }
}

@media (max-width: 768px) {
  .desktop-only {
    display: none;
  }

  .ask-scamzero-section {
    padding: 70px 24px;
  }

  .ask-scamzero-container .section-header {
    margin-bottom: 40px;
  }

  .prompt-pills-wrapper {
    min-height: 280px;
  }

  .prompt-pills-container {
    gap: 8px;
  }

  .prompt-pill {
    font-size: 0.9rem;
    padding: 10px 18px;
  }

  .prompt-pill-active {
    font-size: 1.05rem;
    padding: 16px 24px;
    min-width: 280px;
  }

  .prompt-pill-icon {
    width: 24px;
    height: 24px;
  }
}

.faq-two-column {
  padding: 100px 50px;
  
  background: linear-gradient(180deg,
    #fffcf1 0%,
    #fffdf6 20%,
    #fffef9 40%,
    #ffffff 60%,
    #fafcff 80%,
    #f5f9ff 100%
  );
}

.faq-container {
  max-width: 1200px;
  margin: 0 auto;
}

.faq-columns {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 60px;
  align-items: start;
}

.questions-column {
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: sticky;
  top: 100px;
}

.question-item {
  background: white;
  border-radius: 16px;
  transition: var(--transition-smooth);
  cursor: pointer;
  border: 2px solid rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.question-item:hover {
  transform: translateX(4px);
  box-shadow: var(--shadow-md);
  border-color: rgba(48, 137, 217, 0.2);
}

.question-item.active {
  background: var(--brand-blue);
  border-color: var(--brand-blue);
  box-shadow: var(--shadow-blue);
}

.question-button {
  width: 100%;
  padding: 22px 28px;
  background: none;
  border: none;
  text-align: left;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  transition: var(--transition-smooth);
}

.question-item:not(.active) .question-button span {
  color: var(--ink);
  font-weight: 600;
  font-size: 1.05rem;
  letter-spacing: -.005em;
}

.question-item.active .question-button span {
  color: white;
  font-weight: 700;
  font-size: 1.05rem;
}

.question-button svg {
  font-size: 1.1rem;
  color: var(--ink-3);
  transition: var(--transition-smooth);
}

.question-item.active .question-button svg {
  color: white;
  transform: translateX(4px);
}

.answers-column {
  position: relative;
  min-height: 300px;
}

.answer-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: var(--transition-smooth);
  background: white;
  padding: 40px;
  border-radius: 20px;
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.answer-item.active {
  opacity: 1;
  visibility: visible;
  position: relative;
  animation: answerFadeIn 0.5s ease-out;
}

@keyframes answerFadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.answer-item p {
  font-size: 1.1rem;
  color: var(--ink-2);
  line-height: 1.8;
  margin: 0;
}

.final-cta-split {
  padding: 100px 50px;
  background: linear-gradient(135deg, #f0f7ff 0%, #e0f2fe 50%, #dbeafe 100%);
  position: relative;
  overflow: hidden;
}

.final-cta-split::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -20%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(48, 137, 217, 0.15) 0%, transparent 70%);
  border-radius: 50%;
  animation: floatSection 20s ease-in-out infinite;
}

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

.cta-left {
  text-align: left;
}

.cta-content h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  color: var(--ink);
  margin-bottom: 20px;
  letter-spacing: -.02em;
  line-height: 1.2;
}

.cta-content p {
  font-size: 1.25rem;
  color: var(--ink-2);
  line-height: 1.6;
}

.cta-right {
  display: flex;
  justify-content: center;
  align-items: center;
}

.cta-action {
  position: relative;
}

.cta-button-primary {
  display: inline-block;
  padding: 20px 48px;
  background: var(--brand-gold);
  color: #000000;
  font-size: 1.25rem;
  font-weight: 800;
  text-decoration: none;
  border-radius: 100px;
  box-shadow: var(--shadow-gold);
  transition: var(--transition-smooth);
  letter-spacing: -.01em;
  position: relative;
  z-index: 1;
}

.cta-button-primary:hover {
  transform: translateY(-4px) scale(1.05);
  box-shadow: 0 20px 60px rgba(255, 186, 8, 0.45), 0 10px 30px rgba(255, 186, 8, 0.3);
}

.footer-section {
  background: var(--sz-navy-surface);
  border-top: 1px solid var(--sz-glass-border);
  color: #CBD5E1; 
  padding: 80px 24px 40px;
  position: relative;
}

.footer-section .footer-col h4,
.footer-section .footer-col h2 {
  color: #FFFFFF;
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.footer-section .footer-logo {
  width: auto;
  height: 38px;
  margin-bottom: 18px;
  transition: var(--transition-smooth);
}

.footer-section .footer-logo:hover {
  transform: scale(1.05);
  filter: brightness(1.2);
}

.footer-section .footer-description {
  font-size: 0.9375rem;
  color: #CBD5E1;
  line-height: 1.7;
  margin-top: 12px;
}

.footer-section .footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-section .footer-links a {
  color: #CBD5E1;
  text-decoration: none;
  font-size: 0.9375rem;
  transition: var(--transition-smooth);
  display: inline-block;
}

.footer-section .footer-links a:hover {
  color: var(--sz-electric-blue);
  transform: translateX(4px);
}

.footer-social-links {
  display: flex;
  gap: 16px;
  margin-top: 12px;
}

.footer-social-links a {
  color: #64748b;
  font-size: 1.5rem;
  transition: var(--transition-smooth);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.footer-social-links a:hover {
  color: var(--sz-electric-blue);
  transform: translateY(-3px);
}

.footer-section .footer-bottom {
  text-align: center;
  padding-top: 40px;
  border-top: 1px solid var(--sz-glass-border);
  max-width: 1200px;
  margin: 0 auto;
}

.footer-section .footer-bottom p {
  color: #CBD5E1; 
  font-size: 0.875rem;
  margin: 0;
}

@media (max-width: 768px) {
  
  .sz-header {
    padding: 20px 0;
  }

  .sz-header-container {
    padding: 0 24px;
  }

  .sz-nav {
    display: none;
  }

  .hamburger-menu {
    display: flex;
  }

  .hero-section {
    padding: 140px 24px 60px;
    min-height: 50vh;
  }

  .hero-content h1 {
    font-size: 52.5px;
    margin-block: 0 24px;
  }

  .hero-content h1 .text-black {
    display: block;
  }

  .hero-description {
    font-size: 18px;
    max-width: 95%;
    margin-bottom: 32px;
    line-height: 1.6;
  }

  .cta-wrapper {
    margin-top: 48px;
    flex-direction: column;
    gap: 14px;
    width: 100%;
  }

  .cta-button {
    padding: 15px 32px;
    font-size: 1.05rem;
    width: 100%;
    min-width: 0;
  }

  .signup-cta {
    min-width: 0;
  }

  .check-scam-cta {
    display: inline-flex;
  }

  .check-scam-cta .mascot-circle {
    width: 37.4px;
    height: 37.4px;
  }

  .check-scam-cta .mascot-circle img {
    width: 20.4px;
    height: 20.4px;
  }

  .login-cta {
    display: none;
  }

  .mascot {
    width: 44px;
    height: 44px;
    left: 40px;
    top: -30px;
  }

  .video-overlap-section {
    padding: 120px 24px 60px;
    margin-top: -30px; 
  }

  .video-wrapper {
    height: 180px;
    border-radius: 16px;
    box-shadow: 
      0 0 5px rgba(255, 186, 8, 0.3),
      0 0 10px rgba(255, 186, 8, 0.2),
      0 0 15px rgba(255, 186, 8, 0.1);
  }

  .desktop-video {
    display: none;
  }

  .mobile-video {
    display: block;
  }

  .features-section {
    padding: 70px 24px 50px;
  }

  .features-header {
    margin-bottom: 48px;
  }

  .features-header h2 {
    font-size: 28px;
    margin-bottom: 14px;
  }

  .features-subheader {
    font-size: 16px;
  }

  .features-section--mobile {
    display: block;
    margin-top: 2rem;
    margin-left: -24px;
    margin-right: -24px;
  }

  .built-section--mobile {
    display: block;
    margin-top: 2rem;
  }

  .built-section--mobile .sz-tile {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto;
    column-gap: 1rem;
    row-gap: 0.5rem;
    align-items: start;
    padding: 1.5rem;
  }

  .built-section--mobile .sz-tile-icon {
    grid-column: 1;
    grid-row: 1 / 3;
    margin-bottom: 0;
    align-self: start;
  }

  .built-section--mobile .sz-tile h3 {
    grid-column: 2;
    grid-row: 1;
    margin-bottom: 0;
  }

  .built-section--mobile .sz-tile p {
    grid-column: 2;
    grid-row: 2;
  }

  .bento-grid-container {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }

  .bento-card {
    min-height: 180px;
  }

  .tall-card {
    grid-row: span 1;
  }

  .wide-card {
    grid-column: span 1;
  }

  .sz-slide {
    flex: 0 0 90%;
  }

  .sz-track {
    padding: 0.5rem 0;
  }

  .sz-slide:first-child {
    margin-left: 5%;
  }

  .sz-slide:last-child {
    margin-right: 5%;
  }

  .how-it-works-timeline {
    
    padding: 120px 24px 70px;
  }

  .section-header {
    margin-bottom: 40px;
  }

  .section-header h2 {
    font-size: 28px;
    margin-bottom: 14px;
  }

  .section-header p {
    font-size: 16px;
  }

  .timeline-content {
    padding: 0;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .timeline-line {
    display: none;
  }

  .timeline-dot {
    display: none;
  }

  .timeline-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
    min-height: auto;
  }

  .timeline-item::after {
    content: '';
    width: 2px;
    height: 24px;
    background: linear-gradient(180deg, var(--brand-blue) 0%, var(--brand-gold) 100%);
    margin: 16px 0;
  }

  .timeline-item:last-child::after {
    display: none;
  }

  .timeline-card {
    width: 100%;
    margin: 0 !important;
    padding: 24px;
  }

  .timeline-card h3 {
    font-size: 1.25rem;
    margin-bottom: 10px;
  }

  .timeline-card p {
    font-size: 0.975rem;
  }

  .timeline-number {
    width: 36px;
    height: 36px;
    font-size: 1.1rem;
    margin-bottom: 12px;
  }

  .scam-questions-split {
    padding: 40px 20px;
    min-height: auto;
  }

  .split-container {
    flex-direction: column;
    gap: 0;
    min-height: auto;
  }

  .split-left {
    text-align: center;
  }

  .split-left h2 {
    font-size: 32px;
    margin-bottom: 24px;
  }

  .question-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
  }

  .question-icon svg {
    font-size: 32px;
  }

  .animated-question-wrapper {
    min-height: 100px;
    padding: 0 10px;
  }

  .animated-words {
    font-size: 1.25rem;
    line-height: 1.5;
  }

  .split-right {
    display: none;
  }

  .faq-two-column {
    padding: 70px 24px;
  }

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

  .questions-column {
    position: static;
  }

  .final-cta-split {
    padding: 70px 24px;
  }

  .cta-split-container {
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: center;
  }

  .cta-left {
    text-align: center;
  }

  .cta-content h2 {
    font-size: 32px;
  }

  .cta-content p {
    font-size: 1.1rem;
  }

  .cta-right {
    justify-content: center;
  }

  .footer-section {
    padding: 60px 24px 30px;
  }

  .sz-modal-content {
    max-width: calc(100vw - 32px);
    max-height: calc(100vh - 32px);
    padding: 24px;
    overflow-y: auto;
  }

  .sz-modal-header {
    margin-bottom: 18px;
  }

  .sz-modal-header h2 {
    font-size: 20px;
  }

  .sz-modal-header p {
    font-size: 13px;
  }

  .sz-modal-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 12px;
  }
}

@media (max-width: 480px) {
  .hero-content h1 {
    font-size: 42.5px;
  }

  .hero-description {
    font-size: 16px;
    max-width: 95%;
  }

  .cta-button {
    padding: 14px 28px;
    font-size: 1rem;
  }

  .video-wrapper {
    height: 160px;
  }

  .scam-questions-split {
    padding: 40px 20px;
    min-height: 300px;
  }

  .animated-words {
    font-size: 1.1rem;
  }
}

@media (min-width: 1400px) {
  .hero-content h1 {
    font-size: 5rem;
  }

  .hero-description {
    font-size: 1.5rem;
  }

  .cta-button {
    padding: 20px 56px;
    font-size: 1.35rem;
  }
}

.modal-container {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    position: fixed;
    inset: 0;
    background: rgba(17, 24, 39, 0.7);
    backdrop-filter: blur(8px);
    z-index: 10000;
    visibility: hidden;
    opacity: 0;
    transition: opacity .3s ease, visibility .3s ease;
    overflow-y: auto;
}

.modal-container.active {
    visibility: visible;
    opacity: 1;
}

.modal-container .close-button {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.95);
    color: #333;
    font-size: 28px;
    cursor: pointer;
    z-index: 10001;
    border: 2px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    line-height: 1;
    transition: var(--transition-smooth);
}

.modal-container .close-button:hover {
    background: #fff;
    transform: rotate(90deg);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.modal-container .iframe-container {
    background: transparent;
    box-shadow: none;
    width: auto;
    height: auto;
    max-width: none;
    max-height: none;
    overflow: visible;
    border-radius: 0;
    animation: none;
    border: none;
}

#scamcheck .iframe-container,
#scam-recovery .iframe-container {
    width: 700px;
    height: 600px;
    max-height: 90vh;
    padding: 0;
    background-color: #f8f9fa;
    overflow: hidden;
    border: 3px solid #FFAB08;
    border-radius: 24px;
    box-shadow: 0 0 20px rgba(255, 186, 8, 0.2);
}

#scamcheck iframe,
#scam-recovery iframe {
    height: 100%;
    width: 100%;
    border: none;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

.hero-section,
.video-overlap-section,
.features-section,
.how-it-works-timeline {
  z-index: 1;
}

.hero-section::after,
.video-overlap-section::after,
.features-section::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 200px;
  bottom: 0;
  transform: translateY(100%); 
  z-index: 0; 
  pointer-events: none;
}

.hero-section::after {
  background: linear-gradient(180deg, #e0f2fe 0%, rgba(224, 242, 254, 0) 100%);
}

.video-overlap-section::after {
  background: linear-gradient(180deg, #fafdff 0%, rgba(250, 253, 255, 0) 100%);
}

.features-section::after {
  background: linear-gradient(180deg, #f5f9ff 0%, rgba(245, 249, 255, 0) 100%);
}

.complete-shield-section.visual-shield-v2 {
  
  padding: 100px 50px 180px;
  
  background: linear-gradient(180deg,
    #e8f4ff 0%,
    #ddf1ff 40%,
    #d0ecff 60%,
    #e8f4f5 80%,
    #fffef9 100%
  );
  position: relative;
  z-index: 1;
  text-align: center;
}

.scam-questions-split h2 {
  font-family: 'Cal Sans', 'Cal Sans Placeholder', sans-serif !important;
  font-size: clamp(1.6rem, 4vw, 51px) !important;
  font-weight: 600 !important;
  line-height: 1.1 !important;
  letter-spacing: -0.02em !important;
  color: #ffffff !important;
}

.section-header p,
.features-subheader,
.final-cta-split p {
  font-family: 'Archivo', 'Archivo Placeholder', sans-serif !important;
  font-size: 1.125rem !important;
  font-weight: 400 !important;
  line-height: 1.7 !important;
  color: var(--color-gray-600, #475569) !important;
  margin-top: 16px !important;
}

.scam-insights-wrapper {
  max-width: 1200px;
  margin: 50px auto 0;
}

.insights-tabs {
  display: flex;
  gap: 12px;
  margin-bottom: 24px;
  justify-content: center;
  background: rgba(0, 0, 0, 0.03);
  padding: 8px;
  border-radius: 100px;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.insight-tab {
  background: transparent;
  border: none;
  border-radius: 100px;
  padding: 14px 32px;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  transition: var(--transition-smooth);
  font-size: 1rem;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.6);
}

.insight-tab svg {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.6);
  transition: var(--transition-smooth);
}

.insight-tab:hover {
  color: rgba(0, 0, 0, 0.8);
}

.insight-tab:hover svg {
  color: rgba(0, 0, 0, 0.8);
}

.insight-tab.active {
  background: white;
  border: none;
  color: rgba(0, 0, 0, 0.9);
  font-weight: 600;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.insight-tab.active svg {
  color: rgba(0, 0, 0, 0.9);
}

.insights-content-container {
  position: relative;
  background: white;
  border-radius: 24px;
  padding: 0 40px;
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.insight-display {
  display: none;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  margin-left: -40px;
}

.insight-display.active {
  display: grid;
}

.insight-display[data-insight="2"] {
  margin-left: 0;
  margin-right: -40px;
}

.insight-image {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: var(--shadow-md);
}

.insight-image img {
  width: 100%;
  height: auto;
  display: block;
}

.insight-details {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
  text-align: left;
}

.insight-badge {
  display: inline-block;
  background: #ffba08;
  color: #000;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 8px 16px;
  border-radius: 100px;
  text-transform: uppercase;
  width: fit-content;
}

.insight-details h3 {
  font-size: 2rem;
  font-weight: 700;
  color: var(--ink);
  margin: 0;
  line-height: 1.2;
  letter-spacing: -.02em;
}

.insight-details p {
  font-size: 1.125rem;
  color: var(--ink-2);
  line-height: 1.7;
  margin: 0;
}

.complete-shield-section .features-section--mobile {
  display: none;
}

@media (max-width: 768px) {
  .complete-shield-section.visual-shield-v2 {
    
    padding: 70px 24px 120px;
  }

  .features-grid-desktop {
    display: none;
  }

  .scam-insights-wrapper {
    display: none;
  }

  .complete-shield-section .features-section--mobile {
    display: block;
    margin-top: 2rem;
    margin-left: -24px;
    margin-right: -24px;
  }

  .complete-shield-section .sz-slide {
    flex: 0 0 85%;
  }

  .complete-shield-section .sz-slide:first-child {
    margin-left: 7.5%;
  }

  .complete-shield-section .sz-slide:last-child {
    margin-right: 7.5%;
  }

  .insight-card-mobile {
    background: white;
    border-radius: 20px;
    padding: 0;
    display: flex;
    flex-direction: column;
    box-shadow: var(--shadow-lg);
    border: 1px solid rgba(0, 0, 0, 0.05);
    overflow: hidden;
    min-height: 500px;
  }

  .insight-image-mobile {
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }

  .insight-image-mobile img {
    width: 100%;
    height: auto;
    display: block;
  }

  .insight-card-mobile .insight-badge-mobile {
    display: none;
    background: #ffba08;
    color: #000;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    padding: 6px 12px;
    border-radius: 100px;
    text-transform: uppercase;
    width: fit-content;
    margin: 20px 24px 0;
  }

  .insight-card-mobile h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--ink);
    margin: 16px 24px 0;
    line-height: 1.2;
    letter-spacing: -0.02em;
    text-align: center;
  }

  .insight-card-mobile p {
    font-size: 1rem;
    color: var(--ink-2);
    line-height: 1.7;
    margin: 16px 24px 24px;
    text-align: center;
  }

  .sz-modal-content {
    padding: 24px 28px;
    min-height: auto;
  }

  .sz-modal-header {
    margin-bottom: 8px;
  }

  .sz-modal-icon {
    margin-bottom: 12px;
  }

  .sz-modal-header h2 {
    margin-bottom: 8px;
  }

  .sz-modal-header p {
    margin-bottom: 6px;
  }

  .sz-modal-form {
    gap: 8px;
  }

  .sz-divider {
    margin: 14px 0;
  }

  .sz-modal-footer {
    margin-top: 14px;
    padding-top: 14px;
  }

  .sz-modal-switch {
    margin-top: 14px;
  }

  #signup-modal .sz-modal-header p {
    margin-bottom: 4px;  
  }

  #signup-modal .sz-modal-footer {
    margin-top: 3.5px;   
    padding-top: 3.5px;
  }

  .modal-container,
  .modal-container .iframe-container {
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    width: 100vw;
    height: 100vh;
    height: 100dvh;
    max-height: 100vh;
    max-height: 100dvh;
    max-width: 100vw;
  }

  .modal-container .close-button {
    border-radius: 50%;
  }

  #scamcheck .iframe-container,
  #recovery .iframe-container {
    width: 100%;
    height: 100vh;
    height: 100dvh;
    max-width: 100%;
    max-height: 100vh;
    max-height: 100dvh;
    border-radius: 0;
    border: none;
    display: flex;
    flex-direction: column;
  }

  #scamcheck iframe,
  #recovery iframe {
    flex: 1;
    height: 100%;
    min-height: 0;
  }
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.sc-loading-view .loading-spinner,
#detail-loadingSpinner .loading-spinner {
    width: 100px;
    height: 100px;
    margin: 0 auto 20px;
    position: relative;
    border: none;
    animation: none;
}

.loading-spinner img,
.sc-loading-view .loading-spinner img,
#detail-loadingSpinner .loading-spinner img {
    width: 100%;
    height: 100%;
    animation: float 3s ease-in-out infinite;
}

.loading-spinner::before,
.sc-loading-view .loading-spinner::before,
#detail-loadingSpinner .loading-spinner::before {
    content: '';
    position: absolute;
    top: -15px;
    left: -15px;
    right: -15px;
    bottom: -15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #FFBA08;
    border-right-color: #3089D9;
    animation: spin 1.5s linear infinite;
}

.sc-container {
    background: var(--bg-white);
    width: 950px;
    max-width: calc(100vw - 40px);
    height: 650px;
    max-height: calc(100vh - 40px);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-xl);
    display: flex;
    overflow: hidden;
    position: relative;
    border: 3px solid var(--sz-yellow);
}

.sz-results-modal-content {
    background: var(--bg-white);
    width: 950px;
    max-width: calc(100vw - 40px);
    max-height: 90vh;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-xl);
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
    border: 3px solid var(--sz-yellow);
}

.sc-view {
    display: none;
    width: 100%;
    height: 100%;
}

.sc-container.state-upload .sc-upload-view,
.sc-container.state-loading .sc-loading-view,
.sc-container.state-results .sc-results-view {
    display: flex;
}

.sc-container.state-loading .sc-loading-view,
.sz-results-modal-content .sc-loading-view {
    width: 100%;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.sz-results-modal-content .sc-loading-view {
    min-height: 650px;
}

.sc-upload-view {
    flex-direction: row;
}

.sc-brand-panel {
    width: 330px;
    flex-shrink: 0;
    background: var(--sz-yellow);
    padding: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
}

.sc-header-icon {
    width: 90px;
    height: 90px;
    margin-bottom: 24px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sc-header-icon img {
    width: 60%;
    height: 60%;
    object-fit: contain;
}

.sc-title {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.3;
}

.sc-subtitle {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.9);
    margin-top: 12px;
    line-height: 1.5;
}

.sc-main-panel {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    background: var(--bg-white);
}

.sc-main-panel .sc-content {
    flex-grow: 1;
    padding: 32px;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
}

.sc-main-panel .sc-footer {
    padding: 24px 32px;
    background-color: var(--bg-light-gray);
    border-top: 1px solid var(--border-color);
    flex-shrink: 0;
}

.sc-results-view .sc-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.3);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 20px 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(10px);
    z-index: 10;
}

.sc-upload-wrapper {
    position: relative;
    width: 100%;
    min-height: 320px;
    display: flex;
    flex-direction: column;
    margin-bottom: 24px;
    flex-grow: 1;
}

.sc-upload-dropzone {
    border: 2px dashed var(--border-color);
    border-radius: var(--radius-md);
    padding: 40px;
    text-align: center;
    background: var(--bg-light-gray);
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
}

.sc-upload-icon-large {
    width: 48px;
    height: 48px;
    margin-bottom: 16px;
    opacity: 0.5;
}

.sc-upload-dropzone h3 {
    font-size: 18px;
    font-weight: 600;
    color: var(--text-primary);
    margin: 0 0 8px 0;
}

.sc-upload-dropzone p {
    font-size: 14px;
    color: var(--text-secondary);
    margin: 0;
}

.sc-uploaded-files-container {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    width: 100%;
    flex-grow: 1;
}

.sc-file-previews {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 16px;
    padding: 16px;
    border: 1px solid var(--border-color);
    border-radius: var(--radius-md);
    background-color: var(--bg-light-gray);
    min-height: 250px;
}

.sc-file-preview {
    position: relative;
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: var(--shadow-sm);
}

.sc-file-preview img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.sc-file-preview .remove-btn {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 28px;
    height: 28px;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    font-size: 20px;
}

.sc-add-more-btn {
    width: 100%;
    padding: 14px;
    margin-top: 16px;
    background: white;
    border: 2px dashed var(--border-color);
    border-radius: var(--radius-sm);
    color: var(--text-secondary);
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
}

.sc-add-more-btn:disabled {
    cursor: not-allowed;
    opacity: 0.6;
    background: var(--bg-light-gray);
}

.sc-context-section label {
    font-size: 13px;
    font-weight: 600;
    color: var(--text-primary);
    margin-bottom: 8px;
    display: block;
}

#sc-context-input {
    width: 100%;
    min-height: 80px;
    border: 1px solid var(--border-color);
    border-radius: var(--radius-sm);
    padding: 12px;
    font-size: 15px;
    resize: vertical;
    font-family: inherit;
}

.sc-submit-btn {
    width: 100%;
    background: var(--gradient-gold-button);
    color: var(--text-dark);
    border: none;
    border-radius: 100px;
    padding: 16px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    box-shadow: var(--shadow-gold);
    transition: var(--transition-smooth);
}

.sc-submit-btn:hover:not(:disabled) {
    transform: translateY(-2px) scale(1.02);
    box-shadow: 0 12px 40px rgba(255, 186, 8, 0.35);
}

.sc-submit-btn:disabled {
    background: var(--border-light);
    color: var(--text-gray);
    cursor: not-allowed;
    box-shadow: none;
}

.sc-loading-view {
    padding: 40px;
}

.sc-loading-view .loading-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.loading-text {
    font-size: 18px;
    font-weight: 600;
    color: var(--text-primary);
    margin-bottom: 8px;
}

.sc-container.state-loading .sc-footer {
    display: none;
}

.sc-results-view {
    position: relative;
    overflow: hidden;
    flex: 1;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.sc-results-container {
    flex: 1;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.sc-results-container .sz-assessment-container {
    flex: 1;
    min-height: 100%;
}

.sc-check-another-btn {
    width: auto;
    max-width: 400px;
    background: linear-gradient(135deg, var(--brand-blue) 0%, #5CA7E8 100%);
    color: white;
    border: none;
    border-radius: 100px;
    padding: 14px 32px;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    box-shadow: var(--shadow-blue);
    transition: var(--transition-smooth);
}

.sc-check-another-btn:hover {
    transform: translateY(-2px) scale(1.02);
    box-shadow: 0 12px 40px rgba(48, 137, 217, 0.35);
}

.sz-assessment-container {
    width: 100%;
    height: 100%;
    min-height: 100%;
    position: relative;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    color: white;
}

.sz-assessment-container.risk-low {
    background: linear-gradient(135deg, #0A2818 0%, #0F3A2A 100%);
}

.sz-assessment-container.risk-medium {
    background: linear-gradient(135deg, #2D1B00 0%, #3D2A00 100%);
}

.sz-assessment-container.risk-high {
    background: linear-gradient(135deg, #2D0A0A 0%, #3D1010 100%);
}

.sz-assessment-container.risk-undetermined {
    background: linear-gradient(135deg, #0A0E27 0%, #1A1E37 100%);
}

.sz-assessment-risk-header {
    display: flex;
    align-items: center;
    padding: 40px 48px;
    position: relative;
    z-index: 2;
    color: white;
    flex-shrink: 0;
}

.sz-assessment-risk-header .sz-risk-icon {
    font-size: 3rem;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
}

.risk-low .sz-risk-icon {
    background: rgba(16, 185, 129, 0.2);
    color: #10B981;
}

.risk-medium .sz-risk-icon {
    background: rgba(245, 158, 11, 0.2);
    color: #F59E0B;
}

.risk-high .sz-risk-icon {
    background: rgba(239, 68, 68, 0.2);
    color: #EF4444;
}

.risk-undetermined .sz-risk-icon {
    background: rgba(107, 114, 128, 0.2);
    color: #6B7280;
}

.sz-assessment-risk-header .sz-risk-title {
    flex: 1;
    margin-left: 32px;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1;
}

.sz-assessment-risk-header .sz-risk-title span {
    display: block;
    font-size: 0.875rem;
    font-weight: 400;
    opacity: 0.6;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.sz-assessment-details {
    padding: 0 48px 120px;
    position: relative;
    z-index: 2;
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 0;
}

.sz-assessment-subject {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 20px 32px;
    border-radius: var(--radius-lg);
    margin-bottom: 28px;
}

.sz-assessment-subject-label {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 16px;
}

.sz-assessment-subject-text {
    font-size: 1.3rem;
    font-weight: 600;
    color: white;
}

.sz-assessment-section {
    margin-bottom: 24px;
}

.sz-assessment-section-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 16px;
    color: white;
}

.sz-assessment-section-header .sz-section-icon {
    font-size: 2rem;
}

.sz-assessment-section-header .sz-section-title {
    font-size: 2rem;
    font-weight: 600;
    color: white;
    margin: 0;
}

.sz-assessment-section-content p {
    font-size: 1.125rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
}

.sz-assessment-findings-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.sz-finding-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
    padding: 24px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: var(--radius-md);
}

.sz-finding-item .sz-finding-item-icon {
    flex-shrink: 0;
    margin-top: 2px;
}

.modern-timestamp {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.4);
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 24px;
}

.sz-assessment-two-column {
    display: flex;
    gap: 60px;
    flex: 1;
    align-items: flex-start;
    min-height: 0;
}

.sz-assessment-column-image {
    flex: 1;
    position: sticky;
    top: 20px;
}

.sz-assessment-column-content {
    flex: 1;
    min-width: 0;
}

.sz-image-carousel {
    position: relative;
    overflow: hidden;
    width: 100%;
    border-radius: 12px;
    background: #f8f9fa;
}

.sz-image-carousel-inner {
    display: flex;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    width: 100%;
    height: auto;
}

.sz-image-slide {
    flex: 0 0 100%;
    min-width: 100%;
    width: 100%;
    min-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.sz-image-slide .sz-smart-background-container {
    width: 100%;
    margin: 0;
    border-radius: 0;
}

.sz-carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: #111827;
    font-size: 24px;
    font-family: serif;
    line-height: 1;
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: all 0.2s ease;
    padding-bottom: 4px;
}

.sz-carousel-btn:hover {
    background: #ffffff;
    transform: translateY(-50%) scale(1.1);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}

.sz-carousel-btn.prev {
    left: 16px;
}

.sz-carousel-btn.next {
    right: 16px;
}

.sz-carousel-pager {
    position: absolute;
    bottom: 16px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.75);
    color: white;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    pointer-events: none;
    backdrop-filter: blur(4px);
}

.sz-smart-background-container {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #2c2c2c;
    border-radius: var(--radius-sm);
    overflow: hidden;
    padding: 16px;
}

.sz-smart-background-blur {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: blur(10px) brightness(0.8);
    transform: scale(1.1);
    z-index: 1;
}

.sz-smart-background-main {
    position: relative;
    z-index: 2;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    border-radius: 4px;
}

.sz-share-btn {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    background: #2470B5;
    color: white;
    border: none;
    border-radius: var(--radius-sm);
    font-weight: 700;
    font-size: 0.9375rem;
    cursor: pointer;
    transition: all 0.2s ease;
    font-family: inherit;
}

.sz-share-btn svg {
    width: 18px;
    height: 18px;
}

.sz-share-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.sz-share-btn.success {
    background: linear-gradient(135deg, #27AE60 0%, #229954 100%);
    box-shadow: 0 8px 24px rgba(39, 174, 96, 0.3);
}

.sz-share-btn.error {
    background: linear-gradient(135deg, #E74C3C 0%, #C0392B 100%);
    box-shadow: 0 8px 24px rgba(231, 76, 60, 0.3);
}

.sz-assessment-footer-bar {
    margin-top: 2rem;
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.05);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0 0 var(--radius-sm) var(--radius-sm);
    display: flex;
    justify-content: center;
    align-items: center;
}

.sz-share-btn-footer {
    width: auto;
    max-width: 400px;
    padding: 1rem 2rem;
    font-size: 1rem;
    background: linear-gradient(135deg, #7C3AED 0%, #9333EA 100%);
    color: white;
    box-shadow: 0 8px 24px rgba(124, 58, 237, 0.25);
}

.sz-share-btn-footer:hover {
    transform: translateY(-2px) scale(1.02);
    box-shadow: 0 12px 40px rgba(124, 58, 237, 0.35);
}

.sz-share-btn-footer.success {
    background: linear-gradient(135deg, #27AE60 0%, #229954 100%);
    box-shadow: 0 8px 24px rgba(39, 174, 96, 0.3);
}

.sz-share-btn-footer.error {
    background: linear-gradient(135deg, #E74C3C 0%, #C0392B 100%);
    box-shadow: 0 8px 24px rgba(231, 76, 60, 0.3);
}

.sz-email-preview-collapsible {
    margin-top: 1.5rem;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: var(--radius-sm);
    overflow: hidden;
    transition: all 0.3s ease;
}

.sz-email-preview-header {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 1.25rem;
    background: transparent;
    border: none;
    color: rgba(255, 255, 255, 0.9);
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    text-align: left;
}

.sz-email-preview-header:hover {
    background: rgba(255, 255, 255, 0.05);
}

.sz-email-preview-chevron {
    transition: transform 0.3s ease;
    flex-shrink: 0;
}

.sz-email-preview-collapsible.expanded .sz-email-preview-chevron {
    transform: rotate(90deg);
}

.sz-email-preview-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.sz-email-preview-body {
    padding: 1.25rem;
    background: rgba(0, 0, 0, 0.2);
    color: rgba(255, 255, 255, 0.85);
    font-family: 'Courier New', monospace;
    font-size: 0.875rem;
    line-height: 1.6;
    white-space: pre-wrap;
    word-wrap: break-word;
    max-height: 400px;
    overflow-y: auto;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.sz-email-preview-iframe {
    width: 100%;
    min-height: 400px;
    max-height: 600px;
    border: none;
    background: white;
    display: block;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.sz-screenshot-preview-collapsible {
    margin-top: 1.5rem;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: var(--radius-sm);
    overflow: hidden;
    transition: all 0.3s ease;
}

.sz-screenshot-preview-header {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 1.25rem;
    background: transparent;
    border: none;
    color: rgba(255, 255, 255, 0.9);
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    text-align: left;
}

.sz-screenshot-preview-header:hover {
    background: rgba(255, 255, 255, 0.05);
}

.sz-screenshot-preview-collapsible.expanded .sz-email-preview-chevron {
    transform: rotate(90deg);
}

.sz-screenshot-preview-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.sz-screenshot-preview-content .sz-image-carousel {
    margin: 1.25rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 1.25rem;
    background: transparent !important;
}

.sz-screenshot-preview-content .sz-image-slide {
    width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
    max-height: none !important;
    min-height: 400px;
    margin: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sz-screenshot-preview-content .sz-smart-background-container {
    background: transparent !important;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sz-screenshot-preview-content .sz-smart-background-blur {
    display: none !important;
}

.sz-screenshot-preview-content .sz-smart-background-main {
    width: auto !important;
    height: auto !important;
    max-width: 100% !important;
    max-height: 500px !important;
    min-height: 400px !important;
    object-fit: contain;
}

.sz-email-preview-body::-webkit-scrollbar {
    width: 8px;
}

.sz-email-preview-body::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.05);
}

.sz-email-preview-body::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 4px;
}

@media (max-width: 768px) {
    
    .sz-share-btn {
        position: relative;
        width: calc(100% - 2rem);
        max-width: 400px;
        margin: 2rem auto 1.5rem auto;
        padding: 1rem 1.5rem;
        justify-content: center;
    }

    .sz-share-btn-footer {
        width: 100%;
        max-width: none;
        padding: 0.875rem 1.5rem;
        font-size: 0.9375rem;
    }

    .modal-container .sc-container,
    .modal-container .sz-results-modal-content {
        border: none;
        border-radius: 0;
        box-shadow: none;
        padding: 0;
        width: 100vw;
        height: 100vh;
        height: 100dvh;
        max-height: 100vh;
        max-height: 100dvh;
        max-width: 100vw;
    }

    .modal-container .sz-results-modal-content {
        border: 3px solid var(--sz-yellow);
    }

    .modal-container .sz-results-modal-content .results-container {
        height: 100%;
    }

    .sc-container {
        flex-direction: column;
        height: 100%;
        max-height: 100vh;
    }

    .sc-brand-panel {
        display: none;
    }

    .sc-main-panel {
        width: 100%;
        flex: 1;
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }

    .sc-main-panel .sc-content {
        padding: calc(80px + env(safe-area-inset-top)) 20px 20px 20px;
        flex: 1;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

    .sc-upload-wrapper {
        min-height: 200px;
    }

    .sc-file-previews {
        grid-template-columns: 1fr;
        min-height: 150px;
    }

    .sc-main-panel .sc-footer {
        padding: 16px 20px;
        padding-bottom: calc(16px + env(safe-area-inset-bottom));
        flex-shrink: 0;
    }

    .sc-results-view .sc-footer {
        padding-bottom: calc(20px + env(safe-area-inset-bottom));
    }

    .sc-loading-view .loading-container {
        padding: 80px 10px;
    }

    .sz-assessment-risk-header {
        padding: 35px 24px 12px;
    }

    .sz-assessment-risk-header .sz-risk-icon {
        display: none;
    }

    .sz-assessment-risk-header .sz-risk-title {
        margin-left: 0;
        text-align: center;
        font-size: 2.5rem;
    }

    .sz-assessment-details {
        padding: 0 24px 120px;
    }

    .sz-desktop-only {
        display: none !important;
    }

    .sz-mobile-only {
        display: block !important;
    }

    .sz-assessment-two-column {
        flex-direction: column;
        gap: 16px;
    }

    .sz-assessment-column-image {
        position: relative;
        top: 0;
        order: -1;
        width: 100%;
        max-width: 120px;
        margin: 0 auto 16px;
        flex-shrink: 0;
    }

    .sz-assessment-column-content {
        order: 1;
    }

    .sz-image-slide {
        width: 120px;
        height: 160px;
        max-width: 120px;
        max-height: 160px;
        margin: 0 auto;
        flex-shrink: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .sz-image-slide img {
        max-width: 100%;
        max-height: 100%;
        width: auto;
        height: auto;
        object-fit: contain;
    }

    .sz-assessment-subject {
        padding: 20px;
        margin-bottom: 24px;
    }

    .sz-assessment-subject-text {
        font-size: 1.125rem;
    }

    .sz-assessment-section-header .sz-section-title {
        font-size: 1.5rem;
    }

    .sz-assessment-section-content p {
        font-size: 1rem;
    }

    .sz-finding-item {
        padding: 14px;
        font-size: 0.875rem;
    }

    .modern-timestamp {
        position: relative;
        bottom: auto;
        right: auto;
        text-align: center;
        justify-content: center;
    }
}

@media (min-width: 769px) {
    
    .sz-mobile-only {
        display: none !important;
    }

    .sz-desktop-only {
        display: flex !important;
    }

    .sz-share-btn {
        position: absolute;
        top: 1.5rem;
        right: 1rem;
        z-index: 10;
    }
}

.b2b-page {
  background-color: #FFFFFF;
  color: #334155;
}

.b2b-page h1, .b2b-page h2, .b2b-page h3 {
  color: #0F172A;
  letter-spacing: var(--tracking-tight);
}

.b2b-page p:not(.footer-tagline):not(.footer-copyright) {
  color: #475569;
}

.b2b-hero-modern,
.b2b-hero {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  overflow: visible;
  padding: 120px 0 0 24px;
  background: linear-gradient(to bottom, #F8FAFC 0%, #FFFFFF 100%);
}

.b2b-hero::before,
.b2b-hero-modern::before {
  display: none;
}

.b2b-hero::after,
.b2b-hero-modern::after {
  display: none;
}

.hero-content,
.hero-content-modern {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.hero-modern .hero-content {
  align-items: flex-start;
  text-align: left;
}

.hero-split {
  position: relative;
  z-index: 1;
  width: 100%;
  display: grid;
  grid-template-columns: minmax(400px, 620px) 1fr;
  gap: 60px;
  align-items: center;
  padding-left: max(60px, calc((100vw - 1400px) / 2 + 60px));
  padding-right: 60px;
}

.hero-text-side {
  text-align: left;
}

.hero-eyebrow {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #1E40AF;
  background: #EFF6FF;
  padding: 6px 12px;
  border-radius: 4px;
  margin-bottom: 16px;
}

.hero-text-side h1 {
  font-size: 44px;
  line-height: 1.15;
  font-weight: 600;
  margin-block: 0 24px;
  letter-spacing: -1px;
  color: #0F172A;
}

.hero-highlight {
  background: linear-gradient(135deg, #FEF3C7 0%, #FDE68A 100%);
  padding: 2px 8px;
  border-radius: 6px;
  white-space: nowrap;
}

.hero-text-side .hero-description {
  font-size: 18px;
  color: #475569;
  margin-bottom: 32px;
  line-height: 1.7;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.hero-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 32px;
  background: #1E40AF;
  color: #FFFFFF;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.2s ease;
}

.hero-cta-btn:hover {
  background: #1E3A8A;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(30, 64, 175, 0.3);
}

.hero-cta-btn svg {
  transition: transform 0.2s ease;
}

.hero-cta-btn:hover svg {
  transform: translateX(4px);
}

.hero-visual-side {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.browser-mockup {
  width: 100%;
  max-width: 720px;
  background: #FFFFFF;
  border-radius: 12px 0 0 12px;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.browser-header {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  background: #F1F5F9;
  border-bottom: 1px solid #E2E8F0;
}

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

.browser-dots .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.browser-dots .dot.red { background: #EF4444; }
.browser-dots .dot.yellow { background: #F59E0B; }
.browser-dots .dot.green { background: #22C55E; }

.browser-url {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  background: #FFFFFF;
  border-radius: 6px;
  font-size: 0.8125rem;
  color: #64748B;
  flex: 1;
  max-width: 300px;
}

.browser-url svg {
  color: #22C55E;
  flex-shrink: 0;
}

.browser-content {
  padding: 24px;
}

.portal-nav-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid #E2E8F0;
  margin-bottom: 20px;
}

.portal-brand {
  display: flex;
  align-items: center;
  gap: 10px;
}

.portal-brand-icon {
  width: 32px;
  height: 32px;
}

.portal-brand-icon svg {
  width: 100%;
  height: 100%;
}

.portal-brand-name {
  font-size: 0.9375rem;
  font-weight: 700;
  color: #0066CC;
  letter-spacing: -0.01em;
}

.portal-hero {
  text-align: center;
  margin-bottom: 24px;
}

.portal-hero h3 {
  font-size: 1.375rem;
  font-weight: 800;
  color: #1A1A1A;
  margin-bottom: 6px;
  letter-spacing: -0.02em;
}

.portal-hero p {
  font-size: 0.875rem;
  color: #666666;
  line-height: 1.5;
}

.portal-action-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.portal-action-card {
  background: #FFFFFF;
  border: 1px solid #E0E0E0;
  border-radius: 12px;
  padding: 16px 12px;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  position: relative;
}

.portal-action-card::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 12px;
  padding: 1px;
  background: linear-gradient(135deg, #0066CC, #00B8D4);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.3s;
}

.portal-action-icon {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 12px;
  transition: transform 0.3s ease;
}

.portal-action-icon svg {
  width: 24px;
  height: 24px;
}

.portal-action-icon.email-gradient {
  background: linear-gradient(135deg, #0066CC 0%, #0052A3 100%);
  color: white;
}

.portal-action-icon.upload-gradient {
  background: linear-gradient(135deg, #00B8D4 0%, #0097A7 100%);
  color: white;
}

.portal-action-icon.chat-gradient {
  background: linear-gradient(135deg, #7C4DFF 0%, #651FFF 100%);
  color: white;
}

.portal-action-card h4 {
  font-size: 0.8125rem;
  font-weight: 700;
  color: #1A1A1A;
  margin-bottom: 4px;
}

.portal-action-card p {
  font-size: 0.6875rem;
  color: #666666;
  line-height: 1.4;
}

@keyframes card-highlight {
  0%, 26%, 100% {
    transform: translateY(0);
    box-shadow: 0 2px 8px rgba(0, 102, 204, 0.08);
    border-color: #E0E0E0;
  }
  8%, 18% {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 16px 40px rgba(0, 102, 204, 0.25);
    border-color: transparent;
  }
}

@keyframes icon-bounce {
  0%, 26%, 100% {
    transform: scale(1);
  }
  8%, 18% {
    transform: scale(1.15);
  }
}

@keyframes border-glow {
  0%, 26%, 100% {
    opacity: 0;
  }
  8%, 18% {
    opacity: 1;
  }
}

.portal-action-card:nth-child(1) {
  animation: card-highlight 6s ease-in-out infinite;
}

.portal-action-card:nth-child(2) {
  animation: card-highlight 6s ease-in-out infinite;
  animation-delay: 2s;
}

.portal-action-card:nth-child(3) {
  animation: card-highlight 6s ease-in-out infinite;
  animation-delay: 4s;
}

.portal-action-card:nth-child(1) .portal-action-icon {
  animation: icon-bounce 6s ease-in-out infinite;
}

.portal-action-card:nth-child(2) .portal-action-icon {
  animation: icon-bounce 6s ease-in-out infinite;
  animation-delay: 2s;
}

.portal-action-card:nth-child(3) .portal-action-icon {
  animation: icon-bounce 6s ease-in-out infinite;
  animation-delay: 4s;
}

.portal-action-card:nth-child(1)::before {
  animation: border-glow 6s ease-in-out infinite;
}

.portal-action-card:nth-child(2)::before {
  animation: border-glow 6s ease-in-out infinite;
  animation-delay: 2s;
}

.portal-action-card:nth-child(3)::before {
  animation: border-glow 6s ease-in-out infinite;
  animation-delay: 4s;
}

.hero-product-ui {
  width: 100%;
  max-width: 680px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  border-radius: 16px 0 0 16px;
  box-shadow:
    0 25px 50px -12px rgba(0, 0, 0, 0.15),
    0 0 0 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.product-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 24px;
  background: #ffffff;
  border-bottom: 1px solid #e2e8f0;
}

.product-brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.product-brand-name {
  font-size: 1.125rem;
  font-weight: 700;
  color: #0066CC;
}

.product-nav {
  display: flex;
  gap: 24px;
}

.product-nav span {
  font-size: 0.875rem;
  color: #64748b;
  font-weight: 500;
  cursor: pointer;
  transition: color 0.2s;
}

.product-nav span:hover {
  color: #0f172a;
}

.product-nav-active {
  color: #0066CC !important;
  font-weight: 600 !important;
}

.product-hero {
  text-align: center;
  padding: 40px 32px 32px;
  background: linear-gradient(180deg, #f0f7ff 0%, #ffffff 100%);
}

.product-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background: linear-gradient(135deg, #dcfce7 0%, #bbf7d0 100%);
  color: #166534;
  font-size: 0.8125rem;
  font-weight: 600;
  border-radius: 100px;
  margin-bottom: 16px;
}

.product-hero-badge svg {
  color: #22c55e;
}

.product-hero-title {
  font-size: 1.75rem;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 8px;
  letter-spacing: -0.02em;
}

.product-hero-subtitle {
  font-size: 1rem;
  color: #64748b;
  line-height: 1.6;
  max-width: 400px;
  margin: 0 auto;
}

.product-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  padding: 0 24px 16px;
}

.product-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 20px;
  transition: all 0.3s ease;
}

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

.product-card-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.product-card-icon svg {
  width: 24px;
  height: 24px;
}

.product-card-email .product-card-icon {
  background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
  color: white;
}

.product-card-upload .product-card-icon {
  background: linear-gradient(135deg, #06b6d4 0%, #0891b2 100%);
  color: white;
}

.product-card-chat .product-card-icon {
  background: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%);
  color: white;
}

.product-card-content h4 {
  font-size: 1rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 4px;
}

.product-card-content p {
  font-size: 0.8125rem;
  color: #64748b;
  line-height: 1.5;
  margin-bottom: 12px;
}

.product-card-email-box {
  background: #f1f5f9;
  padding: 8px 12px;
  border-radius: 6px;
}

.product-card-email-box code {
  font-family: 'SF Mono', Monaco, monospace;
  font-size: 0.75rem;
  color: #0066CC;
  font-weight: 600;
}

.product-card-btn {
  width: 100%;
  padding: 10px 16px;
  border-radius: 8px;
  font-size: 0.8125rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s;
  border: none;
  background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
  color: white;
}

.product-card-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(59, 130, 246, 0.4);
}

.product-card-btn-secondary {
  background: #f1f5f9;
  color: #0f172a;
}

.product-card-btn-secondary:hover {
  background: #e2e8f0;
  box-shadow: none;
}

.product-activity {
  padding: 24px;
  background: #ffffff;
  border-top: 1px solid #e2e8f0;
}

.product-activity-title {
  font-size: 0.875rem;
  font-weight: 600;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 16px;
}

.product-activity-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  background: #f8fafc;
  border-radius: 10px;
  margin-bottom: 8px;
}

.product-activity-item:last-child {
  margin-bottom: 0;
}

.product-activity-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.product-activity-icon svg {
  width: 16px;
  height: 16px;
}

.product-activity-safe .product-activity-icon {
  background: #dcfce7;
  color: #22c55e;
}

.product-activity-warning .product-activity-icon {
  background: #fef3c7;
  color: #f59e0b;
}

.product-activity-content {
  flex: 1;
  min-width: 0;
}

.product-activity-label {
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  color: #0f172a;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.product-activity-status {
  font-size: 0.75rem;
  font-weight: 600;
}

.product-activity-safe .product-activity-status {
  color: #22c55e;
}

.product-activity-warning .product-activity-status {
  color: #f59e0b;
}

.product-activity-time {
  font-size: 0.75rem;
  color: #94a3b8;
  white-space: nowrap;
}

@media (max-width: 1024px) {
  .hero-product-ui {
    border-radius: 16px;
    max-width: 560px;
  }

  .product-cards {
    grid-template-columns: 1fr;
  }

  .product-card {
    display: flex;
    gap: 16px;
    align-items: flex-start;
  }

  .product-card-icon {
    margin-bottom: 0;
    flex-shrink: 0;
  }

  .product-nav {
    display: none;
  }
}

@media (max-width: 640px) {
  .hero-product-ui {
    min-height: auto;
  }

  .product-hero {
    padding: 24px 16px;
  }

  .product-cards {
    padding: 0 16px 16px;
  }

  .product-activity {
    padding: 16px;
  }
}

@media (max-width: 1024px) {
  .hero-split {
    grid-template-columns: 1fr;
    gap: 48px;
    text-align: center;
  }

  .hero-text-side {
    text-align: center;
    order: 1;
  }

  .hero-text-side .hero-description {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-visual-side {
    justify-content: center;
    order: 2;
  }

  .browser-mockup {
    max-width: 480px;
  }
}

@media (max-width: 640px) {
  .browser-mockup {
    max-width: 100%;
  }

  .portal-action-cards {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .portal-action-card {
    flex-direction: row;
    justify-content: flex-start;
    padding: 14px 16px;
  }

  .portal-action-card h4,
  .portal-action-card p {
    text-align: left;
  }
}

.pill-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background: #FFFFFF;
  border: 1px solid #E2E8F0;
  border-radius: 100px;
  color: #2563EB;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  margin-bottom: 28px;
}

.pill-dot {
  width: 6px;
  height: 6px;
  background: #22C55E;
  border-radius: 50%;
  animation: pulse-dot 2s ease-in-out infinite;
}

@keyframes pulse-dot {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.5; }
}

.hero-text,
.hero-text-modern {
  text-align: center;
  max-width: 800px;
}

.hero-text-wide {
  max-width: 1200px;
}

.text-accent {
  color: #1E40AF;
  -webkit-text-fill-color: #1E40AF;
}

.b2b-hero h1,
.hero-text-modern h1 {
  font-size: clamp(2.5rem, 4vw, 3.5rem);
  line-height: 1.15;
  font-weight: 500;
  margin-block: 0 28px;
  letter-spacing: -0.02em;
  color: #0F172A;
}

.b2b-hero h1 .text-gradient,
.hero-text-modern h1 .text-gradient {
  background: none;
  -webkit-background-clip: unset;
  background-clip: unset;
  -webkit-text-fill-color: #0F172A;
  color: #0F172A;
}

.b2b-hero h1 .text-black {
  color: #0F172A;
  -webkit-text-fill-color: #0F172A;
}

.text-glow {
  color: #0F172A;
  background: none;
  -webkit-background-clip: unset;
  background-clip: unset;
  text-shadow: none;
}

.hero-description,
.hero-desc-modern {
  font-size: 1.125rem;
  color: #374151 !important;
  margin-bottom: 32px;
  line-height: 1.6;
  max-width: 540px;
  font-weight: 400;
}

.hero-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 60px;
}

.audience-cta-wrapper {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 60px;
}

.audience-cta {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px 28px;
  background: #FFFFFF;
  border: 1px solid #E2E8F0;
  border-radius: 12px;
  text-decoration: none;
  color: #0F172A;
  transition: var(--transition-smooth);
  min-width: 280px;
}

.audience-cta:hover {
  border-color: #2563EB;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.audience-cta-gov:hover {
  border-color: #DC2626;
}

.audience-cta-icon {
  width: 48px;
  height: 48px;
  background: #EFF6FF;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2563EB;
  flex-shrink: 0;
}

.audience-cta-gov .audience-cta-icon {
  background: #FEF2F2;
  color: #DC2626;
}

.audience-cta-content {
  flex: 1;
  text-align: left;
}

.audience-cta-title {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 2px;
  color: #0F172A;
}

.audience-cta-subtitle {
  display: block;
  font-size: 0.8125rem;
  color: #64748B;
}

.audience-cta-arrow {
  color: #94A3B8;
  transition: var(--transition-smooth);
  flex-shrink: 0;
}

.audience-cta:hover .audience-cta-arrow {
  transform: translateX(4px);
  color: #2563EB;
}

.hero-deliverables {
  position: relative;
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 420px;
  perspective: 1200px;
}

.deliverable-cards {
  display: flex;
  gap: 20px;
  position: relative;
  z-index: 1;
}

.deliverable-card {
  width: 220px;
  background: #FFFFFF;
  border-radius: 16px;
  padding: 16px;
  box-shadow:
    0 25px 50px -12px rgba(0, 0, 0, 0.15),
    0 12px 24px -8px rgba(0, 0, 0, 0.1);
  border: 1px solid #E2E8F0;
  transform: perspective(1000px) rotateY(-3deg) rotateX(2deg);
  transition: all 0.4s ease;
}

.deliverable-card:hover {
  transform: perspective(1000px) rotateY(0deg) rotateX(0deg) translateY(-8px);
  box-shadow:
    0 35px 60px -15px rgba(0, 0, 0, 0.2),
    0 15px 30px -10px rgba(0, 0, 0, 0.12);
}

.deliverable-email {
  transform: perspective(1000px) rotateY(-3deg) rotateX(2deg) translateY(-20px);
}

.deliverable-social {
  transform: perspective(1000px) rotateY(-2deg) rotateX(1deg) translateY(20px);
}

.deliverable-compliance {
  transform: perspective(1000px) rotateY(-3deg) rotateX(2deg) translateY(-10px);
}

.deliverable-card-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid #E2E8F0;
}

.deliverable-icon {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

.deliverable-icon-email {
  background: #DBEAFE;
  color: #2563EB;
}

.deliverable-icon-social {
  background: #FCE7F3;
  color: #DB2777;
}

.deliverable-icon-compliance {
  background: #D1FAE5;
  color: #059669;
}

.deliverable-label {
  font-size: 0.8125rem;
  font-weight: 600;
  color: #0F172A;
}

.deliverable-preview {
  margin-bottom: 12px;
}

.email-preview-header {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 10px;
}

.email-preview-from {
  font-size: 0.6875rem;
  color: #64748B;
}

.email-preview-subject {
  font-size: 0.75rem;
  font-weight: 600;
  color: #0F172A;
}

.email-preview-body {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.email-line {
  height: 8px;
  background: #F1F5F9;
  border-radius: 4px;
}

.email-line-short {
  width: 60%;
}

.social-preview {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.social-image-placeholder {
  width: 100%;
  height: 80px;
  background: linear-gradient(135deg, #E0E7FF 0%, #DBEAFE 100%);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.social-image-placeholder svg {
  width: 32px;
  height: 32px;
  color: #6366F1;
  opacity: 0.6;
}

.social-text {
  font-size: 0.75rem;
  color: #475569;
  line-height: 1.4;
}

.report-line {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.75rem;
  color: #475569;
  padding: 6px 0;
}

.report-check {
  color: #059669;
  font-weight: 700;
}

.deliverable-badge {
  display: inline-block;
  padding: 4px 10px;
  background: #F0FDF4;
  border: 1px solid #BBF7D0;
  border-radius: 100px;
  font-size: 0.6875rem;
  font-weight: 600;
  color: #059669;
}

.deliverable-email .deliverable-badge {
  background: #EFF6FF;
  border-color: #BFDBFE;
  color: #2563EB;
}

.deliverable-social .deliverable-badge {
  background: #FDF2F8;
  border-color: #FBCFE8;
  color: #DB2777;
}

.product-bundle-stack {
  position: relative;
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 450px;
  perspective: 1500px;
}

.stack-layer {
  position: absolute;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.stack-compliance {
  left: 5%;
  top: 10%;
  z-index: 1;
  transform: translateZ(-80px) rotateY(8deg);
  opacity: 0.85;
  filter: blur(0.5px);
}

.compliance-doc {
  width: 200px;
  height: 280px;
  background: #FFFFFF;
  border-radius: 12px;
  padding: 16px;
  box-shadow:
    0 25px 50px -12px rgba(0, 0, 0, 0.12),
    0 12px 24px -8px rgba(0, 0, 0, 0.08);
  border: 1px solid #E2E8F0;
  display: flex;
  flex-direction: column;
}

.doc-header {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-bottom: 12px;
  border-bottom: 1px solid #E2E8F0;
  margin-bottom: 12px;
}

.doc-header svg {
  color: #059669;
}

.doc-header span {
  font-size: 0.75rem;
  font-weight: 600;
  color: #0F172A;
}

.doc-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.doc-line {
  height: 8px;
  background: #F1F5F9;
  border-radius: 4px;
}

.doc-line-header {
  height: 12px;
  width: 60%;
  background: #E2E8F0;
}

.doc-line-short {
  width: 70%;
}

.doc-divider {
  height: 1px;
  background: #E2E8F0;
  margin: 8px 0;
}

.doc-check {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.6875rem;
  color: #475569;
}

.doc-check span {
  color: #059669;
  font-weight: 700;
}

.doc-badge {
  margin-top: auto;
  display: inline-block;
  padding: 4px 10px;
  background: #F0FDF4;
  border: 1px solid #BBF7D0;
  border-radius: 100px;
  font-size: 0.625rem;
  font-weight: 600;
  color: #059669;
  text-align: center;
}

.stack-email {
  left: 50%;
  top: 0;
  transform: translateX(-70%) translateZ(-40px) rotateY(3deg);
  z-index: 2;
}

.email-template-card {
  width: 320px;
  background: #FFFFFF;
  border-radius: 12px;
  overflow: hidden;
  box-shadow:
    0 30px 60px -15px rgba(0, 0, 0, 0.15),
    0 15px 30px -10px rgba(0, 0, 0, 0.1);
  border: 1px solid #E2E8F0;
}

.email-card-header {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  background: #F8FAFC;
  border-bottom: 1px solid #E2E8F0;
}

.email-card-dots {
  display: flex;
  gap: 6px;
}

.email-card-dots span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.email-card-dots span:nth-child(1) { background: #EF4444; }
.email-card-dots span:nth-child(2) { background: #F59E0B; }
.email-card-dots span:nth-child(3) { background: #22C55E; }

.email-card-title {
  margin-left: 8px;
  font-size: 0.75rem;
  font-weight: 500;
  color: #64748B;
}

.email-card-content {
  padding: 16px;
}

.email-meta {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 14px;
}

.email-from {
  font-size: 0.6875rem;
  color: #64748B;
}

.email-subject {
  font-size: 0.875rem;
  font-weight: 600;
  color: #0F172A;
}

.email-body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 14px;
}

.email-body-line {
  height: 10px;
  background: #F1F5F9;
  border-radius: 4px;
}

.email-body-short {
  width: 65%;
}

.email-cta {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.email-badge {
  padding: 4px 10px;
  background: #EFF6FF;
  border: 1px solid #BFDBFE;
  border-radius: 100px;
  font-size: 0.625rem;
  font-weight: 600;
  color: #2563EB;
}

.email-status {
  font-size: 0.6875rem;
  color: #059669;
  font-weight: 500;
}

.stack-phone {
  right: 8%;
  top: 15%;
  z-index: 3;
  transform: translateZ(0) rotateY(-5deg);
}

.verification-phone {
  width: 200px;
  height: 380px;
  background: #0F172A;
  border-radius: 32px;
  padding: 8px;
  box-shadow:
    0 50px 100px -20px rgba(0, 0, 0, 0.25),
    0 30px 60px -30px rgba(0, 0, 0, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.verification-phone .phone-notch {
  width: 80px;
  height: 24px;
  background: #0F172A;
  border-radius: 0 0 14px 14px;
  margin: 0 auto;
  position: relative;
  top: -1px;
}

.verification-phone .phone-screen {
  background: #FFFFFF;
  border-radius: 24px;
  height: calc(100% - 8px);
  overflow: hidden;
}

.verification-phone .phone-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 16px;
  background: #2563EB;
  color: white;
}

.verification-phone .phone-brand {
  font-size: 0.6875rem;
  opacity: 0.8;
}

.verification-phone .phone-title {
  font-size: 0.75rem;
  font-weight: 600;
}

.verification-phone .phone-result {
  padding: 20px 16px;
  text-align: center;
}

.verification-phone .phone-alert-icon {
  width: 48px;
  height: 48px;
  background: #FEF2F2;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 12px;
}

.verification-phone .phone-alert-icon svg {
  width: 28px;
  height: 28px;
  color: #DC2626;
}

.verification-phone .phone-alert-badge {
  display: inline-block;
  padding: 4px 12px;
  background: #DC2626;
  color: white;
  font-size: 0.6875rem;
  font-weight: 700;
  border-radius: 100px;
  margin-bottom: 8px;
}

.verification-phone .phone-alert-text {
  font-size: 0.8125rem;
  color: #475569;
  margin-bottom: 16px;
}

.verification-phone .phone-findings {
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-align: left;
}

.verification-phone .phone-finding {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.6875rem;
  color: #475569;
  padding: 8px 12px;
  background: #F8FAFC;
  border-radius: 8px;
}

.verification-phone .phone-finding svg {
  width: 14px;
  height: 14px;
  color: #059669;
  flex-shrink: 0;
}

.product-bundle-stack:hover .stack-compliance {
  transform: translateZ(-100px) rotateY(12deg) translateX(-10px);
}

.product-bundle-stack:hover .stack-email {
  transform: translateX(-70%) translateZ(-60px) rotateY(5deg);
}

.product-bundle-stack:hover .stack-phone {
  transform: translateZ(20px) rotateY(-8deg);
}

.dashboard-window {
  display: none; 
  width: 700px;
  max-width: 85vw;
  background: #1E293B;
  border-radius: 16px;
  overflow: hidden;
  box-shadow:
    0 50px 100px -20px rgba(0, 0, 0, 0.3),
    0 30px 60px -30px rgba(0, 0, 0, 0.2);
  transform: perspective(1000px) rotateY(-5deg) rotateX(2deg);
  transition: transform 0.5s ease;
}

.dashboard-window:hover {
  transform: perspective(1000px) rotateY(-3deg) rotateX(1deg);
}

.dashboard-titlebar {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  background: #0F172A;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.dashboard-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

.dashboard-dot.red { background: #EF4444; }
.dashboard-dot.yellow { background: #F59E0B; }
.dashboard-dot.green { background: #22C55E; }

.dashboard-title {
  margin-left: 12px;
  font-size: 0.8125rem;
  color: rgba(255,255,255,0.6);
  font-family: 'SF Mono', 'Monaco', 'Inconsolata', 'Fira Code', monospace;
}

.dashboard-content {
  padding: 24px;
  background: #FFFFFF;
}

.dashboard-app-layout {
  display: flex;
  background: #FFFFFF;
}

.dashboard-sidebar {
  width: 52px;
  background: #0F172A;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 12px 0;
  gap: 4px;
}

.sidebar-icon {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  transition: all 0.15s ease;
  position: relative;
}

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

.sidebar-icon:hover {
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.8);
}

.sidebar-icon-active {
  background: rgba(37, 99, 235, 0.2);
  color: #60A5FA;
}

.sidebar-icon-bottom {
  margin-top: auto;
}

.sidebar-badge {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 14px;
  height: 14px;
  background: #DC2626;
  color: white;
  font-size: 0.5625rem;
  font-weight: 700;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dashboard-main {
  flex: 1;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.dashboard-header-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 12px;
  border-bottom: 1px solid #E2E8F0;
}

.header-search {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  background: #F8FAFC;
  border: 1px solid #E2E8F0;
  border-radius: 6px;
  font-size: 0.75rem;
  color: #94A3B8;
}

.header-search svg {
  width: 14px;
  height: 14px;
  color: #94A3B8;
}

.header-user {
  display: flex;
  align-items: center;
  gap: 8px;
}

.header-user-name {
  font-size: 0.75rem;
  color: #64748B;
  font-weight: 500;
}

.header-user-avatar {
  width: 28px;
  height: 28px;
  background: #2563EB;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.6875rem;
  font-weight: 700;
}

.dashboard-stats {
  display: flex;
  gap: 12px;
  margin-bottom: 0;
}

.dash-stat {
  flex: 1;
  background: #F8FAFC;
  border: 1px solid #E2E8F0;
  border-radius: 8px;
  padding: 16px;
  text-align: center;
}

.dash-stat-value {
  display: block;
  font-size: 1.75rem;
  font-weight: 700;
  color: #0F172A;
  font-family: 'SF Mono', 'Monaco', 'Inconsolata', 'Fira Code', monospace;
}

.dash-stat-label {
  display: block;
  font-size: 0.75rem;
  color: #64748B;
  margin-top: 4px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.dash-stat-alert .dash-stat-value {
  color: #DC2626;
}

.content-cards-grid {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 0;
}

.content-card {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  background: #FFFFFF;
  border: 1px solid #E2E8F0;
  border-radius: 8px;
  transition: border-color 0.2s ease;
}

.content-card:hover {
  border-color: #2563EB;
}

.content-card-icon {
  width: 32px;
  height: 32px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.content-card-icon svg {
  width: 18px;
  height: 18px;
}

.content-card-email {
  background: #DBEAFE;
  color: #2563EB;
}

.content-card-social {
  background: #D1FAE5;
  color: #059669;
}

.content-card-article {
  background: #FEF3C7;
  color: #D97706;
}

.content-card-text {
  flex: 1;
  min-width: 0;
}

.content-card-title {
  display: block;
  font-size: 0.75rem;
  font-weight: 600;
  color: #0F172A;
}

.content-card-count {
  display: block;
  font-size: 0.625rem;
  color: #64748B;
}

.content-status {
  font-size: 0.5625rem;
  font-weight: 600;
  padding: 3px 8px;
  border-radius: 10px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  flex-shrink: 0;
}

.content-status-fresh {
  background: #D1FAE5;
  color: #059669;
}

.content-status-new {
  background: #DBEAFE;
  color: #2563EB;
}

.program-status-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px 12px;
  background: #F0FDF4;
  border: 1px solid #BBF7D0;
  border-radius: 8px;
  margin-top: 8px;
}

.program-status-label {
  font-size: 0.625rem;
  color: #64748B;
}

.program-status-badge {
  font-size: 0.625rem;
  font-weight: 700;
  color: #059669;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.dashboard-table {
  background: #F8FAFC;
  border: 1px solid #E2E8F0;
  border-radius: 8px;
  overflow: hidden;
}

.table-header {
  display: grid;
  grid-template-columns: 32px 1fr 1.5fr 0.8fr 0.8fr;
  padding: 10px 12px;
  background: #F1F5F9;
  font-size: 0.5625rem;
  font-weight: 600;
  color: #64748B;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #E2E8F0;
  gap: 8px;
}

.table-row {
  display: grid;
  grid-template-columns: 32px 1fr 1.5fr 0.8fr 0.8fr;
  padding: 8px 12px;
  font-size: 0.6875rem;
  border-bottom: 1px solid #E2E8F0;
  align-items: center;
  gap: 8px;
}

.table-row:last-child {
  border-bottom: none;
}

.status-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  justify-self: center;
}

.status-dot-red {
  background: #DC2626;
  box-shadow: 0 0 6px rgba(220, 38, 38, 0.4);
}

.status-dot-yellow {
  background: #F59E0B;
  box-shadow: 0 0 6px rgba(245, 158, 11, 0.4);
}

.status-dot-green {
  background: #22C55E;
  box-shadow: 0 0 6px rgba(34, 197, 94, 0.4);
}

.log-id {
  font-family: 'SF Mono', 'Monaco', 'Inconsolata', 'Fira Code', monospace;
  font-size: 0.625rem;
  color: #64748B;
  font-weight: 500;
}

.threat-type {
  color: #0F172A;
  font-weight: 500;
  font-size: 0.6875rem;
}

.risk-badge {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 100px;
  font-size: 0.5625rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.risk-high {
  background: #FEE2E2;
  color: #DC2626;
}

.risk-medium {
  background: #FEF3C7;
  color: #D97706;
}

.risk-low {
  background: #DCFCE7;
  color: #16A34A;
}

.status-badge {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 100px;
  font-size: 0.6875rem;
  font-weight: 600;
  text-transform: uppercase;
}

.status-blocked {
  background: #FEE2E2;
  color: #DC2626;
}

.threat-time {
  color: #64748B;
  font-family: 'SF Mono', 'Monaco', 'Inconsolata', 'Fira Code', monospace;
  font-size: 0.5625rem;
  font-size: 0.75rem;
}

.mobile-phone {
  position: relative;
  width: 240px;
  background: #0F172A;
  border-radius: 32px;
  padding: 12px;
  box-shadow:
    0 40px 80px -20px rgba(0, 0, 0, 0.4),
    0 20px 40px -15px rgba(0, 0, 0, 0.3);
  transform: perspective(1000px) rotateY(5deg) rotateX(-3deg);
  transition: transform 0.5s ease;
  z-index: 10;
  margin-left: 30px;
  flex-shrink: 0;
}

.mobile-phone:hover {
  transform: perspective(1000px) rotateY(2deg) rotateX(-1deg) translateY(-8px);
}

.phone-notch {
  width: 80px;
  height: 24px;
  background: #0F172A;
  border-radius: 0 0 12px 12px;
  margin: 0 auto 0;
  position: relative;
  top: -1px;
}

.phone-screen {
  background: #FFFFFF;
  border-radius: 24px;
  padding: 16px;
  min-height: 320px;
}

.phone-header {
  text-align: center;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid #E2E8F0;
}

.phone-brand {
  display: block;
  font-size: 0.6875rem;
  color: #64748B;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 4px;
}

.phone-title {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: #0F172A;
}

.phone-result {
  text-align: center;
}

.phone-alert-icon {
  width: 56px;
  height: 56px;
  background: #FEF2F2;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 12px;
}

.phone-alert-icon svg {
  width: 32px;
  height: 32px;
  color: #DC2626;
}

.phone-alert-badge {
  display: inline-block;
  background: #DC2626;
  color: white;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 6px 16px;
  border-radius: 100px;
  margin-bottom: 8px;
  letter-spacing: 0.05em;
}

.phone-alert-text {
  font-size: 0.8125rem;
  color: #475569;
  margin-bottom: 16px;
}

.phone-findings {
  text-align: left;
}

.phone-finding {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.75rem;
  color: #16A34A;
  padding: 8px 12px;
  background: #F0FDF4;
  border-radius: 8px;
  margin-bottom: 8px;
}

.phone-finding:last-child {
  margin-bottom: 0;
}

.phone-finding svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

@media (max-width: 1100px) {
  .hero-deliverables {
    flex-direction: column;
    align-items: center;
    gap: 40px;
    min-height: auto;
    padding: 40px 0;
  }

  .deliverable-cards {
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
  }

  .deliverable-card {
    transform: none !important;
    width: 200px;
  }

  .deliverable-card:hover {
    transform: translateY(-8px) !important;
  }

  .mobile-phone {
    margin-left: 0;
    margin-top: 20px;
    transform: none;
    width: 220px;
  }
}

@media (max-width: 768px) {
  .deliverable-cards {
    flex-direction: column;
    align-items: center;
  }

  .deliverable-card {
    width: 100%;
    max-width: 280px;
  }

  .mobile-phone {
    width: 200px;
  }

  .phone-screen {
    min-height: 280px;
    padding: 12px;
  }
}

@media (max-width: 480px) {
  .mobile-phone {
    width: 180px;
  }

  .phone-screen {
    min-height: 260px;
    padding: 10px;
  }

  .deliverable-card {
    padding: 14px;
  }
}

@media (max-width: 900px) {
  .hero-device-pair {
    flex-direction: column;
    align-items: center;
  }

  .dashboard-window {
    transform: none;
    width: 100%;
    max-width: 500px;
  }
}

@media (max-width: 640px) {
  .dashboard-stats {
    flex-direction: column;
    gap: 12px;
  }

  .dash-stat-value {
    font-size: 1.5rem;
  }

  .table-header,
  .table-row {
    grid-template-columns: 1.5fr 1fr 0.8fr;
    padding: 10px 12px;
    font-size: 0.6875rem;
  }
}

.hero-visual-glass {
  position: relative;
}

.floating-element {
  background: rgba(20, 20, 25, 0.9);
  border: 1px solid rgba(239, 68, 68, 0.3);
  padding: 16px;
  border-radius: 12px;
  display: flex;
  gap: 12px;
  align-items: center;
  box-shadow: 0 20px 40px rgba(0,0,0,0.4);
  animation: float 6s ease-in-out infinite;
}

.alert-icon { font-size: 24px; }
.alert-text strong { display: block; color: #ef4444; }
.alert-text span { font-size: 12px; color: #9ca3af; }

.scan-lines {
  position: absolute;
  bottom: 20px;
  left: 40px;
  right: 40px;
  height: 60px;
}

.scan-lines::before,
.scan-lines::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 8px;
  background: rgba(56, 189, 248, 0.1);
  border-radius: 4px;
}

.scan-lines::before { top: 0; }
.scan-lines::after { top: 20px; width: 70%; }

.b2b-hero .hero-visual {
  display: none;
}

.scam-types-section {
  background: var(--color-gray-50, #f8fafc);
  padding: 80px 0;
}

.pill-tabs-multirow .pill-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  max-width: 1100px;
  margin: 0 auto;
  background: transparent;
  padding: 0;
  width: auto;
}

.pill-tabs-multirow .pill-tab {
  padding: 10px 16px;
  font-size: 0.875rem;
  background-color: var(--color-white);
  border: 1px solid var(--color-gray-200);
}

.pill-tabs-multirow .pill-tab:hover {
  border-color: var(--color-gray-300);
}

.pill-tabs-multirow .pill-tab.active {
  background-color: var(--color-navy-800);
  border-color: var(--color-navy-800);
  color: var(--color-white);
  box-shadow: none;
}

@media (min-width: 1024px) {
  .pill-tabs-multirow .pill-tabs {
    gap: 10px;
  }
  .pill-tabs-multirow .pill-tab {
    padding: 10px 18px;
  }
}

@media (max-width: 1023px) {
  .pill-tabs-multirow .pill-tabs {
    gap: 6px;
  }
  .pill-tabs-multirow .pill-tab {
    padding: 8px 12px;
    font-size: 0.8125rem;
  }
}

@media (max-width: 640px) {
  .pill-tabs-multirow .pill-tabs {
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 8px;
    max-width: 100%;
  }
  .pill-tabs-multirow .pill-tab {
    flex-shrink: 0;
    white-space: nowrap;
  }
}

/* ===================================
   Scam-Type Tabs with Fused Evidence
   =================================== */

.scam-type-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  padding: 28px 24px;
  background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
  border-radius: 16px 16px 0 0;
}

.scam-type-tab {
  padding: 10px 20px;
  border-radius: 24px;
  font-weight: 500;
  font-size: 0.875rem;
  background: white;
  border: 1px solid #e2e8f0;
  color: #475569;
  cursor: pointer;
  transition: all 0.2s ease;
}

.scam-type-tab:hover {
  border-color: #3089d9;
  color: #3089d9;
  transform: translateY(-1px);
}

.scam-type-tab.active {
  background: #3089d9;
  color: white;
  border-color: #3089d9;
  box-shadow: 0 2px 8px rgba(48, 137, 217, 0.3);
}

/* Fused Evidence Card Container */
.scam-evidence-container {
  background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
  padding: 32px 24px;
  border-radius: 0 0 16px 16px;
}

.scam-example-card {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 0;
  background: white;
  border-radius: 16px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  max-width: 900px;
  margin: 0 auto;
}

/* Device Preview Section (Left) */
.scam-preview {
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

.scam-preview .scam-device {
  background: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 280px;
}

.scam-preview .device-header {
  padding: 10px 12px;
  display: flex;
  align-items: center;
  font-size: 0.8125rem;
}

.scam-preview .device-screen {
  padding: 12px;
  min-height: 100px;
}

.scam-preview .scam-label {
  margin-top: 16px;
  text-align: center;
}

.scam-preview .scam-title {
  font-weight: 700;
  font-size: 1rem;
  color: #1e293b;
  display: block;
}

.scam-preview .scam-type-badge {
  font-size: 0.75rem;
  color: #64748b;
  margin-top: 4px;
  display: block;
}

/* Analysis Section (Right) */
.scam-analysis {
  padding: 24px;
  display: flex;
  flex-direction: column;
  background: #fafbfc;
  border-left: 1px solid #e2e8f0;
}

.evidence-bridge {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  flex: 1;
}

.evidence-column {
  padding: 16px;
  border-radius: 8px;
}

.evidence-column.technical {
  background: rgba(48, 137, 217, 0.06);
  border-left: 3px solid #3089d9;
}

.evidence-column.behavioral {
  background: rgba(255, 186, 8, 0.08);
  border-left: 3px solid #ffba08;
}

.evidence-header {
  font-size: 0.75rem;
  font-weight: 700;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.evidence-header svg {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}

.evidence-column.technical .evidence-header {
  color: #1a5a8a;
}

.evidence-column.behavioral .evidence-header {
  color: #8a6a00;
}

.evidence-pill {
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 0.8125rem;
  font-weight: 500;
  margin-bottom: 8px;
  display: block;
}

.evidence-column.technical .evidence-pill {
  background: rgba(48, 137, 217, 0.1);
  color: #1a5a8a;
}

.evidence-column.behavioral .evidence-pill {
  background: rgba(255, 186, 8, 0.15);
  color: #7a5d00;
}

/* Scam Type Specific Backgrounds */
.scam-preview-sms { background: linear-gradient(180deg, #DBEAFE 0%, #BFDBFE 100%); }
.scam-preview-popup { background: linear-gradient(180deg, #FECACA 0%, #FCA5A5 100%); }
.scam-preview-romance { background: linear-gradient(180deg, #EDE9FE 0%, #DDD6FE 100%); }
.scam-preview-gov { background: linear-gradient(180deg, #FEF3C7 0%, #FDE68A 100%); }
.scam-preview-package { background: linear-gradient(180deg, #CCFBF1 0%, #99F6E4 100%); }
.scam-preview-invoice { background: linear-gradient(180deg, #FCE7F3 0%, #FBCFE8 100%); }
.scam-preview-chat { background: linear-gradient(180deg, #E2E8F0 0%, #CBD5E1 100%); }
.scam-preview-ssa { background: linear-gradient(180deg, #FFEDD5 0%, #FED7AA 100%); }
.scam-preview-toll { background: linear-gradient(180deg, #E0F2FE 0%, #BAE6FD 100%); }
.scam-preview-prize { background: linear-gradient(180deg, #ECFCCB 0%, #D9F99D 100%); }
.scam-preview-crypto { background: linear-gradient(180deg, #FEF9C3 0%, #FEF08A 100%); }
.scam-preview-job { background: linear-gradient(180deg, #D1FAE5 0%, #A7F3D0 100%); }
.scam-preview-phishing { background: linear-gradient(180deg, #FEE2E2 0%, #FECACA 100%); }
.scam-preview-utility { background: linear-gradient(180deg, #E0E7FF 0%, #C7D2FE 100%); }
.scam-preview-charity { background: linear-gradient(180deg, #FECDD3 0%, #FDA4AF 100%); }
.scam-preview-refund { background: linear-gradient(180deg, #CFFAFE 0%, #A5F3FC 100%); }
.scam-preview-qr { background: linear-gradient(180deg, #F3E8FF 0%, #E9D5FF 100%); }
.scam-preview-pig { background: linear-gradient(180deg, #FFE4E6 0%, #FECDD3 100%); }
.scam-preview-amazon { background: linear-gradient(180deg, #FEF3C7 0%, #FDE68A 100%); }
.scam-preview-medicare { background: linear-gradient(180deg, #DBEAFE 0%, #BFDBFE 100%); }

/* Device type styles for scam preview */
.scam-device.device-sms .device-header {
  background: #f5f5f5;
  justify-content: space-between;
}
.scam-device.device-sms .device-contact {
  font-weight: 600;
  color: #000;
  flex: 1;
  text-align: center;
}
.scam-device.device-sms .sms-bubble {
  background: #e5e5ea;
  padding: 10px 14px;
  border-radius: 16px;
  font-size: 0.875rem;
  line-height: 1.4;
  color: #000;
}

.scam-device.device-browser .device-header {
  background: #dee2e6;
  gap: 8px;
}
.scam-device.device-browser .browser-dots {
  font-size: 8px;
  letter-spacing: 1px;
  color: #6c757d;
}
.scam-device.device-browser .browser-url {
  flex: 1;
  background: white;
  border-radius: 4px;
  padding: 4px 8px;
  font-size: 0.75rem;
  color: #6c757d;
}
.scam-device.device-browser .device-screen {
  background: #1a1a2e;
  padding: 16px;
}
.scam-device.device-browser .popup-alert {
  background: #fee2e2;
  border: 2px solid #dc2626;
  border-radius: 8px;
  padding: 12px;
  text-align: center;
}
.scam-device.device-browser .popup-icon { font-size: 1.5rem; }
.scam-device.device-browser .popup-title { color: #dc2626; font-weight: 700; font-size: 0.875rem; }
.scam-device.device-browser .popup-text { font-size: 0.75rem; color: #1e293b; margin-top: 4px; }
.scam-device.device-browser .popup-cta { background: #dc2626; color: white; padding: 6px 12px; border-radius: 4px; font-size: 0.75rem; font-weight: 600; margin-top: 8px; display: inline-block; }

.scam-device.device-social .device-header {
  background: linear-gradient(135deg, #ec4899 0%, #f43f5e 100%);
  color: white;
  gap: 8px;
}
.scam-device.device-social .social-avatar {
  width: 32px;
  height: 32px;
  background: rgba(255,255,255,0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
}
.scam-device.device-social .social-name { font-weight: 600; font-size: 0.8125rem; }
.scam-device.device-social .social-status { font-size: 0.6875rem; opacity: 0.8; }
.scam-device.device-social .social-msg {
  background: #f1f5f9;
  padding: 10px 12px;
  border-radius: 12px;
  font-size: 0.8125rem;
  margin-bottom: 8px;
  line-height: 1.4;
}

.scam-device.device-email .device-header {
  background: #f8fafc;
  border-bottom: 1px solid #e2e8f0;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}
.scam-device.device-email .email-from { font-weight: 600; font-size: 0.8125rem; color: #1e293b; }
.scam-device.device-email .email-subject { font-size: 0.75rem; color: #64748b; }
.scam-device.device-email .email-body {
  font-size: 0.8125rem;
  line-height: 1.5;
  color: #374151;
}

.scam-device.device-phone .device-header {
  background: #1e293b;
  color: white;
  flex-direction: column;
  text-align: center;
  padding: 16px;
}
.scam-device.device-phone .caller-name { font-weight: 600; font-size: 0.9375rem; }
.scam-device.device-phone .caller-id { font-size: 0.75rem; opacity: 0.7; margin-top: 2px; }
.scam-device.device-phone .device-screen {
  background: #0f172a;
  color: white;
  padding: 16px;
  text-align: center;
}
.scam-device.device-phone .call-status { font-size: 0.875rem; opacity: 0.8; }
.scam-device.device-phone .call-actions {
  display: flex;
  gap: 12px;
  justify-content: center;
  margin-top: 12px;
}
.scam-device.device-phone .call-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
}
.scam-device.device-phone .call-btn.accept { background: #22c55e; }
.scam-device.device-phone .call-btn.decline { background: #ef4444; }

/* Responsive */
@media (max-width: 768px) {
  .scam-example-card {
    grid-template-columns: 1fr;
  }

  .scam-preview {
    padding: 20px;
  }

  .scam-analysis {
    border-left: none;
    border-top: 1px solid #e2e8f0;
  }

  .evidence-bridge {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

.evidence-column.technical .evidence-pill {
  background: rgba(48, 137, 217, 0.1);
  color: #1a5a8a;
}

.evidence-column.behavioral .evidence-pill {
  background: rgba(255, 186, 8, 0.12);
  color: #7a5d00;
}

.scam-verdict {
  padding: 16px 24px;
  background: linear-gradient(135deg, #ecfdf5 0%, #d1fae5 100%);
  border-top: 1px solid #a7f3d0;
  display: flex;
  align-items: center;
  gap: 10px;
}

.verdict-icon {
  width: 24px;
  height: 24px;
  background: #10b981;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 0.875rem;
}

.verdict-text {
  font-weight: 600;
  color: #065f46;
  font-size: 0.9375rem;
}

/* Scam panel visibility */
.scam-panel {
  display: none;
}

.scam-panel.active {
  display: block;
}

/* Responsive adjustments */
@media (max-width: 640px) {
  .scam-type-tabs {
    padding: 20px 16px;
    gap: 8px;
  }

  .scam-type-tab {
    padding: 8px 14px;
    font-size: 0.8125rem;
  }

  .evidence-bridge {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 20px;
  }

  .scam-message {
    padding: 16px 20px;
  }

  .scam-verdict {
    padding: 14px 20px;
  }
}

/* ===================================
   Split-Screen Signal Detection (DEPRECATED - keeping for reference)
   =================================== */
.split-screen-signals {
  display: none; /* Hidden - replaced by scam-type tabs */
}

/* Connected feature panel below split-screen */
.scam-types-section .feature-tab-content {
  margin-top: 0;
}

.scam-types-section .feature-showcase {
  border-radius: 0 0 16px 16px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  border: 2px solid #a8d4f5;
  border-top: none;
}

/* Blue outline for technical signals */
.scam-types-section .feature-tab-content:not(.layout-reversed) .feature-showcase {
  border-color: #a8d4f5;
}

/* Gold outline + reverse layout for behavioral signals */
.scam-types-section .layout-reversed .feature-showcase {
  border-color: #ffe6a3;
  direction: rtl;
}

.scam-types-section .layout-reversed .feature-showcase > * {
  direction: ltr;
}

.signal-half {
  flex: 1;
  padding: 32px;
  position: relative;
  overflow: hidden;
}

/* Technical Half (Blue/Left) - brand blue #3089d9 */
.signal-half-technical {
  background: linear-gradient(135deg, #e8f3fc 0%, #d4e9f9 100%);
  color: #1a5a8a;
}

/* Circuit board pattern overlay - disabled */
.signal-half-technical::before {
  display: none;
}

/* Behavioral Half (Gold/Right) - brand gold #ffba08 */
.signal-half-behavioral {
  background: linear-gradient(135deg, #fff9e6 0%, #fff3cc 100%);
  color: #8a6a00;
}

/* Neural network pattern overlay - disabled */
.signal-half-behavioral::before {
  display: none;
}

.signal-half-header {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 8px;
  position: relative;
  z-index: 1;
}

.signal-half-icon {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
}

.signal-half-desc {
  font-size: 0.875rem;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
  line-height: 1.5;
  opacity: 0.8;
}

.signal-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  position: relative;
  z-index: 1;
}

.signal-chip {
  padding: 8px 14px;
  font-size: 0.8125rem;
  font-weight: 500;
  border-radius: 20px;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
}

/* Technical chips (brand blue) */
.signal-chip-technical {
  background: rgba(48, 137, 217, 0.1);
  color: #1a5a8a;
}

.signal-chip-technical:hover {
  background: rgba(48, 137, 217, 0.2);
  transform: translateY(-1px);
}

.signal-chip-technical.active {
  background: #3089d9;
  color: white;
  box-shadow: 0 2px 8px rgba(48, 137, 217, 0.3);
}

/* Behavioral chips (brand gold) */
.signal-chip-behavioral {
  background: rgba(255, 186, 8, 0.15);
  color: #8a6a00;
}

.signal-chip-behavioral:hover {
  background: rgba(255, 186, 8, 0.25);
  transform: translateY(-1px);
}

.signal-chip-behavioral.active {
  background: #ffba08;
  color: #5a4500;
  box-shadow: 0 2px 8px rgba(255, 186, 8, 0.4);
}

/* Signal Panel Styles - scam-types section overrides */
.scam-types-section .showcase-technical .feature-showcase-left {
  background: linear-gradient(135deg, #e8f3fc 0%, #d4e9f9 100%) !important;
}

.scam-types-section .showcase-behavioral .feature-showcase-left {
  background: linear-gradient(135deg, #fff9e6 0%, #fff3cc 100%) !important;
}

.scam-types-section .showcase-technical-bg,
.scam-types-section .feature-showcase-right.showcase-technical-bg {
  background: linear-gradient(135deg, #e8f3fc 0%, #d4e9f9 100%) !important;
}

.scam-types-section .showcase-behavioral-bg,
.scam-types-section .feature-showcase-right.showcase-behavioral-bg {
  background: linear-gradient(135deg, #fff9e6 0%, #fff3cc 100%) !important;
}

/* Add white card structure to bottom panel */
.scam-types-section .feature-showcase {
  position: relative;
}

.scam-types-section .feature-showcase::before {
  content: '';
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  z-index: 0;
}

.scam-types-section .feature-showcase-left,
.scam-types-section .feature-showcase-right {
  position: relative;
  z-index: 1;
}

/* Enhanced card shadow for contrast */
.scam-types-section .feature-card-demo {
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
}

/* Signal Detail in Demo Cards */
.signal-detail {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-top: 12px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.4;
}

.signal-icon {
  flex-shrink: 0;
  font-size: 1rem;
}

/* Responsive adjustments for split-screen */
@media (max-width: 900px) {
  .split-screen-signals {
    flex-direction: column;
  }

  .signal-half {
    padding: 24px;
  }
}

@media (max-width: 640px) {
  .signal-half {
    padding: 20px;
  }

  .signal-half-header {
    font-size: 1.125rem;
  }

  .signal-half-icon {
    width: 24px;
    height: 24px;
  }

  .signal-half-desc {
    font-size: 0.8125rem;
    margin-bottom: 16px;
  }

  .signal-chips {
    gap: 6px;
  }

  .signal-chip {
    padding: 6px 12px;
    font-size: 0.75rem;
  }
}

.scam-types-footer {
  text-align: center;
  font-size: 0.9375rem;
  color: var(--color-gray-500, #64748b);
  font-style: italic;
  margin-top: 40px;
}

.scam-detection-info {
  margin-top: 24px;
  padding: 16px;
  background: var(--color-blue-50, #eff6ff);
  border-radius: 8px;
  border-left: 3px solid var(--color-blue-500, #3b82f6);
}

.scam-detection-info .detection-label {
  display: block;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--color-blue-600, #2563eb);
  margin-bottom: 6px;
}

.scam-detection-info span:last-child {
  font-size: 0.875rem;
  color: var(--color-gray-600, #475569);
  line-height: 1.5;
}

.how-it-works-section {
  padding: 120px 24px;
  background: #FFFFFF;
  position: relative;
}

.how-it-works-section .section-header h2 {
  color: #0F172A;
}

.how-it-works-section .section-header p {
  color: #475569;
  max-width: none;
  white-space: nowrap;
}

.pillars-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 1200px;
  margin: 60px auto 0;
}

.pillar-card {
  background: #FFFFFF;
  border: 1px solid #E2E8F0;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.pillar-card:hover {
  border-color: #CBD5E1;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
}

.pillar-text {
  padding: 32px 28px 24px;
  flex: 1;
}

.pillar-text h3 {
  font-size: 1.375rem;
  font-weight: 700;
  color: #0F172A;
  margin-bottom: 16px;
  letter-spacing: -0.02em;
}

.pillar-text p {
  font-size: 0.9375rem;
  color: #475569;
  line-height: 1.7;
}

.pillar-icon {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.pillar-icon svg {
  width: 32px;
  height: 32px;
}

.pillar-icon-blue {
  background: #DBEAFE;
  color: #1D4ED8;
}

.pillar-icon-green {
  background: #D1FAE5;
  color: #047857;
}

.pillar-icon-gold {
  background: #FEF3C7;
  color: #B45309;
}

.pillar-visual {
  background: #F8FAFC;
  border-top: 1px solid #E2E8F0;
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100px;
}

.micro-alert {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  padding: 14px 18px;
  background: #FFFFFF;
  border: 1px solid #E2E8F0;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  width: 100%;
  max-width: 220px;
}

.alert-tag {
  font-size: 0.625rem;
  font-weight: 700;
  color: #DC2626;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  background: #FEF2F2;
  padding: 3px 8px;
  border-radius: 4px;
}

.alert-title {
  font-size: 0.875rem;
  font-weight: 600;
  color: #0F172A;
}

.micro-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  border-radius: 100px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.micro-badge svg {
  flex-shrink: 0;
}

.micro-badge-success {
  background: #F0FDF4;
  color: #059669;
  border: 1px solid #BBF7D0;
}

.micro-log {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 12px 18px;
  background: #FFFFFF;
  border: 1px solid #E2E8F0;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.log-id {
  font-size: 0.75rem;
  font-family: var(--font-mono);
  color: #64748B;
  background: #F1F5F9;
  padding: 4px 10px;
  border-radius: 4px;
}

.log-status {
  font-size: 0.8125rem;
  font-weight: 600;
  color: #059669;
}

@media (max-width: 900px) {
  .pillars-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 0 16px;
  }

  .pillar-card {
    max-width: 500px;
    margin: 0 auto;
  }
}

.timeline-horizontal {
  max-width: 1000px;
  margin: 80px auto 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  padding: 0 40px;
}

.timeline-line {
  position: absolute;
  top: 40px;
  left: 120px;
  right: 120px;
  height: 2px;
  background: #E2E8F0;
  z-index: 0;
}

.timeline-pulse {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, #2563EB 50%, transparent 100%);
  animation: timeline-flow 3s ease-in-out infinite;
}

@keyframes timeline-flow {
  0% {
    left: -100px;
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    left: calc(100% + 100px);
    opacity: 0;
  }
}

.timeline-node {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 1;
  flex: 1;
  max-width: 280px;
}

.timeline-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  background: #FFFFFF;
  border: 2px solid #E2E8F0;
  transition: all 0.3s ease;
}

.timeline-icon svg {
  width: 32px;
  height: 32px;
}

.timeline-icon-educate {
  color: #2563EB;
}

.timeline-icon-verify {
  color: #059669;
}

.timeline-icon-document {
  color: #7C3AED;
}

.timeline-node:hover .timeline-icon {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px -8px rgba(0, 0, 0, 0.1);
}

.timeline-node:hover .timeline-icon-educate {
  border-color: #2563EB;
  background: #EFF6FF;
}

.timeline-node:hover .timeline-icon-verify {
  border-color: #059669;
  background: #F0FDF4;
}

.timeline-node:hover .timeline-icon-document {
  border-color: #7C3AED;
  background: #F5F3FF;
}

.timeline-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #0F172A;
  margin-bottom: 8px;
  letter-spacing: -0.02em;
}

.timeline-desc {
  font-size: 0.9375rem;
  color: #475569;
  line-height: 1.6;
  margin-bottom: 12px;
  max-width: 220px;
}

.timeline-audience {
  font-size: 0.75rem;
  font-weight: 600;
  color: #64748B;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 4px 12px;
  background: #F1F5F9;
  border-radius: 100px;
}

.education-engine-section {
  padding: 120px 24px;
  background: transparent;
}

.education-split {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.education-text {
  max-width: 480px;
}

.section-label {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  color: #2563EB;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 16px;
}

.education-text h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #0F172A;
  line-height: 1.2;
  margin-bottom: 20px;
  letter-spacing: -0.03em;
}

.education-text p {
  font-size: 1.125rem;
  color: #475569;
  line-height: 1.7;
  margin-bottom: 32px;
}

.education-checklist {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.education-checklist li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 1rem;
  color: #0F172A;
  font-weight: 500;
}

.education-checklist svg {
  width: 20px;
  height: 20px;
  color: #059669;
  flex-shrink: 0;
}

.education-visual {
  position: relative;
}

.content-library-window {
  background: #FFFFFF;
  border-radius: 16px;
  overflow: hidden;
  box-shadow:
    0 25px 50px -12px rgba(0, 0, 0, 0.15),
    0 12px 24px -8px rgba(0, 0, 0, 0.08);
  border: 1px solid #E2E8F0;
}

.library-header {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 18px;
  background: #F8FAFC;
  border-bottom: 1px solid #E2E8F0;
}

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

.library-dots span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.library-dots span:nth-child(1) { background: #EF4444; }
.library-dots span:nth-child(2) { background: #F59E0B; }
.library-dots span:nth-child(3) { background: #22C55E; }

.library-title {
  margin-left: 8px;
  font-size: 0.8125rem;
  font-weight: 500;
  color: #64748B;
}

.library-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  padding: 20px;
}

.library-card {
  background: #F8FAFC;
  border: 1px solid #E2E8F0;
  border-radius: 12px;
  padding: 12px;
  transition: all 0.2s ease;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.library-card:hover {
  border-color: #2563EB;
  transform: translateY(-2px);
}

.library-card-image {
  width: 100%;
  height: 60px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.library-card-image svg {
  width: 24px;
  height: 24px;
}

.library-card-alert {
  background: linear-gradient(135deg, #FEF2F2 0%, #FECACA 100%);
  color: #DC2626;
}

.library-card-guide {
  background: linear-gradient(135deg, #EFF6FF 0%, #BFDBFE 100%);
  color: #2563EB;
}

.library-card-toll {
  background: linear-gradient(135deg, #FEF3C7 0%, #FCD34D 100%);
  color: #B45309;
}

.library-card-irs {
  background: linear-gradient(135deg, #F3E8FF 0%, #DDD6FE 100%);
  color: #7C3AED;
}

.library-card-title {
  font-size: 0.8125rem;
  font-weight: 600;
  color: #0F172A;
}

.library-card-type {
  font-size: 0.6875rem;
  color: #64748B;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.library-card-featured {
  position: relative;
}

.library-download {
  margin-top: auto;
  padding: 6px 12px;
  background: #2563EB;
  color: white;
  border: none;
  border-radius: 6px;
  font-size: 0.6875rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}

.library-download:hover {
  background: #1D4ED8;
}

.pipeline-container {
  max-width: 1200px;
  margin: 60px auto 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0;
  position: relative;
}

.pipeline-step {
  flex: 1;
  max-width: 280px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  padding: 0 20px;
}

.data-pipe {
  width: 80px;
  height: 6px;
  margin-top: 47px; 
  position: relative;
  flex-shrink: 0;
}

.pipe-track {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 6px;
  background: #E2E8F0;
  border-radius: 3px;
}

.pipe-flow {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 6px;
  background: linear-gradient(90deg, transparent 0%, #2563EB 50%, transparent 100%);
  border-radius: 3px;
  animation: data-flow 1.5s ease-in-out infinite;
}

@keyframes data-flow {
  0% {
    left: -40px;
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    left: 80px;
    opacity: 0;
  }
}

.pipeline-step:not(:last-child)::after,
.pipeline-step:not(:last-child)::before {
  display: none;
}

.three-pillars-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 1200px;
  margin: 60px auto 0;
}

.two-pillars-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  max-width: 1000px;
  margin: 60px auto 0;
}

.pillar-card {
  background: #FFFFFF;
  border: 1px solid #E2E8F0;
  border-radius: 16px;
  padding: 28px;
  transition: border-color 0.2s ease, transform 0.2s ease;
}

.pillar-card:hover {
  border-color: #2563EB;
  transform: translateY(-4px);
}

.pillar-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
}

.pillar-icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.pillar-icon svg {
  width: 22px;
  height: 22px;
}

.pillar-icon-education {
  background: #DBEAFE;
  color: #2563EB;
}

.pillar-icon-verification {
  background: #D1FAE5;
  color: #059669;
}

.pillar-icon-compliance {
  background: #FEF3C7;
  color: #D97706;
}

.pillar-buyer {
  font-size: 0.6875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #94A3B8;
  margin-bottom: 4px;
}

.pillar-education .pillar-buyer {
  color: #2563EB;
}

.pillar-verification .pillar-buyer {
  color: #059669;
}

.pillar-compliance .pillar-buyer {
  color: #D97706;
}

.pillar-card h3 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #0F172A;
  margin: 0 0 16px 0;
}

.pillar-desc {
  font-size: 0.9375rem;
  color: #64748B;
  margin-bottom: 24px;
}

.pillar-steps {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 24px;
}

.pillar-step {
  display: flex;
  align-items: center;
  gap: 12px;
}

.pillar-step-num {
  width: 28px;
  height: 28px;
  background: #F1F5F9;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 700;
  color: #64748B;
  flex-shrink: 0;
}

.pillar-education .pillar-step-num {
  background: #EFF6FF;
  color: #2563EB;
}

.pillar-verification .pillar-step-num {
  background: #ECFDF5;
  color: #059669;
}

.pillar-compliance .pillar-step-num {
  background: #FFFBEB;
  color: #D97706;
}

.pillar-step-text {
  font-size: 0.875rem;
  color: #475569;
}

.pillar-includes {
  border-top: 1px solid #E2E8F0;
  padding-top: 16px;
}

.pillar-includes-label {
  display: block;
  font-size: 0.75rem;
  font-weight: 600;
  color: #94A3B8;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
}

.pillar-includes-items {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.pillar-tag {
  font-size: 0.75rem;
  font-weight: 500;
  padding: 4px 12px;
  background: #F8FAFC;
  border: 1px solid #E2E8F0;
  border-radius: 20px;
  color: #475569;
}

@media (max-width: 1024px) {
  .three-pillars-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .three-pillars-container .pillar-card:last-child {
    grid-column: 1 / -1;
    max-width: 400px;
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .three-pillars-container {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .three-pillars-container .pillar-card:last-child {
    max-width: none;
  }

  .two-pillars-container {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .pillar-card {
    padding: 24px;
  }

  .pillar-card h3 {
    font-size: 1.125rem;
  }
}

.pipeline-icon {
  width: 100px;
  height: 100px;
  background: #FFFFFF;
  border: 1px solid #E2E8F0;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  transition: var(--transition-smooth);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.pipeline-step:hover .pipeline-icon {
  border-color: #2563EB;
  box-shadow: 0 10px 15px -3px rgba(37, 99, 235, 0.15), 0 4px 6px -2px rgba(37, 99, 235, 0.1);
}

.pipeline-icon svg {
  width: 48px;
  height: 48px;
  color: #2563EB;
}

.pipeline-engine {
  flex: 1.5;
  max-width: 400px;
}

.engine-container {
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #E2E8F0;
  border-radius: 24px;
  padding: 24px;
  margin-bottom: 24px;
  transition: var(--transition-smooth);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.pipeline-engine:hover .engine-container {
  border-color: #2563EB;
  box-shadow: 0 10px 15px -3px rgba(37, 99, 235, 0.15), 0 4px 6px -2px rgba(37, 99, 235, 0.1);
}

.engine-label {
  font-size: 0.75rem;
  color: #64748B;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 16px;
  text-align: center;
}

.engine-chips {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}

.engine-chip {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  background: rgba(37, 99, 235, 0.08);
  border: 1px solid rgba(37, 99, 235, 0.2);
  border-radius: 100px;
  font-size: 0.8125rem;
  font-weight: 500;
  color: #2563EB;
}

.engine-chip svg {
  width: 16px;
  height: 16px;
}

.engine-chip.chip-gold {
  background: rgba(245, 158, 11, 0.08);
  border-color: rgba(245, 158, 11, 0.25);
  color: #D97706;
}

.engine-chip.chip-green {
  background: rgba(34, 197, 94, 0.08);
  border-color: rgba(34, 197, 94, 0.25);
  color: #16A34A;
}

.pipeline-title {
  font-size: 1.125rem;
  font-weight: 600;
  color: #0F172A;
  margin-bottom: 8px;
}

.pipeline-desc {
  font-size: 0.875rem;
  color: #64748B;
  line-height: 1.6;
}

.how-it-works-grid {
  display: none; 
}

.audience-split-section {
  padding: 100px 24px;
  background: #FFFFFF;
  border-top: 1px solid #E2E8F0;
  border-bottom: 1px solid #E2E8F0;
}

.audience-split-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  max-width: 1200px;
  margin: 0 auto;
}

.audience-column {
  padding: 40px;
  background: #FFFFFF;
  border: 1px solid #E2E8F0;
  border-radius: 12px;
}

.audience-column-icon {
  width: 56px;
  height: 56px;
  background: #EFF6FF;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}

.audience-column-icon svg {
  width: 28px;
  height: 28px;
  color: #2563EB;
}

.audience-column-gov .audience-column-icon {
  background: #FEF2F2;
}

.audience-column-gov .audience-column-icon svg {
  color: #DC2626;
}

.audience-column h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #0F172A;
  margin-bottom: 12px;
  letter-spacing: -0.02em;
}

.audience-column > p {
  font-size: 1rem;
  color: #475569;
  line-height: 1.7;
  margin-bottom: 24px;
}

.audience-visual {
  margin-bottom: 24px;
}

.policy-snippet {
  background: #F8FAFC;
  border: 1px solid #E2E8F0;
  border-radius: 8px;
  padding: 20px;
}

.policy-header {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.875rem;
  font-weight: 600;
  color: #0F172A;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid #E2E8F0;
}

.policy-icon {
  font-size: 1rem;
}

.policy-line {
  font-size: 0.875rem;
  color: #16A34A;
  padding: 6px 0;
  font-family: var(--font-mono);
}

.impersonation-block {
  background: #FEF2F2;
  border: 1px solid rgba(220, 38, 38, 0.2);
  border-radius: 8px;
  padding: 20px;
}

.impersonation-header {
  margin-bottom: 12px;
}

.impersonation-badge {
  display: inline-block;
  background: #DC2626;
  color: white;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 4px;
  letter-spacing: 0.05em;
}

.impersonation-message {
  background: #FFFFFF;
  border: 1px solid #E2E8F0;
  border-radius: 6px;
  padding: 12px;
  margin-bottom: 12px;
}

.impersonation-sender {
  display: block;
  font-size: 0.75rem;
  color: #DC2626;
  font-weight: 600;
  margin-bottom: 4px;
}

.impersonation-text {
  display: block;
  font-size: 0.875rem;
  color: #475569;
  font-style: italic;
}

.impersonation-result {
  font-size: 0.875rem;
  font-weight: 600;
  color: #DC2626;
}

.audience-column-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 1rem;
  font-weight: 600;
  color: #2563EB;
  text-decoration: none;
  transition: var(--transition-fast);
}

.audience-column-cta:hover {
  gap: 12px;
}

.audience-column-cta svg {
  width: 20px;
  height: 20px;
}

.audience-column-cta-gov {
  color: #DC2626;
}

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

  .audience-column {
    padding: 28px;
  }
}

.capabilities-section {
  padding: 120px 24px;
  background: transparent;
  position: relative;
}

.capabilities-section .section-header h2 {
  color: #0F172A;
}

.capabilities-section .section-header p {
  color: #475569;
}

.bento-grid-new {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto auto;
  gap: 24px;
  max-width: 1200px;
  margin: 60px auto 0;
}

.bento-item {
  background: #FFFFFF;
  border: 1px solid #E2E8F0;
  border-radius: 8px;
  padding: 32px;
  position: relative;
  overflow: hidden;
  transition: var(--transition-smooth);
  
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.bento-item:hover {
  border-color: #2563EB;
}

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

.bento-featured {
  background: linear-gradient(135deg, #F0F7FF 0%, #FFFFFF 100%);
  border: 2px solid #2563EB;
  position: relative;
}

.bento-featured::before {
  content: "EDUCATION PRIORITY";
  position: absolute;
  top: 16px;
  right: 16px;
  background: #2563EB;
  color: white;
  font-size: 0.625rem;
  font-weight: 700;
  padding: 4px 8px;
  border-radius: 4px;
  letter-spacing: 0.05em;
}

.bento-featured-icon {
  width: 48px;
  height: 48px;
  background: #2563EB;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.bento-featured-icon svg {
  width: 24px;
  height: 24px;
  color: white;
}

.content-library-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.content-tag {
  background: #E0EEFF;
  color: #1E40AF;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 6px 12px;
  border-radius: 20px;
}

.bento-tall {
  grid-row: span 2;
}

.bento-item h3 {
  font-size: 1.375rem;
  font-weight: 600;
  color: #0F172A;
  margin-bottom: 12px;
}

.bento-item p {
  font-size: 0.9375rem;
  color: #475569;
  line-height: 1.7;
}

.bento-item h3,
.bento-item > p {
  flex-shrink: 0;
}

.bento-visual {
  margin-top: auto;
  padding-top: 24px;
  display: flex;
  align-items: center;
  gap: 24px;
  flex-grow: 1;
  align-items: flex-end;
}

.qr-scan-visual {
  position: relative;
  width: 100px;
  height: 100px;
  background: #F8FAFC;
  border: 1px solid #E2E8F0;
  border-radius: 8px;
  padding: 10px;
  flex-shrink: 0;
}

.qr-code-placeholder {
  width: 100%;
  height: 100%;
  background:
    linear-gradient(90deg, #000 30%, transparent 30%) 0 0 / 10px 10px,
    linear-gradient(#000 30%, transparent 30%) 0 0 / 10px 10px;
  border-radius: 4px;
}

.qr-scanline {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  height: 3px;
  background: #2563EB;
  box-shadow: 0 0 10px rgba(37, 99, 235, 0.5);
  animation: qr-scan 2s ease-in-out infinite;
}

@keyframes qr-scan {
  0%, 100% { top: 10px; }
  50% { top: calc(100% - 13px); }
}

.bento-text-area {
  flex-shrink: 0;
}

.bento-text-area h3 {
  color: #0F172A;  
  font-size: 1.375rem;
  font-weight: 600;
  margin-bottom: 8px;
}

.bento-text-area p {
  color: #475569;
  font-size: 0.875rem;
  line-height: 1.5;
}

.sms-chat-viewport {
  margin-top: auto;
  flex-grow: 0;  
  display: flex;
  align-items: flex-end;
  padding-top: 16px;
  max-height: 180px;  
}

.sms-phone-frame {
  width: 100%;
  background: #1E293B;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.sms-status-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 12px;
  background: #0F172A;
  font-size: 0.6875rem;
  color: rgba(255, 255, 255, 0.6);
}

.sms-time {
  font-weight: 600;
}

.sms-carrier {
  color: rgba(255, 255, 255, 0.4);
}

.sms-messages {
  padding: 12px;
  background: #F8FAFC;
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-height: 160px;
}

.sms-bubble {
  max-width: 85%;
  padding: 10px 14px;
  border-radius: 16px;
  font-size: 0.8125rem;
  line-height: 1.4;
}

.sms-bubble-user {
  align-self: flex-end;
  background: #2563EB;
  color: white;
  border-bottom-right-radius: 4px;
}

.sms-bubble-scammer {
  align-self: flex-start;
  background: #E2E8F0;
  color: #0F172A;
  border-bottom-left-radius: 4px;
  position: relative;
}

.sms-bubble-content {
  line-height: 1.5;
}

.trigger-word {
  background: rgba(239, 68, 68, 0.2);
  color: #DC2626;
  padding: 1px 4px;
  border-radius: 3px;
  font-weight: 600;
}

.ai-detection-badge {
  position: absolute;
  bottom: -8px;
  right: 8px;
  display: flex;
  align-items: center;
  gap: 4px;
  background: #DC2626;
  color: white;
  font-size: 0.625rem;
  font-weight: 700;
  padding: 4px 8px;
  border-radius: 100px;
  box-shadow: 0 2px 8px rgba(220, 38, 38, 0.3);
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.ai-detection-badge svg {
  width: 10px;
  height: 10px;
}

.urgency-visual {
  margin-top: auto;
  padding-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex-grow: 1;
  justify-content: flex-end;
}

.urgency-line {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  background: #F8FAFC;
  border: 1px solid #E2E8F0;
  border-radius: 8px;
  font-size: 0.8125rem;
  color: #64748B;
}

.urgency-highlight {
  background: rgba(239, 68, 68, 0.1);
  color: #DC2626;
  padding: 2px 8px;
  border-radius: 4px;
  font-weight: 600;
}

.chain-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: auto;
  padding-top: 24px;
  flex-wrap: wrap;
  flex-grow: 1;
  align-content: flex-end;
}

.chain-step {
  padding: 8px 12px;
  background: #F8FAFC;
  border: 1px solid #E2E8F0;
  border-radius: 6px;
}

.chain-step-bad {
  background: #FEF2F2;
  border-color: rgba(220, 38, 38, 0.3);
}

.chain-step-bad .mono-data {
  color: #DC2626;
}

.chain-arrow {
  color: #94A3B8;
  font-weight: 600;
}

.qr-result {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 12px;
  text-align: left;
}

.qr-result-bad {
  background: #FEF2F2 !important;
  color: #DC2626 !important;
}

.qr-code-mock {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 12px;
  background: white;
  border-radius: 6px;
}

.qr-row {
  display: flex;
  gap: 4px;
}

.qr-row span {
  width: 16px;
  height: 16px;
  background: #0F172A;
  border-radius: 2px;
}

.qr-row span:nth-child(odd) {
  background: #0F172A;
}

.qr-row span:nth-child(even) {
  background: transparent;
  border: 1px solid #E2E8F0;
}

.qr-scan-result {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
  padding: 8px 12px;
  background: #FEF2F2;
  border: 1px solid rgba(220, 38, 38, 0.2);
  border-radius: 8px;
}

.qr-result-icon {
  font-size: 1rem;
}

.qr-result-text {
  font-size: 0.75rem;
  font-weight: 600;
  color: #DC2626;
}

.bento-wide .qr-scan-visual {
  width: auto;
  height: auto;
  max-width: 160px;
  margin-top: auto;
  padding-top: 24px;
}

.compliance-badge-visual {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: auto;
  padding-top: 24px;
  padding-bottom: 16px;
}

.badge-icon {
  width: 64px;
  height: 64px;
  background: linear-gradient(135deg, #16A34A 0%, #22C55E 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(22, 163, 74, 0.3);
}

.badge-icon svg {
  width: 32px;
  height: 32px;
  color: white;
}

.badge-text {
  font-size: 0.875rem;
  font-weight: 700;
  color: #16A34A;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.integration-section {
  padding: 120px 24px;
  background: transparent;
  position: relative;
}

.integration-content {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.integration-text h2 {
  font-size: clamp(2rem, 4vw, 2.75rem);
  color: #0F172A;
  margin-bottom: 20px;
  letter-spacing: -0.02em;
}

.integration-text p {
  font-size: 1.125rem;
  color: #475569;
  margin-bottom: 32px;
  line-height: 1.7;
}

.integration-benefits {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.integration-benefits li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 1rem;
  color: #475569;
}

.integration-benefits li svg {
  width: 20px;
  height: 20px;
  color: #16A34A;
  flex-shrink: 0;
}

.terminal-window {
  background: #1e293b;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 40px -10px rgba(15, 23, 42, 0.25);
  border: 1px solid #334155;
}

.terminal-header {
  padding: 12px 16px;
  background: #1a1a1a;
  display: flex;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.terminal-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

.terminal-dot.red { background: #ff5f56; }
.terminal-dot.yellow { background: #ffbd2e; }
.terminal-dot.green { background: #27c93f; }

.terminal-title {
  flex: 1;
  text-align: center;
  font-size: 0.75rem;
  color: #64748b;
  font-family: var(--font-mono);
}

.terminal-body {
  padding: 24px;
  font-family: var(--font-mono);
  font-size: 0.875rem;
  line-height: 1.8;
}

.terminal-line {
  margin-bottom: 8px;
}

.terminal-prompt {
  color: var(--sz-cyan);
}

.terminal-command {
  color: #f8fafc;
}

.terminal-label {
  color: #64748b;
}

.terminal-value {
  color: var(--sz-gold);
}

.terminal-success {
  color: var(--sz-green);
}

.footer-cta-section {
  padding: 120px 24px;
  background: var(--sz-navy-deep);
  position: relative;
  overflow: hidden;
  text-align: center;
}

.footer-cta-section::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 800px;
  height: 500px;
  background: radial-gradient(ellipse 60% 50% at 50% 50%, rgba(37, 99, 235, 0.15) 0%, transparent 60%);
  pointer-events: none;
  z-index: 0;
}

.footer-cta-section::after {
  content: '';
  position: absolute;
  top: 60%;
  left: 60%;
  width: 500px;
  height: 350px;
  background: radial-gradient(ellipse at center, rgba(37, 99, 235, 0.08) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}

.footer-cta-content {
  position: relative;
  z-index: 1;
  max-width: 700px;
  margin: 0 auto;
}

.footer-cta-content h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  color: white;
  margin-bottom: 20px;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.footer-cta-content p {
  font-size: 1.25rem;
  color: #94a3b8;
  margin-bottom: 40px;
  line-height: 1.7;
}

.footer-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 20px 48px;
  background: white;
  color: var(--sz-navy-deep);
  border: none;
  border-radius: var(--radius-pill);
  font-family: var(--font-body);
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  text-decoration: none;
  cursor: pointer;
  transition: var(--transition-smooth);
  box-shadow: 0 4px 24px rgba(255, 255, 255, 0.15);
}

.footer-cta-btn:hover {
  background: #f8fafc;
  transform: translateY(-4px);
  box-shadow: 0 8px 40px rgba(255, 255, 255, 0.25);
}

.footer-cta-btn svg {
  width: 20px;
  height: 20px;
}

@media (max-width: 1024px) {
  
  .pipeline-container {
    flex-direction: column;
    gap: 40px;
  }

  .pipeline-step {
    max-width: 100%;
    padding: 0;
  }

  .pipeline-step:not(:last-child)::after,
  .pipeline-step:not(:last-child)::before {
    display: none;
  }

  .pipeline-engine {
    max-width: 100%;
  }

  .bento-grid-new {
    grid-template-columns: repeat(2, 1fr);
  }

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

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

  .integration-content {
    grid-template-columns: 1fr;
    gap: 48px;
  }
}

@media (max-width: 768px) {
  
  .b2b-hero,
  .b2b-hero-modern {
    padding: 120px 24px 80px;
    min-height: auto;
  }

  .b2b-hero h1,
  .hero-text-modern h1 {
    font-size: clamp(2.25rem, 8vw, 3rem);
  }

  .hero-description,
  .hero-desc-modern {
    font-size: 1.0625rem;
  }

  .audience-cta-wrapper {
    flex-direction: column;
    width: 100%;
  }

  .audience-cta {
    min-width: 100%;
  }

  .phone-frame {
    width: 280px;
    height: 560px;
    transform: perspective(1000px) rotateX(5deg);
  }

  .phone-frame:hover {
    transform: perspective(1000px) rotateX(3deg);
  }

  .bento-grid-new {
    grid-template-columns: 1fr;
  }

  .bento-wide,
  .bento-tall {
    grid-column: span 1;
    grid-row: span 1;
  }

  .how-it-works-section,
  .capabilities-section,
  .integration-section,
  .footer-cta-section {
    padding: 80px 24px;
  }

  .footer-cta-content h2 {
    font-size: 1.75rem;
  }

  .footer-cta-content p {
    font-size: 1.0625rem;
  }

  .footer-cta-btn {
    padding: 16px 36px;
    font-size: 1rem;
  }
}

.cta-nav-button {
  background: #1E40AF !important;
  color: #FFFFFF !important;
  padding: 12px 24px !important;
  border-radius: 100px !important;
  font-weight: 600 !important;
  transition: var(--transition-smooth);
  box-shadow: 0 4px 12px rgba(30, 64, 175, 0.25);
}

.cta-nav-button:hover {
  background: #1E3A8A !important;
  color: #FFFFFF !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 16px rgba(37, 99, 235, 0.35) !important;
}

.mobile-cta-button {
  background: var(--sz-blue) !important;
  color: white !important;
  border-radius: 100px !important;
  margin-top: 20px !important;
}

.trust-bar {
  padding: 48px 24px 60px 24px;
  background: #ffffff;
  margin-top: 0;
  width: 100%;
}

.trust-bar-content {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.trust-bar-label {
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  color: #64748B;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.trust-bar-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  flex-wrap: wrap;
}

.trust-bar-logos span {
  font-size: 1.125rem;
  font-weight: 500;
  color: #64748B;
}

.trust-bar-logos .divider {
  color: #CBD5E1;
}

.trust-bar-divider {
  width: 1px;
  height: 32px;
  background: #E2E8F0;
  margin: 0 8px;
}

.trust-bar-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #475569;
  font-weight: 500;
  font-size: 0.9375rem;
  transition: var(--transition-fast);
}

.trust-bar-logo-primary {
  color: #0F172A;
  font-weight: 600;
}

.trust-bar-logo-icon {
  width: 44px;
  height: 44px;
  background: #FFFFFF;
  border: 1px solid #E2E8F0;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.trust-bar-logo-icon svg {
  width: 24px;
  height: 24px;
  color: #2563EB;
}

.trust-bar-logo-cloudflare svg {
  color: #F6821F; 
}

.trust-bar-logo-fedramp svg {
  color: #1D4ED8; 
}

.trust-bar-logo-nacha svg {
  color: #16A34A; 
}

.trust-bar-stat {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 24px;
  background: #FFFFFF;
  border: 1px solid #E2E8F0;
  border-radius: 12px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.trust-bar-stat-number {
  font-size: 1.75rem;
  font-weight: 800;
  color: #2563EB;
  line-height: 1;
}

.trust-bar-stat-label {
  font-size: 0.8125rem;
  color: #64748B;
  line-height: 1.3;
}

@media (max-width: 768px) {
  .trust-bar {
    padding: 32px 24px 48px 24px;
  }

  .trust-bar-label {
    font-size: 0.6875rem;
    margin-bottom: 16px;
  }

  .trust-bar-logos {
    flex-direction: column;
    gap: 12px;
    align-items: center;
  }

  .trust-bar-logo {
    font-size: 0.75rem;
    justify-content: center;
    width: 100%;
  }

  .trust-bar-logo-icon {
    width: 32px;
    height: 32px;
  }

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

  .trust-bar-divider {
    display: none;
  }

  .trust-bar-stat {
    padding: 12px 16px;
  }

  .trust-bar-stat-number {
    font-size: 1.5rem;
  }
}

.how-it-works-section {
  padding: 100px 24px;
  background: transparent;
}

.how-it-works-section .section-header h2 {
  color: #0F172A;
}

.how-it-works-section .section-header p {
  color: #475569;
  max-width: none;
  white-space: nowrap;
}

.how-it-works-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 60px;
}

.how-it-works-card {
  background: var(--sz-navy-surface);
  border-radius: 20px;
  padding: 36px 28px;
  text-align: center;
  position: relative;
  transition: var(--transition-smooth);
  border: 1px solid var(--sz-glass-border);
}

.how-it-works-card:hover {
  border-color: var(--sz-electric-blue);
  transform: translateY(-4px);
}

.how-it-works-number {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  width: 28px;
  height: 28px;
  background: var(--sz-electric-blue);
  color: var(--sz-navy-deep);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.8125rem;
  box-shadow: 0 0 20px rgba(56, 189, 248, 0.3);
}

.how-it-works-icon {
  width: 72px;
  height: 72px;
  background: rgba(56, 189, 248, 0.1);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 12px auto 24px;
  color: var(--sz-electric-blue);
}

.how-it-works-icon svg {
  width: 36px;
  height: 36px;
}

.how-it-works-card h3 {
  font-size: 1.0625rem;
  font-weight: 700;
  margin-bottom: 12px;
  color: white;
}

.how-it-works-card p {
  font-size: 0.875rem;
  color: #94a3b8;
  line-height: 1.65;
}

.bento-section {
  padding: 100px 24px;
  background: transparent;
}

.section-header-modern {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 60px;
}

.section-header-modern h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  margin-bottom: 16px;
  color: white;
}

.section-header-modern p {
  font-size: 1.125rem;
  color: #94a3b8;
}

.bento-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 240px);
  gap: 24px;
  max-width: 1200px;
  margin: 0 auto;
}

.bento-visual {
  flex-shrink: 0;
}

.scan-bar {
  width: 200px;
  height: 8px;
  background: var(--sz-electric-blue);
  border-radius: 100px;
  box-shadow: 0 0 20px var(--sz-electric-blue);
}

.bento-visual-list {
  margin-top: 24px;
}

.list-line {
  height: 12px;
  background: rgba(255, 255, 255, 0.1);
  margin-top: 12px;
  border-radius: 4px;
  width: 100%;
}

.list-line:nth-child(2) { width: 80%; }
.list-line:nth-child(3) { width: 60%; }

@media (max-width: 1024px) {
  .bento-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .bento-wide, .bento-tall {
    grid-column: span 1;
    grid-row: span 1;
  }
}

.value-props-section {
  padding: 100px 24px;
  background: transparent;
}

.audience-toggle {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-bottom: 48px;
  padding: 6px;
  background: var(--sz-navy-surface);
  border: 1px solid var(--sz-glass-border);
  border-radius: 100px;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.audience-toggle-btn {
  padding: 12px 32px;
  border: none;
  background: transparent;
  border-radius: 100px;
  font-size: 1rem;
  font-weight: 600;
  color: #64748b;
  cursor: pointer;
  transition: var(--transition-smooth);
}

.audience-toggle-btn:hover {
  color: #94a3b8;
}

.audience-toggle-btn.active {
  background: var(--sz-electric-blue);
  color: var(--sz-navy-deep);
  box-shadow: 0 0 20px rgba(56, 189, 248, 0.3);
}

.value-props-container {
  max-width: 1200px;
  margin: 0 auto;
}

.value-props-panel {
  display: none;
}

.value-props-panel.active {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.value-prop-card {
  background: var(--sz-navy-surface);
  border-radius: 20px;
  padding: 32px;
  border: 1px solid var(--sz-glass-border);
  transition: var(--transition-smooth);
}

.value-prop-card:hover {
  border-color: var(--sz-electric-blue);
  transform: translateY(-2px);
}

.value-prop-icon {
  width: 56px;
  height: 56px;
  background: rgba(56, 189, 248, 0.1);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  color: var(--sz-electric-blue);
}

.value-prop-card h3 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 12px;
  color: white;
}

.value-prop-card p {
  font-size: 1rem;
  color: #94a3b8;
  line-height: 1.7;
}

.social-proof-section {
  padding: 100px 24px;
  background: transparent;
  position: relative;
  overflow: hidden;
}

.social-proof-section::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(37, 99, 235, 0.03) 0%, transparent 70%);
  pointer-events: none;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.stat-card {
  text-align: center;
  color: #0F172A;
}

.stat-number {
  font-size: clamp(2.5rem, 5vw, 3.75rem);
  font-weight: 800;
  margin-bottom: 12px;
  line-height: 1.1;
  color: #2563EB;
}

.stat-label {
  font-size: 1.0625rem;
  color: #ffffff;
  line-height: 1.5;
}

.demo-section {
  padding: 100px 24px;
  background: transparent;
}

.demo-text h2 {
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  margin-bottom: 20px;
  letter-spacing: var(--tracking-tight);
  color: #0F172A;
}

.demo-text > p {
  font-size: 1.125rem;
  color: #475569;
  margin-bottom: 32px;
  line-height: 1.7;
}

.demo-benefits {
  list-style: none;
  padding: 0;
}

.demo-benefits li {
  padding: 14px 0;
  padding-left: 36px;
  position: relative;
  font-size: 1rem;
  color: #475569;
}

.demo-benefits li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  background: #2563EB;
  border-radius: 50%;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='%23FFFFFF' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/%3E%3C/svg%3E");
  background-size: 14px;
  background-position: center;
  background-repeat: no-repeat;
}

.demo-benefits li svg {
  display: none;
}

.demo-form-container {
  background: #FFFFFF;
  border-radius: 20px;
  padding: 40px;
  border: 1px solid #E2E8F0;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.demo-form-header {
  text-align: center;
  margin-bottom: 28px;
}

.demo-form-header h3 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #0F172A;
  margin-bottom: 8px;
}

.demo-form-header p {
  font-size: 0.875rem;
  color: #64748B;
}

.demo-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.demo-form .form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.demo-form label {
  font-size: 0.8125rem;
  font-weight: 600;
  color: #475569;
  letter-spacing: 0.01em;
}

.demo-form input,
.demo-form select {
  padding: 14px 16px;
  border: 1px solid #E2E8F0;
  border-radius: 10px;
  font-size: 1rem;
  font-family: var(--font-body);
  transition: var(--transition-smooth);
  background: #FFFFFF;
  color: #0F172A;
}

.demo-form input:focus,
.demo-form select:focus {
  outline: none;
  border-color: #2563EB;
  background: #FFFFFF;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}

.demo-form input::placeholder {
  color: #94A3B8;
}

.demo-form select {
  color: #475569;
}

.demo-form select option {
  background: #FFFFFF;
  color: #0F172A;
}

.demo-submit-btn {
  padding: 16px 32px;
  background: #2563EB;
  color: #FFFFFF;
  border: none;
  border-radius: var(--radius-pill);
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: var(--transition-smooth);
  margin-top: 8px;
  box-shadow: 0 4px 14px rgba(37, 99, 235, 0.25);
}

.demo-submit-btn:hover {
  background: #1D4ED8;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(37, 99, 235, 0.35);
}

.demo-submit-btn:disabled {
  opacity: 0.7;
  cursor: not-allowed;
  transform: none;
}

.faq-section {
  padding: 100px 24px;
  background: #FFFFFF;
}

.faq-section .section-header h2 {
  color: #0F172A;
}

.faq-section .section-header p {
  color: #475569;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  max-width: 1200px;
  margin: 48px auto 0;
}

.faq-item {
  background: #FFFFFF;
  border-radius: 16px;
  padding: 28px 32px;
  border: 1px solid #E2E8F0;
  transition: var(--transition-smooth);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.faq-item:hover {
  border-color: #2563EB;
  box-shadow: 0 4px 6px -1px rgba(37, 99, 235, 0.1);
}

.faq-item h3 {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 12px;
  color: #0F172A;
}

.faq-item p {
  font-size: 0.9375rem;
  color: #475569;
  line-height: 1.7;
}

@media (max-width: 1024px) {
  .how-it-works-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .value-props-panel.active {
    grid-template-columns: 1fr;
  }

  .demo-content {
    grid-template-columns: 1fr;
    gap: 48px;
  }
}

@media (max-width: 768px) {
  .b2b-hero {
    padding: 120px 24px 60px;
    min-height: auto;
  }

  .b2b-hero .hero-content {
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: center;
  }

  .b2b-hero .hero-text {
    text-align: center;
  }

  .b2b-hero .hero-description {
    font-size: 1.0625rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-visual {
    display: none;
  }

  .audience-cta-wrapper {
    flex-direction: column;
    align-items: stretch;
  }

  .audience-cta {
    width: 100%;
    max-width: 100%;
    min-width: auto;
  }

  .how-it-works-section {
    padding: 60px 24px;
  }

  .how-it-works-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .value-props-section {
    padding: 60px 24px;
  }

  .audience-toggle-btn {
    padding: 10px 20px;
    font-size: 0.875rem;
  }

  .social-proof-section {
    padding: 60px 24px;
  }

  .stats-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .demo-section {
    padding: 60px 24px;
  }

  .demo-form-container {
    padding: 28px 24px;
  }

  .faq-section {
    padding: 60px 24px;
  }

  .faq-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .faq-item {
    padding: 24px;
  }
}

.section-header {
  text-align: center;
  max-width: none;
  margin: 0 auto var(--space-16, 64px);
}

.section-header h2 {
  margin-bottom: var(--space-3, 12px);
}

.section-header p {
  font-size: var(--text-lg, 1.125rem);
  color: var(--color-gray-600, #475569);
  max-width: none;
  margin: 0 auto;
}

.highlight-today {
  color: var(--sz-blue);
}

.container-large {
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
}

.threat-mosaic {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 16px;
  width: 100%;
  max-width: 621px;
  padding-bottom: 80px; 
  margin-left: 0;
}

.threat-mosaic .threat-card {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
}

.threat-mosaic .threat-card:nth-child(2),
.threat-mosaic .threat-card:nth-child(4) {
  transform: translateY(75px);
}

.threat-mosaic .threat-card .threat-body {
  flex: 1;
}

.threat-mosaic .threat-card {
  background: #ffffff !important;
  padding: 20px 16px 24px 16px;
  min-height: 162px;
  border-radius: 12px;
  box-shadow:
    0 4px 12px -2px rgba(0, 0, 0, 0.06),
    0 2px 6px -1px rgba(0, 0, 0, 0.03);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  filter: grayscale(100%);
  opacity: 0.6;
}

.threat-card {
  background: #ffffff;
  padding: 20px 16px 24px 16px;
  min-height: 162px;
  border-radius: 12px;
  box-shadow:
    0 4px 12px -2px rgba(0, 0, 0, 0.06),
    0 2px 6px -1px rgba(0, 0, 0, 0.03);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.threat-card.spotlight {
  filter: grayscale(0%) blur(0px);
  opacity: 1;
  transform: scale(1.04);
  box-shadow:
    0 0 0 2px rgba(48, 137, 217, 0.15),
    0 0 20px rgba(48, 137, 217, 0.12),
    0 32px 64px -12px rgba(0, 0, 0, 0.18),
    0 16px 32px -6px rgba(0, 0, 0, 0.1);
  z-index: 10;
}

.threat-mosaic .threat-card-sms.spotlight,
.threat-mosaic .threat-card-popup.spotlight,
.threat-mosaic .threat-card-romance.spotlight,
.threat-mosaic .threat-card-gov.spotlight,
.threat-mosaic .threat-card-market.spotlight,
.threat-mosaic .threat-card-email.spotlight {
  background: #ffffff !important;
}

.threat-mosaic .threat-card:nth-child(1).spotlight,
.threat-mosaic .threat-card:nth-child(3).spotlight {
  transform: scale(1.04);
}

.threat-mosaic .threat-card:nth-child(2).spotlight,
.threat-mosaic .threat-card:nth-child(4).spotlight {
  transform: translateY(75px) scale(1.04);
}

.threat-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #f1f5f9;
}

.threat-avatar {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 700;
  font-size: 12px;
}

.avatar-pink { background: linear-gradient(135deg, #ec4899, #be185d); }
.avatar-red { background: linear-gradient(135deg, #ef4444, #b91c1c); }
.avatar-blue { background: linear-gradient(135deg, #3b82f6, #1d4ed8); }
.avatar-fb { background: linear-gradient(135deg, #0062e0, #19afff); }
.avatar-green { background: linear-gradient(135deg, #22c55e, #15803d); }

.threat-meta {
  display: flex;
  flex-direction: column;
}

.threat-sender {
  font-weight: 700;
  color: #0f172a;
  font-size: 0.85rem;
}

.threat-platform {
  font-size: 0.7rem;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.threat-body p {
  margin: 0;
  font-size: 0.85rem;
  line-height: 1.45;
  color: #334155;
}

.threat-body strong {
  color: #991b1b; 
  font-weight: 700;
  background: #fef2f2;
  padding: 0 4px;
  border-radius: 4px;
}

.threat-mosaic.threat-mosaic-3 {
  grid-template-columns: 1fr;
  max-width: 380px;
  gap: 16px;
  padding-bottom: 20px;
}

.threat-mosaic.threat-mosaic-3 .threat-card {
  transform: none !important;
}

.threat-mosaic.threat-mosaic-3 .threat-card.spotlight {
  transform: scale(1.02) !important;
}

@media (max-width: 1024px) {
  .threat-mosaic {
    max-width: 480px;
    margin: 0 auto;
    gap: 12px;
  }

  .threat-card {
    filter: grayscale(0%);
    opacity: 1;
  }
}

@media (max-width: 640px) {
  .threat-mosaic {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    max-width: 100%;
    gap: 12px;
    padding-bottom: 0;
  }

  .threat-mosaic .threat-card:nth-child(2),
  .threat-mosaic .threat-card:nth-child(4) {
    transform: none;
  }

  .threat-mosaic .threat-card:nth-child(2).spotlight,
  .threat-mosaic .threat-card:nth-child(4).spotlight {
    transform: scale(1.02);
  }
}

.ceo-section {
  background: var(--bg-section, #F8FAFC);
  padding: 80px 24px;
}

.ceo-section .section-header {
  text-align: center;
  margin-bottom: 48px;
}

.ceo-section .section-header h2 {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 700;
  color: var(--text-primary, #0F172A);
  margin-bottom: 0;
}

.ceo-benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  max-width: 1100px;
  margin: 0 auto;
}

.ceo-benefit {
  background: white;
  padding: 32px;
  border-radius: 16px;
  text-align: center;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.ceo-benefit:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.ceo-benefit-icon {
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, var(--sz-blue, #2563EB), var(--sz-blue-dark, #1D4ED8));
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}

.ceo-benefit-icon svg {
  width: 28px;
  height: 28px;
  fill: white;
}

.ceo-benefit-label {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--primary-cyan, #0891B2);
  margin-bottom: 4px;
}

.ceo-benefit h3 {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text-primary, #0F172A);
  margin-bottom: 12px;
}

.ceo-benefit p:not(.ceo-benefit-label) {
  font-size: 1rem;
  color: var(--text-secondary, #64748B);
  line-height: 1.6;
  margin: 0;
}

@media (max-width: 900px) {
  .ceo-benefits-grid {
    grid-template-columns: 1fr;
    max-width: 400px;
  }

  .ceo-section {
    padding: 60px 20px;
  }
}

.mobile-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: var(--z-modal-backdrop, 400);
  opacity: 0;
  visibility: hidden;
  transition: all var(--transition-base, 200ms ease);
}

.mobile-menu-overlay.active {
  opacity: 1;
  visibility: visible;
}

.mobile-menu-panel {
  position: absolute;
  top: 0;
  right: 0;
  width: 300px;
  max-width: 100%;
  height: 100%;
  background: var(--color-white, #fff);
  padding: var(--space-6, 24px);
  transform: translateX(100%);
  transition: transform var(--transition-slow, 300ms ease);
}

.mobile-menu-overlay.active .mobile-menu-panel {
  transform: translateX(0);
}

.mobile-menu-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: var(--space-8, 32px);
  padding-bottom: var(--space-4, 16px);
  border-bottom: 1px solid var(--color-gray-200, #e2e8f0);
}

.mobile-menu-close {
  background: none;
  border: none;
  padding: var(--space-2, 8px);
  cursor: pointer;
  color: var(--color-gray-500, #64748b);
}

.mobile-menu-nav {
  display: flex;
  flex-direction: column;
  gap: var(--space-4, 16px);
}

.mobile-menu-nav a {
  font-size: var(--text-lg, 1.125rem);
  font-weight: var(--font-medium, 500);
  color: var(--color-gray-700, #334155);
  text-decoration: none;
  padding: var(--space-2, 8px) 0;
}

.mobile-menu-nav a:hover {
  color: var(--color-blue-600, #2563eb);
}

.hero-placeholder {
  width: 100%;
  aspect-ratio: 16/10;
  background: linear-gradient(135deg, var(--color-gray-100, #f1f5f9), var(--color-gray-50, #f8fafc));
  border: 2px dashed var(--color-gray-300, #cbd5e1);
  border-radius: var(--radius-xl, 16px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-placeholder-content {
  text-align: center;
  color: var(--color-gray-400, #94a3b8);
}

.hero-placeholder-content svg {
  margin-bottom: var(--space-3, 12px);
}

.hero-placeholder-content span {
  display: block;
  font-size: var(--text-sm, 0.875rem);
  font-weight: var(--font-medium, 500);
}

.feature-panel {
  display: none;
}

.feature-panel.active {
  display: block;
}

.feature-showcase {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-radius: var(--radius-xl, 16px);
  overflow: hidden;
  background: linear-gradient(135deg, #f8fafc 0%, #eef2ff 100%);
  min-height: 340px;
}

.feature-showcase-left {
  padding: var(--space-10, 40px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #eef2ff;
}

.feature-showcase-left h3 {
  font-size: var(--text-3xl, 1.875rem);
  font-weight: var(--font-bold, 700);
  color: var(--color-gray-900, #0f172a);
  margin-bottom: var(--space-4, 16px);
}

.feature-showcase-left > p {
  font-size: var(--text-base, 1rem);
  color: var(--color-gray-600, #475569);
  line-height: var(--leading-relaxed, 1.625);
  margin-bottom: var(--space-6, 24px);
}

.feature-showcase-right {
  background: var(--color-navy-800, #0f172a);
  padding: var(--space-10, 40px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.feature-showcase-right.showcase-blue {
  background: linear-gradient(135deg, #1e3a8a 0%, #1e40af 100%);
}

.feature-showcase-right.showcase-purple {
  background: linear-gradient(135deg, #5b21b6 0%, #7c3aed 100%);
}

.feature-showcase-right.showcase-mint {
  background: linear-gradient(135deg, #065f46 0%, #059669 100%);
}

.feature-showcase-right.showcase-gold {
  background: linear-gradient(135deg, #92400e 0%, #d97706 100%);
}

.feature-link {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2, 8px);
  color: var(--color-blue-600, #2563eb);
  font-size: var(--text-sm, 0.875rem);
  font-weight: var(--font-medium, 500);
  text-decoration: none;
  margin-top: var(--space-6, 24px);
  transition: gap var(--transition-base, 200ms ease);
}

.feature-link:hover {
  gap: var(--space-3, 12px);
}

.feature-link svg {
  transition: transform var(--transition-base, 200ms ease);
}

.feature-link:hover svg {
  transform: translateX(4px);
}

.feature-tab-label {
  position: absolute;
  bottom: var(--space-6, 24px);
  left: var(--space-6, 24px);
  background: var(--color-white, #fff);
  padding: var(--space-2, 8px) var(--space-4, 16px);
  border-radius: var(--radius-md, 8px);
  font-size: var(--text-sm, 0.875rem);
  font-weight: var(--font-medium, 500);
  color: var(--color-gray-700, #334155);
  box-shadow: var(--shadow-sm, 0 1px 2px rgba(0,0,0,0.05));
  z-index: 10;
}

.feature-panel {
  position: relative;
}

.feature-showcase {
  position: relative;
}

.feature-showcase-right .feature-card-demo {
  background: var(--color-white, #fff);
  max-width: 380px;
  width: 100%;
}

.feature-showcase-right .lcv-demo {
  background: transparent;
  border: none;
  box-shadow: none;
}

.feature-showcase-right .lcv-check {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--radius-lg, 12px);
  padding: var(--space-4, 16px);
  margin-bottom: var(--space-3, 12px);
}

.feature-showcase-right .lcv-number {
  color: white;
  font-family: var(--font-mono, monospace);
  font-size: var(--text-lg, 1.125rem);
  display: block;
  margin-bottom: var(--space-2, 8px);
}

.feature-showcase-right .lcv-result {
  display: flex;
  align-items: center;
  gap: var(--space-2, 8px);
  font-size: var(--text-sm, 0.875rem);
}

.feature-showcase-right .lcv-result.verified {
  color: var(--color-mint-400, #34d399);
}

.feature-showcase-right .lcv-result.not-verified {
  color: var(--color-error-light, #fca5a5);
}

.feature-showcase-right .content-library-preview {
  width: 100%;
  max-width: 340px;
  background: transparent;
  border: none;
  padding: 0;
}

.feature-showcase-right .content-item {
  display: flex;
  align-items: center;
  gap: var(--space-4, 16px);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: var(--radius-lg, 12px);
  padding: var(--space-4, 16px);
  margin-bottom: var(--space-3, 12px);
}

.feature-showcase-right .content-icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius-md, 8px);
  flex-shrink: 0;
}

.feature-showcase-right .content-info {
  display: flex;
  flex-direction: column;
  gap: var(--space-1, 4px);
}

.feature-showcase-right .content-title {
  color: white;
  font-size: var(--text-sm, 0.875rem);
  font-weight: var(--font-medium, 500);
}

.feature-showcase-right .content-type {
  color: rgba(255, 255, 255, 0.6);
  font-size: var(--text-xs, 0.75rem);
}

.feature-showcase-right .terminal-window-modern {
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius-lg, 12px);
  overflow: hidden;
  width: 100%;
  max-width: 340px;
}

.feature-showcase-right .terminal-header-modern {
  display: flex;
  align-items: center;
  gap: var(--space-2, 8px);
  padding: var(--space-3, 12px) var(--space-4, 16px);
  background: rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.feature-showcase-right .terminal-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
}

.feature-showcase-right .terminal-dot:nth-child(1) { background: #ef4444; }
.feature-showcase-right .terminal-dot:nth-child(2) { background: #f59e0b; }
.feature-showcase-right .terminal-dot:nth-child(3) { background: #10b981; }

.feature-showcase-right .terminal-title-modern {
  margin-left: auto;
  color: rgba(255, 255, 255, 0.5);
  font-size: var(--text-xs, 0.75rem);
  font-family: var(--font-mono, monospace);
}

.feature-showcase-right .terminal-body-modern {
  padding: var(--space-4, 16px);
}

.feature-showcase-right .terminal-line-modern {
  display: flex;
  gap: var(--space-3, 12px);
  margin-bottom: var(--space-2, 8px);
  font-family: var(--font-mono, monospace);
  font-size: var(--text-sm, 0.875rem);
}

.feature-showcase-right .terminal-label-modern {
  color: rgba(255, 255, 255, 0.5);
}

.feature-showcase-right .terminal-value-modern {
  color: white;
}

.feature-showcase-right .terminal-line-modern.success .terminal-value-modern {
  color: var(--color-mint-400, #34d399);
}

.feature-panel-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-12, 48px);
  align-items: center;
  padding: var(--space-8, 32px) 0;
}

.feature-panel-text h3 {
  font-size: var(--text-2xl, 1.5rem);
  font-weight: var(--font-bold, 700);
  color: var(--color-gray-900, #0f172a);
  margin-bottom: var(--space-4, 16px);
}

.feature-panel-text > p {
  font-size: var(--text-base, 1rem);
  color: var(--color-gray-600, #475569);
  line-height: var(--leading-relaxed, 1.625);
  margin-bottom: var(--space-6, 24px);
}

.feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: var(--space-3, 12px);
}

.feature-list li {
  display: flex;
  align-items: center;
  gap: var(--space-3, 12px);
  font-size: var(--text-sm, 0.875rem);
  color: var(--color-gray-700, #334155);
}

.feature-list li svg {
  flex-shrink: 0;
  color: var(--color-mint-500, #10b981);
}

.feature-card-demo {
  background: var(--color-white, #fff);
  border: 1px solid var(--color-gray-200, #e2e8f0);
  border-radius: var(--radius-lg, 12px);
  overflow: hidden;
  box-shadow: var(--shadow-lg, 0 10px 15px -3px rgba(0,0,0,0.08));
}

.demo-card-header {
  padding: var(--space-4, 16px);
  border-bottom: 1px solid var(--color-gray-100, #f1f5f9);
}

.demo-card-badge {
  display: inline-flex;
  padding: var(--space-1, 4px) var(--space-3, 12px);
  font-size: var(--text-xs, 0.75rem);
  font-weight: var(--font-semibold, 600);
  border-radius: var(--radius-full, 9999px);
}

.demo-card-badge.danger {
  background: var(--color-error-light, #fee2e2);
  color: #b91c1c; 
}

.demo-card-badge.warning {
  background: var(--color-warning-light, #fef3c7);
  color: var(--color-warning, #f59e0b);
}

.demo-card-badge.success {
  background: var(--color-success-light, #dcfce7);
  color: var(--color-success, #22c55e);
}

.demo-card-body {
  padding: var(--space-6, 24px);
}

.demo-card-text {
  font-size: var(--text-sm, 0.875rem);
  color: var(--color-gray-700, #334155);
  line-height: var(--leading-relaxed, 1.625);
  font-style: italic;
  background: var(--color-gray-50, #f8fafc);
  padding: var(--space-4, 16px);
  border-radius: var(--radius-md, 8px);
  border-left: 3px solid var(--color-error, #ef4444);
}

.demo-card-text strong {
  color: #991b1b; 
  font-weight: 700;
  background: #fef2f2;
  padding: 0 4px;
  border-radius: 4px;
}

.demo-card-footer {
  padding: var(--space-4, 16px);
  background: var(--color-gray-50, #f8fafc);
  border-top: 1px solid var(--color-gray-100, #f1f5f9);
}

.demo-card-label {
  font-size: var(--text-xs, 0.75rem);
  color: var(--color-gray-500, #64748b);
}

/* New Improved Demo Card Styles */
.demo-status {
  padding: 16px;
  background: linear-gradient(135deg, #fef2f2 0%, #fff 100%);
  border-bottom: 1px solid #fecaca;
}

.demo-status-badge {
  display: flex;
  align-items: center;
  gap: 12px;
}

.demo-status-badge.danger .demo-status-icon-wrap {
  background: #dc2626;
  color: white;
}

.demo-status-badge.warning .demo-status-icon-wrap {
  background: #f59e0b;
  color: white;
}

.demo-status-icon-wrap {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.demo-status-icon-wrap svg {
  width: 20px;
  height: 20px;
}

.demo-status-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.demo-status-label {
  font-size: 0.875rem;
  font-weight: 700;
  color: #991b1b;
  letter-spacing: 0.02em;
}

.demo-status-badge.warning .demo-status-label {
  color: #92400e;
}

.demo-status-desc {
  font-size: 0.75rem;
  color: #64748b;
}

.demo-message {
  padding: 16px;
}

.demo-message-label {
  display: block;
  font-size: 0.625rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #94a3b8;
  margin-bottom: 8px;
}

.demo-message-bubble {
  background: #f1f5f9;
  padding: 14px 16px;
  border-radius: 16px 16px 16px 4px;
  position: relative;
  box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}

.demo-message-bubble p {
  font-size: 0.875rem;
  color: #334155;
  line-height: 1.5;
  margin: 0;
  font-style: italic;
}

.demo-analysis {
  margin: 0 16px 16px;
  padding: 12px 14px;
  background: linear-gradient(135deg, #fffbeb 0%, #fef3c7 100%);
  border-radius: 10px;
  border-left: 3px solid #f59e0b;
}

.demo-analysis-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
}

.demo-analysis-header svg {
  width: 14px;
  height: 14px;
  color: #d97706;
}

.demo-analysis-header span {
  font-size: 0.6875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #92400e;
}

.demo-analysis-text {
  font-size: 0.8125rem;
  color: #78350f;
  line-height: 1.5;
  margin: 0;
}

.demo-footer {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  background: #f8fafc;
  border-top: 1px solid #e2e8f0;
}

.demo-footer svg {
  width: 14px;
  height: 14px;
  color: #94a3b8;
  flex-shrink: 0;
}

.demo-footer span {
  font-size: 0.75rem;
  color: #64748b;
  line-height: 1.4;
}

.lcv-demo {
  padding: var(--space-6, 24px);
  display: flex;
  flex-direction: column;
  gap: var(--space-4, 16px);
}

.lcv-check {
  display: flex;
  flex-direction: column;
  gap: var(--space-2, 8px);
  padding: var(--space-4, 16px);
  background: var(--color-gray-50, #f8fafc);
  border-radius: var(--radius-md, 8px);
}

.lcv-number {
  font-size: var(--text-lg, 1.125rem);
  font-weight: var(--font-semibold, 600);
  font-family: var(--font-mono, monospace);
  color: var(--color-gray-800, #1e293b);
}

.lcv-result {
  display: flex;
  align-items: center;
  gap: var(--space-2, 8px);
  font-size: var(--text-sm, 0.875rem);
  font-weight: var(--font-medium, 500);
}

.lcv-result.verified {
  color: var(--color-success, #22c55e);
}

.lcv-result.not-verified {
  color: var(--color-error, #ef4444);
}

.content-library-preview {
  background: var(--color-white, #fff);
  border: 1px solid var(--color-gray-200, #e2e8f0);
  border-radius: var(--radius-lg, 12px);
  padding: var(--space-4, 16px);
  display: flex;
  flex-direction: column;
  gap: var(--space-3, 12px);
}

.content-item {
  display: flex;
  align-items: center;
  gap: var(--space-4, 16px);
  padding: var(--space-3, 12px);
  background: var(--color-gray-50, #f8fafc);
  border-radius: var(--radius-md, 8px);
  transition: all var(--transition-fast, 150ms ease);
}

.content-item:hover {
  background: var(--color-gray-100, #f1f5f9);
}

.content-icon {
  width: 44px;
  height: 44px;
  border-radius: var(--radius-md, 8px);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.content-info {
  display: flex;
  flex-direction: column;
  gap: var(--space-0-5, 2px);
}

.content-title {
  font-size: var(--text-sm, 0.875rem);
  font-weight: var(--font-medium, 500);
  color: var(--color-gray-900, #0f172a);
}

.content-type {
  font-size: var(--text-xs, 0.75rem);
  color: var(--color-gray-500, #64748b);
}

.terminal-window-modern {
  background: var(--color-navy-800, #0f172a);
  border-radius: var(--radius-lg, 12px);
  overflow: hidden;
  box-shadow: var(--shadow-xl, 0 20px 25px -5px rgba(0,0,0,0.08));
}

.terminal-header-modern {
  display: flex;
  align-items: center;
  gap: var(--space-2, 8px);
  padding: var(--space-3, 12px) var(--space-4, 16px);
  background: var(--color-navy-900, #020617);
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.terminal-header-modern .terminal-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--color-gray-600, #475569);
}

.terminal-header-modern .terminal-dot:first-child {
  background: #ef4444;
}

.terminal-header-modern .terminal-dot:nth-child(2) {
  background: #f59e0b;
}

.terminal-header-modern .terminal-dot:nth-child(3) {
  background: #22c55e;
}

.terminal-title-modern {
  margin-left: auto;
  font-size: var(--text-xs, 0.75rem);
  color: var(--color-gray-500, #64748b);
  font-family: var(--font-mono, monospace);
}

.terminal-body-modern {
  padding: var(--space-6, 24px);
  display: flex;
  flex-direction: column;
  gap: var(--space-3, 12px);
}

.terminal-line-modern {
  display: flex;
  gap: var(--space-3, 12px);
  font-family: var(--font-mono, monospace);
  font-size: var(--text-sm, 0.875rem);
}

.terminal-label-modern {
  color: var(--color-gray-500, #64748b);
  min-width: 60px;
}

.terminal-value-modern {
  color: var(--color-mint-400, #34d399);
}

.terminal-line-modern.success .terminal-value-modern {
  color: var(--color-success, #22c55e);
}

.report-preview {
  background: var(--color-white, #fff);
  border: 1px solid var(--color-gray-200, #e2e8f0);
  border-radius: var(--radius-lg, 12px);
  overflow: hidden;
}

.report-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: var(--space-4, 16px) var(--space-6, 24px);
  background: var(--color-gray-50, #f8fafc);
  border-bottom: 1px solid var(--color-gray-200, #e2e8f0);
}

.report-title {
  font-size: var(--text-sm, 0.875rem);
  font-weight: var(--font-semibold, 600);
  color: var(--color-gray-900, #0f172a);
}

.report-date {
  font-size: var(--text-xs, 0.75rem);
  color: var(--color-gray-500, #64748b);
}

.report-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-px, 1px);
  background: var(--color-gray-200, #e2e8f0);
}

.report-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: var(--space-6, 24px);
  background: var(--color-white, #fff);
}

.report-stat-number {
  font-size: var(--text-2xl, 1.5rem);
  font-weight: var(--font-bold, 700);
  color: var(--color-gray-900, #0f172a);
  margin-bottom: var(--space-1, 4px);
}

.report-stat-label {
  font-size: var(--text-xs, 0.75rem);
  color: var(--color-gray-500, #64748b);
}

.feature-showcase-right .report-preview {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.15);
  overflow: visible;
}

.feature-showcase-right .report-header {
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: var(--space-4, 16px);
}

.feature-showcase-right .report-title {
  color: white;
}

.feature-showcase-right .report-date {
  color: rgba(255, 255, 255, 0.5);
}

.feature-showcase-right .report-stats {
  background: transparent;
  gap: var(--space-3, 12px);
  padding: var(--space-4, 16px);
}

.feature-showcase-right .report-stat {
  background: transparent;
  padding: var(--space-3, 12px);
}

.feature-showcase-right .report-stat-number {
  color: white;
  font-size: var(--text-xl, 1.25rem);
}

.feature-showcase-right .report-stat-label {
  color: rgba(255, 255, 255, 0.6);
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-8, 32px);
  max-width: 1000px;
  margin: 48px auto 0;
  align-items: start;
}

.step-card {
  text-align: center;
  padding: var(--space-8, 32px);
  background: var(--color-white, #fff);
  border: 1px solid var(--color-gray-200, #e2e8f0);
  border-radius: var(--radius-lg, 12px);
  transition: all var(--transition-base, 200ms ease);
  box-shadow: 0 4px 20px -4px rgba(0, 0, 0, 0.1), 0 2px 8px -2px rgba(0, 0, 0, 0.06);
}

.step-card:nth-child(1) {
  transform: translateY(0);
}

.step-card:nth-child(2) {
  transform: translateY(30px);
}

.step-card:nth-child(3) {
  transform: translateY(60px);
}

.step-card:hover {
  border-color: var(--color-blue-300, #93c5fd);
  box-shadow: var(--shadow-card-hover, 0 4px 12px rgba(0,0,0,0.08));
}

.step-number {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-blue-100, #dbeafe);
  color: var(--color-blue-600, #2563eb);
  font-size: var(--text-xl, 1.25rem);
  font-weight: var(--font-bold, 700);
  border-radius: var(--radius-full, 9999px);
  margin: 0 auto var(--space-4, 16px);
}

.step-card h3 {
  font-size: var(--text-lg, 1.125rem);
  font-weight: var(--font-semibold, 600);
  color: var(--color-gray-900, #0f172a);
  margin-bottom: var(--space-2, 8px);
}

.step-card p {
  font-size: var(--text-sm, 0.875rem);
  color: var(--color-gray-600, #475569);
  line-height: var(--leading-relaxed, 1.625);
}

.value-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-8, 32px);
  max-width: 1100px;
  margin: 0 auto;
}

.demo-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-16, 64px);
  align-items: center;
  max-width: 1100px;
  margin: 0 auto;
}

.demo-benefits {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: var(--space-3, 12px);
}

.demo-benefits li {
  display: flex;
  align-items: center;
  gap: var(--space-3, 12px);
  font-size: var(--text-base, 1rem);
  color: var(--color-gray-700, #334155);
}

.demo-form-wrapper {
  background: var(--color-gray-50, #f8fafc);
  padding: var(--space-8, 32px);
  border-radius: var(--radius-xl, 16px);
  border: 1px solid var(--color-gray-200, #e2e8f0);
}

.demo-form-modern {
  display: flex;
  flex-direction: column;
  gap: var(--space-5, 20px);
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: var(--space-2, 8px);
}

.form-group label {
  font-size: var(--text-sm, 0.875rem);
  font-weight: var(--font-medium, 500);
  color: var(--color-gray-700, #334155);
}

.form-group input,
.form-group select {
  padding: var(--space-3, 12px) var(--space-4, 16px);
  border: 1px solid var(--color-gray-300, #cbd5e1);
  border-radius: var(--radius-md, 8px);
  font-size: var(--text-base, 1rem);
  color: var(--color-gray-900, #0f172a);
  background: var(--color-white, #fff);
  transition: all var(--transition-fast, 150ms ease);
}

.form-group input:focus,
.form-group select:focus {
  outline: none;
  border-color: var(--color-blue-500, #3b82f6);
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.form-group input::placeholder {
  color: var(--color-gray-400, #94a3b8);
}

.testimonial-avatar-placeholder {
  width: 48px;
  height: 48px;
  border-radius: var(--radius-full, 9999px);
  background: linear-gradient(135deg, var(--color-blue-500, #3b82f6), var(--color-purple-500, #8b5cf6));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--text-sm, 0.875rem);
  font-weight: var(--font-bold, 700);
  color: var(--color-white, #fff);
}

@media (max-width: 1024px) {
  .feature-showcase {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .feature-showcase-left {
    padding: var(--space-8, 32px);
    order: 1;
  }

  .feature-showcase-right {
    min-height: 300px;
    order: 0;
  }

  .feature-tab-label {
    display: none;
  }

  .feature-panel-grid {
    grid-template-columns: 1fr;
    gap: var(--space-8, 32px);
  }

  .feature-panel-visual {
    order: -1;
  }

  .steps-grid {
    grid-template-columns: 1fr;
    max-width: 400px;
  }

  .value-grid {
    grid-template-columns: 1fr;
    max-width: 500px;
  }

  .demo-grid {
    grid-template-columns: 1fr;
    gap: var(--space-12, 48px);
  }
}

@media (max-width: 768px) {
  .feature-showcase-left {
    padding: var(--space-6, 24px);
  }

  .feature-showcase-right {
    padding: var(--space-6, 24px);
    min-height: 250px;
  }

  .pill-tabs {
    justify-content: flex-start;
    padding: 0 var(--space-4, 16px);
  }

  .report-stats {
    grid-template-columns: 1fr;
  }

  .feature-showcase-right .report-stats {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  
  .b2b-hero h1,
  .hero-text-modern h1,
  .hero-content h1 {
    font-size: clamp(1.75rem, 7vw, 2.25rem) !important;
    text-align: center !important;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-description,
  .hero-desc-modern {
    text-align: center !important;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-content,
  .hero-content-modern,
  .hero-text-modern {
    text-align: center;
    align-items: center;
  }

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

  .feature-showcase-left {
    text-align: center;
  }

  .feature-showcase-left h3 {
    text-align: center;
  }

  .feature-showcase-left p {
    text-align: center;
  }

  .scam-detection-info {
    text-align: center;
    border-left: none;
    border-top: 3px solid var(--color-blue-500, #3b82f6);
  }

  .value-prop-card {
    text-align: center;
    align-items: center;
  }

  .value-prop-icon {
    margin-left: auto;
    margin-right: auto;
  }

  .value-prop-card h3 {
    text-align: center;
  }

  .value-prop-card p {
    text-align: center;
  }

  .demo-benefits li {
    display: flex;
    align-items: flex-start;
    padding-left: 0;
  }

  .demo-benefits li::before {
    position: relative;
    top: 0;
    transform: none;
    flex-shrink: 0;
    margin-right: 12px;
    margin-top: 2px;
  }

  .demo-form-container {
    width: 100%;
    max-width: 100%;
    padding: 32px 24px;
    margin-left: 0;
    margin-right: 0;
  }

  .demo-form-wrapper {
    width: 100%;
    max-width: 100%;
    padding: 24px 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .demo-grid {
    padding: 0 16px;
  }

  .demo-content {
    text-align: center;
  }

  .demo-content h2 {
    text-align: center;
  }

  .demo-content p {
    text-align: center;
  }
}

.big-idea-section {
  padding: var(--space-16) var(--space-6);
}

.container-large {
  max-width: var(--container-xl);
  margin: 0 auto;
}

.big-idea-wrapper {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: var(--space-12);
  align-items: center;
}

.big-idea-visual {
  display: flex;
  justify-content: center;
  align-items: center;
}

.idea-circle {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(39, 131, 207, 0.1) 0%, rgba(39, 131, 207, 0.05) 100%);
  border: 2px solid rgba(39, 131, 207, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
}

.idea-icon-carousel {
  position: relative;
  width: 80px;
  height: 80px;
}

.carousel-icon {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.5s ease;
  color: var(--color-blue-600);
}

.carousel-icon.active {
  opacity: 1;
}

.big-idea-content h2 {
  font-size: var(--text-3xl);
  font-weight: var(--font-bold);
  color: var(--color-gray-900);
  margin-bottom: var(--space-6);
}

.big-idea-content .highlight {
  background: linear-gradient(135deg, var(--color-blue-600), var(--color-purple-600));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.big-idea-content .lead {
  font-size: var(--text-lg);
  color: var(--color-gray-600);
  line-height: var(--leading-relaxed);
  margin-bottom: var(--space-4);
}

.under-the-hood-section {
  padding: var(--space-20) var(--space-6);
  background: var(--color-navy-800);
}

.signals-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--space-6);
  max-width: var(--container-xl);
  margin: 0 auto;
}

.signal-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius-lg);
  padding: var(--space-6);
  text-align: center;
  transition: transform 0.2s ease, background 0.2s ease;
}

.signal-card:hover {
  transform: translateY(-4px);
  background: rgba(255, 255, 255, 0.08);
}

.signal-icon {
  width: 48px;
  height: 48px;
  margin: 0 auto var(--space-4);
  color: var(--color-blue-400);
}

.signal-content h3,
.signal-content h4 {
  font-size: var(--text-base);
  font-weight: var(--font-semibold);
  color: var(--color-white);
  margin-bottom: var(--space-2);
}

.signal-content p {
  font-size: var(--text-sm);
  color: var(--color-gray-400);
}

.signals-footer {
  text-align: center;
  margin-top: var(--space-8);
  font-size: var(--text-sm);
  color: var(--color-gray-400);
}

.platform-hero-centered {
  padding: var(--space-16) var(--space-6) var(--space-12);
  text-align: center;
}

.platform-hero-text {
  max-width: 1100px;
  margin: 0 auto var(--space-10);
}

.platform-hero-text .hero-title {
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  font-weight: var(--font-bold);
  color: var(--color-navy-900);
  margin-block: 0 var(--space-5);
  line-height: 1.1;
}

.platform-hero-subtitle {
  font-size: var(--text-xl);
  color: var(--color-gray-600);
  line-height: 1.6;
  max-width: 1000px;
  margin: 0 auto;
}

.platform-hero-screenshot {
  max-width: 1000px;
  margin: 0 auto var(--space-8);
}

.platform-hero-screenshot img {
  width: 100%;
  height: auto;
  border-radius: var(--radius-2xl);
  box-shadow: 0 25px 80px rgba(0, 0, 0, 0.15), 0 10px 30px rgba(0, 0, 0, 0.1);
}

.platform-hero-cta {
  display: flex;
  justify-content: center;
}

.platform-hero-cta .btn-primary-large {
  font-size: var(--text-lg);
  padding: var(--space-4) var(--space-8);
}

.integration-section {
  padding: var(--space-20) var(--space-6);
  background: var(--color-navy-800);
}

.integration-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-12);
  max-width: var(--container-xl);
  margin: 0 auto;
  align-items: center;
}

.integration-section .integration-content {
  display: block;
}

.integration-content h2 {
  font-size: 3.5rem;
  font-weight: var(--font-bold);
  color: var(--color-white);
  margin-bottom: var(--space-4);
  line-height: 1.2;
}

.integration-content h2 .highlight-light {
  color: #fbbf24 !important;
  background: none !important;
}

.integration-content .lead-light {
  font-size: var(--text-xl);
  color: var(--color-gray-300);
  line-height: 1.6;
}

.integration-checklist {
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
}

.checklist-card {
  display: flex;
  align-items: flex-start;
  gap: var(--space-4);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-xl);
  padding: var(--space-5);
  backdrop-filter: blur(10px);
}

.checklist-checkbox {
  width: 44px;
  height: 44px;
  min-width: 44px;
  border-radius: var(--radius-lg);
  background: var(--color-blue-500);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}

.checklist-checkbox svg {
  width: 24px;
  height: 24px;
}

.checklist-content h3,
.checklist-content h4 {
  font-size: var(--text-lg);
  font-weight: var(--font-semibold);
  color: var(--color-white);
  margin-bottom: var(--space-1);
}

.checklist-content p {
  font-size: var(--text-sm);
  color: var(--color-gray-400);
}

@media (max-width: 768px) {
  .big-idea-wrapper {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .big-idea-visual {
    order: -1;
    margin-bottom: var(--space-8);
  }

  .idea-circle {
    width: 150px;
    height: 150px;
  }

  .idea-icon-carousel {
    width: 60px;
    height: 60px;
  }

  .carousel-icon {
    width: 60px;
    height: 60px;
  }

  .signals-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .integration-wrapper {
    grid-template-columns: 1fr;
  }

  .integration-content h2 {
    font-size: 2.5rem;
  }
}

.quickchecks-preview {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--space-4);
}

.quickcheck-item {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  background: var(--color-white);
  border: 1px solid var(--color-gray-200);
  border-radius: var(--radius-md);
  padding: var(--space-4);
}

.quickcheck-icon {
  width: 40px;
  height: 40px;
  min-width: 40px;
  border-radius: var(--radius-md);
  background: rgba(39, 131, 207, 0.1);
  color: var(--color-blue-600);
  display: flex;
  align-items: center;
  justify-content: center;
}

.quickcheck-text {
  font-size: var(--text-sm);
  font-weight: var(--font-medium);
  color: var(--color-gray-900);
}

.audit-log-preview {
  background: var(--color-white);
  border: 1px solid var(--color-gray-200);
  border-radius: var(--radius-lg);
  overflow: hidden;
}

.audit-log-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: var(--space-4);
  border-bottom: 1px solid var(--color-gray-200);
  background: var(--color-gray-50);
}

.audit-log-title {
  font-size: var(--text-sm);
  font-weight: var(--font-semibold);
  color: var(--color-gray-900);
}

.audit-export-btn {
  font-size: var(--text-xs);
  color: var(--color-blue-600);
  background: none;
  border: none;
  cursor: pointer;
}

.audit-log-table {
  padding: var(--space-2);
}

.audit-log-row {
  display: grid;
  grid-template-columns: 1fr 1fr 80px;
  gap: var(--space-4);
  padding: var(--space-3);
  font-size: var(--text-sm);
  border-bottom: 1px solid var(--color-gray-100);
}

.audit-log-row:last-child {
  border-bottom: none;
}

.audit-col {
  color: var(--color-gray-600);
}

.audit-col.timestamp {
  color: var(--color-gray-400);
  font-size: var(--text-xs);
}

.audit-col.assessment {
  font-weight: var(--font-medium);
}

.audit-col.assessment.success {
  color: var(--color-green-600);
}

.audit-col.assessment.danger {
  color: var(--color-red-600);
}

.audit-log-footer {
  padding: var(--space-3) var(--space-4);
  text-align: center;
  font-size: var(--text-xs);
  color: var(--color-gray-400);
  border-top: 1px solid var(--color-gray-200);
}

@media (max-width: 768px) {
  .quickchecks-preview {
    grid-template-columns: 1fr;
  }

  .audit-log-row {
    grid-template-columns: 1fr;
    gap: var(--space-1);
  }
}

.hiw-hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-12);
  align-items: center;
  padding: var(--space-16) var(--space-6);
  max-width: var(--container-xl);
  margin: 0 auto;
}

.hiw-hero-content {
  max-width: 560px;
}

.hiw-hero-subtitle {
  font-size: var(--text-lg);
  line-height: var(--leading-relaxed);
  color: var(--color-gray-600);
  margin-bottom: var(--space-8);
}

.hiw-hero-ctas {
  display: flex;
  gap: var(--space-4);
  flex-wrap: wrap;
}

.btn-primary-large {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  padding: var(--space-4) var(--space-6);
  background: var(--color-navy-800);
  color: var(--color-white);
  font-size: var(--text-base);
  font-weight: var(--font-semibold);
  border-radius: var(--radius-lg);
  text-decoration: none;
  transition: all 0.2s ease;
}

.btn-primary-large:hover {
  background: var(--color-navy-700);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.2);
}

.btn-secondary-large {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  padding: var(--space-4) var(--space-6);
  background: var(--color-white);
  color: var(--color-gray-700);
  font-size: var(--text-base);
  font-weight: var(--font-semibold);
  border: 1px solid var(--color-gray-300);
  border-radius: var(--radius-lg);
  text-decoration: none;
  transition: all 0.2s ease;
}

.btn-secondary-large:hover {
  border-color: var(--color-gray-400);
  background: var(--color-gray-50);
}

.hiw-hero-visual {
  display: flex;
  justify-content: center;
  align-items: center;
}

.hiw-hero-screenshot-container {
  position: relative;
  width: 100%;
  max-width: 500px;
}

.hiw-hero-screenshot {
  width: 100%;
  border-radius: var(--radius-xl);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
  border: 1px solid var(--color-gray-200);
}

@media (max-width: 900px) {
  .hiw-hero {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .hiw-hero-content {
    max-width: none;
  }

  .hiw-hero-ctas {
    justify-content: center;
  }

  .hiw-hero-visual {
    order: -1;
    margin-bottom: var(--space-8);
  }
}

.early-warnings-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 60px;
  align-items: start;
}

.early-warnings-text .section-title {
  text-align: left;
  margin-bottom: var(--space-4);
  font-size: var(--text-4xl);
  line-height: 1.15;
}

.early-warnings-text .section-description {
  text-align: left;
  max-width: none;
  color: var(--color-gray-600);
  font-size: 1.125rem;
  line-height: 1.7;
  margin-bottom: var(--space-8);
}

.ew-accordions {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.ew-accordion {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.ew-accordion:last-child {
  border-bottom: none;
}

.ew-accordion-header {
  display: flex;
  align-items: center;
  gap: var(--space-4);
  width: 100%;
  padding: var(--space-5) 0;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  transition: all 0.2s ease;
}

.ew-accordion-header:hover {
  opacity: 0.8;
}

.ew-accordion-icon {
  width: 44px;
  height: 44px;
  min-width: 44px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #3089d9;
  color: white;
  transition: transform 0.2s ease;
}

.ew-accordion-icon-gold {
  background: #ffba08;
}

.ew-accordion.active .ew-accordion-icon {
  transform: scale(1.05);
}

.ew-accordion-title {
  flex: 1;
  font-size: 1.125rem;
  font-weight: var(--font-semibold);
  color: var(--color-gray-900);
}

.ew-accordion.active .ew-accordion-title {
  color: #3089d9;
}

.ew-accordion-chevron {
  color: var(--color-gray-400);
  transition: transform 0.3s ease;
  display: flex;
  align-items: center;
}

.ew-accordion.active .ew-accordion-chevron {
  transform: rotate(180deg);
  color: #3089d9;
}

.ew-accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  padding: 0 0 0 60px;
}

.ew-accordion.active .ew-accordion-content {
  max-height: 200px;
  padding-bottom: var(--space-5);
}

.ew-accordion-content p {
  color: var(--color-gray-500);
  font-size: 1rem;
  line-height: 1.6;
  margin: 0;
}

.early-warnings-visual {
  position: relative;
  display: flex;
  justify-content: center;
}

.early-warnings-visual img {
  width: 75%;
  height: auto;
  border-radius: 16px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12), 0 8px 20px rgba(0, 0, 0, 0.08);
}

.alert-mockup {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15), 0 10px 25px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  width: 100%;
  max-width: 504px;
}

.alert-mockup-header {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 24px;
  background: linear-gradient(135deg, #f0f7ff 0%, #e8f4fe 100%);
  border-bottom: 1px solid rgba(48, 137, 217, 0.1);
}

.alert-mockup-icon {
  width: 56px;
  height: 56px;
  background: #3089d9;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  flex-shrink: 0;
}

.alert-mockup-title {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.alert-mockup-date {
  font-size: 12px;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.alert-mockup-heading {
  font-size: 18px;
  font-weight: 700;
  color: #1e293b;
  margin: 0;
  line-height: 1.3;
}

.alert-mockup-body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.alert-mockup-section {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.alert-mockup-label {
  font-size: 14px;
  font-weight: 600;
  color: #1e293b;
  margin: 0;
}

.alert-mockup-text {
  width: 100%;
  height: 12px;
  background: rgba(0, 0, 0, 0.08);
  border-radius: 6px;
}

.alert-mockup-text.short {
  width: 75%;
}

.alert-mockup-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-left: 4px;
}

.alert-mockup-list-item {
  height: 12px;
  background: rgba(0, 0, 0, 0.08);
  border-radius: 6px;
  position: relative;
  margin-left: 20px;
}

.alert-mockup-list-item::before {
  content: '';
  position: absolute;
  left: -16px;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background: #94a3b8;
  border-radius: 50%;
}

.alert-mockup-list-item.short {
  width: 65%;
}

.alert-mockup-warning {
  background: rgba(255, 179, 8, 0.1);
  border-left: 4px solid #ffb308;
  border-radius: 12px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.alert-mockup-warning .alert-mockup-list-item {
  background: rgba(180, 120, 0, 0.12);
}

.alert-mockup-warning .alert-mockup-list-item::before {
  background: #d97706;
}

.alert-mockup-warning-title {
  font-size: 14px;
  font-weight: 600;
  color: #d97706;
  margin: 0;
}

.alert-mockup-protect {
  background: rgba(34, 197, 94, 0.1);
  border-left: 4px solid #22c55e;
  border-radius: 12px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.alert-mockup-protect .alert-mockup-list-item {
  background: rgba(22, 163, 74, 0.15);
}

.alert-mockup-protect .alert-mockup-list-item::before {
  background: #16a34a;
}

.alert-mockup-protect-title {
  font-size: 14px;
  font-weight: 600;
  color: #16a34a;
  margin: 0;
}

@keyframes alertSectionFadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.alert-mockup.animate-sections .alert-mockup-body > .alert-mockup-section:first-child,
.alert-mockup.animate-sections .alert-mockup-body > .alert-mockup-section:nth-child(2),
.alert-mockup.animate-sections .alert-mockup-body > .alert-mockup-warning,
.alert-mockup.animate-sections .alert-mockup-body > .alert-mockup-protect {
  opacity: 0;
}

.alert-mockup.animate-sections.animated .alert-mockup-body > .alert-mockup-section:first-child {
  animation: alertSectionFadeIn 0.5s ease-out forwards;
  animation-delay: 0s;
}

.alert-mockup.animate-sections.animated .alert-mockup-body > .alert-mockup-section:nth-child(2) {
  animation: alertSectionFadeIn 0.5s ease-out forwards;
  animation-delay: 0.5s;
}

.alert-mockup.animate-sections.animated .alert-mockup-body > .alert-mockup-warning {
  animation: alertSectionFadeIn 0.5s ease-out forwards;
  animation-delay: 1s;
}

.alert-mockup.animate-sections.animated .alert-mockup-body > .alert-mockup-protect {
  animation: alertSectionFadeIn 0.5s ease-out forwards;
  animation-delay: 1.5s;
}

.chat-mockup {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15), 0 10px 25px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  width: 100%;
  max-width: 456px;
}

.chat-mockup-header {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 18px 20px;
  background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
  color: white;
}

.chat-mockup-icon {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}

.chat-mockup-title {
  font-size: 16px;
  font-weight: 600;
}

.chat-mockup-body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  background: #f8fafc;
}

.chat-mockup-message {
  max-width: 85%;
  padding: 14px 16px;
  border-radius: 16px;
  font-size: 14px;
  line-height: 1.5;
}

.chat-mockup-message.bot {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 16px 16px 16px 4px;
  align-self: flex-start;
}

.chat-mockup-message.user {
  background: #1e40af;
  color: white;
  border-radius: 16px 16px 4px 16px;
  align-self: flex-end;
}

.chat-mockup-message.user p {
  color: white;
}

.chat-mockup-message p {
  margin: 0;
  color: #334155;
}

.chat-mockup-message.bot p {
  color: #334155;
}

.chat-mockup-checklist {
  margin: 10px 0 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.chat-mockup-checklist li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #1e293b;
  font-weight: 500;
}

.chat-mockup-checklist li::before {
  content: '';
  width: 18px;
  height: 18px;
  background: #22c55e;
  border-radius: 50%;
  flex-shrink: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}

.chat-mockup-text-bar {
  height: 12px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 6px;
  margin-bottom: 6px;
}

.chat-mockup-message.bot .chat-mockup-text-bar {
  background: rgba(0, 0, 0, 0.08);
}

.chat-mockup-text-bar:last-child {
  margin-bottom: 0;
}

.chat-mockup-text-bar.short {
  width: 60%;
}

.chat-mockup-message.urgent {
  background: rgba(239, 68, 68, 0.08);
  border: 1px solid rgba(239, 68, 68, 0.2);
  border-left: 3px solid #ef4444;
}

.chat-mockup-message .urgent-label {
  font-size: 11px;
  font-weight: 700;
  color: #dc2626;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 6px;
}

.chat-mockup-message .step-detail {
  font-size: 13px;
  color: #64748b;
  margin-top: 4px;
}

.chat-mockup-message strong {
  color: #1e293b;
}

@keyframes chatSectionFadeIn {
  from {
    opacity: 0;
    transform: translateY(15px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.chat-mockup.animate-sections .chat-mockup-body > .chat-mockup-message:nth-child(1),
.chat-mockup.animate-sections .chat-mockup-body > .chat-mockup-message:nth-child(2),
.chat-mockup.animate-sections .chat-mockup-body > .chat-mockup-message:nth-child(3),
.chat-mockup.animate-sections .chat-mockup-body > .chat-mockup-message:nth-child(4) {
  opacity: 0;
}

.chat-mockup.animate-sections.animated .chat-mockup-body > .chat-mockup-message:nth-child(1) {
  animation: chatSectionFadeIn 0.4s ease-out forwards;
  animation-delay: 0s;
}

.chat-mockup.animate-sections.animated .chat-mockup-body > .chat-mockup-message:nth-child(2) {
  animation: chatSectionFadeIn 0.4s ease-out forwards;
  animation-delay: 0.4s;
}

.chat-mockup.animate-sections.animated .chat-mockup-body > .chat-mockup-message:nth-child(3) {
  animation: chatSectionFadeIn 0.4s ease-out forwards;
  animation-delay: 0.8s;
}

.chat-mockup.animate-sections.animated .chat-mockup-body > .chat-mockup-message:nth-child(4) {
  animation: chatSectionFadeIn 0.4s ease-out forwards;
  animation-delay: 1.2s;
}

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

  .early-warnings-text .section-title {
    text-align: center;
    font-size: var(--text-3xl);
  }

  .early-warnings-text .section-description {
    text-align: center;
  }

  .ew-accordion-header {
    padding: var(--space-4) 0;
  }

  .ew-accordion-icon {
    width: 40px;
    height: 40px;
    min-width: 40px;
  }

  .ew-accordion-content {
    padding-left: 56px;
  }

  .early-warnings-visual {
    order: -1;
  }
}

@media (max-width: 768px) {
  .early-warnings-visual {
    display: none;
  }
}

.recovery-section {
  padding: 100px 0;
}

.recovery-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 60px;
  align-items: start;
}

.recovery-text .section-title {
  text-align: left;
  margin-bottom: var(--space-4);
  font-size: var(--text-4xl);
  line-height: 1.15;
}

.recovery-text .section-description {
  text-align: left;
  max-width: none;
  margin-bottom: var(--space-8);
  color: var(--color-gray-600);
  font-size: 1.125rem;
  line-height: 1.7;
}

.recovery-visual {
  position: relative;
  display: flex;
  justify-content: center;
}

.recovery-visual img {
  width: 75%;
  height: auto;
  border-radius: 16px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12), 0 8px 20px rgba(0, 0, 0, 0.08);
}

.recovery-accordions {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.recovery-accordion {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.recovery-accordion:last-child {
  border-bottom: none;
}

.recovery-accordion-header {
  display: flex;
  align-items: center;
  gap: var(--space-4);
  width: 100%;
  padding: var(--space-5) 0;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  transition: all 0.2s ease;
}

.recovery-accordion-header:hover {
  opacity: 0.8;
}

.recovery-accordion-icon {
  width: 44px;
  height: 44px;
  min-width: 44px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #3089d9;
  color: white;
  transition: transform 0.2s ease;
}

.recovery-accordion-icon-gold {
  background: #ffba08;
}

.recovery-accordion.active .recovery-accordion-icon {
  transform: scale(1.05);
}

.recovery-accordion-title {
  flex: 1;
  font-size: 1.125rem;
  font-weight: var(--font-semibold);
  color: var(--color-gray-900);
}

.recovery-accordion.active .recovery-accordion-title {
  color: #3089d9;
}

.recovery-accordion-chevron {
  color: var(--color-gray-400);
  transition: transform 0.3s ease;
  display: flex;
  align-items: center;
}

.recovery-accordion.active .recovery-accordion-chevron {
  transform: rotate(180deg);
  color: #3089d9;
}

.recovery-accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  padding: 0 0 0 60px;
}

.recovery-accordion.active .recovery-accordion-content {
  max-height: 200px;
  padding-bottom: var(--space-5);
}

.recovery-accordion-content p {
  color: var(--color-gray-500);
  font-size: 1rem;
  line-height: 1.6;
  margin: 0;
}

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

  .recovery-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .recovery-visual {
    order: -1;
  }

  .recovery-text .section-title {
    text-align: center;
    font-size: var(--text-3xl);
  }

  .recovery-text .section-description {
    text-align: center;
  }

  .recovery-accordion-header {
    padding: var(--space-4) 0;
  }

  .recovery-accordion-icon {
    width: 40px;
    height: 40px;
    min-width: 40px;
  }

  .recovery-accordion-content {
    padding-left: 56px;
  }
}

@media (max-width: 768px) {
  .recovery-visual {
    display: none;
  }
}

.chat-interface {
  background: #FFFFFF;
  border-radius: 20px;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  max-width: 400px;
  margin: 0 auto;
}

.chat-header {
  background: linear-gradient(135deg, #1E293B 0%, #0F172A 100%);
  color: white;
  padding: 18px 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 600;
  font-size: 1rem;
}

.chat-avatar {
  font-size: 1.5rem;
}

.chat-body {
  padding: 20px;
  background: linear-gradient(180deg, #F8FAFC 0%, #F1F5F9 100%);
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.chat-message {
  padding: 14px 16px;
  border-radius: 16px;
  font-size: 0.9375rem;
  max-width: 90%;
  line-height: 1.5;
}

.chat-message p {
  margin: 0;
}

.chat-message.bot {
  background: #FFFFFF;
  border: 1px solid #E2E8F0;
  align-self: flex-start;
  border-top-left-radius: 4px;
  color: #1E293B;
}

.chat-message.user {
  background: #1E40AF;
  color: #FFFFFF;
  align-self: flex-end;
  border-bottom-right-radius: 4px;
}

.chat-message.user p {
  color: #FFFFFF;
}

.chat-checklist {
  padding-left: 18px;
  margin: 10px 0 0 0;
  color: #1E293B;
  font-size: 0.875rem;
}

.chat-checklist li {
  margin-bottom: 4px;
}

.chat-checklist li:last-child {
  margin-bottom: 0;
}

.hero-centered {
  position: relative;
  padding: 120px 24px 0;
  overflow: visible;
}

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

.hero-centered .hero-title {
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: var(--color-navy-900);
  margin-bottom: var(--space-5);
}

.hero-centered .hero-description {
  font-size: 1.25rem;
  line-height: 1.7;
  color: var(--color-gray-600);
  max-width: 1020px;
  margin: 0 auto var(--space-8);
}

.hero-centered .hero-fork-ctas {
  margin-bottom: var(--space-12);
}

.hero-centered .fork-cta-row {
  justify-content: center;
}

.hero-centered .fork-cta-content {
  text-align: left;
}

.text-gradient-hero {
  background: linear-gradient(90deg, #1D4ED8 0%, #7C3AED 50%, #1D4ED8 100%);
  background-size: 200% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: gradient-shift 4s ease infinite;
}

@keyframes gradient-shift {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

.threat-mosaic-scattered {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
  margin-top: var(--space-8);
}

.threat-mosaic-scattered .threat-card {
  transform: translateY(var(--offset-y, 0));
  background: white;
  border-radius: 16px;
  padding: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.threat-mosaic-scattered .threat-card:hover {
  transform: translateY(calc(var(--offset-y, 0) - 4px));
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
}

.threat-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.threat-avatar {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 12px;
  color: white;
}

.avatar-red { background: linear-gradient(135deg, #EF4444, #DC2626); }
.avatar-orange { background: linear-gradient(135deg, #F97316, #EA580C); }
.avatar-yellow { background: linear-gradient(135deg, #EAB308, #CA8A04); }
.avatar-green { background: linear-gradient(135deg, #22C55E, #16A34A); }
.avatar-teal { background: linear-gradient(135deg, #14B8A6, #0D9488); }
.avatar-blue { background: linear-gradient(135deg, #3B82F6, #2563EB); }
.avatar-purple { background: linear-gradient(135deg, #8B5CF6, #7C3AED); }
.avatar-pink { background: linear-gradient(135deg, #EC4899, #DB2777); }
.avatar-gold { background: linear-gradient(135deg, #F59E0B, #D97706); }
.avatar-fb { background: linear-gradient(135deg, #1877F2, #0D63D8); }

.threat-meta {
  display: flex;
  flex-direction: column;
}

.threat-sender {
  font-weight: 600;
  font-size: 14px;
  color: var(--color-gray-900);
}

.threat-platform {
  font-size: 12px;
  color: var(--color-gray-500);
}

.threat-body {
  font-size: 13px;
  line-height: 1.5;
  color: var(--color-gray-700);
}

.threat-body strong {
  color: var(--color-gray-900);
}

.threat-mosaic-mobile {
  display: none;
}

@media (max-width: 768px) {
  .threat-mosaic-scattered {
    display: none;
  }

  .threat-mosaic-mobile {
    display: block;
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
    position: relative;
    overflow: hidden;
    margin-top: var(--space-6);
    padding: 16px 0;
  }

  .threat-banner-track {
    display: flex;
    gap: 16px;
    animation: scroll-banner 40s linear infinite;
    width: max-content;
  }

  .threat-banner-track .threat-card {
    flex-shrink: 0;
    width: 260px;
    background: white;
    border-radius: 12px;
    padding: 14px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.06);
  }

  @keyframes scroll-banner {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-50%);
    }
  }

  .hero-centered {
    padding: 60px 20px 0;
  }

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

  .announcement-badge {
    display: none;
  }
}

.hero-modern {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-12);
  align-items: center;
  min-height: 85vh;
  padding: 120px 48px 80px;
  max-width: 1400px;
  margin: 0 auto;
  overflow: hidden;
}

.hero-modern .hero-container {
  display: contents;
}

.hero-modern .hero-title {
  font-size: clamp(2.75rem, 6vw, 4.5rem);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.03em;
  color: var(--color-navy-900);
  margin-bottom: var(--space-6);
}

.hero-modern .hero-description {
  font-size: 1.0625rem;
  line-height: 1.7;
  color: var(--color-gray-600);
  max-width: 540px;
  margin-bottom: var(--space-8);
}

.hero-modern .hero-visual {
  display: flex;
  justify-content: center;
  align-items: center;
}

.threat-card.spotlight {
  filter: grayscale(0%) blur(0px);
  opacity: 1;
  transform: scale(1.05);
  box-shadow:
    0 0 0 2px rgba(124, 58, 237, 0.2),
    0 0 30px rgba(124, 58, 237, 0.12),
    0 0 60px rgba(37, 99, 235, 0.06),
    0 32px 64px -12px rgba(0, 0, 0, 0.18);
  z-index: 10;
  animation: threat-breathe 2.5s ease-in-out infinite;
}

@keyframes threat-breathe {
  0%, 100% {
    box-shadow:
      0 0 0 2px rgba(124, 58, 237, 0.2),
      0 0 30px rgba(124, 58, 237, 0.12),
      0 32px 64px -12px rgba(0, 0, 0, 0.18);
  }
  50% {
    box-shadow:
      0 0 0 3px rgba(124, 58, 237, 0.25),
      0 0 45px rgba(124, 58, 237, 0.18),
      0 32px 64px -12px rgba(0, 0, 0, 0.22);
  }
}

.threat-mosaic .threat-card:nth-child(2).spotlight,
.threat-mosaic .threat-card:nth-child(4).spotlight {
  transform: translateY(75px) scale(1.05);
}

.threat-mosaic .threat-card:nth-child(1).spotlight,
.threat-mosaic .threat-card:nth-child(3).spotlight {
  transform: scale(1.05);
}

.reveal-on-scroll {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1),
              transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.reveal-on-scroll.revealed {
  opacity: 1;
  transform: translateY(0);
}

.reveal-stagger > * {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1),
              transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.reveal-stagger.revealed > *:nth-child(1) { transition-delay: 0ms; }
.reveal-stagger.revealed > *:nth-child(2) { transition-delay: 100ms; }
.reveal-stagger.revealed > *:nth-child(3) { transition-delay: 200ms; }
.reveal-stagger.revealed > *:nth-child(4) { transition-delay: 300ms; }
.reveal-stagger.revealed > *:nth-child(5) { transition-delay: 400ms; }
.reveal-stagger.revealed > *:nth-child(6) { transition-delay: 500ms; }

.reveal-stagger.revealed > * {
  opacity: 1;
  transform: translateY(0);
}

.steps-grid.reveal-stagger > .step-card:nth-child(1) {
  transform: translateY(30px); 
}
.steps-grid.reveal-stagger > .step-card:nth-child(2) {
  transform: translateY(60px); 
}
.steps-grid.reveal-stagger > .step-card:nth-child(3) {
  transform: translateY(90px); 
}

.steps-grid.reveal-stagger.revealed > .step-card:nth-child(1) {
  transform: translateY(0);
}
.steps-grid.reveal-stagger.revealed > .step-card:nth-child(2) {
  transform: translateY(30px);
}
.steps-grid.reveal-stagger.revealed > .step-card:nth-child(3) {
  transform: translateY(60px);
}

@keyframes stepCardFadeIn {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(var(--step-offset, 0));
  }
}

.steps-grid.animate-sections .step-card {
  opacity: 0;
}

.steps-grid.animate-sections.animated .step-card:nth-child(1) {
  animation: stepCardFadeIn 0.6s ease-out forwards;
  animation-delay: 0s;
  --step-offset: 0px;
}

.steps-grid.animate-sections.animated .step-card:nth-child(2) {
  animation: stepCardFadeIn 0.6s ease-out forwards;
  animation-delay: 0.75s;
  --step-offset: 30px;
}

.steps-grid.animate-sections.animated .step-card:nth-child(3) {
  animation: stepCardFadeIn 0.6s ease-out forwards;
  animation-delay: 1.5s;
  --step-offset: 60px;
}

.reveal-scale {
  opacity: 0;
  transform: scale(0.92);
  transition: opacity 0.6s ease, transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.reveal-scale.revealed {
  opacity: 1;
  transform: scale(1);
}

.reveal-from-left {
  opacity: 0;
  transform: translateX(-50px);
  transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}

.reveal-from-left.revealed {
  opacity: 1;
  transform: translateX(0);
}

.reveal-from-right {
  opacity: 0;
  transform: translateX(50px);
  transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}

.reveal-from-right.revealed {
  opacity: 1;
  transform: translateX(0);
}

.btn-arrow {
  display: inline-block;
  margin-left: 8px;
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.btn:hover .btn-arrow {
  transform: translateX(4px);
}

.fork-cta .fork-cta-arrow {
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.fork-cta:hover .fork-cta-arrow {
  transform: translateX(6px);
}

.stat-number {
  font-variant-numeric: tabular-nums;
}

.stat-number.counting {
  animation: stat-pop 0.3s ease-out;
}

@keyframes stat-pop {
  0% { transform: scale(1); }
  50% { transform: scale(1.05); }
  100% { transform: scale(1); }
}

@media (max-width: 1024px) {
  .hero-modern {
    grid-template-columns: 1fr;
    gap: var(--space-10);
    padding: 120px 32px 60px;
    min-height: auto;
    text-align: center;
  }

  .hero-modern .hero-content {
    align-items: center;
    text-align: center;
  }

  .hero-modern .hero-title {
    font-size: clamp(2.5rem, 8vw, 3.5rem);
  }

  .hero-modern .hero-description {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-modern .hero-visual {
    order: 2;
  }

  .hero-fork-ctas {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 768px) {
  .hero-modern {
    padding: 100px 20px 40px;
  }

  .hero-modern .hero-title {
    font-size: clamp(2rem, 9vw, 2.75rem);
  }

  .hero-modern .hero-description {
    font-size: 1.0625rem;
  }

  .reveal-on-scroll,
  .reveal-from-left,
  .reveal-from-right {
    transform: translateY(20px);
  }

  .reveal-from-left,
  .reveal-from-right {
    transform: translateY(20px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .reveal-on-scroll,
  .reveal-stagger > *,
  .reveal-scale,
  .reveal-from-left,
  .reveal-from-right {
    transition: none;
    opacity: 1;
    transform: none;
  }

  .hero-modern::before {
    animation: none;
  }

  .text-gradient-hero {
    animation: none;
    background-position: 0% 50%;
  }

  .threat-card.spotlight {
    animation: none;
  }

  .threat-marquee-track {
    animation: none !important;
  }
}

.threat-marquee-wrapper {
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  overflow-x: clip;
  overflow-y: visible;
  margin-top: 120px;
  padding: 30px 0 50px;
}

.threat-marquee-fade {
  display: none;
}

.threat-marquee {
  overflow-x: clip;
  overflow-y: visible;
}

.threat-marquee-track {
  display: flex;
  align-items: center;
  gap: 20px;
  width: max-content;
  animation: marquee-scroll 60s linear infinite;
  padding: 40px 0;
}

.threat-marquee-track {
  pointer-events: none;
}

@keyframes marquee-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.threat-marquee-track .threat-card {
  flex-shrink: 0;
  width: 300px;
  height: 380px;
  border-radius: 24px;
  padding: 20px;
  box-shadow: none;
  border: none;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
}

.threat-marquee-track .threat-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 24px;
  z-index: 0;
}

.threat-marquee-track .threat-card > * {
  position: relative;
  z-index: 1;
}

.threat-marquee-track .threat-card:nth-child(odd) {
  transform: translateY(-35px);
}

.threat-marquee-track .threat-card:nth-child(even) {
  transform: translateY(35px);
}

.threat-marquee-track .threat-card:nth-child(3n) {
  border-radius: 32px;
}

.threat-marquee-track .threat-card:nth-child(5n) {
  border-radius: 20px 20px 32px 32px;
}

.threat-marquee-track .threat-card:nth-child(7n) {
  border-radius: 32px 32px 20px 20px;
}

.device-frame {
  background: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0,0,0,0.08);
  flex: 1;
  display: flex;
  flex-direction: column;
}

.device-header {
  padding: 10px 12px;
  font-size: 12px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e5e7eb;
}

.device-screen {
  padding: 12px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.card-label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 12px;
  font-size: 13px;
}

.card-title {
  font-weight: 600;
  color: #1e293b;
}

.card-type {
  opacity: 0.6;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 0.5px;
  font-weight: 600;
}

.device-iphone .device-header {
  background: #f5f5f5;
  justify-content: space-between;
}

.device-iphone .device-back {
  color: #007AFF;
  font-size: 22px;
  font-weight: 300;
  line-height: 1;
}

.device-iphone .device-contact {
  font-weight: 600;
  color: #000;
  flex: 1;
  text-align: center;
}

.device-iphone .device-time {
  color: #8e8e93;
  font-size: 11px;
}

.device-iphone .device-screen {
  gap: 6px;
}

.sms-bubble.sms-incoming {
  background: #e5e5ea;
  border-radius: 18px;
  border-top-left-radius: 4px;
  padding: 10px 14px;
  font-size: 14px;
  line-height: 1.4;
  color: #000;
  align-self: flex-start;
  max-width: 95%;
}

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

.device-email .device-header {
  background: #f8f9fa;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  padding: 12px;
}

.device-email .email-from {
  font-size: 11px;
  color: #6b7280;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}

.device-email .email-subject {
  font-size: 13px;
  font-weight: 600;
  color: #111827;
}

.device-email .device-screen {
  justify-content: center;
  align-items: center;
}

.device-email .email-body {
  text-align: center;
}

.device-email .email-amount {
  font-size: 36px;
  font-weight: 800;
  color: #1e293b;
  margin-bottom: 4px;
}

.device-email .email-body p {
  margin: 0 0 4px 0;
  font-size: 13px;
  color: #4b5563;
}

.device-email .email-action {
  font-size: 12px;
}

.device-email .email-body strong {
  color: #dc2626;
}

.device-email .email-prize {
  background: linear-gradient(135deg, #fef08a 0%, #fde047 100%);
  padding: 20px;
  border-radius: 8px;
  margin: 0 -12px;
}

.device-email .email-prize .prize-amount {
  font-size: 32px;
  font-weight: 900;
  color: #713f12;
  margin-bottom: 8px;
}

.device-email .email-prize p {
  color: #854d0e;
}

.device-email .email-prize strong {
  color: #b91c1c;
}

.device-browser .device-header {
  background: #dee2e6;
  gap: 10px;
}

.device-browser .browser-dots {
  font-size: 10px;
  letter-spacing: 2px;
  color: #6c757d;
}

.device-browser .browser-url {
  flex: 1;
  background: white;
  border-radius: 4px;
  padding: 4px 8px;
  font-size: 11px;
  color: #6b7280;
  text-align: center;
}

.device-browser .device-screen {
  background: #1a1a2e;
  justify-content: center;
  align-items: center;
  padding: 16px;
}

.device-browser .popup-alert {
  background: #fee2e2;
  border: 2px solid #dc2626;
  border-radius: 8px;
  padding: 16px;
  text-align: center;
  width: 100%;
}

.device-browser .popup-icon {
  font-size: 28px;
  margin-bottom: 8px;
  display: block;
}

.device-browser .popup-title {
  font-size: 14px;
  font-weight: 800;
  color: #991b1b;
  margin-bottom: 4px;
  display: block;
}

.device-browser .popup-text {
  font-size: 12px;
  color: #7f1d1d;
  margin-bottom: 10px;
}

.device-browser .popup-cta {
  background: #dc2626;
  color: white;
  font-weight: 700;
  font-size: 12px;
  padding: 8px 12px;
  border-radius: 4px;
  display: inline-block;
}

.device-phone .device-header {
  background: #1f2937;
  color: white;
  justify-content: space-between;
  padding: 14px;
}

.device-phone .vm-caller {
  font-weight: 600;
  font-size: 13px;
}

.device-phone .vm-duration {
  font-size: 12px;
  color: #9ca3af;
}

.device-phone .device-screen {
  background: #111827;
  color: white;
  gap: 12px;
}

.device-phone .vm-controls {
  display: flex;
  align-items: center;
  gap: 12px;
}

.device-phone .vm-play {
  width: 36px;
  height: 36px;
  background: #3b82f6;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  flex-shrink: 0;
}

.device-phone .vm-waveform {
  flex: 1;
  height: 24px;
  background: linear-gradient(90deg,
    #4b5563 0%, #4b5563 8%, transparent 8%, transparent 10%,
    #6b7280 10%, #6b7280 18%, transparent 18%, transparent 20%,
    #9ca3af 20%, #9ca3af 28%, transparent 28%, transparent 30%,
    #6b7280 30%, #6b7280 38%, transparent 38%, transparent 40%,
    #4b5563 40%, #4b5563 48%, transparent 48%, transparent 50%,
    #6b7280 50%, #6b7280 58%, transparent 58%, transparent 60%,
    #9ca3af 60%, #9ca3af 68%, transparent 68%, transparent 70%,
    #6b7280 70%, #6b7280 78%, transparent 78%, transparent 80%,
    #4b5563 80%, #4b5563 88%, transparent 88%, transparent 90%,
    #6b7280 90%, #6b7280 98%, transparent 98%
  );
  background-size: 100% 100%;
  border-radius: 2px;
}

.device-phone .vm-transcript {
  font-size: 13px;
  font-style: italic;
  color: #d1d5db;
  line-height: 1.5;
}

.device-phone .vm-transcript strong {
  color: #fca5a5;
  font-weight: 700;
  font-style: normal;
}

.threat-card-sms {
  background: linear-gradient(180deg, #DBEAFE 0%, #BFDBFE 100%) !important;
}

.threat-card-popup {
  background: linear-gradient(180deg, #FECACA 0%, #FCA5A5 100%) !important;
}

.threat-card-romance {
  background: linear-gradient(180deg, #EDE9FE 0%, #DDD6FE 100%) !important;
}

.threat-card-gov {
  background: linear-gradient(180deg, #FEF3C7 0%, #FDE68A 100%) !important;
}

.threat-card-package {
  background: linear-gradient(180deg, #CCFBF1 0%, #99F6E4 100%) !important;
}

.threat-card-invoice {
  background: linear-gradient(180deg, #FCE7F3 0%, #FBCFE8 100%) !important;
}

.threat-card-chat {
  background: linear-gradient(180deg, #E2E8F0 0%, #CBD5E1 100%) !important;
}

.threat-card-ssa {
  background: linear-gradient(180deg, #FFEDD5 0%, #FED7AA 100%) !important;
}

.threat-card-toll {
  background: linear-gradient(180deg, #E0F2FE 0%, #BAE6FD 100%) !important;
}

.threat-card-prize {
  background: linear-gradient(180deg, #ECFCCB 0%, #D9F99D 100%) !important;
}

.device-social .device-header {
  background: linear-gradient(135deg, #ec4899 0%, #f43f5e 100%);
  color: white;
  gap: 10px;
  padding: 12px;
}

.device-social .social-avatar {
  width: 36px;
  height: 36px;
  background: rgba(255,255,255,0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.device-social .social-info {
  flex: 1;
}

.device-social .social-name {
  font-weight: 600;
  font-size: 13px;
}

.device-social .social-status {
  font-size: 10px;
  opacity: 0.85;
}

.device-social .device-screen {
  background: #fdf2f8;
}

.device-social .social-messages {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.device-social .social-msg {
  background: white;
  padding: 10px 14px;
  border-radius: 16px;
  border-top-left-radius: 4px;
  font-size: 14px;
  line-height: 1.4;
  color: #1e293b;
  box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}

.device-social .social-msg strong {
  color: #db2777;
  font-weight: 700;
}

@media (max-width: 768px) {
  .threat-marquee-wrapper {
    margin-top: var(--space-6);
    padding: 30px 0 40px;
  }

  .threat-marquee-fade {
    width: 40px;
  }

  .threat-marquee-track {
    gap: 16px;
    padding: 20px 0;
    animation-duration: 35s;
  }

  .threat-marquee-track .threat-card {
    width: 260px;
    height: 320px;
    padding: 14px;
    border-radius: 20px;
  }

  .threat-marquee-track .threat-card:nth-child(3n),
  .threat-marquee-track .threat-card:nth-child(5n),
  .threat-marquee-track .threat-card:nth-child(7n) {
    border-radius: 20px;
  }

  .threat-marquee-track .threat-card:nth-child(odd) {
    transform: translateY(-15px);
  }

  .threat-marquee-track .threat-card:nth-child(even) {
    transform: translateY(15px);
  }

  .device-frame {
    border-radius: 10px;
  }

  .device-header {
    padding: 8px 10px;
    font-size: 11px;
  }

  .device-screen {
    padding: 10px;
  }

  .card-label {
    padding-top: 10px;
    font-size: 12px;
  }

  .sms-bubble.sms-incoming {
    font-size: 13px;
    padding: 8px 12px;
  }

  .device-email .email-amount {
    font-size: 28px;
  }

  .device-email .email-prize .prize-amount {
    font-size: 26px;
  }

  .device-phone .vm-transcript {
    font-size: 12px;
  }

  .device-browser .popup-title {
    font-size: 12px;
  }

  .device-browser .popup-cta {
    font-size: 11px;
    padding: 6px 10px;
  }
}

/* ==========================================================================
   Trial Signup Section
   ========================================================================== */

.bg-gradient-mint {
  background: linear-gradient(135deg, var(--color-mint-50) 0%, var(--color-mint-100) 100%);
}

.trial-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-16);
  align-items: center;
}

.trial-title {
  font-size: var(--text-4xl);
  font-weight: var(--font-bold);
  color: var(--color-gray-900);
  margin-bottom: var(--space-4);
}

.trial-description {
  font-size: var(--text-lg);
  color: var(--color-gray-600);
  margin-bottom: var(--space-8);
}

.trial-features {
  list-style: none;
  padding: 0;
  margin: 0;
}

.trial-features li {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  padding: var(--space-2) 0;
  font-size: var(--text-base);
  color: var(--color-gray-700);
}

.trial-features li svg {
  flex-shrink: 0;
}

.trial-form-wrapper {
  position: relative;
  background: var(--color-white);
  border-radius: var(--radius-xl);
  padding: var(--space-8);
  box-shadow: var(--shadow-lg);
}

.trial-form .form-group {
  margin-bottom: var(--space-5);
}

.trial-form label {
  display: block;
  font-weight: var(--font-medium);
  color: var(--color-gray-700);
  margin-bottom: var(--space-2);
  font-size: var(--text-sm);
}

.trial-form input {
  width: 100%;
  padding: var(--space-3) var(--space-4);
  border: 1px solid var(--color-gray-300);
  border-radius: var(--radius-md);
  font-size: var(--text-base);
  transition: border-color 0.2s, box-shadow 0.2s;
}

.trial-form input:focus {
  outline: none;
  border-color: var(--color-mint-500);
  box-shadow: 0 0 0 3px var(--color-mint-100);
}

.subdomain-input-wrapper {
  display: flex;
  align-items: center;
}

.subdomain-input-wrapper input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: none;
}

.subdomain-suffix {
  background: var(--color-gray-100);
  border: 1px solid var(--color-gray-300);
  border-left: none;
  border-top-right-radius: var(--radius-md);
  border-bottom-right-radius: var(--radius-md);
  padding: var(--space-3) var(--space-4);
  color: var(--color-gray-500);
  font-size: var(--text-base);
  white-space: nowrap;
}

.subdomain-status {
  display: block;
  font-size: var(--text-sm);
  margin-top: var(--space-2);
  min-height: 1.25rem;
}

.subdomain-status.checking {
  color: var(--color-gray-500);
}

.subdomain-status.success {
  color: var(--color-mint-600);
}

.subdomain-status.error {
  color: var(--color-red-500);
}

.trial-form .cf-turnstile {
  margin-bottom: var(--space-5);
}

@media (max-width: 768px) {
  .trial-grid {
    grid-template-columns: 1fr;
    gap: var(--space-8);
  }

  .trial-title {
    font-size: var(--text-3xl);
  }

  .trial-form-wrapper {
    padding: var(--space-6);
  }
}

/* ========================================
   Convergence Section - Data Streams Design
   ======================================== */

.convergence-section {
  padding: var(--space-20) 0;
  background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
  position: relative;
  overflow: hidden;
}

.convergence-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1400px;
  height: 100%;
  background:
    radial-gradient(ellipse 600px 400px at 20% 30%, rgba(16, 185, 129, 0.05) 0%, transparent 70%),
    radial-gradient(ellipse 600px 400px at 80% 30%, rgba(139, 92, 246, 0.05) 0%, transparent 70%);
  pointer-events: none;
}

.convergence-header {
  text-align: center;
  margin-bottom: var(--space-16);
  position: relative;
  z-index: 2;
}

.convergence-title {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 700;
  color: var(--color-gray-900);
  margin-bottom: var(--space-4);
  line-height: 1.2;
}

.convergence-subtitle {
  font-size: 1.125rem;
  color: var(--color-gray-600);
  max-width: 600px;
  margin: 0 auto;
}

.convergence-visual {
  display: grid;
  grid-template-columns: 1fr 200px 1fr;
  gap: var(--space-8);
  align-items: center;
  max-width: 1200px;
  margin: 0 auto var(--space-12);
  position: relative;
  z-index: 2;
  min-height: 400px;
}

/* Signal source columns */
.signal-source {
  position: relative;
}

.signal-source-header {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  margin-bottom: var(--space-6);
}

.signal-source-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.signal-source-icon.technical {
  background: linear-gradient(135deg, var(--color-mint-100) 0%, var(--color-mint-50) 100%);
  color: var(--color-mint-600);
  border: 1px solid rgba(16, 185, 129, 0.2);
}

.signal-source-icon.behavioral {
  background: linear-gradient(135deg, #ede9fe 0%, #f5f3ff 100%);
  color: #7c3aed;
  border: 1px solid rgba(139, 92, 246, 0.2);
}

.signal-source-title {
  font-size: 1rem;
  font-weight: 700;
  color: var(--color-gray-900);
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.signal-list {
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
}

.signal-item {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  padding: var(--space-3) var(--space-4);
  background: white;
  border-radius: 10px;
  border: 1px solid var(--color-gray-200);
  transition: all 0.3s ease;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}

.signal-item:hover {
  background: var(--color-gray-50);
  border-color: var(--color-gray-300);
}

.signal-item.technical {
  border-left: 3px solid var(--color-mint-500);
}

.signal-item.behavioral {
  border-right: 3px solid #8b5cf6;
  flex-direction: row-reverse;
  text-align: right;
}

.signal-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
  animation: signal-pulse 2s ease-in-out infinite;
}

.signal-dot.technical {
  background: var(--color-mint-500);
  box-shadow: 0 0 6px rgba(16, 185, 129, 0.4);
}

.signal-dot.behavioral {
  background: #8b5cf6;
  box-shadow: 0 0 6px rgba(139, 92, 246, 0.4);
}

@keyframes signal-pulse {
  0%, 100% { opacity: 0.5; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.2); }
}

.signal-text {
  font-size: 0.875rem;
  color: var(--color-gray-700);
  flex: 1;
}

/* Center hub */
.convergence-hub {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.hub-container {
  position: relative;
  width: 160px;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hub-rings {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 160px;
  height: 160px;
}

.hub-ring {
  position: absolute;
  border-radius: 50%;
  border: 1px solid;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hub-ring-1 {
  width: 160px;
  height: 160px;
  border-color: rgba(16, 185, 129, 0.2);
  animation: ring-rotate 20s linear infinite;
}

.hub-ring-2 {
  width: 130px;
  height: 130px;
  border-color: rgba(139, 92, 246, 0.2);
  animation: ring-rotate 15s linear infinite reverse;
}

.hub-ring-3 {
  width: 100px;
  height: 100px;
  border-color: rgba(0, 0, 0, 0.08);
  animation: ring-rotate 25s linear infinite;
}

@keyframes ring-rotate {
  from { transform: translate(-50%, -50%) rotate(0deg); }
  to { transform: translate(-50%, -50%) rotate(360deg); }
}

/* Ring data points */
.hub-ring::before,
.hub-ring::after {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}

.hub-ring-1::before {
  left: -3px;
  background: var(--color-mint-400);
  box-shadow: 0 0 8px var(--color-mint-400);
}

.hub-ring-1::after {
  right: -3px;
  background: var(--color-mint-400);
  box-shadow: 0 0 8px var(--color-mint-400);
}

.hub-ring-2::before {
  left: -3px;
  background: #a78bfa;
  box-shadow: 0 0 8px #a78bfa;
}

.hub-ring-2::after {
  right: -3px;
  background: #a78bfa;
  box-shadow: 0 0 8px #a78bfa;
}

.hub-core {
  position: relative;
  z-index: 3;
  width: 72px;
  height: 72px;
  border-radius: 18px;
  background: linear-gradient(135deg, var(--color-navy-800) 0%, var(--color-navy-900) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow:
    0 0 30px rgba(16, 185, 129, 0.3),
    0 0 60px rgba(139, 92, 246, 0.2),
    0 4px 20px rgba(0, 0, 0, 0.4);
  animation: core-pulse 3s ease-in-out infinite;
}

.hub-core svg {
  color: white;
}

@keyframes core-pulse {
  0%, 100% {
    box-shadow:
      0 0 30px rgba(16, 185, 129, 0.3),
      0 0 60px rgba(139, 92, 246, 0.2),
      0 4px 20px rgba(0, 0, 0, 0.4);
  }
  50% {
    box-shadow:
      0 0 50px rgba(16, 185, 129, 0.5),
      0 0 80px rgba(139, 92, 246, 0.3),
      0 4px 30px rgba(0, 0, 0, 0.4);
  }
}

.hub-label {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--color-gray-900);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  white-space: nowrap;
}

/* Particle streams */
.particles-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}

.particle-stream {
  position: absolute;
  top: 50%;
  height: 2px;
  transform: translateY(-50%);
}

.particle-stream-left {
  left: 0;
  right: 50%;
  margin-right: 80px;
}

.particle-stream-right {
  right: 0;
  left: 50%;
  margin-left: 80px;
}

.particle {
  position: absolute;
  width: 20px;
  height: 2px;
  border-radius: 2px;
  top: 0;
}

.particle.technical {
  background: linear-gradient(90deg, transparent, var(--color-mint-400));
  box-shadow: 0 0 6px var(--color-mint-400);
}

.particle.behavioral {
  background: linear-gradient(270deg, transparent, #a78bfa);
  box-shadow: 0 0 6px #a78bfa;
}

/* Particles flowing left to center */
.particle-stream-left .particle:nth-child(1) { animation: flow-right 2s linear infinite; animation-delay: 0s; top: -20px; }
.particle-stream-left .particle:nth-child(2) { animation: flow-right 2s linear infinite; animation-delay: 0.4s; top: -8px; }
.particle-stream-left .particle:nth-child(3) { animation: flow-right 2s linear infinite; animation-delay: 0.8s; top: 0px; }
.particle-stream-left .particle:nth-child(4) { animation: flow-right 2s linear infinite; animation-delay: 1.2s; top: 8px; }
.particle-stream-left .particle:nth-child(5) { animation: flow-right 2s linear infinite; animation-delay: 1.6s; top: 20px; }

/* Particles flowing right to center */
.particle-stream-right .particle:nth-child(1) { animation: flow-left 2s linear infinite; animation-delay: 0.2s; top: -20px; }
.particle-stream-right .particle:nth-child(2) { animation: flow-left 2s linear infinite; animation-delay: 0.6s; top: -8px; }
.particle-stream-right .particle:nth-child(3) { animation: flow-left 2s linear infinite; animation-delay: 1s; top: 0px; }
.particle-stream-right .particle:nth-child(4) { animation: flow-left 2s linear infinite; animation-delay: 1.4s; top: 8px; }
.particle-stream-right .particle:nth-child(5) { animation: flow-left 2s linear infinite; animation-delay: 1.8s; top: 20px; }

@keyframes flow-right {
  0% { left: 0%; opacity: 0; }
  10% { opacity: 1; }
  90% { opacity: 1; }
  100% { left: 100%; opacity: 0; }
}

@keyframes flow-left {
  0% { right: 0%; opacity: 0; }
  10% { opacity: 1; }
  90% { opacity: 1; }
  100% { right: 100%; opacity: 0; }
}

/* Responsive */
@media (max-width: 1024px) {
  .convergence-visual {
    grid-template-columns: 1fr 160px 1fr;
    gap: var(--space-6);
  }

  .hub-container {
    width: 140px;
    height: 140px;
  }

  .hub-ring-1 { width: 140px; height: 140px; }
  .hub-ring-2 { width: 110px; height: 110px; }
  .hub-ring-3 { width: 80px; height: 80px; }
}

@media (max-width: 900px) {
  .convergence-visual {
    grid-template-columns: 1fr;
    gap: var(--space-6);
    min-height: auto;
  }

  .signal-source {
    order: 1;
  }

  .signal-source.behavioral-source {
    order: 3;
  }

  .convergence-hub {
    order: 2;
    padding: var(--space-8) 0;
  }

  .hub-container {
    width: 120px;
    height: 120px;
  }

  .hub-ring-1 { width: 120px; height: 120px; }
  .hub-ring-2 { width: 95px; height: 95px; }
  .hub-ring-3 { width: 70px; height: 70px; }

  .hub-core {
    width: 56px;
    height: 56px;
    border-radius: 14px;
  }

  .signal-item.behavioral {
    flex-direction: row;
    text-align: left;
    border-left: 3px solid #8b5cf6;
    border-right: none;
  }

  .particles-container {
    display: none;
  }
}

@media (max-width: 480px) {
  .convergence-section {
    padding: var(--space-12) 0;
  }

  .convergence-header {
    margin-bottom: var(--space-10);
  }

  .convergence-title {
    font-size: 1.5rem;
  }

  .convergence-subtitle {
    font-size: 1rem;
  }

  .signal-item {
    padding: var(--space-2) var(--space-3);
  }

  .signal-text {
    font-size: 0.8125rem;
  }
}