/* =====================================================
   CEO Summary Layer — VECA 2026
   ===================================================== */

/* ── Container ── */
#ceo-summary {
  font-family: 'Inter', sans-serif;
  color: #1a1a2e;
}

/* ── Section 1: Hero ── */
.ceo-hero {
  background: linear-gradient(135deg, #0d0d1a 0%, #1a1a3e 60%, #0d1a2e 100%);
  color: white;
  padding: 72px 24px 56px;
  text-align: center;
}
.ceo-hero-eyebrow {
  font-size: 11px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.4);
  margin-bottom: 20px;
}
.ceo-hero-title {
  font-size: clamp(26px, 4vw, 42px);
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 8px;
}
.ceo-hero-sub {
  font-size: 14px;
  color: rgba(255,255,255,0.5);
  margin-bottom: 48px;
}
.ceo-hero-stats {
  display: flex;
  justify-content: center;
  gap: 0;
  max-width: 600px;
  margin: 0 auto 32px;
}
.ceo-hero-stat {
  flex: 1;
  padding: 16px 8px;
}
.ceo-hero-stat + .ceo-hero-stat {
  border-left: 1px solid rgba(255,255,255,0.1);
}
.ceo-hero-stat-value {
  font-size: clamp(32px, 5vw, 48px);
  font-weight: 800;
  line-height: 1;
  margin-bottom: 6px;
}
.ceo-hero-stat-label {
  font-size: 11px;
  color: rgba(255,255,255,0.5);
  line-height: 1.6;
  white-space: pre-line;
}
.ceo-hero-insight {
  max-width: 520px;
  margin: 0 auto;
  padding: 14px 20px;
  background: rgba(46, 204, 113, 0.12);
  border: 1px solid rgba(46, 204, 113, 0.3);
  border-radius: 8px;
  font-size: 13px;
  color: #2ecc71;
  line-height: 1.5;
}
.ceo-hero-scroll-hint {
  margin-top: 40px;
  font-size: 12px;
  color: rgba(255,255,255,0.25);
  letter-spacing: 1px;
}

/* ── Section 2: The Surprise ── */
.ceo-surprise {
  background: #ffffff;
  padding: 56px 24px;
  border-bottom: 1px solid #f0f0f0;
}
.ceo-section-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #999;
  margin-bottom: 8px;
}
.ceo-section-title {
  font-size: clamp(18px, 2.5vw, 26px);
  font-weight: 700;
  color: #1a1a2e;
  margin-bottom: 6px;
  line-height: 1.3;
}
.ceo-section-sub {
  font-size: 14px;
  color: #666;
  margin-bottom: 32px;
}
.ceo-inner {
  max-width: 720px;
  margin: 0 auto;
}
.ceo-surprise-bars {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.ceo-bar-row {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.ceo-bar-meta {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  font-size: 13px;
  gap: 8px;
}
.ceo-bar-name { font-weight: 600; color: #1a1a2e; }
.ceo-bar-tag  { font-size: 11px; color: #888; flex-shrink: 0; }
.ceo-bar-track {
  height: 10px;
  background: #f0f0f0;
  border-radius: 5px;
  overflow: hidden;
}
.ceo-bar-fill {
  height: 100%;
  border-radius: 5px;
  transition: width 0.8s ease;
}
.ceo-bar-fill--poor    { background: linear-gradient(90deg, #e74c3c, #c0392b); }
.ceo-bar-fill--average { background: linear-gradient(90deg, #e67e22, #f39c12); }
.ceo-bar-fill--good    { background: linear-gradient(90deg, #27ae60, #2ecc71); }
.ceo-surprise-callout {
  margin-top: 28px;
  padding: 14px 18px;
  background: #fff8e1;
  border-radius: 8px;
  border-left: 4px solid #f39c12;
  font-size: 13px;
  color: #7d5a00;
  line-height: 1.6;
}

/* ── Section 3: The Gaps ── */
.ceo-gaps {
  background: #f8f9fb;
  padding: 56px 24px;
  border-bottom: 1px solid #eee;
}
.ceo-gaps-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-bottom: 24px;
}
.ceo-gap-card {
  background: white;
  border-radius: 10px;
  padding: 20px 22px;
  border-left: 4px solid #e74c3c;
  box-shadow: 0 1px 4px rgba(0,0,0,0.06);
}
.ceo-gap-header {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 14px;
  padding-bottom: 12px;
  border-bottom: 1px solid #f0f0f0;
}
.ceo-gap-score {
  font-size: 28px;
  font-weight: 800;
  color: #e74c3c;
  line-height: 1;
  flex-shrink: 0;
}
.ceo-gap-denom {
  font-size: 13px;
  color: #bbb;
  font-weight: 400;
}
.ceo-gap-label {
  font-size: 13px;
  font-weight: 700;
  color: #1a1a2e;
  line-height: 1.3;
  margin: 0;
}
.ceo-gap-section-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #bbb;
  margin: 12px 0 6px;
}
.ceo-gap-findings {
  margin: 0 0 4px 16px;
  padding: 0;
}
.ceo-gap-findings li {
  font-size: 12px;
  color: #555;
  line-height: 1.5;
  margin-bottom: 4px;
}
.ceo-gap-action {
  font-size: 12px;
  color: #1a3a5c;
  line-height: 1.5;
  background: #e8f4fd;
  border-radius: 6px;
  padding: 8px 10px;
  margin: 0;
}
.ceo-gap-best {
  font-size: 11px;
  color: #27ae60;
  margin: 10px 0 0;
  font-weight: 600;
}
.ceo-gaps-callout {
  padding: 14px 18px;
  background: #e8f4fd;
  border-radius: 8px;
  border-left: 4px solid #2980b9;
  font-size: 13px;
  color: #1a3a5c;
  line-height: 1.6;
}

/* ── Section 4: AI Scale ── */
.ceo-ai {
  background: #ffffff;
  padding: 56px 24px;
  border-bottom: 1px solid #f0f0f0;
}
.ceo-ai-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-bottom: 24px;
  border: 1px solid #eee;
  border-radius: 10px;
  overflow: hidden;
}
.ceo-ai-stat {
  text-align: center;
  padding: 24px 16px;
  border-right: 1px solid #eee;
}
.ceo-ai-stat:last-child { border-right: none; }
.ceo-ai-stat-value {
  font-size: 32px;
  font-weight: 800;
  color: #27ae60;
  line-height: 1;
  margin-bottom: 6px;
}
.ceo-ai-stat-label {
  font-size: 11px;
  color: #888;
}
.ceo-ai-callout {
  padding: 14px 18px;
  background: #f0fff4;
  border-radius: 8px;
  border-left: 4px solid #27ae60;
  font-size: 13px;
  color: #1e5f3a;
  line-height: 1.6;
}

/* ── Section 5: Brand CTA / SMOK Case Study ── */
.ceo-brand-cta {
  background: #f8f9fb;
  padding: 56px 24px;
  border-bottom: 1px solid #eee;
}
.ceo-brand-score-row {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 36px;
}
.ceo-brand-score-item {}
.ceo-brand-score-label {
  font-size: 12px;
  font-weight: 700;
  color: #333;
  margin-bottom: 5px;
}
.ceo-brand-bar-wrap {
  height: 8px;
  background: #eee;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 4px;
}
.ceo-brand-bar {
  height: 100%;
  border-radius: 4px;
  transition: width 0.8s ease;
}
.ceo-brand-score-val-row {
  display: flex;
  align-items: baseline;
  gap: 8px;
}
.ceo-brand-score-val {
  font-size: 15px;
  font-weight: 800;
}
.ceo-brand-score-note {
  font-size: 11px;
  color: #999;
}
.ceo-brand-actions-title {
  font-size: 13px;
  font-weight: 700;
  color: #1a1a2e;
  margin-bottom: 14px;
  letter-spacing: 0.3px;
}
.ceo-brand-actions-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 28px;
}
.ceo-brand-action-card {
  background: white;
  border-radius: 10px;
  padding: 16px 18px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.06);
  border-left: 3px solid #2980b9;
}
.ceo-brand-action-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
  flex-wrap: wrap;
}
.ceo-brand-action-num {
  font-size: 11px;
  font-weight: 800;
  color: #2980b9;
  font-family: 'Space Mono', monospace;
  flex-shrink: 0;
}
.ceo-brand-action-title {
  font-size: 13px;
  font-weight: 700;
  color: #1a1a2e;
  flex: 1;
}
.ceo-brand-action-tag {
  font-size: 10px;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 10px;
  white-space: nowrap;
  flex-shrink: 0;
}
.ceo-brand-action-tag--urgent    { background: #fee2e2; color: #dc2626; }
.ceo-brand-action-tag--high      { background: #fff7ed; color: #c2410c; }
.ceo-brand-action-tag--strategic { background: #e8f4fd; color: #2980b9; }
.ceo-brand-action-tag--growth    { background: #f0fdf4; color: #15803d; }
.ceo-brand-action-tag--compliance{ background: #faf5ff; color: #7c3aed; }
.ceo-brand-action-body {
  font-size: 12px;
  color: #555;
  line-height: 1.6;
  margin: 0;
}
.ceo-brand-audit-link {
  text-align: center;
}
.ceo-btn-smok-audit {
  display: inline-block;
  padding: 11px 24px;
  background: #1a1a2e;
  color: white;
  font-weight: 600;
  font-size: 13px;
  border-radius: 6px;
  text-decoration: none;
  transition: background 0.15s;
}
.ceo-btn-smok-audit:hover {
  background: #e8002a;
}

/* ── Section 6: CTA ── */
.ceo-cta {
  background: #1a1a2e;
  color: white;
  padding: 56px 24px;
  text-align: center;
}
.ceo-cta-title {
  font-size: clamp(18px, 2.5vw, 24px);
  font-weight: 700;
  margin-bottom: 8px;
}
.ceo-cta-sub {
  font-size: 14px;
  color: rgba(255,255,255,0.5);
  margin-bottom: 32px;
}
.ceo-cta-actions {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 32px;
}
.ceo-btn-secondary {
  display: inline-block;
  padding: 12px 28px;
  background: transparent;
  color: rgba(255,255,255,0.8);
  font-weight: 600;
  font-size: 14px;
  border-radius: 6px;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid rgba(255,255,255,0.3);
  font-family: inherit;
  transition: background 0.15s, color 0.15s;
}
.ceo-btn-secondary:hover {
  background: rgba(255,255,255,0.1);
  color: white;
}
.ceo-divider {
  border: none;
  border-top: 1px solid rgba(255,255,255,0.1);
  margin: 0 auto 24px;
  max-width: 480px;
}
.ceo-deep-dive-hint {
  font-size: 12px;
  color: rgba(255,255,255,0.3);
  letter-spacing: 0.5px;
}

/* ── Responsive ── */
@media (max-width: 600px) {
  .ceo-hero-stats {
    flex-direction: column;
    gap: 0;
  }
  .ceo-hero-stat + .ceo-hero-stat {
    border-left: none;
    border-top: 1px solid rgba(255,255,255,0.1);
  }
  .ceo-gaps-grid {
    grid-template-columns: 1fr;
  }
  .ceo-ai-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .ceo-ai-stat:nth-child(2) { border-right: none; }
  .ceo-ai-stat:nth-child(3) { border-top: 1px solid #eee; }
}

/* ── Print ── */
@media print {
  .ceo-hero {
    background: #f8f8f8 !important;
    color: #1a1a2e !important;
  }
  .ceo-hero-eyebrow,
  .ceo-hero-sub,
  .ceo-hero-stat-label,
  .ceo-hero-scroll-hint { color: #666 !important; }
  .ceo-cta {
    background: #f8f8f8 !important;
    color: #1a1a2e !important;
  }
  .ceo-cta-sub, .ceo-deep-dive-hint { color: #666 !important; }
  .ceo-btn-secondary { display: none; }
}
