/* ============================================================
   Crypto Compliance & Escrow Services B.V.
   Ultra-Modern European CASP & Forensic Portal — Main Stylesheet
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Plus+Jakarta+Sans:wght@500;600;700;800&family=JetBrains+Mono:wght@400;500;700&display=swap');

:root {
  /* Executive Dutch Financial Institution Palette */
  --navy: #0B1F3D;              /* Deep Dutch Banking Navy */
  --navy-dark: #061325;
  --navy-surface: #0E2952;
  --navy-card: #FFFFFF;
  --navy-light: #1E3A8A;
  --navy-border: #E2E8F0;

  --blue: #1D4ED8;              /* Sovereign Banking Blue */
  --blue-light: #3B82F6;
  --blue-accent: #2563EB;

  --accent: #059669;            /* Statutory Compliance Emerald */
  --accent-dark: #047857;
  --accent-glow: rgba(5, 150, 105, 0.15);
  --accent-soft: rgba(5, 150, 105, 0.08);

  --gold: #D97706;              /* DNB Official Seal Gold */
  --gold-glow: rgba(217, 119, 6, 0.2);
  --gold-soft: rgba(217, 119, 6, 0.08);

  /* High-Contrast Corporate Typography */
  --text: #0F172A;              /* Crisp Charcoal Slate */
  --text-muted: #475569;        /* High-Legibility Slate */
  --text-light: #64748B;

  /* Pristine Corporate Financial Backgrounds */
  --bg: #F8FAFC;                /* Light Slate Banking Surface */
  --bg-subtle: #F1F5F9;
  --white: #FFFFFF;             /* Pure Crisp White */

  /* Borders & Shadows */
  --border: #E2E8F0;
  --border-subtle: #EDF2F7;

  --shadow-sm: 0 1px 3px rgba(15, 23, 42, 0.05), 0 1px 2px rgba(15, 23, 42, 0.03);
  --shadow: 0 4px 20px rgba(15, 23, 42, 0.06);
  --shadow-lg: 0 12px 36px rgba(15, 23, 42, 0.09);
  --shadow-glow: 0 4px 20px rgba(37, 99, 235, 0.12);
  --shadow-blue-glow: 0 4px 20px rgba(56, 189, 248, 0.15);

  --radius-sm: 8px;
  --radius: 12px;
  --radius-lg: 18px;
}

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

html { 
  scroll-behavior: smooth; 
  font-size: 17px; 
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: var(--text);
  background: var(--white);
  line-height: 1.65;
  overflow-x: hidden;
}

/* Typography */
h1, h2, h3, h4, h5, .nav-logo-name {
  font-family: 'Plus Jakarta Sans', 'Inter', sans-serif;
  font-weight: 800;
  line-height: 1.25;
  color: var(--navy);
  letter-spacing: -0.025em;
}
h1 { font-size: clamp(2.4rem, 5.5vw, 3.8rem); font-weight: 800; line-height: 1.18; }
h2 { font-size: clamp(1.85rem, 3.8vw, 2.6rem); font-weight: 800; line-height: 1.25; }
h3 { font-size: 1.35rem; font-weight: 700; }
p { color: #334155; line-height: 1.75; font-size: 1.05rem; }
a { color: var(--blue-accent); text-decoration: none; transition: all 0.2s ease; }
a:hover { color: var(--blue); }

.container { max-width: 1180px; margin: 0 auto; padding: 0 24px; }

/* ─── NAVIGATION ─────────────────────────────────────────── */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--border);
  padding: 0 24px;
  height: 76px;
  display: flex; align-items: center;
  transition: all 0.25s ease;
  box-shadow: 0 2px 10px rgba(15, 23, 42, 0.03);
}
.nav.scrolled { 
  background: #FFFFFF;
  border-bottom-color: #CBD5E1;
  box-shadow: 0 4px 20px rgba(15, 23, 42, 0.07); 
}
.nav-inner {
  max-width: 1180px; margin: 0 auto; width: 100%;
  display: flex; align-items: center; justify-content: space-between;
}

/* ─── LOGO (FINRA-STYLE HORIZONTAL VECTOR BRANDMARK) ────────── */
.nav-logo {
  display: flex; align-items: center; gap: 14px;
  text-decoration: none; transition: opacity 0.2s ease;
}
.nav-logo:hover { opacity: 0.9; }
.brand-logo-img {
  height: 42px; width: auto; max-width: 260px;
  display: block; object-fit: contain;
}
@media (max-width: 600px) {
  .brand-logo-img { height: 35px; max-width: 210px; }
}
.nav-logo-icon {
  width: 44px; height: 44px; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
}
.nav-logo-icon img, .nav-logo-icon svg {
  height: 42px; width: auto;
  object-fit: contain; display: block;
}
.nav-logo-text { display: flex; flex-direction: column; justify-content: center; }
.nav-logo-name {
  font-size: 15px; font-weight: 800;
  color: var(--navy); letter-spacing: 0.03em; line-height: 1.2;
}
.nav-logo-name .accent-text {
  color: var(--blue-accent);
}
.nav-logo-sub {
  font-size: 10px; font-weight: 600;
  color: var(--text-muted);
  letter-spacing: 0.05em;
  display: flex; align-items: center; gap: 6px;
  margin-top: 2px;
}
.nav-logo-badge {
  font-size: 8.5px; font-weight: 700;
  color: #B45309;
  background: #FEF3C7;
  border: 1px solid #FCD34D;
  padding: 1px 6px; border-radius: 4px;
  letter-spacing: 0.03em;
}

.nav-links {
  display: flex; align-items: center; gap: 24px;
  list-style: none;
}
.nav-links a {
  color: #1E293B;
  font-size: 15px; font-weight: 600;
  letter-spacing: 0.01em;
  transition: all 0.2s;
  position: relative;
  padding: 6px 0;
}
.nav-links a::after {
  content: ''; position: absolute; bottom: 0; left: 0; width: 0; height: 2px;
  background: var(--blue-accent); transition: width 0.2s ease;
}
.nav-links a:hover { color: var(--blue-accent); }
.nav-links a:hover::after { width: 100%; }

.nav-cta {
  background: var(--navy) !important;
  color: #FFFFFF !important;
  padding: 11px 22px !important; border-radius: 9px !important;
  font-weight: 700 !important; font-size: 14.5px !important;
  box-shadow: 0 2px 8px rgba(11, 31, 61, 0.18);
  transition: all 0.2s ease !important;
}
.nav-cta::after { display: none !important; }
.nav-cta:hover { 
  background: var(--blue) !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 4px 14px rgba(30, 64, 175, 0.25) !important; 
}
.nav-mobile-toggle { display: none; background: none; border: none; cursor: pointer; }
.nav-mobile-toggle span {
  display: block; width: 24px; height: 2px;
  background: var(--navy); margin: 5px 0;
  transition: all 0.3s;
}
.nav-links.mobile-open {
  display: flex !important;
  flex-direction: column;
  position: absolute;
  top: 74px;
  left: 0;
  right: 0;
  background: #FFFFFF;
  padding: 24px 28px;
  border-bottom: 1px solid var(--border);
  box-shadow: 0 12px 35px rgba(15, 23, 42, 0.08);
  gap: 18px;
}


/* ─── HERO ───────────────────────────────────────────────── */
.hero {
  min-height: 85vh;
  background: 
    radial-gradient(circle at 12% 25%, rgba(37, 99, 235, 0.04) 0%, transparent 45%),
    radial-gradient(circle at 88% 30%, rgba(5, 150, 105, 0.04) 0%, transparent 50%),
    linear-gradient(180deg, #FFFFFF 0%, #F8FAFC 100%);
  display: flex; align-items: center; padding-top: 76px;
  position: relative; overflow: hidden;
  border-bottom: 1px solid var(--border);
}
.hero-grid {
  display: grid; grid-template-columns: 1.15fr 0.85fr;
  gap: 56px; align-items: center;
  width: 100%; max-width: 1180px; margin: 0 auto; padding: 70px 24px 90px;
  position: relative; z-index: 2;
}
.hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: #EFF6FF;
  border: 1px solid #BFDBFE;
  color: #1D4ED8; font-size: 13px; font-weight: 700;
  padding: 6px 14px; border-radius: 100px; margin-bottom: 22px;
  letter-spacing: 0.02em;
}
.hero-badge-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: #16A34A;
  box-shadow: 0 0 0 3px rgba(22, 163, 74, 0.2);
}
.hero h1 { 
  color: var(--navy); 
  margin-bottom: 20px; 
  font-weight: 800; 
  font-size: clamp(2.1rem, 4.2vw, 3.1rem);
  line-height: 1.2;
  letter-spacing: -0.025em;
}
.hero h1 span { 
  color: var(--blue-accent);
}
.hero-desc {
  color: #475569;
  font-size: 1.15rem; margin-bottom: 30px;
  max-width: 540px; line-height: 1.75;
}
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; margin-bottom: 32px; }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 14px 26px; border-radius: 10px;
  font-weight: 700; font-size: 15px;
  cursor: pointer; border: none; transition: all 0.2s ease;
  text-decoration: none; white-space: nowrap;
}
.btn-primary {
  background: var(--navy);
  color: #FFFFFF;
  box-shadow: 0 4px 14px rgba(11, 31, 61, 0.18);
}
.btn-primary:hover {
  background: var(--blue);
  color: #FFFFFF;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(30, 64, 175, 0.25);
}
.btn-outline {
  background: #FFFFFF;
  border: 1.5px solid #CBD5E1;
  color: var(--navy);
}
.btn-outline:hover {
  background: #F1F5F9;
  color: var(--navy);
  border-color: #64748B;
  transform: translateY(-2px);
}
.hero-trust {
  display: flex; gap: 20px; flex-wrap: wrap;
}
.hero-trust-item {
  display: flex; align-items: center; gap: 8px;
  color: #334155; font-size: 13.5px; font-weight: 600;
}
.hero-trust-item svg { width: 17px; height: 17px; color: var(--accent); flex-shrink: 0; }

/* Hero Interactive Intake Card */
.hero-intake-card {
  background: #FFFFFF;
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 32px;
  box-shadow: 0 12px 35px rgba(15, 23, 42, 0.08);
  position: relative;
}
.card-badge {
  display: inline-flex; align-items: center; gap: 6px;
  background: #DCFCE7; border: 1px solid #86EFAC;
  color: #166534; font-size: 12px; font-weight: 800;
  padding: 3px 10px; border-radius: 100px; margin-bottom: 12px;
}
.pulse-dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: #16A34A;
  box-shadow: 0 0 0 2px rgba(22, 163, 74, 0.25);
}
.hero-intake-card h3 {
  font-size: 1.35rem; font-weight: 800; color: var(--navy); margin-bottom: 6px;
}
.hero-intake-card p {
  font-size: 14px; color: #64748B; margin-bottom: 20px; line-height: 1.5;
}
.quick-field { margin-bottom: 14px; text-align: left; }
.quick-field label {
  display: block; font-size: 12px; font-weight: 700; color: #334155;
  text-transform: uppercase; letter-spacing: 0.04em; margin-bottom: 6px;
}
.quick-input {
  width: 100%; padding: 12px 14px; border: 1.5px solid #CBD5E1;
  border-radius: 8px; font-size: 14px; color: var(--navy);
  background: #FFFFFF; font-family: inherit; transition: border-color 0.2s;
}
.quick-input:focus { outline: none; border-color: var(--blue-accent); }
.quick-submit-btn {
  width: 100%; margin-top: 10px; justify-content: center;
  padding: 14px; font-size: 15px; font-weight: 800;
  background: var(--navy); color: #FFFFFF; border-radius: 8px;
}
.quick-submit-btn:hover { background: var(--blue); }
.card-footer-trust {
  display: flex; justify-content: space-between; align-items: center;
  margin-top: 18px; padding-top: 14px; border-top: 1px solid #F1F5F9;
  font-size: 12px; color: #64748B; font-weight: 600;
}
.badge-dnb {
  display: inline-flex; align-items: center; gap: 6px;
  background: #DCFCE7; border: 1.5px solid #86EFAC;
  color: #166534; font-size: 12.5px; font-weight: 800;
  padding: 4px 12px; border-radius: 100px;
}
.badge-dnb-dot {
  width: 7px; height: 7px; border-radius: 50%; background: #16A34A;
}

/* ─── TRUST BAR ──────────────────────────────────────────── */
.trust-bar {
  background: #F8FAFC;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 24px 24px;
}
.trust-bar-inner {
  max-width: 1180px; margin: 0 auto;
  display: flex; align-items: center; justify-content: center;
  gap: 36px; flex-wrap: wrap;
}
.trust-bar-item {
  display: flex; align-items: center; gap: 10px;
  color: #0F172A; font-size: 15px; font-weight: 700;
}
.trust-bar-item .icon { font-size: 20px; }
.trust-svg-icon {
  width: 20px; height: 20px; stroke: var(--blue-accent); stroke-width: 2;
  fill: none; flex-shrink: 0; display: inline-block; vertical-align: middle;
}
.alert-svg-icon {
  width: 32px; height: 32px; stroke: #D97706; stroke-width: 2;
  fill: none; flex-shrink: 0;
}


/* ─── SECTION BASE ───────────────────────────────────────── */
.section { padding: 90px 0; background: #FFFFFF; }
.section-sm { padding: 54px 0; }
.section-dark {
  background: #08162B;
  color: #FFFFFF;
}
.section-dark h2, .section-dark h3 { color: #FFFFFF; }
.section-dark p { color: rgba(255, 255, 255, 0.75); }
.section-bg { background: #F8FAFC; }
.section-label {
  display: inline-flex; align-items: center; gap: 8px;
  color: var(--blue-accent); font-size: 12px; font-weight: 800;
  text-transform: uppercase; letter-spacing: 0.08em;
  margin-bottom: 12px;
}
.section-label::before {
  content: '';
  display: block; width: 18px; height: 2px;
  background: var(--blue-accent);
  border-radius: 2px;
}
.section-title { margin-bottom: 16px; color: var(--navy); }
.section-desc { font-size: 1.08rem; max-width: 580px; margin-bottom: 48px; color: var(--text-muted); }

/* ─── STATS GRID ─────────────────────────────────────────── */
.stats-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 0;
  border: 1px solid var(--border); border-radius: var(--radius-lg);
  overflow: hidden; background: #FFFFFF;
  box-shadow: var(--shadow);
}
.stat-item {
  padding: 36px 24px; text-align: center;
  border-right: 1px solid var(--border);
  transition: all 0.25s;
}
.stat-item:hover { background: rgba(255, 255, 255, 0.04); }
.stat-item:last-child { border-right: none; }
.stat-num {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 3.2rem; font-weight: 800; color: var(--navy); line-height: 1.1;
}
.stat-num span { color: var(--blue-accent); }
.stat-label { font-size: 15.5px; color: #475569; margin-top: 12px; font-weight: 600; line-height: 1.4; }

/* ─── SCAM INCIDENTS GRID ────────────────────────────────── */
.scam-types-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 24px;
  margin-top: 40px;
}
.scam-card {
  background: #FFFFFF; border: 1.5px solid var(--border);
  border-radius: var(--radius-lg); padding: 32px 28px;
  box-shadow: var(--shadow-sm);
  transition: all 0.25s ease;
  position: relative; overflow: hidden;
  display: flex; flex-direction: column;
}
.scam-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
  border-color: #CBD5E1;
}
.scam-icon { 
  width: 52px; height: 52px; border-radius: 12px;
  background: #EFF6FF; display: flex; align-items: center; justify-content: center;
  border: 1.5px solid #BFDBFE; color: var(--blue-accent);
  margin-bottom: 20px; flex-shrink: 0;
}
.scam-svg-icon {
  width: 26px; height: 26px; stroke: var(--blue-accent);
  fill: none; display: block;
}
.scam-card h4 { font-size: 19px; margin-bottom: 10px; color: var(--navy); font-weight: 800; }
.scam-card p { font-size: 15px; color: #475569; line-height: 1.7; margin: 0; }

/* ─── FINRA-STYLE EDITORIAL PHOTOGRAPHY CARDS ───────────── */
.finra-card-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(340px, 1fr)); gap: 28px;
  margin-top: 40px;
}
.finra-card {
  background: #FFFFFF; border: 1.5px solid var(--border);
  border-radius: 16px; overflow: hidden;
  box-shadow: var(--shadow-sm);
  display: flex; flex-direction: column;
  transition: all 0.25s ease;
}
.finra-card:hover {
  transform: translateY(-4px);
  border-color: var(--blue-accent);
  box-shadow: var(--shadow-lg);
}
.finra-card-img-wrap {
  width: 100%; height: 210px; overflow: hidden; position: relative;
  background: #0B1F3D;
}
.finra-card-img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.4s ease;
  display: block;
}
.finra-card:hover .finra-card-img {
  transform: scale(1.04);
}
.finra-card-badge {
  position: absolute; top: 14px; left: 14px;
  background: rgba(11, 31, 61, 0.9);
  backdrop-filter: blur(8px);
  color: #FFFFFF; font-size: 11px; font-weight: 800;
  padding: 5px 12px; border-radius: 6px;
  letter-spacing: 0.05em; text-transform: uppercase;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.finra-card-body {
  padding: 26px; display: flex; flex-direction: column; flex-grow: 1;
}
.finra-card-tag {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 11.5px; font-weight: 800; text-transform: uppercase;
  letter-spacing: 0.06em; color: var(--blue-accent);
  margin-bottom: 10px;
}
.finra-card h4 {
  font-size: 1.25rem; font-weight: 800; color: var(--navy);
  margin: 0 0 10px; line-height: 1.35;
}
.finra-card p {
  font-size: 15px; color: #475569; line-height: 1.65; margin: 0 0 18px;
  flex-grow: 1;
}
.finra-card-footer {
  display: flex; align-items: center; justify-content: space-between;
  padding-top: 14px; border-top: 1px solid #F1F5F9;
  font-size: 13px; font-weight: 700; color: var(--blue-accent);
}


/* ─── 4-STAGE RECOVERY PROTOCOL & VISUAL SHOWCASE ─────────── */
.protocol-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px; margin-top: 48px; align-items: stretch;
}
.protocol-card {
  background: #FFFFFF; border: 1.5px solid var(--border);
  border-radius: var(--radius-lg); padding: 38px 30px;
  display: flex; flex-direction: column; justify-content: space-between;
  position: relative; transition: all 0.25s ease;
  box-shadow: var(--shadow-sm);
}
.protocol-card:hover {
  transform: translateY(-4px);
  border-color: var(--blue-accent);
  box-shadow: var(--shadow-lg);
}
.protocol-card.highlight {
  border: 2px solid var(--blue-accent);
  background: #FFFFFF;
  box-shadow: 0 8px 30px rgba(37, 99, 235, 0.12);
}
.protocol-step-num {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 13px; font-weight: 800; color: var(--blue);
  text-transform: uppercase; letter-spacing: 0.08em;
  background: #EFF6FF; border: 1.5px solid #BFDBFE;
  padding: 6px 14px; border-radius: 100px; display: inline-block;
  margin-bottom: 20px; width: fit-content;
}
.protocol-card h3 {
  font-size: 1.3rem; color: var(--navy); font-weight: 800; margin-bottom: 14px; line-height: 1.35;
}
.protocol-card p {
  font-size: 15px; color: #475569; line-height: 1.7; margin-bottom: 22px;
}
.protocol-bullets {
  list-style: none; display: flex; flex-direction: column; gap: 12px; margin-top: auto;
}
.protocol-bullets li {
  font-size: 14.5px; color: #1E293B; display: flex; align-items: flex-start; gap: 10px; font-weight: 500;
}
.protocol-bullets li span { color: var(--accent); font-weight: bold; font-size: 16px; }

/* ─── GRAPHIC ILLUSTRATION SHOWCASE ───────────────────────── */
.forensic-graphic-box {
  width: 100%; border-radius: 18px; overflow: hidden;
  box-shadow: var(--shadow);
  border: 1px solid var(--border);
  background: #FFFFFF; position: relative;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.forensic-graphic-box:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-lg);
}
.forensic-graphic-box img {
  width: 100%; height: auto; display: block;
}
.pricing-list li svg { width: 18px; height: 18px; color: var(--accent-dark); flex-shrink: 0; margin-top: 2px; }

/* ─── TESTIMONIALS ───────────────────────────────────────── */
.testi-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 26px;
  margin-top: 40px;
}
.testi-card {
  background: #FFFFFF; border: 1px solid var(--border);
  border-radius: 18px; padding: 34px;
  box-shadow: var(--shadow-sm);
  display: flex; flex-direction: column; justify-content: space-between;
}
.testi-quote { font-size: 16.5px; color: #1E293B; line-height: 1.75; margin-bottom: 24px; font-style: italic; }
.testi-author { display: flex; align-items: center; gap: 14px; }
.testi-avatar {
  width: 48px; height: 48px; border-radius: 50%;
  background: #EFF6FF; border: 1.5px solid #BFDBFE;
  display: flex; align-items: center; justify-content: center;
  font-weight: 800; color: var(--blue); font-size: 16px;
}
.testi-name { font-weight: 800; font-size: 16px; color: var(--navy); }
.testi-org { font-size: 13.5px; color: #64748B; margin-top: 2px; }

/* ─── 3 SIMPLE STEPS WORKFLOW (STUPID SIMPLE FOR CLIENTS) ─── */
.simple-flow-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px;
  margin-top: 40px;
}
@media (max-width: 900px) {
  .simple-flow-grid { grid-template-columns: 1fr; }
}
.simple-step-card {
  background: #FFFFFF;
  border: 2px solid var(--border);
  border-radius: 20px;
  padding: 38px 30px;
  box-shadow: 0 4px 18px rgba(15, 23, 42, 0.05);
  position: relative;
  display: flex; flex-direction: column;
  transition: all 0.25s ease;
}
.simple-step-card:hover {
  transform: translateY(-4px);
  border-color: var(--blue-accent);
  box-shadow: 0 12px 30px rgba(37, 99, 235, 0.12);
}
.simple-step-num {
  width: 52px; height: 52px; border-radius: 50%;
  background: #EFF6FF; border: 2px solid #BFDBFE;
  color: var(--blue-accent); font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 24px; font-weight: 900;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 22px;
}
.simple-step-card h3 {
  font-size: 1.35rem; font-weight: 800; color: var(--navy); margin-bottom: 14px; line-height: 1.3;
}
.simple-step-card p {
  font-size: 16px; line-height: 1.7; color: #475569; margin-bottom: 20px;
}
.simple-step-pill {
  display: inline-flex; align-items: center; gap: 6px;
  background: #DCFCE7; border: 1px solid #86EFAC;
  color: #166534; font-size: 13px; font-weight: 700;
  padding: 4px 12px; border-radius: 100px; width: fit-content;
  margin-top: auto;
}

/* ─── CLIENT REASSURANCE NOTICE BOX ───────────────────────── */
.client-notice-box {
  background: #EFF6FF;
  border: 1.5px solid #BFDBFE;
  border-radius: 16px;
  padding: 24px 30px;
  margin: 32px 0 48px;
  display: flex; align-items: center; gap: 20px;
}
@media (max-width: 700px) {
  .client-notice-box { flex-direction: column; text-align: center; }
}
.client-notice-icon {
  font-size: 36px; flex-shrink: 0;
}
.client-notice-text h4 {
  font-size: 18px; font-weight: 800; color: var(--navy); margin-bottom: 4px;
}
.client-notice-text p {
  font-size: 15px; color: #334155; line-height: 1.6; margin: 0;
}

/* ─── SIMPLE FAQ ON HOMEPAGE ──────────────────────────────── */
.home-faq-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 36px;
}
@media (max-width: 800px) {
  .home-faq-grid { grid-template-columns: 1fr; }
}
.home-faq-card {
  background: #FFFFFF; border: 1.5px solid var(--border);
  border-radius: 16px; padding: 28px 24px;
  box-shadow: var(--shadow-sm);
}
.home-faq-card h4 {
  font-size: 18px; font-weight: 800; color: var(--navy); margin-bottom: 12px; display: flex; align-items: flex-start; gap: 10px;
}
.home-faq-card p {
  font-size: 15.5px; color: #475569; line-height: 1.7; margin: 0;
}

/* ─── INTAKE FORM ────────────────────────────────────────── */
.form-card {
  background: #FFFFFF;
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 48px;
  box-shadow: var(--shadow);
  max-width: 800px; margin: 0 auto;
}
.form-title { font-size: 1.6rem; margin-bottom: 8px; color: var(--navy); }
.form-desc { margin-bottom: 32px; font-size: 14.5px; color: var(--text-muted); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.form-group { display: flex; flex-direction: column; gap: 6px; }
.form-group.full { grid-column: 1 / -1; }
.form-label { font-size: 13px; font-weight: 700; color: var(--navy); }
.form-label span { color: #DC2626; }
.form-control {
  padding: 13px 16px;
  border: 1.5px solid #CBD5E1;
  border-radius: 10px;
  font-size: 14px; color: var(--text);
  background: #FFFFFF;
  transition: all 0.2s;
  width: 100%;
  font-family: inherit;
}
.form-control:focus {
  outline: none;
  border-color: var(--blue-accent);
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15);
  background: #FFFFFF;
  color: var(--text);
}
.form-control::placeholder { color: #94A3B8; }
select.form-control { cursor: pointer; }
textarea.form-control { resize: vertical; min-height: 110px; }
.form-submit {
  margin-top: 10px; width: 100%;
  padding: 15px; border-radius: 10px;
  background: var(--navy);
  color: #FFFFFF; font-size: 15px; font-weight: 700;
  border: none; cursor: pointer;
  transition: all 0.2s ease;
  display: flex; align-items: center; justify-content: center; gap: 10px;
  box-shadow: 0 4px 14px rgba(11, 31, 61, 0.2);
}
.form-submit:hover {
  background: var(--blue);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(30, 64, 175, 0.25);
}

/* ─── FOOTER ─────────────────────────────────────────────── */
.footer {
  background: #07152B;
  padding: 70px 0 36px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: #FFFFFF;
}
.footer-grid {
  display: grid; grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 48px; margin-bottom: 48px;
}
.footer-brand-desc {
  font-size: 15px; color: rgba(255, 255, 255, 0.8);
  line-height: 1.75; margin: 18px 0;
}
.footer-reg {
  font-size: 13.5px; color: rgba(255, 255, 255, 0.75);
  padding: 14px 18px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  line-height: 1.65;
}
.footer-reg strong { color: #FBBF24; font-weight: 800; }
.footer-col-title {
  font-size: 13px; font-weight: 800;
  text-transform: uppercase; letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.85); margin-bottom: 18px;
}
.footer-links { list-style: none; display: flex; flex-direction: column; gap: 12px; }
.footer-links a {
  font-size: 14.5px; color: rgba(255, 255, 255, 0.75);
  transition: color 0.2s;
}
.footer-links a:hover { color: #FFFFFF; }
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 28px;
  display: flex; align-items: center; justify-content: space-between;
  gap: 16px; flex-wrap: wrap;
}
.footer-bottom-copy { font-size: 13.5px; color: rgba(255, 255, 255, 0.6); }
.footer-disclaimer {
  font-size: 13px; color: rgba(255, 255, 255, 0.55);
  max-width: 650px; line-height: 1.7;
}

/* ─── AUTH & PORTAL STYLING (FINRA / CORPORATE BANKING) ─────── */
.nav-auth-group { display: flex; align-items: center; gap: 12px; }
.btn-nav-login {
  background: #F1F5F9;
  border: 1px solid #CBD5E1;
  color: var(--navy) !important;
  padding: 8px 16px; border-radius: 8px;
  font-size: 13px !important; font-weight: 600 !important;
  transition: all 0.2s !important;
}
.btn-nav-login:hover {
  background: #E2E8F0;
  border-color: #94A3B8;
}
.btn-nav-signup {
  background: var(--blue-accent);
  color: #FFFFFF !important;
  padding: 8px 18px; border-radius: 8px;
  font-size: 13px !important; font-weight: 700 !important;
  box-shadow: 0 2px 8px rgba(37, 99, 235, 0.25);
  transition: all 0.2s !important;
}
.btn-nav-signup:hover {
  background: var(--blue);
  transform: translateY(-1px);
}
.nav-user-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: #F1F5F9;
  padding: 6px 14px; border-radius: 100px;
  border: 1px solid #CBD5E1;
  color: var(--navy); font-size: 12.5px; font-weight: 600;
  cursor: pointer; text-decoration: none;
}
.nav-user-role {
  background: #DCFCE7; color: #166534; border: 1px solid #86EFAC;
  font-size: 10px; font-weight: 800; text-transform: uppercase;
  padding: 2px 6px; border-radius: 4px; letter-spacing: 0.04em;
}
.nav-btn-logout {
  color: #64748B !important; font-size: 12px !important;
  background: none; border: none; cursor: pointer; padding: 4px 8px;
}
.nav-btn-logout:hover { color: #DC2626 !important; }

.portal-wrap {
  min-height: calc(100vh - 76px);
  padding: 110px 24px 70px;
  background: #F8FAFC;
}
.auth-container {
  max-width: 500px; margin: 20px auto;
  background: #FFFFFF;
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 42px 38px;
  box-shadow: 0 10px 35px rgba(15, 23, 42, 0.06);
}
.auth-tabs {
  display: grid; grid-template-columns: 1fr 1fr;
  background: #F1F5F9; padding: 4px; border-radius: 10px;
  margin-bottom: 24px;
}
.auth-tab {
  padding: 11px; text-align: center; border-radius: 8px;
  font-size: 13.5px; font-weight: 600; color: #64748B;
  cursor: pointer; transition: all 0.2s; border: none; background: transparent;
}
.auth-tab.active {
  background: #FFFFFF; color: var(--navy);
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.08); font-weight: 800;
}
.role-picker {
  display: grid; grid-template-columns: 1fr 1fr; gap: 10px;
  margin-bottom: 18px;
}
.role-option {
  border: 2px solid var(--border); border-radius: 12px;
  padding: 14px 12px; text-align: center; cursor: pointer;
  transition: all 0.2s; background: #FFFFFF;
}
.role-option:hover { border-color: var(--blue-accent); }
.role-option.selected {
  border-color: var(--blue-accent); background: #EFF6FF;
}
.role-title { font-size: 13.5px; font-weight: 700; color: var(--navy); }
.role-desc { font-size: 11px; color: var(--text-muted); margin-top: 2px; }

/* ─── COOKIE CONSENT BANNER ──────────────────────────────── */
.cookie-banner {
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 9999;
  background: #07152B; border-top: 1px solid rgba(255,255,255,0.12);
  padding: 18px 28px;
  display: flex; align-items: center; justify-content: space-between;
  gap: 20px; flex-wrap: wrap;
  transform: translateY(100%);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 -8px 30px rgba(0,0,0,0.3);
}
.cookie-banner.visible { transform: translateY(0); }
.cookie-banner p {
  font-size: 14px; color: rgba(255,255,255,0.82);
  margin: 0; max-width: 680px; line-height: 1.55;
}
.cookie-banner p a { color: #60A5FA; text-decoration: underline; }
.cookie-btns { display: flex; gap: 10px; flex-shrink: 0; }
.btn-cookie-accept {
  background: #2563EB; color: #FFFFFF; border: none;
  padding: 10px 22px; border-radius: 8px; font-size: 13.5px; font-weight: 700;
  cursor: pointer; transition: background 0.2s;
}
.btn-cookie-accept:hover { background: #1D4ED8; }
.btn-cookie-decline {
  background: transparent; color: rgba(255,255,255,0.6);
  border: 1px solid rgba(255,255,255,0.2);
  padding: 10px 18px; border-radius: 8px; font-size: 13.5px; font-weight: 600;
  cursor: pointer; transition: all 0.2s;
}
.btn-cookie-decline:hover { color: #FFFFFF; border-color: rgba(255,255,255,0.5); }

/* ─── FLOATING CONTACT BUTTON ────────────────────────────── */
.float-contact-btn {
  position: fixed; bottom: 28px; right: 28px; z-index: 8000;
  background: #16A34A; color: #FFFFFF;
  width: 58px; height: 58px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 6px 24px rgba(22,163,74,0.45);
  cursor: pointer; text-decoration: none;
  transition: all 0.25s ease;
  font-size: 26px; line-height: 1;
  border: none;
  animation: float-pulse 3s ease-in-out infinite;
}
.float-contact-btn:hover {
  background: #15803D; transform: scale(1.1);
  box-shadow: 0 10px 32px rgba(22,163,74,0.55);
}
@keyframes float-pulse {
  0%, 100% { box-shadow: 0 6px 24px rgba(22,163,74,0.45); }
  50% { box-shadow: 0 6px 32px rgba(22,163,74,0.65); }
}
.float-contact-tooltip {
  position: absolute; right: 68px; top: 50%; transform: translateY(-50%);
  background: #07152B; color: #FFFFFF; font-size: 13px; font-weight: 700;
  padding: 7px 14px; border-radius: 8px; white-space: nowrap;
  opacity: 0; pointer-events: none;
  transition: opacity 0.2s ease;
  box-shadow: 0 4px 16px rgba(0,0,0,0.35);
}
.float-contact-tooltip::after {
  content: ''; position: absolute; left: 100%; top: 50%;
  transform: translateY(-50%);
  border: 6px solid transparent;
  border-left-color: #07152B;
}
.float-contact-btn:hover .float-contact-tooltip { opacity: 1; }

/* ─── SCROLL TO TOP BUTTON ───────────────────────────────── */
.scroll-top-btn {
  position: fixed; bottom: 100px; right: 28px; z-index: 7999;
  width: 44px; height: 44px; border-radius: 10px;
  background: #FFFFFF; color: var(--navy);
  border: 1.5px solid var(--border); cursor: pointer;
  display: none; align-items: center; justify-content: center;
  font-size: 18px; box-shadow: var(--shadow);
  transition: all 0.2s;
}
.scroll-top-btn.visible { display: flex; }
.scroll-top-btn:hover { background: var(--navy); color: #FFFFFF; transform: translateY(-2px); }

/* ─── LOADING SPINNER ────────────────────────────────────── */
.spinner {
  width: 18px; height: 18px;
  border: 2.5px solid rgba(255,255,255,0.35);
  border-top-color: #FFFFFF;
  border-radius: 50%;
  animation: spin 0.7s linear infinite;
  display: inline-block;
}
@keyframes spin { to { transform: rotate(360deg); } }

/* ─── PASSWORD STRENGTH METER ────────────────────────────── */
.pw-strength-bar {
  height: 4px; border-radius: 100px;
  margin-top: 6px;
  background: linear-gradient(90deg, #EF4444, #F59E0B, #22C55E);
  background-size: 300% 100%; background-position: 0% 50%;
  transition: all 0.3s ease;
}
.pw-strength-label {
  font-size: 11px; font-weight: 700; margin-top: 4px;
  display: block; color: #64748B;
}


/* Dashboard UI */
.dash-header {
  background: linear-gradient(135deg, #0B1F3D 0%, #0F2A56 100%);
  color: #FFFFFF;
  border-radius: 18px; padding: 36px;
  margin-bottom: 32px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 20px;
  box-shadow: 0 10px 30px rgba(11, 31, 61, 0.15);
}
.dash-header h2 { color: #FFFFFF; font-size: 1.7rem; margin-bottom: 6px; }
.dash-header p { color: rgba(255, 255, 255, 0.8); font-size: 14px; margin: 0; }
.dash-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-bottom: 32px;
}
@media (max-width: 1024px) {
  .dash-stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 580px) {
  .dash-stats-grid {
    grid-template-columns: 1fr;
  }
}
.dash-stat-card {
  background: #FFFFFF; border: 1px solid var(--border);
  border-radius: 16px; padding: 22px 20px;
  box-shadow: var(--shadow-sm);
  display: flex; flex-direction: column; justify-content: space-between;
}
.dash-stat-label { font-size: 11px; color: #64748B; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; }
.dash-stat-val { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 2rem; font-weight: 800; color: var(--navy); margin-top: 4px; line-height: 1.15; }
.dash-stat-sub { font-size: 11.5px; color: var(--accent); font-weight: 700; margin-top: 4px; }

.dash-card {
  background: #FFFFFF; border: 1px solid var(--border);
  border-radius: 18px; padding: 28px 24px; margin-bottom: 30px;
  box-shadow: var(--shadow-sm);
}
.dash-card-header {
  display: flex; justify-content: space-between; align-items: center;
  margin-bottom: 22px; flex-wrap: wrap; gap: 14px;
}
.dash-card-title { font-size: 1.2rem; font-weight: 800; color: var(--navy); }
.table-responsive {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: 10px;
  border: 1px solid var(--border);
}
.data-table {
  width: 100%;
  min-width: 880px;
  border-collapse: collapse;
  text-align: left;
  font-size: 13px;
  background: #FFFFFF;
}
.data-table th {
  background: #F8FAFC; padding: 14px 16px; font-weight: 700;
  color: #475569; font-size: 11px; text-transform: uppercase; letter-spacing: 0.05em;
  border-bottom: 2px solid var(--border);
  white-space: nowrap;
}
.data-table td {
  padding: 15px 16px; border-bottom: 1px solid var(--border); vertical-align: middle; color: #334155;
}
.data-table tr:hover td { background: #F8FAFC; }

/* Status Badges */
.badge-status {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 4px 11px; border-radius: 100px; font-size: 11px; font-weight: 700;
  letter-spacing: 0.02em;
  white-space: nowrap;
}
.status-investigating { background: #FEF3C7; color: #B45309; }
.status-traced { background: #EFF6FF; color: #1D4ED8; }
.status-escalated { background: #FEE2E2; color: #B91C1C; }
.status-resolved { background: #DCFCE7; color: #15803D; }
.status-escrow { background: #EDE9FE; color: #6D28D9; }

.code-badge {
  font-family: 'JetBrains Mono', monospace; font-size: 12px; background: #F1F5F9;
  padding: 3px 8px; border-radius: 6px; border: 1px solid var(--border);
  white-space: nowrap; display: inline-block; color: var(--navy);
}
.btn-action-sm {
  padding: 6px 14px; border-radius: 7px; font-size: 11.5px; font-weight: 700;
  border: 1px solid var(--border); background: #FFFFFF; cursor: pointer;
  transition: all 0.18s;
  white-space: nowrap; display: inline-flex; align-items: center; gap: 4px;
  color: var(--navy);
}
.btn-action-sm:hover {
  background: var(--navy); color: #FFFFFF; border-color: var(--navy);
}


/* ─── SCROLL ANIMATIONS ──────────────────────────────────── */
.reveal {
  opacity: 0; transform: translateY(24px);
  transition: opacity 0.65s cubic-bezier(0.16, 1, 0.3, 1), transform 0.65s cubic-bezier(0.16, 1, 0.3, 1);
}
.reveal.visible { opacity: 1; transform: translateY(0); }

/* ─── RESPONSIVE ─────────────────────────────────────────── */
@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .nav-links { display: none; }
  .nav-mobile-toggle { display: block; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .stat-item { border-right: none; border-bottom: 1px solid var(--border); }
  .stat-item:nth-child(1), .stat-item:nth-child(2) { border-right: 1px solid var(--border); }
}
@media (max-width: 600px) {
  .section { padding: 64px 0; }
  .hero-grid { padding: 50px 20px; }
  .footer-grid { grid-template-columns: 1fr; }
  .form-card { padding: 28px 20px; }
  .trust-bar-inner { gap: 20px; }
  .form-grid { grid-template-columns: 1fr; }
}
