

:root {

  --color-navy-900: #020617;
  --color-navy-800: #0f172a;
  --color-navy-700: #1e293b;
  --color-navy-600: #334155;
  --color-navy-500: #475569;

  --color-blue-700: #1D4ED8;
  --color-blue-600: #2563EB;
  --color-blue-500: #3B82F6;
  --color-blue-400: #60A5FA;
  --color-blue-300: #93C5FD;
  --color-blue-200: #BFDBFE;
  --color-blue-100: #DBEAFE;
  --color-blue-50: #EFF6FF;

  --color-gold-600: #D97706;
  --color-gold-500: #F59E0B;
  --color-gold-400: #FBBF24;
  --color-gold-300: #FCD34D;
  --color-gold-200: #FDE68A;
  --color-gold-100: #FEF3C7;
  --color-gold-50: #FFFBEB;

  --color-purple-700: #6D28D9;
  --color-purple-600: #7C3AED;
  --color-purple-500: #8B5CF6;
  --color-purple-400: #A78BFA;
  --color-purple-300: #C4B5FD;
  --color-purple-100: #EDE9FE;
  --color-indigo-700: #4338CA;
  --color-indigo-600: #4F46E5;
  --color-indigo-500: #6366F1;
  --color-indigo-100: #E0E7FF;

  --color-mint-700: #047857;
  --color-mint-600: #059669;
  --color-mint-500: #10B981;
  --color-mint-400: #34D399;
  --color-mint-300: #6EE7B7;
  --color-mint-200: #A7F3D0;
  --color-mint-100: #D1FAE5;
  --color-mint-50: #ECFDF5;

  --color-red-700: #B91C1C;
  --color-red-600: #DC2626;
  --color-red-500: #EF4444;
  --color-red-400: #F87171;
  --color-red-300: #FCA5A5;
  --color-red-100: #FEE2E2;

  --color-teal-700: #0f766e;
  --color-teal-600: #0d9488;
  --color-teal-500: #14b8a6;
  --color-teal-400: #2dd4bf;
  --color-teal-100: #ccfbf1;

  --color-white: #FFFFFF;
  --color-gray-50: #F8FAFC;
  --color-gray-100: #F1F5F9;
  --color-gray-200: #E2E8F0;
  --color-gray-300: #CBD5E1;
  --color-gray-400: #94A3B8;
  --color-gray-500: #64748B;
  --color-gray-600: #475569;
  --color-gray-700: #334155;
  --color-gray-800: #1E293B;
  --color-gray-900: #0F172A;
  --color-black: #000000;

  --color-success: #22C55E;
  --color-success-light: #DCFCE7;
  --color-warning: #F59E0B;
  --color-warning-light: #FEF3C7;
  --color-error: #EF4444;
  --color-error-light: #FEE2E2;
  --color-info: #3B82F6;
  --color-info-light: #DBEAFE;

  /* Primary brand colors (used across all pages) */
  --color-primary: #2563EB;
  --color-primary-dark: #1d4ed8;
  --color-primary-light: #3b82f6;
  --color-secondary: #10B981;
  --color-secondary-dark: #059669;
  --color-accent: #F59E0B;

  /* Text colors */
  --color-text-primary: #0f172a;
  --color-text-secondary: #64748b;
  --color-border: #e2e8f0;

  /* Heading font */
  --font-heading: 'Poppins', -apple-system, BlinkMacSystemFont, sans-serif;

  --font-sans: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  --font-display: 'Poppins', -apple-system, BlinkMacSystemFont, sans-serif;
  --font-mono: 'JetBrains Mono', 'SF Mono', 'Fira Code', Consolas, monospace;

  --text-xs: 0.75rem;      
  --text-sm: 0.875rem;     
  --text-base: 1rem;       
  --text-lg: 1.125rem;     
  --text-xl: 1.25rem;      
  --text-2xl: 1.5rem;      
  --text-3xl: 1.875rem;    
  --text-4xl: 2.25rem;     
  --text-5xl: 3rem;        
  --text-6xl: 3.75rem;     
  --text-7xl: 4.5rem;      

  --font-normal: 400;
  --font-medium: 500;
  --font-semibold: 600;
  --font-bold: 700;

  --leading-none: 1;
  --leading-tight: 1.1;
  --leading-snug: 1.25;
  --leading-normal: 1.5;
  --leading-relaxed: 1.625;
  --leading-loose: 2;

  --tracking-tighter: -0.05em;
  --tracking-tight: -0.025em;
  --tracking-normal: 0;
  --tracking-wide: 0.025em;
  --tracking-wider: 0.05em;
  --tracking-widest: 0.1em;

  --space-0: 0;
  --space-px: 1px;
  --space-0-5: 0.125rem;   
  --space-1: 0.25rem;      
  --space-1-5: 0.375rem;   
  --space-2: 0.5rem;       
  --space-2-5: 0.625rem;   
  --space-3: 0.75rem;      
  --space-3-5: 0.875rem;   
  --space-4: 1rem;         
  --space-5: 1.25rem;      
  --space-6: 1.5rem;       
  --space-7: 1.75rem;      
  --space-8: 2rem;         
  --space-9: 2.25rem;      
  --space-10: 2.5rem;      
  --space-11: 2.75rem;     
  --space-12: 3rem;        
  --space-14: 3.5rem;      
  --space-16: 4rem;        
  --space-20: 5rem;        
  --space-24: 6rem;        
  --space-28: 7rem;        
  --space-32: 8rem;        
  --space-36: 9rem;        
  --space-40: 10rem;       

  --radius-none: 0;
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 12px;
  --radius-xl: 16px;
  --radius-2xl: 24px;
  --radius-3xl: 32px;
  --radius-full: 9999px;

  --shadow-xs: 0 1px 2px rgba(0, 0, 0, 0.04);
  --shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.04);
  --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.08), 0 2px 4px -1px rgba(0, 0, 0, 0.04);
  --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.08), 0 4px 6px -2px rgba(0, 0, 0, 0.03);
  --shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.08), 0 10px 10px -5px rgba(0, 0, 0, 0.02);
  --shadow-2xl: 0 25px 50px -12px rgba(0, 0, 0, 0.15);

  --shadow-card: 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.03);
  --shadow-card-hover: 0 4px 12px rgba(0, 0, 0, 0.08);

  --shadow-blue-subtle: 0 4px 14px -2px rgba(37, 99, 235, 0.15);
  --shadow-gold-subtle: 0 4px 14px -2px rgba(245, 158, 11, 0.15);
  --shadow-purple-subtle: 0 4px 14px -2px rgba(124, 58, 237, 0.15);
  --shadow-mint-subtle: 0 4px 14px -2px rgba(16, 185, 129, 0.15);

  --transition-fast: 150ms ease;
  --transition-base: 200ms ease;
  --transition-slow: 300ms ease;
  --transition-slower: 500ms ease;

  --ease-in: cubic-bezier(0.4, 0, 1, 1);
  --ease-out: cubic-bezier(0, 0, 0.2, 1);
  --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);

  --z-negative: -1;
  --z-0: 0;
  --z-10: 10;
  --z-20: 20;
  --z-30: 30;
  --z-40: 40;
  --z-50: 50;
  --z-header: 100;
  --z-dropdown: 200;
  --z-sticky: 300;
  --z-modal-backdrop: 400;
  --z-modal: 500;
  --z-popover: 600;
  --z-tooltip: 700;

  --container-sm: 640px;
  --container-md: 768px;
  --container-lg: 1024px;
  --container-xl: 1280px;
  --container-2xl: 1536px;

  --content-narrow: 640px;
  --content-base: 768px;
  --content-wide: 1024px;
  --content-full: 1280px;

  /* Design system additions */
  --color-bg-subtle: #F6F7FB;
  --border-subtle: #E6E9EF;
  --shadow-layered: 0 4px 6px rgba(0, 0, 0, 0.02);
  --shadow-layered-hover: 0 20px 40px -10px rgba(37, 99, 235, 0.1);
  --radius-card: 24px;
  --radius-icon: 12px;
}

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

html {
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

body {
  font-family: var(--font-sans);
  font-size: var(--text-base);
  font-weight: var(--font-normal);
  line-height: var(--leading-normal);
  color: var(--color-gray-900);
  background-color: #FDFBF7;
}

/* Main content area */
main {
  position: relative;
  overflow-x: clip;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-display);
  font-weight: var(--font-bold);
  line-height: var(--leading-tight);
  letter-spacing: var(--tracking-tight);
  color: var(--color-gray-900);
}

:where(h1) {
  font-size: 2em;
  margin-block: 0.67em;
}
h2 { font-size: var(--text-4xl); }
h3 { font-size: var(--text-2xl); }
h4 { font-size: var(--text-xl); }
h5 { font-size: var(--text-lg); }
h6 { font-size: var(--text-base); }

p {
  color: var(--color-gray-600);
  line-height: var(--leading-relaxed);
}

a {
  color: var(--color-blue-600);
  text-decoration: none;
  transition: color var(--transition-fast);
}

a:hover {
  color: var(--color-blue-700);
}

.container {
  width: 100%;
  max-width: var(--container-xl);
  margin: 0 auto;
  padding: 0 var(--space-6);
  position: relative;
  z-index: 1;
}

.container-narrow {
  max-width: var(--content-narrow);
}

.container-wide {
  max-width: var(--container-2xl);
}

.container-large {
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
  padding: 0 var(--space-6);
}

/* Allow kinetic blobs to bleed outside sections */
section,
.section {
  position: relative;
  overflow: visible;
}

.section {
  padding: var(--space-28, 112px) 0;
}

.section-sm {
  padding: var(--space-16) 0;
}

.section-lg {
  padding: var(--space-32) 0;
}

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

.text-white { color: var(--color-white); }
.text-gray-400 { color: var(--color-gray-400); }
.text-gray-500 { color: var(--color-gray-500); }
.text-gray-600 { color: var(--color-gray-600); }
.text-gray-900 { color: var(--color-gray-900); }
.text-blue-600 { color: var(--color-blue-600); }
.text-gold-500 { color: var(--color-gold-500); }
.text-purple-600 { color: var(--color-purple-600); }
.text-mint-500 { color: var(--color-mint-500); }

.bg-white { background-color: var(--color-white); }
.bg-gray-50 { background-color: var(--color-gray-50); }
.bg-gray-100 { background-color: var(--color-gray-100); }
.bg-navy-800 { background-color: var(--color-navy-800); }
.bg-navy-900 { background-color: var(--color-navy-900); }
.bg-cream { background-color: #fffbf0; }
.bg-cream-dark { background-color: #faf5eb; }
.bg-subtle { background-color: var(--color-bg-subtle); }

/* ===== ORGANIC BACKGROUND SYSTEM ===== */

/* Global Animations */
@keyframes morph {
  0%, 100% { border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%; }
  25% { border-radius: 50% 50% 40% 60% / 60% 40% 50% 50%; }
  50% { border-radius: 60% 40% 30% 70% / 50% 60% 40% 60%; }
  75% { border-radius: 45% 55% 60% 40% / 55% 45% 55% 45%; }
}

@keyframes drift {
  0%, 100% { transform: translate(0, 0) rotate(0deg); }
  33% { transform: translate(2%, 1%) rotate(1deg); }
  66% { transform: translate(-1%, 2%) rotate(-1deg); }
}

@keyframes pulse-glow {
  0%, 100% { opacity: 0.15; transform: scale(1); }
  50% { opacity: 0.25; transform: scale(1.05); }
}


/* ===== ORGANIC BLOB SHAPES ===== */

/* Large visible blob - blue */
.blob-blue {
  position: absolute;
  width: 500px;
  height: 600px;
  background: rgba(37, 99, 235, 0.12);
  border-radius: 60% 40% 55% 45% / 55% 60% 40% 45%;
  filter: blur(40px);
  animation: morph 20s ease-in-out infinite, drift 25s ease-in-out infinite;
  pointer-events: none;
  z-index: 0;
}

/* Large visible blob - purple */
.blob-purple {
  position: absolute;
  width: 450px;
  height: 550px;
  background: rgba(139, 92, 246, 0.12);
  border-radius: 50% 50% 40% 60% / 40% 60% 40% 60%;
  filter: blur(40px);
  animation: morph 18s ease-in-out infinite reverse, drift 22s ease-in-out infinite;
  pointer-events: none;
  z-index: 0;
}

/* Large visible blob - amber/gold */
.blob-amber {
  position: absolute;
  width: 480px;
  height: 520px;
  background: rgba(251, 191, 36, 0.15);
  border-radius: 70% 30% 50% 50% / 40% 60% 40% 60%;
  filter: blur(35px);
  animation: morph 22s ease-in-out infinite, drift 28s ease-in-out infinite;
  pointer-events: none;
  z-index: 0;
}

/* Large visible blob - teal */
.blob-teal {
  position: absolute;
  width: 420px;
  height: 480px;
  background: rgba(20, 184, 166, 0.12);
  border-radius: 40% 60% 70% 30% / 50% 40% 60% 50%;
  filter: blur(35px);
  animation: morph 19s ease-in-out infinite reverse, drift 24s ease-in-out infinite;
  pointer-events: none;
  z-index: 0;
}

/* Spotlight glow effect */
.spotlight-glow {
  position: absolute;
  width: 80%;
  height: 400px;
  background: radial-gradient(ellipse at center, rgba(37, 99, 235, 0.08) 0%, transparent 60%);
  pointer-events: none;
  z-index: 0;
}

/* ===== ENTERPRISE ORGANIC DESIGN ===== */
/* SOLID SVG shapes with defined edges - enterprise grade */

/* Wave background sections - SOLID colors, clean edges */
.wave-section {
  position: relative;
  overflow: visible;
}

/* Large wave background - sits behind content */
.wave-bg {
  position: absolute;
  width: 100%;
  pointer-events: none;
  z-index: 0;
}

.wave-bg svg {
  width: 100%;
  height: auto;
  display: block;
}

/* === SOLID WAVE SHAPES === */
/* Enterprise teal/blue wave - like ProCertX */
.wave-teal {
  fill: #e0f2f1;
}

.wave-blue-light {
  fill: #e3f2fd;
}

.wave-mint {
  fill: #e8f5e9;
}

.wave-cream {
  fill: #fffbeb;
}

.wave-slate {
  fill: #f1f5f9;
}

/* === DECORATIVE CIRCLES === */
/* Solid colored circles for enterprise polish */
.deco-circle {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}

.deco-circle-teal {
  background: #99f6e4;
  opacity: 0.6;
}

.deco-circle-blue {
  background: #bfdbfe;
  opacity: 0.5;
}

.deco-circle-amber {
  background: #fde68a;
  opacity: 0.4;
}

.deco-circle-mint {
  background: #bbf7d0;
  opacity: 0.5;
}

/* Small accent dots */
.deco-dot {
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  pointer-events: none;
  z-index: 1;
}

.deco-dot-teal { background: #14b8a6; }
.deco-dot-blue { background: #3b82f6; }
.deco-dot-amber { background: #f59e0b; }
.deco-dot-green { background: #22c55e; }

/* === ABSTRACT SHAPES === */
/* Geometric organic shapes for visual interest */
.deco-shape {
  position: absolute;
  pointer-events: none;
  z-index: 0;
}

/* Rounded rectangle accent */
.deco-pill {
  border-radius: 100px;
}

.deco-pill-teal {
  background: #ccfbf1;
}

.deco-pill-blue {
  background: #dbeafe;
}

/* === WAVE DIVIDERS === */
.wave-divider {
  position: absolute;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  pointer-events: none;
  z-index: 1;
}

.wave-divider svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 100px;
}

.wave-divider.divider-bottom {
  bottom: -1px;
}

.wave-divider.divider-top {
  top: -1px;
  transform: rotate(180deg);
}

/* === DECORATIVE CURVED LINES === */
/* Flowing strokes that span sections */

.decorative-curve {
  position: absolute;
  width: 100%;
  pointer-events: none;
  z-index: 0;
}

.decorative-curve path {
  fill: none;
  stroke-linecap: round;
}

/* Warm flowing line */
.curve-warm {
  stroke: rgba(251, 191, 36, 0.20);
  stroke-width: 3;
}

/* Soft blue flowing line */
.curve-blue {
  stroke: rgba(59, 130, 246, 0.15);
  stroke-width: 2;
}

/* Sage green flowing line */
.curve-sage {
  stroke: rgba(34, 197, 94, 0.12);
  stroke-width: 2.5;
}

/* ===== WAVE DIVIDERS ===== */

/* Wave divider at top of section */
.wave-divider-top::before {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  height: 80px;
  background: inherit;
  clip-path: ellipse(55% 100% at 50% 100%);
  z-index: 1;
}

/* Wave divider at bottom of section */
.wave-divider-bottom::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 80px;
  background: inherit;
  clip-path: ellipse(55% 100% at 50% 0%);
  z-index: 1;
}

/* Organic curve top */
.curve-top::before {
  content: '';
  position: absolute;
  top: -60px;
  left: 0;
  right: 0;
  height: 120px;
  background: inherit;
  clip-path: ellipse(75% 100% at 50% 100%);
  z-index: 1;
}

/* Diagonal slice top */
.slice-top::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 80px;
  background: white;
  clip-path: polygon(0 0, 100% 0, 100% 30%, 0 100%);
  z-index: 1;
}

/* Diagonal clip on section itself */
.clip-diagonal-top {
  clip-path: polygon(0 8%, 100% 0, 100% 100%, 0 100%);
  margin-top: -50px;
  padding-top: 100px;
}

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

.flex { display: flex; }
.flex-col { flex-direction: column; }
.items-center { align-items: center; }
.justify-center { justify-content: center; }
.justify-between { justify-content: space-between; }
.gap-2 { gap: var(--space-2); }
.gap-4 { gap: var(--space-4); }
.gap-6 { gap: var(--space-6); }
.gap-8 { gap: var(--space-8); }

.grid { display: grid; }
.grid-cols-2 { grid-template-columns: repeat(2, 1fr); }
.grid-cols-3 { grid-template-columns: repeat(3, 1fr); }
.grid-cols-4 { grid-template-columns: repeat(4, 1fr); }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-2);
  padding: var(--space-3) var(--space-6);
  font-family: var(--font-sans);
  font-size: var(--text-sm);
  font-weight: var(--font-medium);
  line-height: 1;
  text-decoration: none;
  border: none;
  border-radius: var(--radius-md);
  cursor: pointer;
  transition: all var(--transition-base);
}

.btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.btn-primary {
  background-color: var(--color-primary);
  color: var(--color-white);
}

.btn-primary:hover {
  background-color: var(--color-primary-dark);
  color: var(--color-white);
}

.btn-mint {
  background-color: #047857; 
  color: var(--color-white);
}

.btn-mint:hover {
  background-color: #065f46;
  color: var(--color-white);
}

.btn-outline {
  background-color: transparent;
  color: var(--color-gray-600);
  border: 1px solid var(--color-gray-300);
}

.btn-outline:hover {
  background-color: var(--color-gray-50);
  border-color: var(--color-gray-400);
  color: var(--color-gray-700);
}

.btn-indigo {
  background-color: var(--color-blue-700);
  color: var(--color-white);
}

.btn-indigo:hover {
  background-color: #1e40af;
  color: var(--color-white);
}

.btn-red {
  background-color: var(--color-red-600);
  color: var(--color-white);
}

.btn-red:hover {
  background-color: var(--color-red-700);
  color: var(--color-white);
}

.btn-purple {
  background-color: var(--color-purple-600);
  color: var(--color-white);
}

.btn-purple:hover {
  background-color: var(--color-purple-700);
  color: var(--color-white);
}

.btn-teal {
  background-color: #0d9488;
  color: var(--color-white);
}

.btn-teal:hover {
  background-color: #0f766e;
  color: var(--color-white);
}

.btn-secondary {
  background-color: transparent;
  color: var(--color-gray-700);
  border: 1px solid var(--color-gray-300);
}

.btn-secondary:hover {
  background-color: var(--color-gray-50);
  border-color: var(--color-gray-400);
}

.btn-blue {
  background-color: var(--color-blue-600);
  color: var(--color-white);
}

.btn-blue:hover {
  background-color: var(--color-blue-700);
}

.btn-gold {
  background-color: var(--color-gold-500);
  color: var(--color-navy-900);
}

.btn-gold:hover {
  background-color: var(--color-gold-600);
}

.btn-navy {
  background-color: #1e3a8a;
  color: var(--color-white);
}

.btn-navy:hover {
  background-color: #1e40af;
  color: var(--color-white);
}

.btn-green {
  background-color: #16a34a;
  color: var(--color-white);
}

.btn-green:hover {
  background-color: #15803d;
  color: var(--color-white);
}

.btn-ghost {
  background-color: transparent;
  color: var(--color-gray-600);
  padding: var(--space-2) var(--space-4);
}

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

.btn-sm {
  padding: var(--space-2) var(--space-4);
  font-size: var(--text-xs);
}

.btn-lg {
  padding: var(--space-4) var(--space-8);
  font-size: var(--text-base);
}

/* Primary CTA button - used for "Try Live Demo" across site */
.hero-hub-cta-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 28px;
  background: var(--color-primary);
  color: white;
  border-radius: 10px;
  font-weight: 600;
  font-size: 1rem;
  text-decoration: none;
  transition: all 0.2s ease;
  box-shadow: 0 2px 8px rgba(37, 99, 235, 0.25);
}

.hero-hub-cta-primary:hover {
  background: var(--color-primary-dark);
  color: white;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

.card {
  background-color: var(--color-white);
  border: 1px solid var(--color-gray-200);
  border-radius: var(--radius-lg);
  padding: var(--space-6);
  transition: all var(--transition-base);
}

.card:hover {
  border-color: var(--color-gray-300);
  box-shadow: var(--shadow-card-hover);
}

.card-blue:hover {
  border-color: var(--color-blue-400);
}

.card-gold:hover {
  border-color: var(--color-gold-400);
}

.card-mint:hover {
  border-color: var(--color-mint-400);
}

.card-indigo:hover {
  border-color: var(--color-blue-400);
}

.card-purple:hover {
  border-color: var(--color-purple-400);
}

.card-red:hover {
  border-color: var(--color-red-400);
}

.card-teal:hover {
  border-color: var(--color-teal-400);
}

.feature-card {
  background-color: var(--color-white);
  border: 1px solid var(--color-gray-200);
  border-radius: var(--radius-lg);
  padding: var(--space-8);
  transition: all var(--transition-base);
}

.feature-card:hover {
  border-color: var(--color-blue-300);
  box-shadow: var(--shadow-card-hover);
}

.feature-card-icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-blue-100);
  border-radius: var(--radius-md);
  margin-bottom: var(--space-4);
}

.feature-card-icon svg {
  width: 24px;
  height: 24px;
  color: var(--color-blue-600);
}

.feature-card-title {
  font-size: var(--text-lg);
  font-weight: var(--font-semibold);
  color: #1e5a99;
  margin-bottom: var(--space-2);
}

.feature-card-description {
  font-size: var(--text-sm);
  color: var(--color-gray-600);
  line-height: var(--leading-relaxed);
}

@media (max-width: 1024px) {
  .feature-card {
    text-align: center;
  }

  .feature-card-icon {
    margin-left: auto;
    margin-right: auto;
  }
}

.header-modern {
  position: relative;
  z-index: var(--z-header);
  background-color: var(--color-white);
  border-bottom: 1px solid var(--color-gray-200);
}

.header-container {
  max-width: var(--container-xl);
  margin: 0 auto;
  padding: var(--space-4) var(--space-6);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: var(--space-8);
}

.header-logo {
  height: 32px;
  display: block;
}

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

.header-nav {
  display: flex;
  align-items: center;
  gap: var(--space-8);
}

.header-actions {
  margin-left: auto;
}

.nav-link {
  font-family: 'Poppins', var(--font-heading);
  font-size: var(--text-sm);
  font-weight: var(--font-medium);
  color: var(--color-gray-900);
  text-decoration: none;
  transition: color var(--transition-fast);
}

.nav-link:hover {
  color: var(--color-gray-900);
}

.nav-link.active {
  color: var(--color-gray-900);
}

.nav-dropdown {
  position: relative;
}

.nav-dropdown .nav-link {
  display: flex;
  align-items: center;
  gap: 4px;
}

.nav-dropdown .nav-link svg {
  transition: transform var(--transition-fast);
}

.nav-dropdown:hover .nav-link svg {
  transform: rotate(180deg);
}

.nav-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  min-width: 200px;
  background: white;
  border-radius: var(--radius-lg);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  padding: var(--space-2) 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity var(--transition-fast), visibility var(--transition-fast);
  z-index: var(--z-dropdown);
  margin-top: var(--space-2);
}

.nav-dropdown-menu::before {
  content: '';
  position: absolute;
  top: calc(-1 * var(--space-2));
  left: 0;
  right: 0;
  height: var(--space-2);
}

.nav-dropdown:hover .nav-dropdown-menu {
  opacity: 1;
  visibility: visible;
}

.nav-dropdown-menu a {
  display: block;
  padding: var(--space-3) var(--space-4);
  color: var(--color-gray-600);
  text-decoration: none;
  font-size: var(--text-sm);
  transition: background var(--transition-fast), color var(--transition-fast);
}

.nav-dropdown-menu a:hover {
  background: var(--color-gray-50);
  color: var(--color-gray-900);
}

.mobile-nav-section {
  margin-bottom: var(--space-4);
}

.mobile-nav-label {
  display: block;
  font-size: var(--text-xs);
  font-weight: var(--font-semibold);
  color: var(--color-gray-400);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: var(--space-2);
  padding: 0 var(--space-4);
}

.mobile-nav-section a {
  padding-left: var(--space-6);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: var(--space-3);
}

.header-actions .btn {
  padding: var(--space-3) var(--space-6);
  font-size: var(--text-sm);
  font-weight: 600;
  letter-spacing: 0.02em;
  border-radius: var(--radius-full);
}

.mobile-menu-btn {
  display: none;
  padding: var(--space-2);
  background: none;
  border: none;
  cursor: pointer;
}

@media (max-width: 1024px) {
  .header-nav {
    display: none;
  }

  .header-actions {
    display: none;
  }

  .mobile-menu-btn {
    display: flex;
    margin-left: auto;
  }
}

.hero-modern {
  min-height: auto;
  display: flex;
  align-items: center;
  padding: 5.25rem var(--space-6);
}

.hero-container {
  max-width: var(--container-xl);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  gap: var(--space-6);
  align-items: center;
}

.hero-modern .hero-content {
  max-width: 620px;
}

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  padding: var(--space-2) var(--space-4);
  background: linear-gradient(135deg, var(--color-navy-800) 0%, var(--color-navy-700) 100%);
  border: none;
  border-radius: var(--radius-md);
  font-size: var(--text-xs);
  font-weight: var(--font-semibold);
  color: var(--color-white);
  letter-spacing: var(--tracking-wide);
  text-transform: uppercase;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.15);
  margin-bottom: var(--space-6);
}

.hero-title {
  font-family: 'Poppins', var(--font-heading);
  font-size: 3.2rem !important;
  font-weight: 400 !important;
  line-height: var(--leading-tight);
  letter-spacing: var(--tracking-tight);
  color: var(--color-gray-900);
  margin-block: 0 var(--space-6);
}

.hero-title .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;
}

.hero-description {
  font-size: 1.25rem;
  line-height: 1.7;
  color: var(--color-gray-600);
  margin-bottom: var(--space-8);
}

@media (max-width: 768px) {
  .hero-description {
    font-size: 1.125rem;
  }
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: var(--space-4);
}

.hero-visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.hero-screenshot {
  width: 100%;
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-xl);
  border: 1px solid var(--color-gray-200);
}

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

  .hero-content {
    max-width: 640px;
    margin: 0 auto;
  }

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

  .hero-visual {
    display: none;
  }
}

@media (max-width: 1024px) {
  .hero-title {
    font-size: 2.25rem !important;
  }
}

@media (max-width: 640px) {
  .hero-modern {
    min-height: auto;
    padding: var(--space-24) var(--space-4) var(--space-16);
  }

  .hero-title {
    font-size: 2rem !important;
  }

  .hero-actions {
    flex-direction: column;
    width: 100%;
  }

  .hero-actions .btn,
  .hero-actions .btn-demo {
    width: 100%;
  }
}

.stats-section {
  /* Solid dark navy for stats */
  background: #1e293b;
  padding: 48px 24px;
  position: relative;
}

.stats-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 var(--space-4);
  position: relative;
  z-index: 1;
}

.stats-header {
  text-align: center;
  margin-bottom: var(--space-8);
}

.stats-title {
  font-family: 'Poppins', var(--font-heading);
  font-size: var(--text-3xl);
  font-weight: 400;
  color: var(--color-white);
  letter-spacing: var(--tracking-tight);
  margin-bottom: var(--space-2);
}

.stats-subtitle {
  font-size: var(--text-base);
  color: var(--color-gray-400);
  max-width: 1000px;
  margin: 0 auto;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--space-8);
}

.stats-grid.stats-grid-3 {
  grid-template-columns: repeat(3, 1fr);
}

.stat-item {
  text-align: center;
}

.stat-number {
  font-size: var(--text-4xl);
  font-weight: var(--font-bold);
  letter-spacing: var(--tracking-tighter);
  color: var(--color-white);
  margin-bottom: var(--space-1);
}

.stat-number.blue { color: var(--color-blue-400); }
.stat-number.gold { color: var(--color-gold-400); }
.stat-number.purple { color: var(--color-purple-400); }
.stat-number.mint { color: var(--color-mint-400); }

.stat-label {
  font-size: var(--text-sm);
  font-weight: var(--font-medium);
  color: var(--color-white);
  margin-bottom: var(--space-1);
}

.stat-source {
  font-size: var(--text-xs);
  color: var(--color-gray-400);
}

@media (max-width: 1024px) {
  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: var(--space-10);
  }
}

@media (max-width: 1024px) {
  .stats-grid,
  .stats-grid.stats-grid-3 {
    grid-template-columns: 1fr;
    gap: var(--space-5);
  }

  .stat-item {
    display: flex;
    align-items: center;
    gap: var(--space-4);
    text-align: left;
  }

  .stat-number {
    font-size: var(--text-3xl);
    flex-shrink: 0;
    min-width: 140px;
    margin-bottom: 0;
  }

  .stat-text-group {
    display: flex;
    flex-direction: column;
  }

  .stat-label {
    text-align: left;
    margin-bottom: var(--space-1);
  }

  .stat-source {
    text-align: left;
  }
}

@media (max-width: 640px) {
  .stat-number {
    font-size: var(--text-2xl);
    min-width: 115px;
  }
}

.product-showcase-section {
  padding: var(--space-20) 0 var(--space-24);
}

.product-showcase-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-8);
  position: relative;
}

/* Angled colored shape behind product screenshots */
.product-showcase-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  max-width: 1155px;
  height: 105%;
  background: linear-gradient(135deg, rgba(219, 234, 254, 0.9) 0%, rgba(224, 231, 255, 0.7) 100%);
  border-radius: 26px;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
  transform: rotate(-2deg);
  top: -2.5%;
  z-index: 0;
}

.product-screenshot-container {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  max-width: 1100px;
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15),
              0 0 0 1px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-decoration: none;
}

.product-screenshot-container:hover {
  transform: translateY(-4px);
  box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.2),
              0 0 0 1px rgba(0, 0, 0, 0.05);
}

.product-screenshot {
  width: 100%;
  height: auto;
  display: block;
}

/* Screenshot hover overlay for "Try Live Demo" */
.product-screenshot-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.2s ease;
  border-radius: inherit;
}

.product-screenshot-container:hover .product-screenshot-overlay {
  opacity: 1;
}

.btn-demo-overlay {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 32px;
  background: white;
  color: var(--color-text-primary);
  border-radius: 10px;
  font-weight: 600;
  font-size: 1.125rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: transform 0.2s ease;
}

.product-screenshot-container:hover .btn-demo-overlay {
  transform: scale(1.02);
}

/* Mobile button below screenshot */
.product-screenshot-mobile-link {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: var(--space-6);
  padding: 14px 24px;
  background: white;
  color: var(--color-text-primary);
  border: 2px solid var(--color-gray-300, #cbd5e1);
  border-radius: 10px;
  font-weight: 600;
  font-size: 1rem;
  text-decoration: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  transition: all 0.2s ease;
}

.product-screenshot-mobile-link:hover {
  border-color: var(--color-gray-400);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
  .product-screenshot-overlay {
    display: none;
  }

  .product-screenshot-mobile-link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-top: 16px;
  }

  .product-showcase-section {
    padding: 40px 12px 48px;
  }

  .product-showcase-wrapper {
    gap: 12px;
  }

  .product-showcase-wrapper::before {
    display: none;
  }

  .product-screenshot-container {
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
    border-radius: 12px;
  }

  .product-showcase-section .section-header {
    margin-bottom: 20px;
  }
}

.product-showcase-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-3);
  margin-top: var(--space-4);
}

.cta-helper-text {
  font-size: var(--text-sm);
  color: var(--color-gray-500);
}

@media (max-width: 1024px) {
  .product-showcase-section {
    padding: var(--space-16) 0 var(--space-20);
  }

  .product-screenshot-container {
    border-radius: var(--radius-lg);
  }
}

.pill-tabs-wrapper {
  padding: var(--space-4) 0;
  margin-bottom: var(--space-12);
  overflow: visible;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.pill-tabs-wrapper::-webkit-scrollbar {
  display: none;
}

.pill-tabs {
  display: flex;
  justify-content: center;
  gap: 4px;
  padding: 6px;
  background: #eff6ff;
  border-radius: var(--radius-xl);
  width: fit-content;
  margin: 0 auto;
  position: relative;
}

/* Sliding pill indicator */
.pill-tabs-indicator {
  position: absolute;
  top: 6px;
  bottom: 6px;
  left: 0;
  background: #2563eb;
  border-radius: var(--radius-lg);
  transition: left 0.3s cubic-bezier(0.4, 0, 0.2, 1), width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
  z-index: 0;
}

.pill-tab {
  flex-shrink: 0;
  padding: var(--space-3) var(--space-5);
  background: transparent;
  border: none;
  border-radius: var(--radius-lg);
  font-size: var(--text-base);
  font-weight: var(--font-medium);
  color: #1e40af;
  cursor: pointer;
  transition: color 0.2s ease;
  white-space: nowrap;
  position: relative;
  z-index: 1;
}

.pill-tab:hover {
  color: #1e3a8a;
}

.pill-tab.active {
  color: #ffffff;
  font-weight: var(--font-semibold);
}

/* Mobile tab dropdown - hidden on desktop */
.mobile-tab-select {
  display: none;
  width: calc(100% - 32px);
  margin: 0 auto;
  padding: var(--space-4) var(--space-5);
  font-size: var(--text-lg);
  font-weight: var(--font-semibold);
  color: var(--color-gray-900);
  background: var(--color-white);
  border: 1px solid var(--color-gray-300);
  border-radius: var(--radius-xl);
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23475569' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 48px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

.mobile-tab-select:focus {
  outline: none;
  border-color: var(--color-primary);
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}

.mobile-break {
  display: none;
}

/* Hide carousel nav by default (shown on mobile) */
.carousel-nav {
  display: none;
}

@media (max-width: 768px) {
  .mobile-break {
    display: block;
  }

  .pill-tabs {
    display: none;
  }

  .mobile-tab-select {
    display: none;
  }

  .pill-tabs-wrapper {
    padding: 0;
    margin-bottom: 0;
  }

  /* Reduce header spacing on mobile for scam types section */
  .scam-types-section .section-header-compact {
    margin-bottom: 0;
  }

  /* Mobile carousel for scam types */
  .feature-tab-content {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    gap: 16px;
    padding: 8px 16px 16px;
    margin: 0 -16px 0;
  }

  .feature-tab-content::-webkit-scrollbar {
    display: none;
  }

  .feature-tab-content .feature-panel {
    display: block !important;
    opacity: 1 !important;
    flex: 0 0 calc(100vw - 48px);
    scroll-snap-align: center;
    background: var(--color-gray-100);
    border-radius: 16px;
    padding: 24px;
  }

  .feature-tab-content .feature-showcase {
    flex-direction: column;
    gap: 20px;
  }

  .feature-tab-content .feature-showcase-left {
    order: 1;
    text-align: center;
  }

  .feature-tab-content .feature-showcase-left h3 {
    font-size: 1.25rem;
    margin-bottom: 12px;
  }

  .feature-tab-content .feature-showcase-left p {
    font-size: 0.9375rem;
    line-height: 1.6;
  }

  /* Center stats section on mobile */
  .stats-container {
    flex-direction: column !important;
    text-align: center;
  }

  .feature-tab-content .feature-showcase-right {
    display: none;
  }

  /* Carousel navigation arrows */
  .carousel-nav {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 16px;
  }

  .carousel-arrow {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 2px solid var(--color-gray-300);
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
  }

  .carousel-arrow:active {
    background: var(--color-gray-100);
    border-color: var(--color-primary);
  }

  .carousel-arrow svg {
    width: 20px;
    height: 20px;
    stroke: var(--color-gray-600);
  }
}

.testimonial-section {
  padding: var(--space-24) var(--space-6);
  background-color: var(--color-navy-800);
}

.testimonial-container {
  max-width: var(--container-xl);
  margin: 0 auto;
}

.testimonial-header {
  text-align: center;
  margin-bottom: var(--space-12);
}

.testimonial-header h2 {
  color: var(--color-white);
  margin-bottom: var(--space-4);
}

.testimonial-header p {
  color: var(--color-gray-400);
  max-width: 600px;
  margin: 0 auto;
}

.testimonial-card {
  background-color: var(--color-navy-700);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius-xl);
  padding: var(--space-8);
}

.testimonial-quote {
  font-size: var(--text-lg);
  font-weight: var(--font-normal);
  line-height: var(--leading-relaxed);
  color: var(--color-white);
  margin-bottom: var(--space-6);
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: var(--space-4);
}

.testimonial-avatar {
  width: 48px;
  height: 48px;
  border-radius: var(--radius-full);
  object-fit: cover;
}

.testimonial-info {
  flex: 1;
}

.testimonial-name {
  font-size: var(--text-sm);
  font-weight: var(--font-semibold);
  color: var(--color-white);
}

.testimonial-role {
  font-size: var(--text-xs);
  color: var(--color-gray-400);
}

.testimonial-logo {
  height: 24px;
  opacity: 0.6;
}

.footer-modern {
  background: linear-gradient(180deg, #0f172a 0%, #020617 100%);
  padding: var(--space-16) var(--space-6) var(--space-8);
}

.footer-container {
  max-width: var(--container-xl);
  margin: 0 auto;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr repeat(4, 1fr);
  gap: var(--space-6);
  margin-bottom: var(--space-12);
}

.footer-brand {
  max-width: 280px;
}

.footer-logo {
  height: 28px;
  margin-bottom: var(--space-4);
}

.footer-tagline {
  font-size: 0.9375rem;
  color: white;
  line-height: 1.7;
}

.footer-column h4,
.footer-column .footer-heading {
  font-family: var(--font-heading);
  font-weight: 700;
  color: white;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: var(--space-4);
  display: block;
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
}

.footer-link {
  font-size: var(--text-sm);
  color: white;
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-link:hover {
  color: white;
}

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding-top: var(--space-8);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-copyright {
  font-size: 0.8125rem;
  color: white;
}

.footer-social {
  display: flex;
  gap: var(--space-4);
}

.footer-social a {
  color: white;
  transition: color 0.2s ease;
}

.footer-social a:hover {
  color: white;
}

@media (max-width: 1024px) {
  .footer-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: var(--space-6);
  }

  .footer-brand {
    grid-column: span 4;
    max-width: none;
    margin-bottom: var(--space-8);
  }
}

@media (max-width: 640px) {
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: var(--space-8);
  }

  .footer-brand {
    grid-column: span 2;
  }

  .footer-bottom {
    flex-direction: column;
    gap: var(--space-4);
    text-align: center;
  }
}

.cta-section {
  padding: var(--space-20) var(--space-6);
  background-color: var(--color-navy-800);
  text-align: center;
}

.cta-container {
  max-width: 640px;
  margin: 0 auto;
}

.cta-title {
  font-size: var(--text-3xl);
  font-weight: var(--font-bold);
  color: var(--color-white);
  margin-bottom: var(--space-4);
}

.cta-description {
  font-size: var(--text-lg);
  color: var(--color-gray-300);
  margin-bottom: var(--space-8);
}

.cta-actions {
  display: flex;
  justify-content: center;
  gap: var(--space-4);
}

@media (max-width: 640px) {
  .cta-actions {
    flex-direction: column;
  }

  .cta-actions .btn {
    width: 100%;
  }
}

.section-header {
  text-align: center;
  margin-bottom: var(--space-16);
  position: relative;
  z-index: 1;
}

.section-header.section-header-compact {
  margin-bottom: var(--space-8);
}

.section-eyebrow {
  font-size: var(--text-xs);
  font-weight: var(--font-semibold);
  text-transform: uppercase;
  letter-spacing: var(--tracking-wider);
  color: var(--color-blue-600);
  margin-bottom: var(--space-2);
}

.section-title {
  font-family: 'Poppins', var(--font-heading, 'Plus Jakarta Sans', 'Inter', sans-serif);
  font-size: var(--text-4xl);
  font-weight: 400;
  color: #1e293b;
  margin-bottom: var(--space-4);
  line-height: 1.2;
  letter-spacing: -0.02em;
}

/* Modern section title variant - identical to section-title */
.section-title-modern,
.section-title-editorial {
  font-family: 'Poppins', var(--font-heading, 'Plus Jakarta Sans', 'Inter', sans-serif);
  font-size: var(--text-4xl);
  font-weight: 400;
  color: #1e293b;
  margin-bottom: var(--space-4);
  letter-spacing: -0.02em;
  line-height: 1.2;
}

@media (max-width: 768px) {
  .section-title,
  .section-title-modern,
  .section-title-editorial {
    font-size: var(--text-3xl);
  }
}

/* Centered section headers - larger size for full-width layouts */
.text-center .section-title,
.section-header.text-center .section-title {
  font-size: clamp(2.25rem, 4vw + 1rem, 3.25rem);
}

.section-description {
  font-size: 1.125rem;
  color: var(--color-gray-600);
  max-width: none;
  margin: 0 auto;
  line-height: 1.7;
}

/* Centered section descriptions get constrained width for readability */
.text-center .section-description,
.section-header.text-center .section-description {
  max-width: 1000px;
}

/* Modern subtitle variants */
.section-subtitle-modern,
.section-subtitle-editorial {
  font-size: 1.125rem;
  color: var(--color-gray-600);
  font-weight: 400;
  line-height: 1.7;
  max-width: 1000px;
  margin: 0 auto;
}

.section-header.dark .section-eyebrow {
  color: var(--color-blue-400);
}

.section-header.dark .section-title {
  color: var(--color-white);
}

.section-header.dark .section-description {
  color: var(--color-gray-400);
}

.trust-bar {
  padding: var(--space-12) var(--space-6);
  background-color: var(--color-white);
  border-top: none;
  border-bottom: none;
}

.trust-bar-container {
  max-width: var(--container-xl);
  margin: 0 auto;
  text-align: center;
}

.trust-bar-label {
  font-size: var(--text-sm);
  color: var(--color-gray-500);
  margin-bottom: var(--space-6);
}

.trust-bar-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-12);
  flex-wrap: wrap;
}

.trust-bar-logo {
  height: 24px;
  opacity: 1;
  filter: grayscale(0%);
}

.scam-examples-grid {
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
}

.scam-card {
  background: var(--color-white);
  border: 1px solid var(--color-gray-200);
  border-radius: var(--radius-lg);
  padding: var(--space-5);
  box-shadow: var(--shadow-md);
  transition: transform var(--transition-base), box-shadow var(--transition-base);
}

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

.scam-card-badge {
  display: inline-block;
  padding: var(--space-1) var(--space-3);
  border-radius: var(--radius-full);
  font-size: var(--text-xs);
  font-weight: var(--font-semibold);
  margin-bottom: var(--space-3);
}

.scam-card.high-risk .scam-card-badge {
  background-color: var(--color-error-light);
  color: var(--color-error);
}

.scam-card.medium-risk .scam-card-badge {
  background-color: var(--color-warning-light);
  color: var(--color-gold-600);
}

.scam-card.low-risk .scam-card-badge {
  background-color: var(--color-success-light);
  color: var(--color-mint-600);
}

.scam-card-content {
  margin-bottom: var(--space-3);
  padding-left: var(--space-3);
  border-left: 3px solid var(--color-gray-200);
}

.scam-card.high-risk .scam-card-content {
  border-left-color: var(--color-error);
}

.scam-card.medium-risk .scam-card-content {
  border-left-color: var(--color-warning);
}

.scam-card.low-risk .scam-card-content {
  border-left-color: var(--color-success);
}

.scam-card-content p {
  font-size: var(--text-sm);
  font-style: italic;
  color: var(--color-gray-700);
  line-height: var(--leading-relaxed);
}

.scam-card-analysis {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-2);
}

.analysis-tag {
  display: inline-block;
  padding: var(--space-1) var(--space-2);
  background-color: var(--color-gray-100);
  border-radius: var(--radius-sm);
  font-size: var(--text-xs);
  color: var(--color-gray-600);
}

.demo-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-16);
  align-items: center;
  max-width: 1100px;
  margin: 0 auto;
}

.demo-text {
  max-width: 480px;
}

.demo-title {
  font-size: var(--text-3xl);
  font-weight: var(--font-bold);
  color: #1e5a99;
  margin-bottom: var(--space-4);
  letter-spacing: var(--tracking-tight);
}

.demo-description {
  font-size: var(--text-base);
  color: var(--color-gray-600);
  margin-bottom: var(--space-6);
  line-height: var(--leading-relaxed);
}

.demo-benefits {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
}

.demo-benefits li {
  display: flex;
  align-items: flex-start;
  gap: var(--space-3);
  font-size: var(--text-sm);
  color: var(--color-gray-600);
}

.demo-benefits li svg {
  flex-shrink: 0;
  margin-top: 2px;
}

.demo-form-wrapper {
  background: var(--color-white);
  border: 1px solid var(--color-gray-200);
  border-radius: var(--radius-xl);
  padding: var(--space-8);
  box-shadow: var(--shadow-lg);
}

.demo-form-modern {
  display: flex;
  flex-direction: column;
  gap: var(--space-5);
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: var(--space-2);
}

.form-group label {
  font-size: var(--text-sm);
  font-weight: var(--font-medium);
  color: var(--color-gray-700);
}

.form-group input,
.form-group select {
  padding: var(--space-3) var(--space-4);
  border: 1px solid var(--color-gray-300);
  border-radius: var(--radius-md);
  font-size: var(--text-sm);
  color: var(--color-gray-900);
  background: var(--color-white);
  transition: border-color var(--transition-fast), box-shadow var(--transition-fast);
}

.form-group input:focus,
.form-group select:focus {
  outline: none;
  border-color: var(--color-blue-500);
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.form-group input::placeholder {
  color: var(--color-gray-400);
}

@media (max-width: 1024px) {
  .demo-grid {
    grid-template-columns: 1fr;
    gap: var(--space-10);
  }

  .demo-text {
    max-width: none;
    text-align: center;
  }

  .demo-title {
    text-align: center;
  }

  .demo-description {
    text-align: center;
  }

  .demo-benefits {
    align-items: flex-start;
  }

  .demo-benefits li {
    text-align: left;
  }

  .demo-form-wrapper {
    max-width: 100%;
    margin: 0 auto;
    padding: var(--space-5);
  }
}

@media (max-width: 1024px) {
  .hide-tablet { display: none !important; }
}

@media (max-width: 768px) {
  .hide-mobile { display: none !important; }
}

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

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

/* ============================================
   ADDITIONAL SHARED STYLES (from index.css)
   ============================================ */

/* Additional CSS Variables */
:root {
  --sz-navy-deep: #020617;
  --sz-navy-surface: #0f172a;
  --sz-navy-elevated: #1e293b;
  --bg-page: #FFFFFF;
  --bg-section: #F8FAFC;
  --bg-card: #FFFFFF;
  --bg-modal-backdrop: rgba(15, 23, 42, 0.7);
  --brand-gold: #F59E0B;
  --brand-blue: #2563EB;
  --ink: #0F172A;
  --ink-2: #475569;
  --ink-3: #64748b;
  --sz-gold: #F59E0B;
  --sz-blue: #2563EB;
  --sz-green: #22C55E;
  --sz-red: #EF4444;
  --sz-purple: #7C3AED;
  --sz-navy: #0f172a;
  --text-dark: #0F172A;
  --text-primary: #0F172A;
  --text-gray: #475569;
  --text-secondary: #64748B;
  --text-on-dark: #F8FAFC;
  --border-light: #E2E8F0;
  --border-color: #E2E8F0;
  --glass-surface: rgba(255, 255, 255, 0.03);
  --glass-border: rgba(255, 255, 255, 0.08);
  --transition-smooth: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --transition-fast: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Gradient Wave Background - removed, using section-white/section-cream alternating pattern */
.gradient-wave-bg {
  /* gradient removed */
}

/* ===== CTA EDITORIAL BLOCK ===== */
.cta-editorial {
  /* Bold diagonal split - deep blue to purple */
  background: linear-gradient(135deg, #1e40af 0%, #3730a3 45%, #6d28d9 45%, #7c3aed 100%);
  padding: 100px 48px;
  border-radius: 32px;
  position: relative;
  overflow: hidden;
}

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

/* Large organic glow - right side */
.cta-editorial::after {
  content: '';
  position: absolute;
  top: -30%;
  right: -15%;
  width: 700px;
  height: 700px;
  background: radial-gradient(ellipse at center, rgba(139, 92, 246, 0.3) 0%, rgba(124, 58, 237, 0.15) 40%, transparent 70%);
  border-radius: 50% 50% 40% 60% / 40% 60% 40% 60%;
  animation: morph 30s ease-in-out infinite, drift 35s ease-in-out infinite;
  pointer-events: none;
  z-index: 0;
}

/* Secondary glow for CTA - bottom left */
.cta-editorial .cta-editorial-content::before {
  content: '';
  position: absolute;
  bottom: -40%;
  left: -20%;
  width: 500px;
  height: 500px;
  background: radial-gradient(ellipse at center, rgba(16, 185, 129, 0.2) 0%, rgba(5, 150, 105, 0.1) 40%, transparent 70%);
  border-radius: 60% 40% 55% 45% / 55% 60% 40% 45%;
  animation: drift 25s ease-in-out infinite reverse;
  pointer-events: none;
  z-index: 0;
}

.cta-editorial-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

@media (min-width: 1024px) {
  .cta-editorial-content {
    flex-direction: row;
    gap: 64px;
  }
}

.cta-editorial-text {
  flex: 1;
}

@media (min-width: 1024px) {
  .cta-editorial-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .cta-editorial-text .section-description {
    max-width: 460px;
    margin-left: 0;
    margin-right: 0;
  }
}

.cta-editorial-text .section-title {
  color: white;
  margin-bottom: 16px;
}

.cta-editorial-text .section-description {
  color: white;
  margin-bottom: 32px;
}

.cta-checklist {
  list-style: none;
  padding: 0;
  margin: 0;
}

.cta-checklist-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.9375rem;
  color: white;
  margin-bottom: 16px;
}

.cta-checklist-item:last-child {
  margin-bottom: 0;
}

.cta-checklist-item svg {
  color: var(--color-secondary, #10b981);
  flex-shrink: 0;
}

.cta-editorial-form {
  flex: 0 0 auto;
  width: 100%;
  max-width: 400px;
}

/* Tablet & Mobile CTA fixes */
@media (max-width: 1024px) {
  .cta-editorial {
    border-radius: 0;
    padding: 60px 24px;
    margin-left: -24px;
    margin-right: -24px;
    width: calc(100% + 48px);
  }

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

  .cta-checklist-item {
    justify-content: center;
  }

  .cta-editorial-form {
    max-width: 100%;
    margin: 0 auto;
  }

  .cta-form-card {
    text-align: center;
  }
}

.cta-form-card {
  background: var(--color-white);
  padding: 32px;
  border-radius: 24px;
  box-shadow: 0 30px 60px -12px rgba(37, 99, 235, 0.2);
}

.cta-form-card h3 {
  font-family: var(--font-heading);
  font-size: 1.375rem;
  font-weight: 700;
  color: var(--color-text-primary, #0f172a);
  margin-bottom: 24px;
}

.cta-form-card .form-group {
  margin-bottom: 16px;
}

.cta-form-card label {
  display: block;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--color-text-primary, #0f172a);
  margin-bottom: 8px;
}

.cta-form-card input,
.cta-form-card select {
  width: 100%;
  padding: 14px 16px;
  background: var(--color-surface, #f8fafc);
  border: 1px solid var(--color-border, #e2e8f0);
  border-radius: 12px;
  font-size: 0.9375rem;
  color: var(--color-text-primary, #0f172a);
  transition: all 0.2s ease;
}

.cta-form-card input:focus,
.cta-form-card select:focus {
  outline: none;
  border-color: var(--color-primary, #2563eb);
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}

.cta-form-card button {
  width: 100%;
  padding: 16px;
  background: var(--color-primary, #2563eb);
  color: white;
  border: none;
  border-radius: 12px;
  font-size: 0.9375rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  margin-top: 8px;
}

.cta-form-card button:hover {
  background: var(--color-primary-dark, #1d4ed8);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(37, 99, 235, 0.3);
}

/* Mobile Menu Overlay */
.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);
  overflow-y: auto;
}

.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);
}

.mobile-menu-nav a.btn {
  color: inherit;
}

.mobile-menu-nav a.btn-navy,
.mobile-menu-nav a.btn-primary {
  color: var(--color-white, #fff);
}

.mobile-menu-dropdown {
  display: flex;
  flex-direction: column;
}

.mobile-menu-dropdown-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: inherit;
  font-size: var(--text-lg, 1.125rem);
  font-weight: var(--font-medium, 500);
  color: var(--color-gray-700, #334155);
  padding: var(--space-2, 8px) 0;
  background: none;
  border: none;
  cursor: pointer;
  width: 100%;
  text-align: left;
}

.mobile-menu-dropdown-toggle svg {
  transition: transform 0.2s ease;
}

.mobile-menu-dropdown.open .mobile-menu-dropdown-toggle svg {
  transform: rotate(180deg);
}

.mobile-menu-dropdown-content {
  display: none;
  flex-direction: column;
  padding-left: var(--space-4, 16px);
  margin-top: var(--space-2, 8px);
  gap: var(--space-3, 12px);
}

.mobile-menu-dropdown.open .mobile-menu-dropdown-content {
  display: flex;
}

.mobile-menu-dropdown-content a {
  font-size: var(--text-base, 1rem);
  color: var(--color-gray-600, #475569);
  padding: var(--space-1, 4px) 0;
}

/* Form Styles */
.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,
.form-group textarea {
  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,
.form-group textarea: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,
.form-group textarea::placeholder {
  color: var(--color-gray-400, #94a3b8);
}

.form-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--space-4, 16px);
}

@media (max-width: 640px) {
  .form-row {
    grid-template-columns: 1fr;
  }
}

/* Spacing Utilities */
.mt-0 { margin-top: 0; }
.mt-1 { margin-top: var(--space-1, 0.25rem); }
.mt-2 { margin-top: var(--space-2, 0.5rem); }
.mt-3 { margin-top: var(--space-3, 0.75rem); }
.mt-4 { margin-top: var(--space-4, 1rem); }
.mt-5 { margin-top: var(--space-5, 1.25rem); }
.mt-6 { margin-top: var(--space-6, 1.5rem); }
.mt-8 { margin-top: var(--space-8, 2rem); }
.mt-10 { margin-top: var(--space-10, 2.5rem); }
.mt-12 { margin-top: var(--space-12, 3rem); }
.mt-16 { margin-top: var(--space-16, 4rem); }

.mb-0 { margin-bottom: 0; }
.mb-1 { margin-bottom: var(--space-1, 0.25rem); }
.mb-2 { margin-bottom: var(--space-2, 0.5rem); }
.mb-3 { margin-bottom: var(--space-3, 0.75rem); }
.mb-4 { margin-bottom: var(--space-4, 1rem); }
.mb-5 { margin-bottom: var(--space-5, 1.25rem); }
.mb-6 { margin-bottom: var(--space-6, 1.5rem); }
.mb-8 { margin-bottom: var(--space-8, 2rem); }
.mb-10 { margin-bottom: var(--space-10, 2.5rem); }
.mb-12 { margin-bottom: var(--space-12, 3rem); }
.mb-16 { margin-bottom: var(--space-16, 4rem); }

.ml-auto { margin-left: auto; }
.mr-auto { margin-right: auto; }
.mx-auto { margin-left: auto; margin-right: auto; }

.pt-0 { padding-top: 0; }
.pt-4 { padding-top: var(--space-4, 1rem); }
.pt-8 { padding-top: var(--space-8, 2rem); }
.pt-12 { padding-top: var(--space-12, 3rem); }
.pt-16 { padding-top: var(--space-16, 4rem); }
.pb-0 { padding-bottom: 0; }
.pb-4 { padding-bottom: var(--space-4, 1rem); }
.pb-8 { padding-bottom: var(--space-8, 2rem); }
.pb-12 { padding-bottom: var(--space-12, 3rem); }
.pb-16 { padding-bottom: var(--space-16, 4rem); }

.p-4 { padding: var(--space-4, 1rem); }
.p-6 { padding: var(--space-6, 1.5rem); }
.p-8 { padding: var(--space-8, 2rem); }

/* Width Utilities */
.w-full { width: 100%; }
.w-auto { width: auto; }
.max-w-none { max-width: none; }
.max-w-sm { max-width: 24rem; }
.max-w-md { max-width: 28rem; }
.max-w-lg { max-width: 32rem; }
.max-w-xl { max-width: 36rem; }
.max-w-2xl { max-width: 42rem; }

/* Display Utilities */
.hidden { display: none; }
.block { display: block; }
.inline-block { display: inline-block; }
.inline-flex { display: inline-flex; }

/* Text Alignment */
.text-left { text-align: left; }
.text-center { text-align: center; }
.text-right { text-align: right; }

/* Text Emphasis */
.text-emphasis-blue {
  font-style: italic;
  font-weight: 600;
  color: #2563eb;
}

/* Text Gradient */
.text-gradient {
  background: linear-gradient(135deg, #F59E0B 0%, #2563EB 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* ===== TEXT ACCENT GRADIENTS ===== */
/* Use sparingly on section headers for emphasis */

.text-accent-blue,
.text-gradient-hero {
  background: linear-gradient(90deg, #1E40AF 0%, #3B82F6 50%, #60A5FA 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-accent-purple {
  background: linear-gradient(90deg, #a855f7 0%, #6366f1 50%, #06b6d4 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-accent-red {
  background: linear-gradient(90deg, #b91c1c 0%, #dc2626 50%, #ef4444 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-accent-green {
  background: linear-gradient(90deg, #14532d 0%, #166534 50%, #22c55e 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-accent-navy {
  background: linear-gradient(90deg, #1e3a5f 0%, #1e40af 50%, #3b82f6 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-accent-teal {
  background: linear-gradient(90deg, #115e59 0%, #0f766e 50%, #14b8a6 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Scroll Reveal Animation */
.reveal-on-scroll {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.reveal-on-scroll.revealed {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .reveal-on-scroll {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* =============================================
   FEATURE PANELS & SHOWCASE - Shared across pages
   ============================================= */

/* Only apply margin-top on desktop - mobile carousel handles its own spacing */
@media (min-width: 769px) {
  .feature-tab-content {
    margin-top: var(--space-8, 32px);
  }
}

.feature-panel {
  display: none;
  position: relative;
}

.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;
  position: relative;
}

.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-showcase-right.showcase-cyan {
  background: linear-gradient(135deg, #0891b2 0%, #0e7490 100%);
}

.feature-showcase-right.showcase-orange {
  background: linear-gradient(135deg, #ea580c 0%, #c2410c 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-showcase-right .feature-card-demo {
  background: var(--color-white, #fff);
  max-width: 380px;
  width: 100%;
}

.feature-list {
  list-style: none;
  padding: 0;
  margin: 24px 0 0;
}

.feature-list li {
  padding: 8px 0;
  padding-left: 28px;
  position: relative;
  color: #475569;
  font-size: 0.9375rem;
}

.feature-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background: #3089d9;
  border-radius: 50%;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='white' 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: 12px;
  background-position: center;
  background-repeat: no-repeat;
}

/* Feature Card Demo */
.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);
}

/* Alerts Preview */
.alerts-preview {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.alert-preview-card {
  display: flex;
  align-items: center;
  gap: 16px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 16px;
}

.alert-preview-icon {
  font-size: 1.75rem;
  flex-shrink: 0;
}

.alert-preview-content {
  flex: 1;
}

.alert-preview-tag {
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  color: white;
  font-size: 0.625rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 3px 8px;
  border-radius: 4px;
  margin-bottom: 6px;
}

.alert-preview-content h4 {
  font-size: 0.9375rem;
  font-weight: 600;
  color: white;
  margin: 0 0 2px 0;
}

.alert-preview-content p {
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
}

/* Quick Checks Preview */
.quickchecks-preview {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.quickcheck-item {
  display: flex;
  align-items: center;
  gap: 12px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 16px;
}

.quickcheck-icon {
  font-size: 1.5rem;
  flex-shrink: 0;
}

.quickcheck-text h4 {
  font-size: 0.875rem;
  font-weight: 600;
  color: white;
  margin: 0 0 2px 0;
}

.quickcheck-text p {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
}

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

  .feature-showcase-left {
    padding: var(--space-8, 32px);
  }

  .feature-showcase-right {
    padding: var(--space-8, 32px);
  }
}

@media (max-width: 1024px) {
  .feature-showcase-left {
    text-align: left !important;
  }

  .feature-showcase-left h3 {
    text-align: left !important;
  }

  .feature-showcase-left p {
    text-align: left !important;
  }

  .feature-list {
    text-align: left !important;
  }

  .feature-list li {
    text-align: left !important;
  }
}

@media (max-width: 480px) {
  .pill-tab {
    padding: var(--space-2) var(--space-4);
    font-size: var(--text-sm);
  }

  .feature-tab-content {
    margin-left: var(--space-4);
    margin-right: var(--space-4);
  }

  .feature-showcase-left {
    padding: var(--space-6, 24px);
  }

  .feature-showcase-left h3 {
    font-size: var(--text-xl, 1.25rem);
  }

  .feature-showcase-right {
    display: none;
  }
}

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

/* =============================================
   THREAT MOSAIC - Scam examples grid (shared across solution pages)
   ============================================= */

.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-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-mosaic .threat-card {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  background: #ffffff !important;
  filter: grayscale(100%);
  opacity: 0.6;
}

.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-card.spotlight {
  filter: grayscale(0%) blur(0px);
  opacity: 1;
  transform: scale(1.04);
  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-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); }
.avatar-orange { background: linear-gradient(135deg, #F97316, #EA580C); }
.avatar-yellow { background: linear-gradient(135deg, #EAB308, #CA8A04); }
.avatar-teal { background: linear-gradient(135deg, #14B8A6, #0D9488); }
.avatar-purple { background: linear-gradient(135deg, #8B5CF6, #7C3AED); }
.avatar-gold { background: linear-gradient(135deg, #F59E0B, #D97706); }

.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;
}

.highlight-danger {
  color: #dc2626;
  background: rgba(220, 38, 38, 0.1);
  padding: 2px 6px;
  border-radius: 4px;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 0.85em;
  font-weight: 600;
}

/* Threat Mosaic 3-column variant */
.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;
}

/* Threat Stack - Stacked cards variant for employers page */
.threat-stack {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  max-width: 440px;
  padding: 20px;
}

.threat-stack .threat-card {
  position: relative;
  background: #ffffff;
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 10px 40px -10px rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  filter: none;
  opacity: 1;
}

.threat-stack .threat-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 50px -15px rgba(0, 0, 0, 0.2);
}

/* Staggered offset effect */
.threat-stack .threat-card:nth-child(1) {
  z-index: 3;
}

.threat-stack .threat-card:nth-child(2) {
  z-index: 2;
  margin-left: 24px;
  border-left: 4px solid #ef4444;
}

.threat-stack .threat-card:nth-child(3) {
  z-index: 1;
  opacity: 0.85;
  transform: scale(0.96);
}

/* Threat stack responsive */
@media (max-width: 640px) {
  .threat-stack {
    max-width: 100%;
    padding: 10px;
  }

  .threat-stack .threat-card:nth-child(2) {
    margin-left: 0;
  }

  .threat-stack .threat-card:nth-child(3) {
    transform: none;
    opacity: 1;
  }
}

/* Threat Mosaic Responsive */
@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);
  }
}

/* Reduced motion preference */
@media (prefers-reduced-motion: reduce) {
  .threat-card.spotlight {
    animation: none;
  }
}

/* =============================================
   RECOVERY SECTION - "Help when the worst happens"
   ============================================= */

.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);
  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: opacity 0.2s ease;
}

.recovery-accordion-header:hover {
  background: rgba(48, 137, 217, 0.04);
  margin: 0 calc(var(--space-3) * -1);
  padding-left: var(--space-3);
  padding-right: var(--space-3);
  border-radius: 8px;
}

.recovery-accordion-header:hover .recovery-accordion-chevron {
  color: var(--color-gray-600);
}

.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.3s 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: #1e5a99;
}

.recovery-accordion.active .recovery-accordion-title {
  color: #1d6fbf;
}

.recovery-accordion-chevron {
  color: var(--color-gray-500);
  transition: transform 0.3s ease, color 0.2s ease;
  display: flex;
  align-items: center;
}

.recovery-accordion.active .recovery-accordion-chevron {
  transform: rotate(180deg);
  color: #3089d9;
}

.recovery-accordion-content {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s ease;
  padding-left: 60px;
}

.recovery-accordion.active .recovery-accordion-content {
  grid-template-rows: 1fr;
}

.recovery-accordion-content-inner {
  overflow: hidden;
}

.recovery-accordion-content p {
  color: var(--color-gray-500);
  font-size: 1rem;
  line-height: 1.6;
  margin: 0;
  padding-bottom: var(--space-5);
}

/* Recovery Section Responsive */
@media (max-width: 1024px) {
  .recovery-section {
    padding: 60px 0;
  }

  .recovery-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .recovery-visual {
    order: -1;
  }

  .recovery-text .section-title {
    text-align: center;
  }

  .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: 1024px) {
  .recovery-visual {
    display: none;
  }
}

/* =============================================
   EARLY WARNINGS SECTION - "Stop the money from leaving"
   ============================================= */

.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);
  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);
}

.early-warnings-visual {
  position: relative;
  display: flex;
  justify-content: center;
}

.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 {
  background: rgba(48, 137, 217, 0.04);
  margin: 0 calc(var(--space-3) * -1);
  padding-left: var(--space-3);
  padding-right: var(--space-3);
  border-radius: 8px;
}

.ew-accordion-header:hover .ew-accordion-chevron {
  color: var(--color-gray-600);
}

.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: #1e5a99;
}

.ew-accordion.active .ew-accordion-title {
  color: #1d6fbf;
}

.ew-accordion-chevron {
  color: var(--color-gray-500);
  transition: transform 0.3s ease, color 0.2s ease;
  display: flex;
  align-items: center;
}

.ew-accordion.active .ew-accordion-chevron {
  transform: rotate(180deg);
  color: #3089d9;
}

.ew-accordion-content {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s ease;
  padding-left: 60px;
}

.ew-accordion.active .ew-accordion-content {
  grid-template-rows: 1fr;
}

.ew-accordion-content-inner {
  overflow: hidden;
}

.ew-accordion-content p {
  color: var(--color-gray-500);
  font-size: 1rem;
  line-height: 1.6;
  margin: 0;
  padding-bottom: var(--space-5);
}

/* Early Warnings Responsive */
@media (max-width: 1024px) {
  .early-warnings-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .early-warnings-text .section-title {
    text-align: center;
    font-size: clamp(2.25rem, 4vw + 1rem, 3.25rem);
  }

  .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: 1024px) {
  .early-warnings-visual {
    display: none;
  }
}

/* =============================================
   EMAIL MOCKUP - Shared styles
   ============================================= */

.email-mockup {
  height: 100%;
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
}

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

.email-toolbar-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  color: #5f6368;
  pointer-events: none;
}

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

.email-subject {
  font-size: 1.1rem;
  font-weight: 400;
  color: #202124;
  margin-bottom: 10px;
}

.email-sender-row {
  display: flex;
  align-items: center;
  gap: 10px;
}

.email-sender-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #e50914;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 700;
  font-size: 1rem;
}

.email-sender-info {
  flex: 1;
}

.email-sender-name {
  font-size: 0.8125rem;
  font-weight: 500;
  color: #202124;
}

.email-sender-address {
  font-size: 0.6875rem;
  color: #5f6368;
}

.email-date {
  font-size: 0.6875rem;
  color: #5f6368;
}

.email-body {
  flex: 1;
  padding: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #202124;
}

.email-body p {
  margin: 0 0 12px;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

.email-link {
  color: #1a73e8;
  text-decoration: underline;
}

.email-footer {
  padding: 10px 14px;
  background: #f8f9fa;
  border-top: 1px solid #e0e0e0;
  margin-top: auto;
  pointer-events: none;
}

.email-reply-field {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  background: white;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  color: #5f6368;
  font-size: 0.8125rem;
}

.email-reply-field svg {
  color: #5f6368;
  flex-shrink: 0;
}

/* =============================================
   DATING APP MOCKUP - Shared styles
   ============================================= */

.dating-mockup {
  height: 100%;
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
}

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

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

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

.dating-info {
  flex: 1;
}

.dating-name {
  font-weight: 700;
  font-size: 1.125rem;
}

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

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

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

.dating-bubble {
  max-width: 85%;
  padding: 12px 16px;
  background: white;
  border-radius: 20px;
  border-bottom-left-radius: 4px;
  font-size: 0.9375rem;
  line-height: 1.5;
  color: #1a1a1a;
  box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}

.dating-footer {
  display: flex;
  justify-content: center;
  gap: 24px;
  padding: 20px;
  background: white;
  border-top: 1px solid #f0f0f0;
}

.dating-action {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.dating-action-x {
  background: white;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.dating-action-x svg {
  width: 28px;
  height: 28px;
  color: #ff6b6b;
}

.dating-action-heart {
  background: linear-gradient(135deg, #ff6b6b 0%, #ee5a5a 100%);
  box-shadow: 0 4px 12px rgba(238, 90, 90, 0.35);
}

.dating-action-heart svg {
  width: 28px;
  height: 28px;
  color: white;
}

/* =============================================
   CHAT MOCKUP - Recovery assistant UI
   ============================================= */

.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;
  height: 580px;
  display: flex;
  flex-direction: column;
}

.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;
  flex-grow: 1;
}

.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;
}

/* =============================================
   ALERT MOCKUP - Early warnings preview card
   ============================================= */

.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;
  height: 580px;
  display: flex;
  flex-direction: column;
}

.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;
}

/* =============================================
   ARTICLE MOCKUP - Scam news article modal preview
   ============================================= */

.article-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;
}

.article-mockup-header {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 24px;
  background: #f8fafc;
  border-bottom: 1px solid #e2e8f0;
}

.article-mockup-icon {
  width: 56px;
  height: 56px;
  min-width: 56px;
  background: #dbeafe;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2563eb;
}

.article-mockup-date {
  font-size: 12px;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 500;
  display: block;
  margin-bottom: 4px;
}

.article-mockup-heading {
  font-size: 18px;
  font-weight: 700;
  color: #1e293b;
  margin: 0;
  line-height: 1.3;
}

.article-mockup-body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.article-mockup-section {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.article-mockup-label {
  font-size: 14px;
  font-weight: 600;
  color: #1e293b;
  margin: 0;
}

.article-mockup-text {
  width: 100%;
  height: 12px;
  background: rgba(0, 0, 0, 0.08);
  border-radius: 6px;
}

.article-mockup-text.short {
  width: 75%;
}

.article-mockup-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-left: 4px;
}

.article-mockup-list-item {
  height: 12px;
  background: rgba(0, 0, 0, 0.08);
  border-radius: 6px;
  position: relative;
  margin-left: 20px;
}

.article-mockup-list-item::before {
  content: '';
  position: absolute;
  left: -16px;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background: #94a3b8;
  border-radius: 50%;
}

.article-mockup-list-item.short {
  width: 65%;
}

.article-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;
}

.article-mockup-warning .article-mockup-list-item {
  background: rgba(180, 120, 0, 0.12);
}

.article-mockup-warning .article-mockup-list-item::before {
  background: #d97706;
}

.article-mockup-warning-title {
  font-size: 14px;
  font-weight: 600;
  color: #d97706;
  margin: 0;
}

.article-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;
}

.article-mockup-protect .article-mockup-list-item {
  background: rgba(22, 163, 74, 0.15);
}

.article-mockup-protect .article-mockup-list-item::before {
  background: #16a34a;
}

.article-mockup-protect-title {
  font-size: 14px;
  font-weight: 600;
  color: #16a34a;
  margin: 0;
}

.article-mockup-footer {
  padding: 16px 24px;
  background: #f8fafc;
  border-top: 1px solid #e2e8f0;
}

.article-mockup-source {
  height: 10px;
  width: 60%;
  background: rgba(0, 0, 0, 0.06);
  border-radius: 5px;
}

/* Article mockup animations */
@keyframes articleSectionFadeIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.article-mockup.animate-sections .article-mockup-body > .article-mockup-section:first-child,
.article-mockup.animate-sections .article-mockup-body > .article-mockup-section:nth-child(2),
.article-mockup.animate-sections .article-mockup-body > .article-mockup-warning,
.article-mockup.animate-sections .article-mockup-body > .article-mockup-protect {
  opacity: 0;
}

.article-mockup.animate-sections.animated .article-mockup-body > .article-mockup-section:first-child {
  animation: articleSectionFadeIn 0.5s ease-out forwards;
  animation-delay: 0s;
}

.article-mockup.animate-sections.animated .article-mockup-body > .article-mockup-section:nth-child(2) {
  animation: articleSectionFadeIn 0.5s ease-out forwards;
  animation-delay: 0.5s;
}

.article-mockup.animate-sections.animated .article-mockup-body > .article-mockup-warning {
  animation: articleSectionFadeIn 0.5s ease-out forwards;
  animation-delay: 1s;
}

.article-mockup.animate-sections.animated .article-mockup-body > .article-mockup-protect {
  animation: articleSectionFadeIn 0.5s ease-out forwards;
  animation-delay: 1.5s;
}

/* =============================================
   VALUE GRID - "Who ScamZero helps" cards
   ============================================= */

.value-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 60px;
}

.value-card {
  background: white;
  border-radius: 16px;
  padding: 36px 32px;
  border: 1px solid #e2e8f0;
  transition: all 0.2s ease;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.value-card:hover {
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.15);
  transform: translateY(-4px);
}

.value-icon {
  width: 64px;
  height: 64px;
  background: linear-gradient(135deg, #3089d9 0%, #2672b8 100%);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  color: white;
}

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

.value-card p {
  font-size: 0.9375rem;
  color: #64748b;
  line-height: 1.7;
}

/* Value Grid Responsive */
@media (max-width: 1024px) {
  .value-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 1024px) {
  .value-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

/* =============================================
   TRIAL SECTION - Signup form grid
   ============================================= */

.trial-grid {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: var(--space-12, 48px);
  align-items: center;
}

.trial-text {
  display: flex;
  flex-direction: column;
}

.trial-title {
  font-size: var(--text-4xl, 2.25rem);
  font-weight: var(--font-bold, 700);
  color: var(--color-gray-900, #0f172a);
  margin-bottom: var(--space-4, 16px);
}

.trial-description {
  font-size: var(--text-lg, 1.125rem);
  color: var(--color-gray-600, #475569);
  margin-bottom: var(--space-8, 32px);
  line-height: 1.7;
}

.trial-features {
  list-style: none;
  padding: 0;
  margin: 0;
}

.trial-features li {
  display: flex;
  align-items: flex-start;
  gap: var(--space-3, 12px);
  padding: var(--space-2, 8px) 0;
  font-size: var(--text-base, 1rem);
  color: var(--color-gray-700, #334155);
}

.trial-features li svg {
  flex-shrink: 0;
  margin-top: 2px;
  color: var(--color-mint-500, #10b981);
}

.trial-features .feature-text {
  display: flex;
  align-items: baseline;
  gap: var(--space-1, 4px);
}

.trial-features .feature-title {
  font-weight: var(--font-semibold, 600);
  color: var(--color-gray-800, #1e293b);
}

.trial-features .feature-desc {
  color: var(--color-gray-600, #475569);
}

.trial-features .feature-desc::before {
  content: "— ";
}

.trial-form-wrapper {
  position: relative;
  background: var(--color-white, #fff);
  border-radius: var(--radius-xl, 16px);
  padding: var(--space-8, 32px);
  box-shadow: var(--shadow-lg, 0 10px 15px -3px rgba(0,0,0,0.08));
}

.trial-form .form-group {
  margin-bottom: var(--space-5, 20px);
}

.trial-form label {
  display: block;
  font-weight: var(--font-medium, 500);
  color: var(--color-gray-700, #334155);
  margin-bottom: var(--space-2, 8px);
  font-size: var(--text-sm, 0.875rem);
}

.trial-form input {
  width: 100%;
  padding: var(--space-3, 12px) var(--space-4, 16px);
  border: 1px solid var(--color-gray-300, #d1d5db);
  border-radius: var(--radius-md, 8px);
  font-size: var(--text-base, 1rem);
  transition: border-color 0.2s, box-shadow 0.2s;
}

.trial-form input:focus {
  outline: none;
  border-color: var(--color-mint-500, #10b981);
  box-shadow: 0 0 0 3px var(--color-mint-100, rgba(16,185,129,0.1));
}

.subdomain-input-wrapper {
  display: flex;
  align-items: center;
}

.subdomain-input-wrapper input {
  border-radius: var(--radius-md, 8px) 0 0 var(--radius-md, 8px);
  border-right: none;
}

.subdomain-suffix {
  background: var(--color-gray-100, #f1f5f9);
  border: 1px solid var(--color-gray-300, #d1d5db);
  border-left: none;
  padding: var(--space-3, 12px) var(--space-4, 16px);
  border-radius: 0 var(--radius-md, 8px) var(--radius-md, 8px) 0;
  font-size: var(--text-sm, 0.875rem);
  color: var(--color-gray-600, #475569);
  white-space: nowrap;
}

.subdomain-status {
  font-size: var(--text-xs, 0.75rem);
  margin-top: var(--space-2, 8px);
  min-height: 1.25rem;
}

.subdomain-status.available {
  color: var(--color-success, #22c55e);
}

.subdomain-status.taken {
  color: var(--color-error, #ef4444);
}

.subdomain-status.checking {
  color: var(--color-gray-500, #64748b);
}

.trial-form .cf-turnstile {
  margin-bottom: var(--space-5, 20px);
}

/* Trial Section Responsive */
@media (max-width: 1024px) {
  .trial-grid {
    grid-template-columns: 1fr;
    gap: var(--space-8, 32px);
  }

  .trial-text {
    text-align: center;
    align-items: center;
  }

  .trial-title {
    font-size: var(--text-3xl, 1.875rem);
  }

  .trial-features {
    display: inline-block;
    text-align: left;
    transform: translateX(-32px);
  }

  .trial-features .feature-text {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }

  .trial-features .feature-title {
    font-size: var(--text-lg, 1.125rem);
  }

  .trial-features .feature-desc {
    font-size: var(--text-base, 1rem);
  }

  .trial-features .feature-desc::before {
    content: none;
  }

  .trial-form-wrapper {
    padding: var(--space-6, 24px);
  }
}

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

/* =============================================
   STEPS TIMELINE - Implementation Section
   ============================================= */

.steps-section {
  padding: 80px 0;
}

.steps-timeline {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 60px;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

/* Connecting line */
.steps-timeline::before {
  content: '';
  position: absolute;
  top: 48px;
  left: 50%;
  transform: translateX(-50%);
  width: 60%;
  height: 4px;
  background: linear-gradient(90deg, var(--color-primary) 0%, #6366f1 50%, var(--color-secondary) 100%);
  border-radius: 2px;
  z-index: 0;
}

.step-timeline {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  flex: 1;
  max-width: 340px;
  position: relative;
  z-index: 1;
}

.step-number {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-heading);
  font-size: 2.25rem;
  font-weight: 700;
  color: white;
  margin-bottom: 28px;
  position: relative;
}

.step-timeline:nth-child(1) .step-number {
  background: var(--color-primary);
  box-shadow: 0 6px 20px rgba(37, 99, 235, 0.35);
}

.step-timeline:nth-child(2) .step-number {
  background: linear-gradient(135deg, var(--color-primary) 0%, #6366f1 100%);
  box-shadow: 0 6px 20px rgba(99, 102, 241, 0.35);
}

.step-timeline:nth-child(3) .step-number {
  background: var(--color-secondary);
  box-shadow: 0 6px 20px rgba(16, 185, 129, 0.35);
}

.step-timeline h3 {
  font-family: 'Poppins', var(--font-heading);
  font-size: 1.75rem;
  font-weight: 400;
  color: #1e5a99;
  margin-bottom: 12px;
}

.step-timeline p {
  font-size: 1.125rem;
  color: var(--color-text-secondary);
  line-height: 1.6;
  padding: 0 12px;
}

@media (max-width: 1024px) {
  .steps-timeline {
    flex-direction: column;
    align-items: center;
    gap: 32px;
  }

  .steps-timeline::before {
    display: none;
  }

  .step-timeline {
    max-width: 400px;
  }
}

@media (max-width: 768px) {
  .steps-timeline {
    gap: 24px;
  }

  .step-number {
    width: 64px;
    height: 64px;
    font-size: 1.5rem;
  }

  .step-timeline h3 {
    font-size: 1.375rem;
    margin-top: 16px;
    margin-bottom: 8px;
  }

  .step-timeline p {
    font-size: 1rem;
  }
}

/* ========================================
   HERO LAVENDER - Stitch-Inspired Design
   ======================================== */

.hero-lavender {
  background: #EFF4FF;
  position: relative;
  overflow: hidden;
  padding: var(--space-20) 0 var(--space-16);
}

/* Subtle gradient blobs */
.hero-lavender::before {
  content: '';
  position: absolute;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(19, 91, 236, 0.08) 0%, transparent 70%);
  top: -20%;
  right: -10%;
  border-radius: 50%;
  filter: blur(60px);
  pointer-events: none;
}

.hero-lavender::after {
  content: '';
  position: absolute;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(139, 92, 246, 0.06) 0%, transparent 70%);
  top: 40%;
  left: -10%;
  border-radius: 50%;
  filter: blur(60px);
  pointer-events: none;
}

.hero-lavender .hero-container {
  position: relative;
  z-index: 1;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 var(--space-6);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-12);
  align-items: center;
}

.hero-lavender .hero-content {
  max-width: 600px;
}

.hero-lavender .hero-title {
  font-family: 'Poppins', var(--font-heading);
  font-size: clamp(2.25rem, 4vw, 3.25rem);
  font-weight: 400;
  color: var(--color-gray-900);
  line-height: 1.15;
  letter-spacing: -0.03em;
  margin-bottom: var(--space-6);
}

.hero-lavender .hero-title .text-gradient-hero {
  background: linear-gradient(135deg, var(--color-primary) 0%, #6366f1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-lavender .hero-description {
  font-size: 1.125rem;
  color: var(--color-gray-600);
  line-height: 1.7;
  margin-bottom: var(--space-8);
}

.hero-lavender .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-4);
  align-items: center;
}

/* Stacked Cards Container - fanned layout with overflow */
.hero-cards-stack {
  position: relative;
  width: 100%;
  height: 420px;
  margin: 0 auto;
  margin-left: 40px;
  overflow: visible;
}

/* Base Stacked Card Styles */
.stacked-card {
  position: absolute;
  width: 320px;
  background: white;
  border-radius: 8px;
  box-shadow: 0 10px 40px -10px rgba(0, 0, 0, 0.08);
  border: 1px solid #e2e8f0;
  overflow: hidden;
  transition: transform 0.5s ease, box-shadow 0.5s ease;
}

/* Card 1 (Back) - TOP LEFT - extends left of container */
.stacked-card-1 {
  top: 0;
  left: -10px;
  z-index: 10;
  transform: rotate(-3deg) scale(0.95);
  opacity: 0.9;
}

/* Card 2 (Middle) - TOP RIGHT - extends right of container */
.stacked-card-2 {
  top: 60px;
  right: -20px;
  left: auto;
  z-index: 20;
  transform: rotate(2deg) scale(0.95);
  opacity: 0.95;
}

/* Card 3 (Front) - BOTTOM CENTER - overlaps both */
.stacked-card-3 {
  bottom: 0;
  top: auto;
  left: 50%;
  transform: translateX(-50%) rotate(-2deg);
  z-index: 30;
  border-radius: 12px;
  box-shadow: 0 20px 25px -5px rgba(19, 91, 236, 0.1), 0 10px 10px -5px rgba(19, 91, 236, 0.04);
}

/* Stacked cards - clean white, differentiation via content styling */

/* Card Header */
.stacked-card .card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px;
  background: #f8fafc;
  border-bottom: 1px solid #e2e8f0;
}

.stacked-card .card-type {
  font-size: 0.75rem;
  font-weight: 600;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.stacked-card .card-time,
.stacked-card .card-sender {
  font-size: 0.75rem;
  color: #94a3b8;
}

/* Card Content */
.stacked-card .card-content {
  padding: 16px;
}

.stacked-card .sender-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.stacked-card .sender-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #e2e8f0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 700;
  color: #64748b;
  flex-shrink: 0;
}

.stacked-card .sender-info {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.stacked-card .sender-name {
  font-weight: 600;
  font-size: 0.875rem;
  color: #0f172a;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.stacked-card .sender-email {
  font-size: 0.75rem;
  color: #94a3b8;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.stacked-card .message-preview {
  font-size: 0.875rem;
  color: #475569;
  line-height: 1.5;
  margin: 0;
}

/* SMS specific styles */
.stacked-card .sms-bubble {
  background: #e2e8f0;
  padding: 12px 16px;
  border-radius: 18px;
  border-bottom-left-radius: 4px;
  font-size: 0.875rem;
  color: #334155;
  line-height: 1.5;
}

/* Voicemail avatar */
.stacked-card .voicemail-avatar {
  background: #dbeafe;
  color: #2563eb;
}

/* ScamZero Verdict */
.scamzero-verdict {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px 16px;
  margin: 0 12px 12px;
  border-radius: 8px;
}

.verdict-danger {
  background: #fef2f2;
  border: 1px solid #fecaca;
}

.verdict-warning {
  background: #fffbeb;
  border: 1px solid #fde68a;
}

.verdict-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.verdict-label {
  font-weight: 700;
  font-size: 0.8125rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.verdict-warning .verdict-label {
  color: #92400e;
}

.verdict-danger .verdict-label {
  color: #991b1b;
}

.verdict-reasons {
  font-size: 0.75rem;
  line-height: 1.4;
}

.verdict-warning .verdict-reasons {
  color: #b45309;
}

.verdict-danger .verdict-reasons {
  color: #b91c1c;
}

/* Tablet/Mobile Responsive */
@media (max-width: 1024px) {
  .hero-lavender .hero-container {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .hero-lavender .hero-content {
    max-width: 100%;
    margin: 0 auto;
  }

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

  .hero-cards-stack {
    margin-top: var(--space-8);
    max-width: 340px;
    height: 360px;
    overflow: visible;
  }

  .stacked-card {
    width: 280px;
  }

  /* Card 1 (Back) - TOP LEFT */
  .stacked-card-1 {
    top: 0;
    left: -20px;
  }

  /* Card 2 (Middle) - TOP RIGHT */
  .stacked-card-2 {
    top: 50px;
    right: -30px;
    left: auto;
  }

  /* Card 3 (Front) - BOTTOM CENTER */
  .stacked-card-3 {
    bottom: 0;
    top: auto;
    left: 50%;
    transform: translateX(-50%) rotate(-2deg);
  }
}

@media (max-width: 480px) {
  .hero-lavender {
    padding: var(--space-16) 0 var(--space-12);
  }

  .stacked-card .card-content {
    padding: 12px;
  }

  .scamzero-verdict {
    margin: 0 8px 8px;
    padding: 10px 12px;
  }
}

/* ============================================
   SCAM TABS COMPONENT (Shared)
   ============================================ */
.scam-tabs-section {
  padding: 80px 0;
  position: relative;
}

.scam-tabs-section .section-header {
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}

/* Pill Tabs Navigation */
.scam-tabs-nav {
  display: flex;
  justify-content: center;
  margin-bottom: 48px;
  overflow-x: auto;
  padding: 0 20px;
  -webkit-overflow-scrolling: touch;
  position: relative;
  z-index: 1;
}

.scam-tabs-nav::-webkit-scrollbar {
  display: none;
}

.scam-tabs-container {
  display: inline-flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  padding: 6px;
  border-radius: 9999px;
  border: 1px solid rgba(226, 232, 240, 0.6);
  box-shadow: 0 4px 20px -2px rgba(0, 0, 0, 0.05);
  gap: 4px;
}

.scam-tab {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  min-height: 44px;
  border-radius: 9999px;
  border: none;
  background: transparent;
  color: #64748b;
  font-family: var(--font-body);
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
  white-space: nowrap;
}

.scam-tab:hover {
  color: #1e293b;
  background: rgba(255, 255, 255, 0.8);
}

.scam-tab.active {
  background: var(--color-primary);
  color: white;
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.25);
  transform: scale(1.02);
}

.scam-tab svg {
  opacity: 0.7;
  flex-shrink: 0;
}

.scam-tab.active svg {
  opacity: 1;
}

/* Showcase Card */
.scam-showcase-card {
  max-width: 1200px;
  margin: 0 auto;
  border-radius: 24px;
  overflow: hidden;
  box-shadow:
    0 4px 6px rgba(0, 0, 0, 0.02),
    0 12px 24px rgba(0, 0, 0, 0.04),
    0 24px 48px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(226, 232, 240, 0.8);
  position: relative;
  z-index: 1;
}

/* Tab Content Panels */
.scam-tab-content {
  display: none;
}

.scam-tab-content.active {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 580px;
}

/* Left Side - Text Content */
.scam-card-left {
  background: linear-gradient(135deg, #eff6ff 0%, #f0f9ff 100%);
  padding: 56px 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: hidden;
  min-height: 580px;
}

.scam-card-left::before {
  content: '';
  position: absolute;
  top: -100px;
  left: -100px;
  width: 300px;
  height: 300px;
  background: rgba(147, 197, 253, 0.3);
  border-radius: 50%;
  filter: blur(80px);
  pointer-events: none;
}

.scam-card-title {
  font-family: 'Poppins', var(--font-heading);
  font-size: 2rem;
  font-weight: 400;
  color: #0f172a;
  margin-bottom: 20px;
  position: relative;
  line-height: 1.2;
}

.scam-card-description {
  font-size: 1.125rem;
  line-height: 1.7;
  color: #475569;
  margin-bottom: 32px;
  position: relative;
}

.scam-card-checks {
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: relative;
}

.scam-check-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.9375rem;
  color: #64748b;
}

.scam-check-item svg {
  flex-shrink: 0;
}

/* Right Side - Preview Card */
.scam-card-right {
  background-color: #0b1121;
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: radial-gradient(circle, rgba(148, 163, 184, 0.4) 1px, transparent 1px);
  background-size: 16px 16px;
  min-height: 580px;
}

.scam-preview-card {
  width: 100%;
  max-width: 420px;
  min-height: 500px;
  background: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow:
    0 4px 6px rgba(0, 0, 0, 0.1),
    0 12px 24px rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(226, 232, 240, 0.5);
  display: flex;
  flex-direction: column;
}

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

.scam-preview-subject {
  font-size: 1.125rem;
  font-weight: 600;
  color: #0f172a;
  padding: 16px 20px 0;
}

.scam-preview-sender {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 16px 20px;
}

.scam-preview-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #2563eb;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 0.875rem;
  flex-shrink: 0;
}

.scam-preview-sender-info {
  flex: 1;
  min-width: 0;
}

.scam-preview-sender-name {
  font-weight: 600;
  color: #0f172a;
  font-size: 0.875rem;
}

.scam-preview-sender-email {
  font-size: 0.75rem;
  color: #b91c1c;
  background: #fef2f2;
  padding: 2px 6px;
  border-radius: 4px;
  display: inline-block;
  margin-top: 4px;
}

.scam-preview-time {
  font-size: 0.75rem;
  color: #64748b;
  flex-shrink: 0;
}

.scam-preview-body {
  padding: 0 20px 20px;
  font-size: 0.9375rem;
  line-height: 1.6;
  color: #475569;
  flex: 1;
}

.scam-preview-body p {
  margin: 0 0 12px;
}

.scam-preview-body strong {
  color: #0f172a;
  font-weight: 600;
}

.scam-preview-link {
  color: #2563eb;
  text-decoration: none;
  font-weight: 500;
  display: inline-block;
  margin-top: 4px;
  cursor: pointer;
}

.scam-preview-reply {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 20px;
  margin: 0 20px 20px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  background: #f8fafc;
  color: #64748b;
  font-size: 0.875rem;
}

/* Tech Support Popup Variant */
.scam-preview-popup {
  background: white;
  border: none;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.scam-preview-browser-bar {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  background: #dee2e6;
}

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

.scam-tabs-section .browser-dots span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #94a3b8;
}

.scam-tabs-section .browser-dots span:first-child {
  background: #ef4444;
}

.scam-tabs-section .browser-dots span:nth-child(2) {
  background: #eab308;
}

.scam-tabs-section .browser-dots span:last-child {
  background: #22c55e;
}

.scam-tabs-section .browser-url {
  flex: 1;
  background: white;
  padding: 6px 12px;
  border-radius: 4px;
  font-size: 0.75rem;
  color: #64748b;
  text-align: center;
}

.scam-preview-popup-content {
  padding: 40px 24px;
  text-align: center;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.scam-tabs-section .popup-warning-icon {
  font-size: 48px;
  margin-bottom: 16px;
}

.scam-tabs-section .popup-title {
  font-size: 1.25rem;
  font-weight: 800;
  color: #dc2626;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.scam-tabs-section .popup-text {
  color: #334155;
  font-size: 0.9375rem;
  margin-bottom: 8px;
}

.scam-tabs-section .popup-cta {
  background: #dc2626;
  color: white;
  font-weight: 700;
  font-size: 0.9375rem;
  padding: 12px 24px;
  border-radius: 6px;
  display: inline-block;
  margin-top: 16px;
}

/* Romance Chat Variant */
.scam-preview-chat {
  background: #fdf2f8;
  border: none;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.scam-preview-chat-header {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 20px;
  background: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%);
  color: white;
}

.scam-tabs-section .chat-avatar-img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid rgba(255, 255, 255, 0.3);
}

.scam-tabs-section .chat-avatar-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.scam-tabs-section .chat-profile {
  flex: 1;
}

.scam-tabs-section .chat-name {
  font-weight: 600;
  font-size: 1rem;
}

.scam-tabs-section .chat-status {
  font-size: 0.75rem;
  opacity: 0.85;
}

.scam-preview-chat-body {
  padding: 20px;
  flex: 1;
}

.scam-tabs-section .chat-timestamp {
  text-align: center;
  font-size: 0.75rem;
  color: #94a3b8;
  margin-bottom: 16px;
}

.scam-tabs-section .chat-bubble {
  background: white;
  padding: 12px 16px;
  border-radius: 18px;
  border-top-left-radius: 4px;
  font-size: 0.9375rem;
  line-height: 1.5;
  color: #1e293b;
  margin-bottom: 12px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

.scam-tabs-section .chat-bubble strong {
  color: #db2777;
  font-weight: 600;
}

.scam-preview-chat-footer {
  display: flex;
  justify-content: center;
  gap: 48px;
  padding: 24px 20px;
  border-top: 1px solid #fce7f3;
}

.scam-tabs-section .chat-action {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.2s ease;
}

.scam-tabs-section .chat-action:hover {
  transform: scale(1.1);
}

.scam-tabs-section .chat-action-x {
  background: #f1f5f9;
  color: #64748b;
}

.scam-tabs-section .chat-action-heart {
  background: #ec4899;
  color: white;
}

/* Scam Tabs Responsive Design */
@media (max-width: 1024px) {
  .scam-tab-content.active {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .scam-card-left {
    padding: 40px 32px;
    order: 2;
    min-height: auto;
  }

  .scam-card-right {
    padding: 32px 24px;
    order: 1;
    min-height: auto;
  }

  .scam-preview-card {
    min-height: auto;
  }

  .scam-card-title {
    font-size: 1.75rem;
  }
}

@media (max-width: 768px) {
  .scam-tabs-section {
    padding: 60px 0;
  }

  .scam-tabs-nav {
    justify-content: center;
    padding: 0 16px;
  }

  .scam-tabs-container {
    padding: 4px;
  }

  .scam-tab {
    padding: 10px 16px;
    font-size: 0.8125rem;
  }

  .scam-tab span {
    display: none;
  }

  .scam-tab svg {
    opacity: 1;
  }

  /* Remove container padding so card can go edge-to-edge */
  .scam-tabs-section > .container {
    padding: 0;
  }

  /* But keep header/nav padded */
  .scam-tabs-section .section-header,
  .scam-tabs-section .scam-tabs-nav {
    padding-left: var(--space-6);
    padding-right: var(--space-6);
  }

  /* Remove card container styling on mobile */
  .scam-showcase-card {
    border-radius: 0;
    margin: 0;
    box-shadow: none;
    background: transparent;
    border: none;
    overflow: visible;
  }

  /* Hide text description on mobile, show only animated preview */
  .scam-card-left {
    display: none;
  }

  .scam-tab-content.active {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .scam-card-right {
    padding: 16px 0 24px;
    min-height: auto;
    background-color: transparent;
    background-image: none;
    overflow: visible;
  }

  .scam-preview-card,
  .scam-preview-popup,
  .scam-preview-chat {
    max-width: none !important;
    width: calc(100% - 32px) !important;
    margin: 0 auto !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1) !important;
  }
}
