/* CEO Detail Page Styles */
.ceo-page { max-width: 960px; margin: 0 auto; padding: 0 var(--page-padding-x); }

/* Hero */
.ceo-hero { display: flex; align-items: center; gap: 48px; padding: 100px 0 60px; }
.ceo-hero-photo { width: 240px; height: 240px; border-radius: 50%; object-fit: cover; border: 4px solid rgba(41,113,255,0.3); flex-shrink: 0; }
.ceo-hero-text { flex: 1; }
.ceo-hero-label { display: inline-block; padding: 4px 12px; background: rgba(41,113,255,0.15); color: #6b9aff; font-size: 13px; font-weight: 700; border-radius: 4px; letter-spacing: 0.5px; margin-bottom: 12px; }
.ceo-hero-name { font-size: 36px; font-weight: 800; color: #fff; margin: 0 0 4px 0; }
.ceo-hero-tagline { font-size: 20px; font-weight: 600; color: rgba(255,255,255,0.7); margin: 0 0 20px 0; }
.ceo-hero-intro { font-size: 15px; font-weight: 400; color: rgba(255,255,255,0.55); line-height: 1.8; margin: 0; }
.ceo-hero-intro strong { color: rgba(255,255,255,0.85); font-weight: 600; }

/* Back link */
.ceo-back { display: inline-flex; align-items: center; gap: 6px; color: rgba(255,255,255,0.4); font-size: 14px; text-decoration: none; padding: 24px 0 0; transition: color 0.2s; }
.ceo-back:hover { color: #fff; }
.ceo-back svg { width: 16px; height: 16px; }

/* Section divider */
.ceo-divider { border: none; border-top: 1px solid rgba(255,255,255,0.06); margin: 48px 0; }

/* Section titles */
.ceo-section-title { font-size: 22px; font-weight: 700; color: #fff; margin: 0 0 28px 0; }
.ceo-section-label { font-size: 12px; font-weight: 700; color: #6b9aff; letter-spacing: 1.5px; text-transform: uppercase; margin: 0 0 8px 0; }

/* Philosophy cards */
.ceo-phil-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.ceo-phil-card { background: #0c1a2e; border: 1px solid rgba(255,255,255,0.06); border-radius: 14px; padding: 28px 24px; transition: border-color 0.3s, transform 0.3s; }
.ceo-phil-card:hover { border-color: rgba(41,113,255,0.25); transform: translateY(-2px); }
.ceo-phil-card h3 { font-size: 17px; font-weight: 700; color: #6b9aff; margin: 0 0 12px 0; }
.ceo-phil-card p { font-size: 14px; font-weight: 400; color: rgba(255,255,255,0.55); line-height: 1.7; margin: 0; }
.ceo-phil-card .phil-link { display: inline-flex; align-items: center; gap: 4px; margin-top: 14px; color: #2971ff; font-size: 13px; font-weight: 600; text-decoration: none; transition: opacity 0.2s; }
.ceo-phil-card .phil-link:hover { opacity: 0.7; }

/* Quotes */
.ceo-quotes { display: flex; flex-direction: column; gap: 16px; }
.ceo-quote-item { padding: 20px 24px; background: linear-gradient(135deg, rgba(41,113,255,0.06) 0%, rgba(41,113,255,0.02) 100%); border-left: 3px solid #2971ff; border-radius: 0 10px 10px 0; font-size: 17px; font-weight: 500; color: rgba(255,255,255,0.85); line-height: 1.6; font-style: italic; }

/* Leadership pillars */
.ceo-pillars { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.ceo-pillar { background: #0c1a2e; border: 1px solid rgba(255,255,255,0.06); border-radius: 14px; padding: 28px 24px; }
.ceo-pillar h3 { font-size: 16px; font-weight: 700; color: #fff; margin: 0 0 10px 0; }
.ceo-pillar p { font-size: 14px; font-weight: 400; color: rgba(255,255,255,0.5); line-height: 1.7; margin: 0; }

/* Media section */
.ceo-media-section-cards { display: flex; flex-direction: column; gap: 16px; }
.ceo-media-group-title { font-size: 15px; font-weight: 700; color: rgba(255,255,255,0.7); margin: 28px 0 12px 0; padding-bottom: 8px; border-bottom: 1px solid rgba(255,255,255,0.06); }
.ceo-media-group-title:first-of-type { margin-top: 0; }
.ceo-article-card { display: flex; gap: 16px; align-items: flex-start; background: #0c1a2e; border: 1px solid rgba(255,255,255,0.06); border-radius: 12px; padding: 20px 24px; text-decoration: none; transition: border-color 0.3s, transform 0.3s; }
.ceo-article-card:hover { border-color: rgba(41,113,255,0.25); transform: translateY(-1px); }
.ceo-article-num { flex-shrink: 0; width: 32px; height: 32px; display: flex; align-items: center; justify-content: center; background: rgba(41,113,255,0.1); color: #6b9aff; font-size: 13px; font-weight: 700; border-radius: 8px; }
.ceo-article-body { flex: 1; }
.ceo-article-body h4 { font-size: 15px; font-weight: 600; color: #fff; margin: 0 0 6px 0; line-height: 1.4; }
.ceo-article-body p { font-size: 13px; font-weight: 400; color: rgba(255,255,255,0.4); line-height: 1.5; margin: 0; }
.ceo-article-source { display: inline-block; margin-top: 8px; font-size: 11px; font-weight: 700; color: rgba(255,255,255,0.25); letter-spacing: 0.3px; }

/* Video card */
.ceo-video-card { display: flex; gap: 24px; align-items: center; background: linear-gradient(135deg, #0c1a2e 0%, #101c30 100%); border: 1px solid rgba(41,113,255,0.15); border-radius: 14px; padding: 16px; text-decoration: none; transition: border-color 0.3s, transform 0.3s; overflow: hidden; }
.ceo-video-card:hover { border-color: rgba(41,113,255,0.35); transform: translateY(-2px); }
.ceo-video-thumb { position: relative; flex-shrink: 0; width: 340px; border-radius: 10px; overflow: hidden; }
.ceo-video-thumb img { width: 100%; height: auto; display: block; }
.ceo-video-play-btn { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 56px; height: 56px; background: rgba(229,9,20,0.9); border-radius: 50%; display: flex; align-items: center; justify-content: center; transition: transform 0.2s, background 0.2s; }
.ceo-video-card:hover .ceo-video-play-btn { transform: translate(-50%, -50%) scale(1.1); background: rgba(229,9,20,1); }
.ceo-video-play-btn svg { width: 24px; height: 24px; margin-left: 2px; }
.ceo-video-info { flex: 1; }
.ceo-video-info .vid-tag { display: inline-block; padding: 3px 8px; background: rgba(229,9,20,0.15); color: #ff4d4d; font-size: 11px; font-weight: 700; border-radius: 4px; margin-bottom: 6px; }
.ceo-video-info h4 { font-size: 17px; font-weight: 600; color: #fff; margin: 0 0 6px 0; }
.ceo-video-info p { font-size: 13px; font-weight: 400; color: rgba(255,255,255,0.45); line-height: 1.5; margin: 0; }
.ceo-video-links { display: flex; gap: 12px; margin-top: 10px; }
.ceo-video-links a { font-size: 12px; font-weight: 600; color: #2971ff; text-decoration: none; }
.ceo-video-links a:hover { text-decoration: underline; }

/* Closing */
.ceo-closing { text-align: center; padding: 48px 0 80px; }
.ceo-closing p { font-size: 16px; font-weight: 400; color: rgba(255,255,255,0.55); line-height: 1.8; margin: 0 auto; max-width: 640px; }
.ceo-closing p strong { color: rgba(255,255,255,0.85); }
.ceo-closing .ceo-home-btn { display: inline-flex; align-items: center; gap: 10px; margin-top: 32px; padding: 14px 28px; background: #2971ff; color: #fff; font-size: 15px; font-weight: 600; border-radius: 8px; text-decoration: none; transition: background 0.2s; }
.ceo-closing .ceo-home-btn:hover { background: #1d5ed9; }

/* Responsive */
@media (max-width: 768px) {
  .ceo-hero { flex-direction: column; text-align: center; gap: 24px; padding: 80px 0 40px; }
  .ceo-hero-photo { width: 160px; height: 160px; }
  .ceo-hero-name { font-size: 28px; }
  .ceo-hero-tagline { font-size: 17px; }
  .ceo-hero-intro { text-align: left; }
  .ceo-phil-cards { grid-template-columns: 1fr; }
  .ceo-pillars { grid-template-columns: 1fr; }
  .ceo-quote-item { font-size: 15px; padding: 16px 18px; }
  .ceo-video-card { flex-direction: column; }
  .ceo-video-thumb { width: 100%; }
  .ceo-video-links { justify-content: flex-start; }
  .ceo-article-card { flex-direction: column; gap: 10px; }
}
