:root {
  --accent: #1883DC;
  --accent-light: #E8F4FD;
  --accent-dark: #1268B3;
  --accent-gradient: linear-gradient(135deg, #1883DC 0%, #0EA5E9 100%);
  --accent-shadow: rgba(24, 131, 220, 0.25);

  --bg-cream: #FAF7F2;
  --bg-white: #FFFFFF;
  --bg-warm: #F5F1EC;
  --text-primary: #1A1A1A;
  --text-secondary: #5A5A5A;
  --text-muted: #8A8A7A;
  --border: #E8E4DF;
  --border-light: #F0EDEA;

  --success: #2D8A5E;
  --mint: #E3F5ED;

  --radius-button: 100px;
  --radius-card: 24px;
  --radius-small: 12px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  font-family: 'Plus Jakarta Sans', sans-serif;
  background: var(--bg-cream);
  color: var(--text-primary);
  line-height: 1.6;
  overflow-x: hidden;
}

body::before {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.02;
  z-index: 10000;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");
}

.container { max-width: 1200px; margin: 0 auto; padding: 0 40px; }
.container-wide { max-width: 1340px; margin: 0 auto; padding: 0 40px; }

/* ─── Nav ─── */
.site-nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--bg-cream);
  border-bottom: 1px solid var(--border-light);
}

.nav-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 72px;
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 40px;
}

.logo { display: flex; align-items: center; text-decoration: none; }
.logo img { height: 36px; width: auto; }

.nav-links { display: flex; gap: 8px; list-style: none; }

.nav-links a {
  text-decoration: none;
  color: var(--text-secondary);
  font-weight: 500;
  font-size: 15px;
  padding: 8px 18px;
  border-radius: var(--radius-button);
  transition: all 0.2s ease;
}

.nav-links a:hover { background: var(--bg-warm); color: var(--text-primary); }

.nav-cta { display: flex; align-items: center; }

.btn-nav {
  padding: 10px 24px;
  font-size: 13px;
  font-weight: 600;
  background: var(--accent);
  color: white;
  border-radius: var(--radius-button);
  text-decoration: none;
  transition: all 0.25s ease;
  box-shadow: 0 2px 8px rgba(24, 131, 220, 0.15);
}

.btn-nav:hover { background: var(--accent-dark); transform: translateY(-1px); }

.mobile-menu-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  color: var(--text-primary);
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
}

.mobile-menu {
  display: none;
  position: fixed;
  inset: 0;
  background: var(--bg-cream);
  z-index: 9999;
  padding: 20px 24px 32px;
  flex-direction: column;
}

.mobile-menu.active { display: flex; }

.mobile-menu-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 72px;
  margin-bottom: 24px;
}

.mobile-menu-header .logo img { height: 36px; width: auto; }

.mobile-menu-close {
  background: none;
  border: none;
  cursor: pointer;
  color: var(--text-primary);
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: -10px;
}

.mobile-menu-nav {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 32px;
  background: transparent;
  border: none;
  position: static;
}

.mobile-menu-nav a {
  text-decoration: none;
  color: var(--text-primary);
  font-weight: 600;
  font-size: 20px;
  padding: 14px 0;
  border-bottom: 1px solid var(--border-light);
}

.mobile-menu-nav a:last-child { border-bottom: none; }

.mobile-menu-actions { margin-top: 8px; }

.mobile-menu-actions .btn-hero {
  display: flex;
  width: 100%;
}

/* ─── Hero (Split) ─── */
.hero {
  padding: 80px 0 60px;
  background: rgba(250, 247, 242, 0.95);
  position: relative;
  overflow: hidden;
}

.hero::before {
  display: none;
}

.hero-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  position: relative;
  z-index: 2;
}

.hero-text { max-width: 560px; }

.badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 18px;
  background: white;
  border: 1px solid var(--border);
  border-radius: var(--radius-button);
  font-size: 13px;
  font-weight: 600;
  color: var(--text-secondary);
  margin-bottom: 32px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

.pulse-dot {
  width: 8px;
  height: 8px;
  background: var(--accent);
  border-radius: 50%;
  animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.5; transform: scale(1.4); }
}

h1 {
  font-size: clamp(40px, 5vw, 64px);
  font-weight: 800;
  line-height: 1.08;
  margin-bottom: 24px;
  letter-spacing: -2.5px;
}

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

h2 {
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -2px;
  margin-bottom: 16px;
}

h3 {
  font-size: clamp(20px, 2.5vw, 28px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.5px;
}

.hero-subhead {
  font-size: 17px;
  color: var(--text-secondary);
  margin-bottom: 36px;
  line-height: 1.75;
}

.hero-cta {
  margin-bottom: 36px;
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.btn-hero {
  display: inline-flex;
  align-items: center;
  padding: 16px 40px;
  font-size: 16px;
  font-weight: 700;
  background: var(--accent);
  color: white;
  border-radius: var(--radius-button);
  text-decoration: none;
  transition: all 0.25s ease;
  box-shadow: 0 4px 20px var(--accent-shadow);
  font-family: 'Plus Jakarta Sans', sans-serif;
}

.btn-hero:hover {
  background: var(--accent-dark);
  transform: translateY(-2px);
  box-shadow: 0 8px 32px var(--accent-shadow);
}

.btn-hero-secondary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 16px 28px;
  font-size: 16px;
  font-weight: 700;
  background: transparent;
  color: var(--text-primary);
  border: 1.5px solid var(--border);
  border-radius: var(--radius-button);
  text-decoration: none;
  transition: all 0.25s ease;
  font-family: 'Plus Jakarta Sans', sans-serif;
}

.btn-hero-secondary svg {
  width: 16px;
  height: 16px;
  transition: transform 0.25s ease;
}

.btn-hero-secondary:hover {
  border-color: var(--accent);
  color: var(--accent);
  transform: translateY(-2px);
}

.btn-hero-secondary:hover svg {
  transform: translateX(3px);
}

.proof-points { display: flex; gap: 28px; flex-wrap: wrap; }

.proof-point {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: var(--text-muted);
  font-weight: 500;
}

.proof-icon {
  width: 16px;
  height: 16px;
  color: var(--accent);
  flex-shrink: 0;
  stroke-width: 2.5;
}

/* Hero mockup - dashboard style */
.hero-visual { position: relative; }

.hero-mockup {
  background: white;
  border-radius: 16px;
  box-shadow:
    0 4px 8px rgba(0,0,0,0.04),
    0 16px 32px rgba(0,0,0,0.06),
    0 48px 80px rgba(0,0,0,0.08),
    0 80px 120px rgba(24, 131, 220, 0.06);
  overflow: hidden;
  border: 1px solid var(--border-light);
  display: flex;
  min-height: 420px;
}

/* Sidebar */
.mock-sidebar {
  width: 54px;
  background: #EBF3FB;
  border-right: 1px solid #D6E6F5;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 16px 0;
  gap: 6px;
  flex-shrink: 0;
}

.mock-sidebar-logo {
  width: 32px;
  height: 32px;
  background: var(--accent);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  overflow: hidden;
}

.mock-sidebar-item {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #7FAED4;
  transition: all 0.2s;
}

.mock-sidebar-item.active {
  background: white;
  color: var(--accent);
  box-shadow: 0 1px 3px rgba(0,0,0,0.06);
}

.mock-sidebar-item svg {
  width: 16px;
  height: 16px;
  stroke-width: 2;
}

/* Main content area */
.mock-main {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.mock-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 18px;
  border-bottom: 1px solid var(--border-light);
}

.mock-header-left {
  display: flex;
  align-items: center;
  gap: 10px;
}

.mock-page-title {
  font-weight: 700;
  font-size: 13px;
  color: var(--text-primary);
}

.toggle-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
}

.toggle-hint {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--accent);
  white-space: nowrap;
  animation: toggleHintBob 1.8s ease-in-out infinite;
}

.toggle-hint svg {
  width: 12px;
  height: 12px;
}

@keyframes toggleHintBob {
  0%, 100% { transform: translateX(0); }
  50% { transform: translateX(3px); }
}

.toggle-pill {
  display: flex;
  gap: 2px;
  background: var(--bg-warm);
  padding: 3px;
  border-radius: 16px;
}

.toggle-btn {
  padding: 4px 10px;
  background: transparent;
  border: none;
  border-radius: 14px;
  font-size: 11px;
  font-weight: 600;
  cursor: default;
  pointer-events: none;
  color: var(--text-muted);
  transition: all 0.2s;
  font-family: 'Plus Jakarta Sans', sans-serif;
}

#findings-toggle .toggle-btn {
  cursor: pointer;
  pointer-events: auto;
}

#findings-toggle .toggle-btn:hover {
  color: var(--text-secondary);
}

.toggle-btn.active {
  background: white;
  color: var(--accent);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
}

.mock-account-pill {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 5px 10px;
  border: 1px solid var(--border);
  border-radius: 8px;
  font-size: 11px;
  color: var(--text-secondary);
  font-weight: 500;
}

.mock-account-pill svg {
  width: 12px;
  height: 12px;
  stroke-width: 2;
}

/* Severity cards row */
.mock-severity-row {
  display: flex;
  gap: 8px;
  padding: 14px 18px;
}

.mock-sev-card {
  flex: 1;
  padding: 10px;
  border-radius: 10px;
  text-align: center;
}

.mock-sev-card.critical { background: #FEE2E2; }
.mock-sev-card.high { background: #FFEDD5; }
.mock-sev-card.medium { background: #FEF3C7; }
.mock-sev-card.low { background: #E0F2FE; }
.mock-sev-card.info { background: #F0EDEA; }

.mock-sev-label {
  font-size: 8px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 2px;
}

.mock-sev-card.critical .mock-sev-label { color: #DC2626; }
.mock-sev-card.high .mock-sev-label { color: #EA580C; }
.mock-sev-card.medium .mock-sev-label { color: #D97706; }
.mock-sev-card.low .mock-sev-label { color: #0284C7; }
.mock-sev-card.info .mock-sev-label { color: #8A8A7A; }

.mock-sev-count {
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -1px;
  line-height: 1.1;
}

.mock-sev-card.critical .mock-sev-count { color: #DC2626; }
.mock-sev-card.high .mock-sev-count { color: #EA580C; }
.mock-sev-card.medium .mock-sev-count { color: #D97706; }
.mock-sev-card.low .mock-sev-count { color: #0284C7; }
.mock-sev-card.info .mock-sev-count { color: var(--text-secondary); }

/* Findings list */
.mock-findings {
  padding: 0 18px 18px;
  flex: 1;
}

.mock-findings-header {
  font-size: 12px;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 10px;
}

.mock-finding-row {
  border: 1px solid var(--border-light);
  border-radius: 12px;
  padding: 14px;
  margin-bottom: 8px;
}

.mock-finding-row.highlighted {
  border-color: var(--accent);
  border-width: 2px;
  background: rgba(24, 131, 220, 0.02);
}

.mock-finding-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 6px;
}

.mock-finding-left { flex: 1; min-width: 0; }

.mock-finding-sev {
  display: inline-block;
  padding: 2px 7px;
  border-radius: 6px;
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
  flex-shrink: 0;
}

.mock-finding-sev.critical { background: #FEE2E2; color: #DC2626; }
.mock-finding-sev.high { background: #FFEDD5; color: #EA580C; }

.mock-finding-title {
  font-size: 13px;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 4px;
  display: flex;
  align-items: center;
  gap: 7px;
}

.mock-finding-title svg {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}

.mock-finding-desc {
  font-size: 11px;
  color: var(--text-secondary);
  line-height: 1.5;
}

.mock-finding-fix {
  background: var(--accent-light);
  border-left: 3px solid var(--accent);
  padding: 8px 10px;
  border-radius: 0 8px 8px 0;
  font-size: 11px;
  color: var(--text-secondary);
  margin-top: 10px;
  line-height: 1.4;
}

.mock-finding-fix strong { color: var(--accent-dark); font-weight: 700; }

.mock-finding-actions {
  display: flex;
  gap: 6px;
  margin-top: 10px;
}

.mock-btn {
  padding: 5px 14px;
  border-radius: var(--radius-button);
  font-size: 11px;
  font-weight: 600;
  border: none;
  cursor: default;
  pointer-events: none;
  font-family: 'Plus Jakarta Sans', sans-serif;
}

.mock-btn.primary { background: var(--accent); color: white; box-shadow: 0 2px 6px var(--accent-shadow); }
.mock-btn.secondary { background: white; color: var(--text-secondary); border: 1px solid var(--border); }

/* Floating annotation labels */
.hero-label {
  position: absolute;
  background: white;
  padding: 10px 16px;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1), 0 1px 3px rgba(0,0,0,0.06);
  font-size: 12px;
  font-weight: 600;
  color: var(--text-primary);
  line-height: 1.4;
  max-width: 200px;
  z-index: 3;
  white-space: normal;
}

.hero-label::before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  background: white;
  transform: rotate(45deg);
}

.hero-label-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 6px;
  margin-right: 6px;
  flex-shrink: 0;
  vertical-align: middle;
}

.hero-label-icon svg {
  width: 12px;
  height: 12px;
  stroke-width: 2.5;
}

.hero-label-icon.blue { background: var(--accent-light); color: var(--accent); }
.hero-label-icon.green { background: var(--mint); color: var(--success); }
.hero-label-icon.amber { background: #FEF3C7; color: #D97706; }

.hero-label.top-right {
  top: -16px;
  right: -24px;
}

.hero-label.top-right::before {
  bottom: -4px;
  left: 30px;
}

.hero-label.bottom-left {
  bottom: 30px;
  left: -32px;
}

.hero-label.bottom-left::before {
  top: -4px;
  right: 24px;
}

.hero-label.mid-right {
  right: -40px;
  top: 50%;
  transform: translateY(-50%);
}

.hero-label.mid-right::before {
  left: -4px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

.hero-caption {
  text-align: center;
  margin-top: 20px;
  font-size: 14px;
  color: var(--text-muted);
  font-weight: 500;
}

/* Section pre-heading labels */
.section-label {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: var(--accent);
  margin-bottom: 12px;
}

/* ─── Problem ─── */
.problem-section {
  padding: 120px 0;
  background: var(--bg-white);
}

.section-header {
  text-align: center;
  margin-bottom: 72px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.section-subhead {
  font-size: 18px;
  color: var(--text-secondary);
  line-height: 1.8;
  margin-top: 16px;
}

.problem-hero-card {
  background: rgba(24, 131, 220, 0.04);
  border: 1px solid rgba(24, 131, 220, 0.1);
  border-radius: var(--radius-card);
  padding: 48px;
  margin-bottom: 24px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 32px;
  align-items: start;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.problem-hero-icon-wrap {
  width: 64px;
  height: 64px;
  background: white;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}

.problem-hero-icon-wrap svg { width: 32px; height: 32px; color: var(--accent); stroke-width: 2; }
.problem-hero-card h3 { font-size: 24px; margin-bottom: 12px; }
.problem-hero-card p { font-size: 16px; color: var(--text-secondary); line-height: 1.7; }

.problem-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 1000px;
  margin: 0 auto;
}

.problem-card {
  background: var(--bg-cream);
  padding: 36px;
  border-radius: var(--radius-card);
  border: 1px solid var(--border-light);
  transition: all 0.35s ease;
}

.problem-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.07);
}

.problem-icon-wrap {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.problem-icon-wrap svg { width: 24px; height: 24px; stroke-width: 2; }
.problem-icon-wrap.amber { background: #FEF3C7; color: #D97706; }
.problem-icon-wrap.red { background: #FEE2E2; color: #DC2626; }
.problem-icon-wrap.purple { background: #F3E8FF; color: #7C3AED; }

.problem-card h3 { font-size: 18px; margin-bottom: 10px; }
.problem-card p { font-size: 14px; color: var(--text-secondary); line-height: 1.7; }

/* ─── Features (Full Width - comes BEFORE steps) ─── */
.features-section {
  padding: 120px 0;
  background: var(--bg-cream);
}

.features-intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: end;
  margin-bottom: 64px;
}

.features-intro h2 { margin-bottom: 0; }

.features-intro-sub {
  font-size: 18px;
  color: var(--text-secondary);
  line-height: 1.8;
}

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

.feature-card {
  background: var(--bg-white);
  padding: 40px 32px;
  border-radius: var(--radius-card);
  border: 1px solid var(--border-light);
  transition: all 0.35s ease;
}

.feature-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.07);
  border-color: transparent;
}

.feature-icon-wrap {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.feature-icon-wrap svg { width: 28px; height: 28px; stroke-width: 2; }
.feature-icon-wrap.blue { background: var(--accent-light); color: var(--accent); }
.feature-icon-wrap.green { background: #DCFCE7; color: #16A34A; }
.feature-icon-wrap.amber { background: #FEF3C7; color: #D97706; }
.feature-icon-wrap.purple { background: #F3E8FF; color: #7C3AED; }
.feature-icon-wrap.teal { background: #CCFBF1; color: #0D9488; }
.feature-icon-wrap.rose { background: #FFE4E6; color: #E11D48; }

.feature-card h4 { font-size: 18px; font-weight: 700; margin-bottom: 10px; }
.feature-card p { font-size: 15px; color: var(--text-secondary); line-height: 1.7; }

/* Testimonial strip */
.testimonial-strip {
  margin-top: 48px;
  background: var(--mint);
  border-radius: var(--radius-card);
  padding: 40px 48px;
  display: flex;
  align-items: center;
  gap: 32px;
}

.testimonial-icon { width: 48px; height: 48px; flex-shrink: 0; }
.testimonial-quote { font-size: 20px; font-weight: 700; line-height: 1.5; margin-bottom: 8px; }
.testimonial-author { font-size: 14px; color: var(--text-secondary); }

/* ─── CTA Bar (after features) ─── */
.cta-bar {
  padding: 0 0 120px;
  background: var(--bg-cream);
}

.cta-bar-inner {
  background: var(--accent);
  border-radius: var(--radius-card);
  padding: 48px 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  max-width: 1260px;
  margin: 0 auto;
}

.cta-bar-text h3 {
  color: white;
  font-size: 28px;
  letter-spacing: -1px;
  margin-bottom: 8px;
}

.cta-bar-text p {
  color: rgba(255,255,255,0.8);
  font-size: 16px;
}

.btn-cta-bar {
  display: inline-flex;
  align-items: center;
  padding: 16px 40px;
  font-size: 16px;
  font-weight: 700;
  background: white;
  color: var(--accent-dark);
  border-radius: var(--radius-button);
  text-decoration: none;
  transition: all 0.25s ease;
  box-shadow: 0 4px 16px rgba(0,0,0,0.1);
  white-space: nowrap;
  flex-shrink: 0;
}

.btn-cta-bar:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.15);
}

.cta-bar-buttons {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
  flex-wrap: wrap;
  justify-content: center;
}

.btn-on-accent-outline {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 16px 28px;
  font-size: 16px;
  font-weight: 700;
  background: transparent;
  color: white;
  border: 1.5px solid rgba(255, 255, 255, 0.5);
  border-radius: var(--radius-button);
  text-decoration: none;
  transition: all 0.25s ease;
  font-family: 'Plus Jakarta Sans', sans-serif;
  white-space: nowrap;
}

.btn-on-accent-outline svg {
  width: 16px;
  height: 16px;
  transition: transform 0.25s ease;
}

.btn-on-accent-outline:hover {
  border-color: white;
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-2px);
}

.btn-on-accent-outline:hover svg {
  transform: translateX(3px);
}

/* ─── How It Works (Three Steps Row) ─── */
.how-section {
  padding: 120px 0;
  background: var(--bg-white);
}

.steps-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  max-width: 900px;
  margin: 0 auto;
  position: relative;
}

.steps-row::before {
  content: '';
  position: absolute;
  top: 40px;
  left: calc(16.66% + 20px);
  right: calc(16.66% + 20px);
  height: 3px;
  background: var(--accent-gradient);
  border-radius: 2px;
  z-index: 0;
}

.step-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 1;
}

.step-circle {
  width: 80px;
  height: 80px;
  border-radius: 20px;
  background: white;
  border: 2px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  font-weight: 800;
  color: var(--accent);
  margin-bottom: 28px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.06);
  transition: all 0.3s ease;
}

.step-item:hover .step-circle {
  border-color: var(--accent);
  box-shadow: 0 8px 24px var(--accent-shadow);
  transform: translateY(-4px);
}

.step-item h3 { font-size: 20px; margin-bottom: 12px; letter-spacing: -0.5px; }
.step-item p { font-size: 15px; color: var(--text-secondary); line-height: 1.7; max-width: 280px; }

/* ─── Screenshots ─── */
.screenshots-section {
  padding: 120px 0;
  background: var(--bg-cream);
}

.screenshots-container { max-width: 1100px; margin: 0 auto; }

.screenshots-grid { display: grid; grid-template-columns: 1fr; gap: 32px; margin-top: 60px; }

.screenshots-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  margin-top: 60px;
}

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

.ss-panel {
  background: white;
  border-radius: 20px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.05);
  border: 1px solid var(--border-light);
  overflow: hidden;
}

.ss-panel-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 20px;
  border-bottom: 1px solid var(--border-light);
  background: #FAFAFA;
}

.ss-panel-title {
  font-size: 13px;
  font-weight: 700;
  color: var(--text-primary);
  display: flex;
  align-items: center;
  gap: 8px;
}

.ss-panel-title svg { width: 16px; height: 16px; stroke-width: 2; }

.ss-panel-badge {
  font-size: 10px;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 6px;
  text-transform: uppercase;
}

.ss-panel-badge.critical { background: #FEE2E2; color: #DC2626; }
.ss-panel-badge.high { background: #FFEDD5; color: #EA580C; }
.ss-panel-badge.region { background: var(--accent-light); color: var(--accent); }

.ss-panel-body { padding: 20px; }

.ss-caption {
  text-align: center;
  padding: 14px 20px;
  font-size: 13px;
  font-weight: 600;
  color: var(--text-secondary);
  background: #FAFAFA;
  border-top: 1px solid var(--border-light);
}

/* Finding detail mockup */
.ss-finding-title {
  font-size: 16px;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.ss-finding-title svg { width: 18px; height: 18px; flex-shrink: 0; }

.ss-finding-meta {
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
  font-size: 11px;
  color: var(--text-muted);
}

.ss-finding-meta span {
  display: flex;
  align-items: center;
  gap: 4px;
}

.ss-finding-meta svg { width: 12px; height: 12px; stroke-width: 2; }

.ss-finding-desc {
  font-size: 14px;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 16px;
  padding: 16px;
  background: var(--bg-cream);
  border-radius: 12px;
}

.ss-finding-desc strong { color: var(--text-primary); }

.ss-finding-fix-box {
  background: var(--accent-light);
  border-left: 3px solid var(--accent);
  padding: 14px 16px;
  border-radius: 0 12px 12px 0;
  margin-bottom: 16px;
}

.ss-finding-fix-box strong {
  font-size: 12px;
  color: var(--accent-dark);
  font-weight: 700;
}

.ss-finding-fix-box p {
  font-size: 13px;
  color: var(--text-secondary);
  line-height: 1.5;
  margin-top: 2px;
}

.ss-actions-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 20px;
  border-top: 1px solid var(--border-light);
  background: #FAFAFA;
}

.ss-action-btn {
  padding: 8px 20px;
  border-radius: var(--radius-button);
  font-size: 13px;
  font-weight: 600;
  border: none;
  cursor: default;
  pointer-events: none;
  font-family: 'Plus Jakarta Sans', sans-serif;
}

.ss-action-btn.apply { background: var(--accent); color: white; box-shadow: 0 2px 8px var(--accent-shadow); }
.ss-action-btn.suppress { background: #FEF3C7; color: #92400E; }
.ss-action-btn.details { background: white; color: var(--text-secondary); border: 1px solid var(--border); }

/* Findings list mockup */
.ss-list-item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 14px 0;
  border-bottom: 1px solid var(--border-light);
  gap: 12px;
}

.ss-list-item:last-child { border-bottom: none; }

.ss-list-text {
  min-width: 0;
  flex: 1;
}

.ss-list-finding {
  font-size: 13px;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 3px;
  line-height: 1.35;
}

.ss-list-resource {
  font-size: 11px;
  color: var(--text-muted);
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.ss-list-resource span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ss-list-resource span:first-child {
  flex: 1 1 auto;
}

.ss-list-resource span:last-child {
  flex: 0 0 auto;
  max-width: 30%;
}

#findings-panel.tech-mode .ss-list-finding {
  font-family: 'SF Mono', Menaco, Consolas, monospace;
  font-size: 12px;
}

#findings-panel.tech-mode .ss-list-resource span:first-child {
  font-family: 'SF Mono', Menaco, Consolas, monospace;
}

.ss-list-sev {
  padding: 3px 8px;
  border-radius: 6px;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  flex-shrink: 0;
  white-space: nowrap;
}

.ss-list-sev.high { background: #FFEDD5; color: #EA580C; }
.ss-list-sev.medium { background: #FEF3C7; color: #D97706; }
.ss-list-sev.critical { background: #FEE2E2; color: #DC2626; }

/* Alert email mockup */
.ss-email {
  text-align: center;
  padding: 32px 24px;
}

.ss-email-logo {
  margin-bottom: 20px;
}

.ss-email-logo img {
  height: 28px;
}

.ss-email-heading {
  font-size: 22px;
  font-weight: 800;
  color: var(--text-primary);
  margin-bottom: 8px;
}

.ss-email-sub {
  font-size: 13px;
  color: var(--text-muted);
  margin-bottom: 20px;
}

.ss-email-alert {
  background: #FEF3C7;
  border-left: 3px solid #F59E0B;
  padding: 14px 16px;
  border-radius: 0 10px 10px 0;
  text-align: left;
  margin-bottom: 20px;
  font-size: 13px;
  color: var(--text-secondary);
  line-height: 1.6;
}

.ss-email-alert svg {
  width: 14px;
  height: 14px;
  vertical-align: middle;
  margin-right: 4px;
  color: #D97706;
}

.ss-email-btn {
  display: inline-block;
  padding: 10px 28px;
  background: var(--accent);
  color: white;
  font-size: 13px;
  font-weight: 700;
  border-radius: var(--radius-button);
  text-decoration: none;
  font-family: 'Plus Jakarta Sans', sans-serif;
  cursor: default;
  pointer-events: none;
}

.ss-email-footer {
  margin-top: 20px;
  font-size: 11px;
  color: var(--text-muted);
}

/* ─── Pricing ─── */
.pricing-section {
  padding: 120px 0;
  background: var(--bg-white);
}

.pricing-header {
  text-align: center;
  margin-bottom: 72px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-headline {
  font-size: clamp(36px, 5vw, 56px);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -2px;
  margin-bottom: 20px;
}

.pricing-subhead { font-size: 18px; color: var(--text-secondary); line-height: 1.8; }

.pricing-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  max-width: 1060px;
  margin: 0 auto;
  align-items: start;
}

.pricing-card {
  background: white;
  border: 2px solid var(--accent);
  border-radius: var(--radius-card);
  padding: 48px;
  text-align: center;
  box-shadow:
    0 8px 24px rgba(24, 131, 220, 0.08),
    0 32px 64px rgba(24, 131, 220, 0.06);
  position: relative;
  overflow: hidden;
}

.pricing-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: var(--accent-gradient);
}

.pricing-badge {
  display: inline-block;
  padding: 6px 20px;
  background: var(--accent);
  color: white;
  border-radius: var(--radius-button);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 28px;
}

.price-amount {
  font-size: 88px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 8px;
  letter-spacing: -4px;
}

.price-period { font-size: 16px; color: var(--text-muted); margin-bottom: 36px; }

.pricing-features {
  text-align: left;
  margin-bottom: 36px;
  padding: 28px 0;
  border-top: 1px solid var(--border-light);
  border-bottom: 1px solid var(--border-light);
}

.pricing-feature {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  color: var(--text-secondary);
  margin-bottom: 14px;
  line-height: 1.5;
}

.pricing-feature:last-child { margin-bottom: 0; }

.check-circle { width: 20px; height: 20px; color: var(--accent); flex-shrink: 0; stroke-width: 2.5; }

.pricing-cta {
  width: 100%;
  padding: 16px 32px;
  background: var(--accent);
  color: white;
  border: none;
  border-radius: var(--radius-button);
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.25s ease;
  box-shadow: 0 4px 16px var(--accent-shadow);
  font-family: 'Plus Jakarta Sans', sans-serif;
}

.pricing-cta:hover {
  background: var(--accent-dark);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px var(--accent-shadow);
}

.pricing-note { font-size: 13px; color: var(--text-muted); margin-top: 20px; font-style: italic; }

/* Selling points - right side of pricing */
.selling-points-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  gap: 0;
}

.selling-point {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 28px 0;
  border-bottom: 1px solid var(--border-light);
}

.selling-point:first-child { padding-top: 0; }
.selling-point:last-child { border-bottom: none; padding-bottom: 0; }

.sp-icon-wrap {
  width: 52px;
  height: 52px;
  background: var(--accent-light);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.sp-icon-wrap svg { width: 24px; height: 24px; color: var(--accent); stroke-width: 2; }

.selling-point-lead { font-weight: 700; font-size: 17px; margin-bottom: 6px; }
.selling-point-desc { font-size: 15px; color: var(--text-secondary); line-height: 1.6; }

/* ─── Comparison ─── */
.comparison-section {
  padding: 120px 0;
  background: var(--bg-cream);
}

.comparison-container { max-width: 1000px; margin: 0 auto; }

.comparison-table-wrap {
  margin-top: 60px;
  border-radius: var(--radius-card);
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border: 2px solid var(--accent);
  box-shadow: 0 4px 20px rgba(24, 131, 220, 0.1);
  background: white;
}

.comparison-table { width: 100%; min-width: 540px; border-collapse: collapse; }

.comparison-table th,
.comparison-table td {
  padding: 18px 24px;
  text-align: left;
  border-bottom: 1px solid var(--border-light);
  font-size: 14px;
}

.comparison-table thead th {
  background: #F8F9FB;
  font-weight: 700;
  font-size: 13px;
}

.comparison-table th.col-bearhug,
.comparison-table td.col-bearhug {
  background: rgba(24, 131, 220, 0.04);
  border-left: 2px solid var(--accent);
  border-right: 2px solid var(--accent);
}

.comparison-table thead th.col-bearhug {
  background: rgba(24, 131, 220, 0.08);
  color: var(--accent-dark);
}

.comparison-table tr:last-child td { border-bottom: none; }

.comparison-table .row-price td {
  font-weight: 700;
  font-size: 15px;
  background: #FFFBEB;
}

.comparison-table .row-price td.col-bearhug {
  background: rgba(24, 131, 220, 0.08);
  color: var(--accent-dark);
  font-size: 16px;
}

.comparison-check { width: 20px; height: 20px; color: var(--accent); stroke-width: 2.5; }
.comparison-x { width: 20px; height: 20px; color: #D1D5DB; stroke-width: 2.5; }

/* ─── FAQ ─── */
.faq-section {
  padding: 120px 0;
  background: var(--bg-white);
}

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

.accordion { margin-top: 60px; }

.accordion-item {
  background: var(--bg-cream);
  border-radius: 16px;
  margin-bottom: 12px;
  overflow: hidden;
  border: 1px solid var(--border-light);
}

.accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  background: none;
  border: none;
  width: 100%;
  text-align: left;
  padding: 24px 28px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  transition: all 0.2s ease;
}

.accordion-header:hover { background: rgba(0,0,0,0.01); }
.accordion-header h4 { font-size: 16px; font-weight: 700; }

.accordion-icon {
  width: 22px;
  height: 22px;
  color: var(--text-muted);
  flex-shrink: 0;
  transition: transform 0.3s ease;
  stroke-width: 2;
}

.accordion-item.open .accordion-icon { transform: rotate(45deg); }

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}

.accordion-item.open .accordion-content { max-height: 500px; }

.accordion-content p {
  font-size: 15px;
  color: var(--text-secondary);
  line-height: 1.7;
  padding: 0 28px 24px;
}

/* ─── Final CTA (Blue) ─── */
.final-cta-section {
  padding: 80px 0;
  background: var(--accent);
  text-align: center;
  position: relative;
  overflow: hidden;
}

.final-cta-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 30% 50%, rgba(255,255,255,0.08) 0%, transparent 50%),
    radial-gradient(circle at 70% 50%, rgba(14, 165, 233, 0.15) 0%, transparent 50%);
  pointer-events: none;
}

.final-cta-content {
  position: relative;
  z-index: 1;
  max-width: 640px;
  margin: 0 auto;
}

.final-cta-section h2 {
  color: white;
  font-size: clamp(32px, 4vw, 48px);
  margin-bottom: 20px;
}

.final-cta-sub {
  font-size: 18px;
  color: rgba(255,255,255,0.8);
  line-height: 1.7;
  margin-bottom: 40px;
}

.btn-ghost {
  display: inline-flex;
  padding: 16px 40px;
  font-size: 16px;
  font-weight: 700;
  background: white;
  color: var(--accent-dark);
  border-radius: var(--radius-button);
  text-decoration: none;
  transition: all 0.25s ease;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}

.btn-ghost:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 32px rgba(0,0,0,0.15);
  background: #F8F8F8;
}

.final-cta-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.final-cta-proof {
  margin-top: 24px;
  font-size: 14px;
  color: rgba(255,255,255,0.6);
}

/* ─── Footer ─── */
footer {
  background: var(--bg-cream);
  padding: 0 40px;
}

.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  border-top: 1px solid var(--border);
  padding: 32px 0 28px;
}

.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
}

.footer-brand {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.footer-brand img { height: 28px; width: auto; flex-shrink: 0; margin-top: 2px; }
.footer-tagline { font-size: 14px; color: var(--text-muted); line-height: 1.6; max-width: 480px; }

.footer-bottom {
  text-align: left;
  font-size: 12px;
  color: var(--text-muted);
  border-top: 1px solid var(--border-light);
  padding-top: 16px;
}

.footer-bottom a {
  color: var(--text-muted);
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-bottom a:hover {
  color: var(--accent);
}

/* ─── Responsive ─── */
@media (max-width: 968px) {
  .container, .container-wide { padding: 0 24px; }
  .nav-content { padding: 0 24px; }
  .nav-links, .nav-cta { display: none; }
  .mobile-menu-toggle { display: flex; }

  h1 { font-size: 36px; letter-spacing: -1.5px; }
  h2 { font-size: 32px; }

  .hero-split { grid-template-columns: 1fr; gap: 48px; }
  .hero-text { max-width: 100%; }
  .hero-label { display: none; }
  .hero-mockup { min-height: auto; }

  .problem-hero-card { grid-template-columns: 1fr; gap: 20px; }
  .problem-grid { grid-template-columns: 1fr; }

  .features-intro { grid-template-columns: 1fr; gap: 16px; }
  .features-grid { grid-template-columns: repeat(2, 1fr); }

  .testimonial-strip { flex-direction: column; text-align: center; padding: 32px; }

  .cta-bar-inner {
    flex-direction: column;
    text-align: center;
    padding: 40px 32px;
  }

  .steps-row { grid-template-columns: 1fr; gap: 48px; }
  .steps-row::before { display: none; }

  .screenshots-row { grid-template-columns: 1fr; }
  .ss-finding-meta { flex-wrap: wrap; }
  .ss-actions-row { flex-wrap: wrap; }

  .pricing-layout { grid-template-columns: 1fr; max-width: 520px; }

  .comparison-table th, .comparison-table td { padding: 14px 12px; font-size: 13px; }
  .proof-points { gap: 16px; }

  .footer-top { flex-direction: column; gap: 24px; }
  .footer-brand { flex-direction: column; }

  .hero, .problem-section, .how-section, .features-section,
  .screenshots-section, .pricing-section, .comparison-section,
  .faq-section { padding: 80px 0; }

  .cta-bar { padding: 0 0 80px; }

  footer { padding: 0 24px; }
}

@media (max-width: 640px) {
  .container, .container-wide { padding: 0 20px; }
  .nav-content { padding: 0 20px; }

  h1 { font-size: 32px; letter-spacing: -1px; }
  h2 { font-size: 28px; letter-spacing: -1px; }
  h3 { font-size: 20px; }

  .proof-points { flex-direction: column; gap: 10px; }
  .features-grid { grid-template-columns: 1fr; }
  .feature-card { padding: 28px 24px; }
  .pricing-card { padding: 32px 24px; }
  .price-amount { font-size: 64px; letter-spacing: -3px; }
  .screenshot-main { padding: 40px 20px; min-height: 300px; }
  .btn-hero, .btn-ghost, .btn-cta-bar { padding: 14px 32px; font-size: 15px; }

  .cta-bar-inner { padding: 32px 24px; }
  .cta-bar-text h3 { font-size: 22px; }

  .accordion-header { padding: 20px; }
  .accordion-content p { padding: 0 20px 20px; }

  .hero, .problem-section, .how-section, .features-section,
  .screenshots-section, .pricing-section, .comparison-section,
  .faq-section { padding: 60px 0; }

  .cta-bar { padding: 0 0 60px; }

  .section-header { margin-bottom: 48px; }
  .problem-card { padding: 24px; }
  .final-cta-section h2 { font-size: 28px; }

  .mock-sidebar { display: none; }
  .hero-label { display: none; }
  .hero-mockup { min-height: auto; }
  .mock-severity-row { gap: 4px; padding: 10px 12px; }
  .mock-sev-card { padding: 6px; }
  .mock-sev-count { font-size: 16px; }
  .mock-sev-label { font-size: 7px; }
  .mock-findings { padding: 0 12px 12px; }
  .mock-finding-row { padding: 10px; }
  .mock-header { padding: 10px 12px; }
  .mock-page-title { font-size: 12px; }
  .mock-account-pill { font-size: 10px; padding: 4px 8px; }

  footer { padding: 0 20px; }
  .footer-brand { flex-direction: column; }
}
