/* ==========================================================================
   OERL Founder Profile — premium keynote / executive profile
   Scoped to .fp-* so it never leaks into other pages. Uses the shared theme
   tokens from oerl-enhance.css so light/dark both work automatically.
   ========================================================================== */

.fp-eyebrow { display:inline-block; font-size:15px; font-weight:600; text-transform:uppercase;
  color:var(--tg-theme-secondary-500); margin-bottom:12px; }

/* ---------- HERO ---------- */
.fp-hero { position:relative; overflow:hidden; padding:96px 0 90px;
  background:
    radial-gradient(60% 90% at 85% 10%, rgba(63,163,215,.30), transparent 60%),
    radial-gradient(50% 80% at 10% 90%, rgba(250,108,32,.18), transparent 60%),
    linear-gradient(135deg,#0a1830 0%,#0f2b46 45%,#134c6d 100%); }
.fp-hero::after { content:""; position:absolute; inset:0;
  background-image:radial-gradient(rgba(255,255,255,.06) 1px, transparent 1px);
  background-size:26px 26px; opacity:.5; pointer-events:none; }
.fp-hero .container { position:relative; z-index:2; }
.fp-hero-crumb { display:flex; gap:8px; align-items:center; font-size:13.5px; color:rgba(255,255,255,.72);
  margin-bottom:26px; }
.fp-hero-crumb a { color:rgba(255,255,255,.72); }
.fp-hero-crumb a:hover { color:#fff; }
.fp-hero-crumb .sep { opacity:.5; }
.fp-hero-name { font-size:56px; line-height:1.05; font-weight:800; color:#fff; margin:6px 0 14px; }
.fp-hero-role { font-size:19px; color:var(--tg-theme-primary-300); font-weight:600; margin-bottom:20px; }
.fp-hero-lead { font-size:16.5px; line-height:1.75; color:rgba(255,255,255,.82); max-width:560px; margin-bottom:26px; }
.fp-chips { display:flex; flex-wrap:wrap; gap:10px; margin-bottom:30px; }
.fp-chip { display:inline-flex; align-items:center; gap:7px; font-size:13.5px; font-weight:600;
  color:#eaf4fb; background:rgba(255,255,255,.09); border:1px solid rgba(255,255,255,.16);
  padding:8px 15px; border-radius:30px; }
.fp-chip i { width:16px; height:16px; color:var(--tg-theme-secondary-500); }
.fp-hero-actions { display:flex; flex-wrap:wrap; align-items:center; gap:16px; }
.fp-btn { display:inline-flex; align-items:center; gap:10px; font-weight:700; font-size:15px;
  padding:14px 28px; border-radius:40px; transition:transform .25s ease, box-shadow .25s ease, background .25s ease; }
.fp-btn i { width:18px; height:18px; }
.fp-btn-primary { background:var(--tg-theme-secondary-500); color:#fff;
  box-shadow:0 16px 34px -14px rgba(250,108,32,.6); }
.fp-btn-primary:hover { color:#fff; transform:translateY(-3px); background:var(--tg-theme-secondary-600); }
.fp-btn-ghost { color:#fff; border:1.5px solid rgba(255,255,255,.4); }
.fp-btn-ghost:hover { color:#0a1830; background:#fff; transform:translateY(-3px); }
.fp-hero-social { display:flex; gap:12px; margin-top:28px; }
.fp-hero-social a { width:42px; height:42px; border-radius:12px; display:inline-flex; align-items:center;
  justify-content:center; color:#fff; background:rgba(255,255,255,.08); border:1px solid rgba(255,255,255,.16);
  transition:all .25s ease; }
.fp-hero-social a:hover { background:var(--tg-theme-primary-500); border-color:var(--tg-theme-primary-500);
  transform:translateY(-3px); }

.fp-portrait { position:relative; margin-inline:auto; max-width:420px; }
.fp-portrait-frame { position:relative; border-radius:24px; overflow:hidden; z-index:2;
  border:1px solid rgba(255,255,255,.18); box-shadow:0 40px 90px -40px rgba(0,0,0,.7); }
.fp-portrait-frame img { width:100%; display:block; }
.fp-portrait::before { content:""; position:absolute; inset:-14px -14px auto auto; width:120px; height:120px;
  border-radius:24px; background:var(--tg-theme-secondary-500); opacity:.9; z-index:1; }
.fp-portrait::after { content:""; position:absolute; left:-16px; bottom:-16px; width:150px; height:150px;
  border:3px solid var(--tg-theme-primary-400); border-radius:24px; z-index:1; }
.fp-portrait-badge { position:absolute; left:-24px; bottom:34px; z-index:3; display:flex; align-items:center;
  gap:12px; background:#fff; border-radius:16px; padding:14px 18px; box-shadow:0 24px 50px -22px rgba(0,0,0,.45); }
.fp-portrait-badge .n { font-size:30px; font-weight:800; color:var(--tg-theme-primary-500); line-height:1; }
.fp-portrait-badge .t { font-size:12.5px; font-weight:600; color:#5b6478; line-height:1.3; }

/* ---------- STAT STRIP ---------- */
.fp-stats { margin-top:-58px; position:relative; z-index:5; }
.fp-stats-inner { background:var(--oerl-surface); border:1px solid var(--oerl-border-soft);
  border-radius:20px; box-shadow:0 30px 70px -40px rgba(20,24,60,.35); padding:16px 8px; }
[data-bs-theme="dark"] .fp-stats-inner { box-shadow:0 30px 70px -34px rgba(0,0,0,.8); }
.fp-stat { text-align:center; padding:24px 16px; }
.fp-stat i { width:30px; height:30px; color:var(--tg-theme-secondary-500); margin-bottom:12px; }
.fp-stat .num { font-size:40px; font-weight:800; color:var(--tg-heading-color); line-height:1; display:flex;
  align-items:center; justify-content:center; gap:2px; }
.fp-stat .lbl { font-size:14.5px; color:var(--tg-body-color); margin-top:8px; }
[data-bs-theme="dark"] .fp-stat .lbl { color:var(--oerl-text); }

/* ---------- SECTION SHELL ---------- */
.fp-sec { padding:100px 0; }
.fp-sec.tight { padding:70px 0; }
.fp-head { max-width:680px; margin:0 auto 54px; text-align:center; }
.fp-head h2 { font-size:40px; font-weight:800; color:var(--tg-heading-color); margin:0 0 14px; }
.fp-head p { font-size:16px; line-height:1.7; color:var(--tg-body-color); margin:0; }
[data-bs-theme="dark"] .fp-head p { color:var(--oerl-text); }
.fp-soft { background:var(--oerl-surface-2); }
[data-bs-theme="dark"] .fp-soft { background:var(--oerl-bg-2); }
.fp-note { text-align:center; font-style:italic; font-size:14px; color:var(--tg-body-color); opacity:.8; margin-top:30px; }

/* ---------- ABOUT + FOCUS ---------- */
.fp-about-lead { font-size:20px; line-height:1.7; font-weight:500; color:var(--tg-heading-color); margin-bottom:22px; }
.fp-about p { font-size:16px; line-height:1.8; color:var(--tg-body-color); }
[data-bs-theme="dark"] .fp-about p { color:var(--oerl-text); }
.fp-focus { display:grid; grid-template-columns:1fr 1fr; gap:14px; margin-top:8px; }
.fp-focus li { display:flex; gap:12px; align-items:flex-start; font-size:15px; font-weight:600;
  color:var(--tg-heading-color); }
.fp-focus li i { flex:0 0 22px; width:22px; height:22px; color:var(--tg-theme-primary-500); margin-top:1px; }

/* ---------- CARD GRID (expertise / credentials / initiatives / awards) ---------- */
.fp-grid { display:grid; gap:24px; }
.fp-grid.c2 { grid-template-columns:repeat(2,1fr); }
.fp-grid.c3 { grid-template-columns:repeat(3,1fr); }
.fp-grid.c4 { grid-template-columns:repeat(4,1fr); }
.fp-card { background:var(--oerl-surface); border:1px solid var(--oerl-border-soft); border-radius:18px;
  padding:30px 26px; transition:transform .3s ease, box-shadow .3s ease, border-color .3s ease; height:100%; }
.fp-card:hover { transform:translateY(-6px); border-color:var(--tg-theme-primary-300);
  box-shadow:0 26px 54px -30px rgba(20,24,60,.34); }
[data-bs-theme="dark"] .fp-card:hover { box-shadow:0 26px 54px -26px rgba(0,0,0,.85); }
.fp-card-ico { width:54px; height:54px; border-radius:14px; display:inline-flex; align-items:center;
  justify-content:center; background:rgba(63,163,215,.12); color:var(--tg-theme-primary-500); margin-bottom:18px; }
.fp-card-ico.alt { background:rgba(250,108,32,.13); color:var(--tg-theme-secondary-500); }
.fp-card-ico i { width:26px; height:26px; }
.fp-card h4 { font-size:19px; font-weight:700; color:var(--tg-heading-color); margin:0 0 10px; }
.fp-card p { font-size:14.5px; line-height:1.7; color:var(--tg-body-color); margin:0; }
[data-bs-theme="dark"] .fp-card p { color:var(--oerl-text); }
.fp-card .fp-meta { display:inline-block; font-size:12.5px; font-weight:700; letter-spacing:.04em;
  text-transform:uppercase; color:var(--tg-theme-primary-500); margin-bottom:8px; }
.fp-card-link { display:inline-flex; align-items:center; gap:6px; margin-top:16px; font-weight:700;
  font-size:14px; color:var(--tg-theme-primary-500); }
.fp-card-link i { width:16px; height:16px; transition:transform .25s ease; }
.fp-card:hover .fp-card-link i { transform:translateX(4px); }

/* ---------- CREDENTIAL LIST CARD ---------- */
.fp-cred li { display:flex; gap:12px; align-items:flex-start; padding:12px 0;
  border-bottom:1px dashed var(--oerl-border-soft); font-size:15px; color:var(--tg-body-color); }
.fp-cred li:last-child { border-bottom:0; }
.fp-cred li i { flex:0 0 20px; width:20px; height:20px; color:var(--tg-theme-secondary-500); margin-top:2px; }
[data-bs-theme="dark"] .fp-cred li { color:var(--oerl-text); }

/* ---------- INTERACTIVE TIMELINE ---------- */
.fp-tl { position:relative; max-width:940px; margin:0 auto; }
.fp-tl::before { content:""; position:absolute; left:50%; top:6px; bottom:6px; width:3px; transform:translateX(-50%);
  background:linear-gradient(var(--tg-theme-primary-500),var(--tg-theme-secondary-500)); border-radius:3px; }
.fp-tl-item { position:relative; width:50%; padding:0 44px 42px; }
.fp-tl-item:nth-child(odd) { left:0; text-align:right; }
.fp-tl-item:nth-child(even) { left:50%; text-align:left; }
.fp-tl-dot { position:absolute; top:6px; width:18px; height:18px; border-radius:50%;
  background:var(--tg-theme-secondary-500); box-shadow:0 0 0 5px rgba(250,108,32,.16); }
.fp-tl-item:nth-child(odd) .fp-tl-dot { right:-9px; }
.fp-tl-item:nth-child(even) .fp-tl-dot { left:-9px; }
.fp-tl-card { background:var(--oerl-surface); border:1px solid var(--oerl-border-soft); border-radius:16px;
  padding:22px 24px; transition:transform .3s ease, box-shadow .3s ease, border-color .3s ease; }
.fp-tl-card:hover { transform:translateY(-4px); border-color:var(--tg-theme-primary-300);
  box-shadow:0 22px 46px -28px rgba(20,24,60,.34); }
.fp-tl-year { display:inline-block; font-size:13px; font-weight:800; letter-spacing:.04em;
  color:var(--tg-theme-primary-500); margin-bottom:8px; }
.fp-tl-card h4 { font-size:18px; font-weight:700; color:var(--tg-heading-color); margin:0 0 8px; }
.fp-tl-card p { font-size:14.5px; line-height:1.7; color:var(--tg-body-color); margin:0; }
[data-bs-theme="dark"] .fp-tl-card p { color:var(--oerl-text); }

/* ---------- QUOTE / MESSAGE ---------- */
.fp-quote { position:relative; overflow:hidden; border-radius:24px; padding:64px 60px; color:#fff;
  background:linear-gradient(135deg,#0a1830 0%,#123a52 50%,#1c6a97 100%); }
.fp-quote .mark { font-size:120px; line-height:.6; font-weight:800; color:rgba(255,255,255,.14);
  font-family:Georgia,serif; display:block; margin-bottom:10px; }
.fp-quote blockquote { font-size:26px; line-height:1.5; font-weight:600; margin:0 0 22px; max-width:820px; }
.fp-quote p { color:rgba(255,255,255,.85); font-size:16px; line-height:1.75; max-width:760px; margin:0 0 26px; }
.fp-quote-by { display:flex; align-items:center; gap:14px; }
.fp-quote-by img { width:56px; height:56px; border-radius:50%; object-fit:cover; border:2px solid rgba(255,255,255,.3); }
.fp-quote-by .nm { font-weight:700; font-size:16px; }
.fp-quote-by .rl { font-size:13.5px; color:rgba(255,255,255,.75); }

/* ---------- TESTIMONIALS ---------- */
.fp-tst { background:var(--oerl-surface); border:1px solid var(--oerl-border-soft); border-radius:18px;
  padding:32px 30px; height:100%; }
.fp-tst .stars { color:var(--tg-theme-secondary-500); display:flex; gap:3px; margin-bottom:14px; }
.fp-tst .stars i { width:18px; height:18px; fill:currentColor; }
.fp-tst p { font-size:15.5px; line-height:1.7; color:var(--tg-body-color); margin:0 0 20px; }
[data-bs-theme="dark"] .fp-tst p { color:var(--oerl-text); }
.fp-tst .who { display:flex; align-items:center; gap:12px; }
.fp-tst .who .av { width:46px; height:46px; border-radius:50%; display:flex; align-items:center; justify-content:center;
  font-weight:800; color:#fff; background:var(--tg-theme-primary-500); }
.fp-tst .who .nm { font-weight:700; font-size:15px; color:var(--tg-heading-color); }
.fp-tst .who .rl { font-size:13px; color:var(--tg-body-color); }

/* ---------- RESPONSIVE ---------- */
@media (max-width:1199px){ .fp-hero-name{font-size:46px;} }
@media (max-width:991px){
  .fp-hero{padding:70px 0;}
  .fp-hero-name{font-size:40px;}
  .fp-portrait{margin-top:48px;}
  .fp-grid.c4{grid-template-columns:repeat(2,1fr);}
  .fp-grid.c3{grid-template-columns:repeat(2,1fr);}
  .fp-quote{padding:48px 34px;}
  .fp-quote blockquote{font-size:22px;}
  .fp-tl::before{left:19px;}
  .fp-tl-item{width:100%; left:0 !important; text-align:left !important; padding:0 0 34px 52px;}
  .fp-tl-item .fp-tl-dot{left:11px !important; right:auto !important;}
}
@media (max-width:575px){
  .fp-hero-name{font-size:32px;}
  .fp-focus{grid-template-columns:1fr;}
  .fp-grid.c2,.fp-grid.c3,.fp-grid.c4{grid-template-columns:1fr;}
  .fp-sec{padding:64px 0;}
  .fp-stats{margin-top:-40px;}
  .fp-quote blockquote{font-size:20px;}
  .fp-portrait-badge{left:0;}
}
