/* ============================================
   MailVeriQ Gateway — Dark Navy Theme
   ============================================ */

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

:root {
  --navy: #0B1120;
  --navy-light: #131B2E;
  --navy-surface: #1A2338;
  --blue: #3A7EED;
  --blue-light: #5A96F2;
  --blue-pale: rgba(58,126,237,0.1);
  --cyan: #33D4E3;
  --cyan-light: #5DE0EC;
  --cyan-pale: rgba(51,212,227,0.1);
  --teal: #33D4E3;
  --teal-pale: rgba(51,212,227,0.08);
  --green: #34D399;
  --green-pale: rgba(52,211,153,0.1);
  --purple: #A78BFA;
  --purple-pale: rgba(167,139,250,0.1);
  --orange: #FB923C;
  --orange-pale: rgba(251,146,60,0.1);
  --red: #F87171;
  --bg: #0B1120;
  --bg-subtle: #131B2E;
  --bg-muted: #1A2338;
  --border: rgba(58,126,237,0.15);
  --border-light: rgba(58,126,237,0.08);
  --text: #F1F5F9;
  --text-secondary: rgba(255,255,255,0.7);
  --text-muted: rgba(255,255,255,0.4);
  --shadow-sm: 0 1px 2px rgba(0,0,0,0.3);
  --shadow-md: 0 4px 12px rgba(0,0,0,0.4);
  --shadow-lg: 0 12px 40px rgba(0,0,0,0.5);
  --shadow-xl: 0 20px 60px rgba(0,0,0,0.6);
  --radius-sm: 6px;
  --radius-md: 10px;
  --radius-lg: 16px;
  --radius-xl: 24px;
  --font: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --transition: 0.2s ease;
}

html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; }

body {
  font-family: var(--font);
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
  overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
ul { list-style: none; }

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

/* --- Buttons --- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 22px;
  border-radius: var(--radius-sm);
  font-family: var(--font);
  font-size: 0.9rem;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: all var(--transition);
  white-space: nowrap;
}

.btn-primary {
  background: var(--blue);
  color: white;
}
.btn-primary:hover {
  background: #2E6BD4;
  box-shadow: 0 4px 14px rgba(58,126,237,0.35);
  transform: translateY(-1px);
}

.btn-secondary {
  background: var(--bg-muted);
  color: var(--text);
  border: 1px solid var(--border);
}
.btn-secondary:hover {
  background: rgba(255,255,255,0.1);
  border-color: rgba(255,255,255,0.2);
}

.btn-ghost {
  background: transparent;
  color: var(--text-secondary);
}
.btn-ghost:hover { color: var(--text); }

.btn-lg { padding: 14px 32px; font-size: 1rem; }
.btn-block { width: 100%; justify-content: center; }

/* --- Navigation --- */
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 10px 0;
  background: rgba(11,17,32,0.92);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(255,255,255,0.06);
  transition: all 0.3s ease;
}

.navbar.scrolled {
  border-bottom-color: var(--border);
  box-shadow: var(--shadow-sm);
}

.navbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo { display: flex; align-items: center; }
.logo-img { height: 48px; width: auto; object-fit: contain; }
footer .logo-img { height: 48px; }

.nav-links { display: flex; gap: 32px; }

.nav-link {
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--text-secondary);
  transition: color var(--transition);
}
.nav-link:hover { color: var(--blue); }

.nav-actions { display: flex; align-items: center; gap: 12px; }

.mobile-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
}
.mobile-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--text);
  border-radius: 2px;
  transition: all 0.3s ease;
}

/* --- Hero --- */
.hero {
  padding: 130px 0 80px;
  background: linear-gradient(180deg, var(--bg) 0%, var(--bg-subtle) 100%);
}

.hero-layout {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 60px;
  align-items: center;
}

.hero-badge {
  display: inline-block;
  padding: 6px 14px;
  background: var(--blue-pale);
  color: var(--blue);
  font-size: 0.8rem;
  font-weight: 600;
  border-radius: 50px;
  margin-bottom: 24px;
  letter-spacing: 0.02em;
}

.hero-title {
  font-size: clamp(2rem, 3.8vw, 2.75rem);
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: -0.03em;
  color: var(--text);
  margin-bottom: 20px;
}

.hero-subtitle {
  font-size: 1.1rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 32px;
  max-width: 520px;
}

.hero-ctas { display: flex; gap: 12px; margin-bottom: 40px; }

/* --- Dashboard Preview --- */
/* --- Hero Risk Matrix --- */
/* --- Risk Compare (Hero Before/After) --- */
.risk-compare {
  display: flex;
  align-items: center;
  gap: 12px;
}

.risk-compare-card {
  background: var(--navy-surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  padding: 18px;
  flex: 1;
  box-shadow: var(--shadow-md);
  transition: box-shadow 0.3s ease;
}
.risk-compare-card:hover {
  box-shadow: var(--shadow-lg);
}
.risk-before { border-top: 3px solid var(--red); }
.risk-after-card { border-top: 3px solid var(--green); }

.risk-compare-label {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 14px;
}
.risk-compare-label.danger { color: var(--red); }
.risk-compare-label.safe { color: var(--green); }
.risk-compare-label svg { flex-shrink: 0; }

/* Risk list rows */
.risk-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 14px;
}
.risk-row {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 10px;
  background: rgba(255,255,255,0.04);
  border-radius: var(--radius-sm);
}
.risk-tag {
  font-size: 0.6rem;
  font-weight: 800;
  padding: 3px 8px;
  border-radius: 3px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  flex-shrink: 0;
  min-width: 72px;
  text-align: center;
}
.risk-tag-leak {
  background: rgba(248,113,113,0.2);
  color: #FF6B6B;
  border: 1px solid rgba(248,113,113,0.3);
}
.risk-tag-undetected {
  background: rgba(251,146,60,0.15);
  color: #FFB347;
  border: 1px solid rgba(251,146,60,0.25);
}
.risk-tag-blocked {
  background: rgba(52,211,153,0.15);
  color: #4ADE80;
  border: 1px solid rgba(52,211,153,0.25);
}
.risk-tag-quarantined {
  background: rgba(51,212,227,0.15);
  color: #33D4E3;
  border: 1px solid rgba(51,212,227,0.25);
}
.risk-tag-encrypted {
  background: rgba(167,139,250,0.15);
  color: #A78BFA;
  border: 1px solid rgba(167,139,250,0.25);
}
.risk-desc {
  font-size: 0.78rem;
  color: rgba(255,255,255,0.7);
  line-height: 1.3;
}

/* Incidents summary */
.risk-incidents {
  font-size: 0.75rem;
  color: var(--text-secondary);
  text-align: center;
  padding: 8px 0 0;
  border-top: 1px solid var(--border-light);
}
.risk-incidents .risk-incident-count {
  font-weight: 800;
  color: var(--red);
}
.risk-incidents.safe .risk-incident-count {
  color: var(--green);
}

/* Arrow between cards */
.risk-compare-arrow {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--bg-muted);
  display: flex;
  align-items: center;
  justify-content: center;
}
.risk-compare-arrow svg {
  stroke: var(--navy);
  width: 16px;
  height: 16px;
}

/* Legend */
/* (legend removed — tags are self-explanatory) */

/* --- Stats Bar --- */
.stats-bar {
  padding: 40px 0;
  background: var(--navy);
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  text-align: center;
}

.stat-number {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: white;
  letter-spacing: -0.02em;
}

.stat-label {
  display: block;
  font-size: 0.82rem;
  color: rgba(255,255,255,0.6);
  font-weight: 500;
  margin-top: 4px;
}

/* --- Dashboard Preview Mockup --- */
.dash-preview-section {
  padding: 80px 0 100px;
  background: linear-gradient(170deg, #0F2847 0%, #132F5A 30%, #1A3D6E 60%, #0F2847 100%);
  position: relative;
  overflow: hidden;
}
.dash-preview-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(ellipse at 30% 20%, rgba(56,169,230,0.2) 0%, transparent 50%),
              radial-gradient(ellipse at 70% 80%, rgba(52,211,153,0.1) 0%, transparent 50%);
  pointer-events: none;
}
.dash-preview-heading {
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}
.dash-preview-heading h2 {
  font-size: clamp(1.4rem, 3vw, 1.8rem);
  font-weight: 800;
  color: white;
  margin-bottom: 10px;
}
.dash-preview-heading p {
  font-size: 0.95rem;
  color: rgba(255,255,255,0.7);
  max-width: 520px;
  margin: 0 auto;
}
.dash-preview-frame {
  max-width: 960px;
  margin: 0 auto;
  background: var(--navy-surface);
  border-radius: var(--radius-lg);
  box-shadow: 0 25px 80px rgba(0,0,0,0.35), 0 0 0 1px rgba(255,255,255,0.1);
  overflow: hidden;
  position: relative;
  transform: perspective(1200px) rotateX(2deg);
  transition: transform 0.4s ease;
}
.dash-preview-frame:hover {
  transform: perspective(1200px) rotateX(0deg);
}
.dash-preview-topbar {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 18px;
  background: var(--navy);
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.topbar-dots {
  display: flex;
  gap: 6px;
}
.topbar-dots span {
  width: 11px;
  height: 11px;
  border-radius: 50%;
}
.topbar-dots span:first-child { background: #EF4444; }
.topbar-dots span:nth-child(2) { background: #F59E0B; }
.topbar-dots span:last-child { background: #22C55E; }
.topbar-url {
  font-size: 0.72rem;
  color: rgba(255,255,255,0.5);
  font-weight: 500;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 6px;
  padding: 5px 14px;
  flex: 1;
  max-width: 300px;
}
.dash-preview-body {
  padding: 24px;
  background: var(--bg-subtle);
}
.dp-stats-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-bottom: 18px;
}
.dp-stat {
  text-align: center;
  padding: 18px 12px;
  background: var(--navy-surface);
  border-radius: var(--radius-md);
  border: 1px solid var(--border);
  box-shadow: var(--shadow-sm);
}
.dp-stat-num {
  display: block;
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--text);
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.02em;
}
.dp-stat-num.dp-red { color: var(--red); }
.dp-stat-num.dp-green { color: var(--green); }
.dp-stat-lbl {
  display: block;
  font-size: 0.72rem;
  color: var(--text-muted);
  font-weight: 500;
  margin-top: 4px;
}
/* Three-column dashboard layout */
.dp-three-col {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.dp-panel {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: var(--radius-md);
  padding: 18px;
}
.dp-panel-title {
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  color: rgba(255,255,255,0.5);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 14px;
}

/* Policy Actions horizontal bars */
.dp-action-bars { display: flex; flex-direction: column; gap: 10px; }
.dp-action-row { display: flex; align-items: center; gap: 8px; }
.dp-action-label { font-size: 0.72rem; color: rgba(255,255,255,0.6); width: 72px; flex-shrink: 0; }
.dp-action-track { flex: 1; height: 6px; background: rgba(255,255,255,0.06); border-radius: 3px; overflow: hidden; }
.dp-action-fill { height: 100%; border-radius: 3px; transition: width 1s ease; }
.dp-fill-red { background: var(--red); }
.dp-fill-yellow { background: #EAB308; }
.dp-fill-blue { background: var(--blue); }
.dp-fill-green { background: var(--green); }
.dp-action-val { font-size: 0.75rem; font-weight: 700; color: rgba(255,255,255,0.8); width: 28px; text-align: right; }

/* Sensitive Data Detection grid */
.dp-detection-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.dp-detect-item {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: var(--radius-sm);
  padding: 12px;
  text-align: center;
}
.dp-detect-type {
  display: block;
  font-size: 0.68rem;
  font-weight: 700;
  color: rgba(255,255,255,0.5);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 4px;
}
.dp-detect-count {
  display: block;
  font-size: 1.4rem;
  font-weight: 800;
  line-height: 1.2;
}
.dp-detect-count.dp-red { color: var(--red); }
.dp-detect-count.dp-yellow { color: #EAB308; }
.dp-detect-sub {
  display: block;
  font-size: 0.62rem;
  color: rgba(255,255,255,0.35);
  margin-top: 2px;
  line-height: 1.3;
}

/* Live Threat Feed */
.dp-threat-feed { display: flex; flex-direction: column; gap: 8px; }
.dp-threat-row {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  background: rgba(255,255,255,0.03);
  border-radius: var(--radius-sm);
  border-left: 3px solid transparent;
}
.dp-threat-badge {
  font-size: 0.58rem;
  font-weight: 700;
  padding: 2px 6px;
  border-radius: 3px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  flex-shrink: 0;
}
.dp-badge-critical { background: rgba(248,113,113,0.2); color: var(--red); }
.dp-badge-warning { background: rgba(234,179,8,0.2); color: #EAB308; }
.dp-badge-info { background: rgba(56,169,230,0.2); color: var(--blue); }
.dp-badge-ok { background: rgba(52,211,153,0.2); color: var(--green); }
.dp-threat-msg { font-size: 0.72rem; color: rgba(255,255,255,0.7); flex: 1; }
.dp-threat-time { font-size: 0.62rem; color: rgba(255,255,255,0.3); flex-shrink: 0; }
.dp-threat-row:nth-child(1) { border-left-color: var(--red); }
.dp-threat-row:nth-child(2) { border-left-color: #EAB308; }
.dp-threat-row:nth-child(3) { border-left-color: var(--blue); }
.dp-threat-row:nth-child(4) { border-left-color: var(--green); }
.dash-preview-link {
  display: block;
  text-align: center;
  padding: 16px;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--blue);
  background: var(--navy-surface);
  border-top: 1px solid var(--border);
  transition: all var(--transition);
}
.dash-preview-link:hover {
  background: var(--blue-pale);
  color: #2D95CC;
}

/* --- Integrations & Deploy Diagram --- */
.integrations {
  padding: 100px 0;
  background: var(--bg-subtle);
}

.deploy-diagram {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 48px;
  flex-wrap: wrap;
}
.deploy-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-align: center;
  min-width: 90px;
}
.deploy-icon {
  width: 52px;
  height: 52px;
  border-radius: var(--radius-md);
  background: var(--navy-surface);
  border: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
}
.deploy-icon svg {
  width: 28px;
  height: 28px;
  stroke: var(--text-secondary);
}
.deploy-icon.gateway {
  width: auto;
  height: auto;
  background: none;
  border: none;
}
.deploy-logo-img {
  height: 56px;
  width: auto;
  object-fit: contain;
  border-radius: var(--radius-sm);
}
.deploy-gateway {
  background: var(--blue-pale);
  border: 2px solid var(--blue);
  border-radius: var(--radius-lg);
  padding: 16px 20px;
}
.deploy-label {
  font-size: 0.78rem;
  color: var(--text-secondary);
  font-weight: 500;
}
.deploy-label strong {
  color: var(--text);
  font-weight: 700;
}
.deploy-actions {
  font-size: 0.7rem;
  color: var(--blue);
  font-weight: 600;
}
.deploy-arrow {
  width: 40px;
  flex-shrink: 0;
}
.deploy-arrow svg {
  width: 40px;
  height: 24px;
}

.integration-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-bottom: 20px;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.integration-item {
  background: var(--navy-surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  padding: 20px 16px;
  text-align: center;
  transition: all 0.2s ease;
}
.integration-item:hover {
  border-color: var(--blue);
  box-shadow: var(--shadow-md);
  transform: translateY(-2px);
}
.integration-name {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--text);
}
.integration-note {
  text-align: center;
  font-size: 0.85rem;
  color: var(--text-secondary);
  font-weight: 500;
}

/* --- Section Headers --- */
.section-header {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 64px;
}

.section-tag {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--blue);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 12px;
}

.section-title {
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.025em;
  color: var(--text);
  margin-bottom: 16px;
}

.section-desc {
  font-size: 1.05rem;
  color: var(--text-secondary);
  line-height: 1.7;
}

/* --- Platform / Features --- */
.platform {
  padding: 100px 0;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.feature-card {
  background: var(--navy-surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 32px;
  transition: all 0.3s ease;
}
.feature-card:hover {
  border-color: rgba(56,169,230,0.3);
  box-shadow: var(--shadow-md);
  transform: translateY(-3px);
}

.feature-icon {
  width: 48px;
  height: 48px;
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.feature-icon svg { width: 24px; height: 24px; }
.feature-icon.blue { background: var(--blue-pale); }
.feature-icon.blue svg { stroke: var(--blue); }
.feature-icon.teal { background: var(--teal-pale); }
.feature-icon.teal svg { stroke: var(--teal); }
.feature-icon.navy { background: rgba(56,169,230,0.1); }
.feature-icon.navy svg { stroke: var(--blue-light); }
.feature-icon.green { background: var(--green-pale); }
.feature-icon.green svg { stroke: var(--green); }
.feature-icon.purple { background: var(--purple-pale); }
.feature-icon.purple svg { stroke: var(--purple); }
.feature-icon.orange { background: var(--orange-pale); }
.feature-icon.orange svg { stroke: var(--orange); }

.feature-card h3 {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 10px;
}

.feature-card p {
  color: var(--text-secondary);
  font-size: 0.9rem;
  line-height: 1.65;
}

/* --- Solutions --- */
.solutions {
  padding: 100px 0;
  background: var(--bg-subtle);
}

.solutions-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.solution-card {
  background: var(--navy-surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 32px;
  transition: all 0.3s ease;
}
.solution-card:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-3px);
}

.solution-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
}

.solution-icon {
  width: 44px;
  height: 44px;
  background: var(--blue-pale);
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.solution-icon svg { width: 22px; height: 22px; stroke: var(--blue); }

.solution-card h3 { font-size: 1.05rem; font-weight: 700; color: var(--text); }
.solution-card > p { color: var(--text-secondary); font-size: 0.9rem; line-height: 1.65; margin-bottom: 20px; }

.solution-benefits li {
  font-size: 0.85rem;
  color: var(--text-secondary);
  padding: 5px 0;
  padding-left: 22px;
  position: relative;
}
.solution-benefits li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 12px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--blue);
  opacity: 0.4;
}

/* --- How It Works --- */
.how-it-works {
  padding: 100px 0;
}

.steps-grid {
  display: flex;
  align-items: flex-start;
  gap: 0;
  justify-content: center;
}

.step-card {
  flex: 1;
  max-width: 240px;
  text-align: center;
  padding: 0 16px;
}

.step-number {
  width: 48px;
  height: 48px;
  background: var(--blue);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  font-weight: 800;
  margin: 0 auto 18px;
}

.step-card h3 {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 10px;
}

.step-card p {
  font-size: 0.88rem;
  color: var(--text-secondary);
  line-height: 1.6;
}

.step-connector {
  flex-shrink: 0;
  width: 40px;
  padding-top: 14px;
}
.step-connector svg { width: 40px; height: 24px; }

/* --- Security --- */
.security {
  padding: 100px 0;
  background: var(--bg-subtle);
}

/* --- Trust Banner --- */
.trust-banner {
  display: flex;
  align-items: center;
  gap: 16px;
  background: linear-gradient(135deg, var(--green-pale), rgba(52,211,153,0.06));
  border: 1px solid rgba(52,211,153,0.2);
  border-radius: var(--radius-lg);
  padding: 24px 32px;
  margin-bottom: 48px;
}
.trust-banner-icon {
  width: 40px;
  height: 40px;
  stroke: var(--green);
  flex-shrink: 0;
}
.trust-banner-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.trust-banner-text strong {
  font-size: 1.05rem;
  color: var(--text);
}
.trust-banner-text span {
  font-size: 0.85rem;
  color: var(--text-secondary);
}

/* --- Security Cards Grid --- */
.sec-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 40px;
}
.sec-card {
  background: var(--navy-surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 28px 24px;
  transition: all 0.2s ease;
}
.sec-card:hover {
  border-color: var(--blue);
  box-shadow: var(--shadow-md);
  transform: translateY(-2px);
}
.sec-card-icon {
  width: 40px;
  height: 40px;
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  background: rgba(37, 99, 235, 0.08);
}
.sec-card-icon svg {
  width: 20px;
  height: 20px;
  stroke: var(--blue);
}
.sec-card h3 {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 6px;
}
.sec-card p {
  font-size: 0.85rem;
  color: var(--text-secondary);
  line-height: 1.6;
  margin: 0;
}

/* --- Framework Row --- */
.fw-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.fw-item {
  text-align: center;
  background: var(--navy-surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  padding: 20px 16px;
}
.fw-item strong {
  display: block;
  font-size: 0.9rem;
  font-weight: 800;
  color: var(--text);
  margin-bottom: 4px;
  letter-spacing: 0.02em;
}
.fw-item span {
  font-size: 0.78rem;
  color: var(--text-secondary);
  line-height: 1.4;
}

/* --- Compliance --- */
.compliance { padding: 100px 0; }

.compliance-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.compliance-card {
  background: var(--navy-surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 28px 24px;
  transition: all 0.3s ease;
}
.compliance-card:hover {
  border-color: var(--blue);
  box-shadow: var(--shadow-md);
  transform: translateY(-2px);
}

.compliance-card h4 {
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--blue);
  margin-bottom: 10px;
}

.compliance-card p {
  font-size: 0.85rem;
  color: var(--text-secondary);
  line-height: 1.6;
}

/* --- Pricing --- */
.pricing {
  padding: 100px 0;
  background: var(--bg-subtle);
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  align-items: start;
}

.price-card {
  background: var(--navy-surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 36px 32px;
  position: relative;
  transition: all 0.3s ease;
}
.price-card:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-2px);
}

.price-card.featured {
  border-color: var(--blue);
  box-shadow: var(--shadow-lg), 0 0 0 1px var(--blue);
}

.price-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--blue);
  color: white;
  font-size: 0.72rem;
  font-weight: 700;
  padding: 4px 16px;
  border-radius: 50px;
  white-space: nowrap;
}

.price-tier {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--text-secondary);
  margin-bottom: 12px;
}

.price-amount {
  display: flex;
  align-items: baseline;
  gap: 2px;
  margin-bottom: 12px;
}

.currency { font-size: 1.3rem; font-weight: 600; color: var(--text-muted); }
.amount { font-size: 2.8rem; font-weight: 900; letter-spacing: -0.03em; line-height: 1; color: var(--text); }
.period { font-size: 0.88rem; color: var(--text-muted); margin-left: 4px; }

.price-desc {
  color: var(--text-secondary);
  font-size: 0.88rem;
  margin-bottom: 28px;
  line-height: 1.5;
}

.price-features { margin-bottom: 28px; }
.price-features li {
  padding: 8px 0;
  font-size: 0.88rem;
  color: var(--text-secondary);
  border-bottom: 1px solid var(--border-light);
  padding-left: 26px;
  position: relative;
}
.price-features li:last-child { border-bottom: none; }
.price-features li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 13px;
  width: 16px;
  height: 16px;
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='%2322C55E' stroke-width='2.5' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") no-repeat center;
  background-size: contain;
}

/* --- CTA / Contact --- */
.cta { padding: 100px 0; }

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

.cta-content h2 {
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  font-weight: 800;
  color: var(--text);
  line-height: 1.2;
  margin-bottom: 16px;
}

.cta-content > p {
  color: var(--text-secondary);
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 28px;
}

.cta-benefits { display: flex; flex-direction: column; gap: 12px; }
.cta-benefit {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.9rem;
  color: var(--text-secondary);
  font-weight: 500;
}
.cta-benefit svg { width: 20px; height: 20px; stroke: var(--green); flex-shrink: 0; }

.cta-form {
  background: var(--navy-surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 36px;
  box-shadow: var(--shadow-md);
}

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

.form-group label {
  display: block;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--text-secondary);
  margin-bottom: 6px;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 10px 14px;
  background: var(--bg-subtle);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  color: var(--text);
  font-family: var(--font);
  font-size: 0.9rem;
  transition: border-color var(--transition);
  outline: none;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(56,169,230,0.1);
  background: var(--navy-surface);
}

.form-group input::placeholder,
.form-group textarea::placeholder { color: var(--text-muted); }

.form-group select {
  appearance: none;
  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='%2394A3B8' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 36px;
}

.form-group textarea { resize: vertical; min-height: 80px; }

.cta-form > .form-group { margin-bottom: 16px; }
.cta-form > .btn { margin-top: 20px; }

.form-note {
  text-align: center;
  font-size: 0.78rem;
  color: var(--text-muted);
  margin-top: 12px;
}

/* --- Footer --- */
.footer {
  padding: 64px 0 32px;
  border-top: 1px solid var(--border);
  background: var(--bg-subtle);
}

.footer-top {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 60px;
  margin-bottom: 48px;
}

.footer-tagline {
  color: var(--text-muted);
  font-size: 0.88rem;
  margin-top: 16px;
  line-height: 1.6;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}

.footer-col h4 {
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--text);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 16px;
}

.footer-col a {
  display: block;
  font-size: 0.85rem;
  color: var(--text-muted);
  padding: 4px 0;
  transition: color var(--transition);
}
.footer-col a:hover { color: var(--blue); }

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

.footer-bottom p { font-size: 0.8rem; color: var(--text-muted); }

.footer-socials { display: flex; gap: 12px; }
.footer-socials a {
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius-sm);
  background: var(--navy-surface);
  border: 1px solid var(--border);
  color: var(--text-muted);
  transition: all var(--transition);
}
.footer-socials a:hover { border-color: var(--blue); color: var(--blue); }
.footer-socials svg { width: 15px; height: 15px; }

/* ============================================
   Responsive
   ============================================ */

@media (max-width: 1024px) {
  .hero-layout { grid-template-columns: 1fr; gap: 48px; }
  .hero-content { text-align: center; }
  .hero-subtitle { margin-left: auto; margin-right: auto; }
  .hero-ctas { justify-content: center; }
  .risk-compare { flex-direction: row; }
  .integration-grid { grid-template-columns: repeat(2, 1fr); }
  .deploy-diagram { gap: 4px; }
  .deploy-arrow { width: 28px; }
  .features-grid { grid-template-columns: repeat(2, 1fr); }
  .solutions-grid { grid-template-columns: repeat(2, 1fr); }
  .sec-grid { grid-template-columns: 1fr; }
  .fw-row { grid-template-columns: repeat(2, 1fr); }
  .compliance-grid { grid-template-columns: repeat(2, 1fr); }
  .audience-grid { grid-template-columns: repeat(2, 1fr); }
  .why-now-layout { grid-template-columns: 1fr; gap: 48px; }
  .hero-bullets { text-align: left; max-width: 560px; margin-left: auto; margin-right: auto; }
}

/* Hero Bullets */
.hero-bullets {
  list-style: none;
  padding: 0;
  margin: 0 0 8px;
}
.hero-bullets li {
  position: relative;
  padding-left: 24px;
  color: var(--text-secondary);
  font-size: 0.95rem;
  line-height: 1.7;
  margin-bottom: 8px;
}
.hero-bullets li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--blue);
}

/* Business Outcomes */
.outcomes { padding: 100px 0; background: var(--bg); }
.outcomes-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}
.outcome-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 32px 28px;
  transition: all 0.2s ease;
}
.outcome-card:hover {
  border-color: var(--blue);
  box-shadow: var(--shadow-md);
  transform: translateY(-2px);
}
.outcome-icon {
  width: 44px;
  height: 44px;
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  background: rgba(37, 99, 235, 0.08);
}
.outcome-icon svg {
  width: 22px;
  height: 22px;
  stroke: var(--blue);
}
.outcome-card h3 {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 8px;
}
.outcome-card p {
  font-size: 0.9rem;
  color: var(--text-secondary);
  line-height: 1.65;
}

/* Audience / Who It's For */
.audience { padding: 100px 0; background: var(--surface); }
.audience-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.audience-card {
  background: var(--navy-surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 32px 24px;
  text-align: center;
  transition: all 0.2s ease;
}
.audience-card:hover {
  border-color: var(--blue);
  box-shadow: var(--shadow-md);
  transform: translateY(-2px);
}
.audience-icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  background: rgba(37, 99, 235, 0.08);
}
.audience-icon svg {
  width: 24px;
  height: 24px;
  stroke: var(--blue);
}
.audience-card h3 {
  font-size: 1rem;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 8px;
}
.audience-card p {
  font-size: 0.88rem;
  color: var(--text-secondary);
  line-height: 1.65;
}

/* Why Now */
.why-now { padding: 100px 0; background: linear-gradient(180deg, #0D1220 0%, #162035 100%); color: white; }
.why-now-layout {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 60px;
  align-items: center;
}
.why-now-content .section-tag { color: rgba(255,255,255,0.6); border-color: rgba(255,255,255,0.2); }
.why-now-content .section-title { color: white; }
.why-now-content p { color: rgba(255,255,255,0.8); font-size: 1rem; line-height: 1.75; margin-bottom: 20px; }
.why-now-stats {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.why-stat {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--radius-lg);
  padding: 28px;
}
.why-stat-number {
  display: block;
  font-size: 2.2rem;
  font-weight: 900;
  color: var(--blue);
  margin-bottom: 6px;
}
.why-stat-label {
  font-size: 0.88rem;
  color: rgba(255,255,255,0.7);
  line-height: 1.5;
}

@media (max-width: 768px) {
  .nav-links {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--navy-surface);
    flex-direction: column;
    padding: 20px 24px;
    gap: 14px;
    border-bottom: 1px solid var(--border);
    box-shadow: var(--shadow-md);
  }
  .nav-links.open { display: flex; }
  .mobile-toggle { display: flex; }
  .nav-actions .btn-ghost { display: none; }

  .hero { padding: 110px 0 60px; }
  .hero-ctas { flex-direction: column; align-items: center; }

  .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 24px; }
  .stat-number { font-size: 1.6rem; }

  .features-grid { grid-template-columns: 1fr; }
  .solutions-grid { grid-template-columns: 1fr; }

  .steps-grid { flex-direction: column; align-items: center; }
  .step-connector { transform: rotate(90deg); width: 40px; }

  .fw-row { grid-template-columns: 1fr; }
  .trust-banner { flex-direction: column; text-align: center; padding: 20px; }
  .dp-stats-row { grid-template-columns: repeat(2, 1fr); }
  .dp-three-col { grid-template-columns: 1fr; }
  .integration-grid { grid-template-columns: repeat(2, 1fr); }
  .deploy-diagram { flex-direction: column; gap: 4px; }
  .deploy-arrow { transform: rotate(90deg); width: 28px; }
  .deploy-gateway { width: 100%; max-width: 200px; }

  .compliance-grid { grid-template-columns: 1fr; }

  .pricing-grid {
    grid-template-columns: 1fr;
    max-width: 440px;
    margin: 0 auto;
  }

  .outcomes-grid { grid-template-columns: 1fr; }
  .audience-grid { grid-template-columns: repeat(2, 1fr); }
  .why-now-layout { grid-template-columns: 1fr; gap: 40px; }

  .cta-layout { grid-template-columns: 1fr; gap: 40px; }
  .cta-content { text-align: center; }
  .cta-benefits { align-items: center; }
  .form-row { grid-template-columns: 1fr; }

  .footer-top { grid-template-columns: 1fr; gap: 40px; }
  .footer-links { grid-template-columns: repeat(2, 1fr); gap: 24px; }
  .footer-bottom { flex-direction: column; gap: 16px; text-align: center; }
}

@media (max-width: 480px) {
  .container { padding: 0 16px; }
  .hero-title { font-size: 1.9rem; }
  .section-title { font-size: 1.5rem; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .sec-grid { grid-template-columns: 1fr; }
  .fw-row { grid-template-columns: 1fr; }
  .risk-compare { flex-direction: column; gap: 8px; }
  .risk-compare-arrow { transform: rotate(90deg); }
  .risk-mini-grid { max-width: 200px; margin-left: auto; margin-right: auto; }
  .risk-cell { min-height: 32px; }
}
