/*!
Theme Name: fluentmindsedu
Theme URI: https://white-baboon-158210.hostingersite.com/
Author: white-baboon-158210.hostingersite.com
Author URI: https://white-baboon-158210.hostingersite.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
Text Domain: fluentmindsedu
*/
/* ============================================================
   FLUENT MINDS — THEME STYLES  v2.0
   All design tokens, components, and page-specific styles
   Inline styles removed — fully class-driven & responsive
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,700;0,900;1,400;1,700&family=DM+Sans:wght@300;400;500;600&family=DM+Serif+Display:ital@0;1&display=swap');

:root {
  --ink:    #0e1a2b;
  --ink2:   #1c2f47;
  --teal:   #0b9e8a;
  --teal2:  #05d4b8;
  --amber:  #e86c1a;
  --amber2: #ff8c3d;
  --cream:  #f8f4ee;
  --sand:   #ede6d8;
  --fog:    #f2ede5;
  --muted:  #6b7a8d;
  --border: #ddd5c4;
  --white:  #ffffff;
  --gold:   #f0c040;
  --f-serif:'Playfair Display', Georgia, serif;
  --f-disp: 'DM Serif Display', Georgia, serif;
  --f-body: 'DM Sans', 'Helvetica Neue', sans-serif;
  --r1:6px; --r2:14px; --r3:24px;
  --sh1:0 2px 12px rgba(14,26,43,.08);
  --sh2:0 10px 40px rgba(14,26,43,.12);
  --sh3:0 20px 60px rgba(14,26,43,.16);
  --tr:all .28s cubic-bezier(.4,0,.2,1);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body { font-family: var(--f-body); background: var(--cream); color: var(--ink); -webkit-font-smoothing: antialiased; line-height: 1.6; overflow-x: hidden; }
h1,h2,h3,h4,h5 { font-family: var(--f-serif); color: var(--ink); line-height: 1.1; letter-spacing: -.02em; }
a { color: var(--teal); text-decoration: none; transition: var(--tr); }
a:hover { color: var(--teal2); }
img { max-width: 100%; height: auto; display: block; }
ul { list-style: none; padding: 0; }
input, select, textarea, button { font-family: var(--f-body); }
p { margin: 0; }

.wp-block-image img { height: auto; }
figure { margin: 0; }

main#primary{  
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 5%;
}

.fm-wrap { max-width: 1240px; margin: 0 auto; padding: 0 5%; }
.fm-section { padding: 96px 0; }
.fm-bg-cream  { background: var(--cream); }
.fm-bg-white  { background: var(--white); }
.fm-bg-ink    { background: var(--ink); }
.fm-bg-sand   { background: var(--sand); }

.fm-eyebrow { /*display: inline-flex;*/ align-items: center; gap: 8px; font-size: 10.5px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; color: var(--teal); margin-bottom: 16px; }
.fm-eyebrow::before { content: ''; width: 28px; height: 1.5px; background: currentColor; flex-shrink: 0; }
.fm-eyebrow-amber { color: var(--amber); }
.fm-eyebrow-white { color: var(--teal2); }
.fm-eyebrow-center { justify-content: center; }

.fm-btn { display: inline-flex; align-items: center; gap: 9px; padding: 14px 32px; border-radius: 4px; font-size: .9rem; font-weight: 600; letter-spacing: .01em; transition: var(--tr); border: 2px solid transparent; cursor: pointer; white-space: nowrap; text-decoration: none; }
.fm-btn-teal   { background: var(--teal);   color: #fff; border-color: var(--teal); }
.fm-btn-teal:hover   { background: var(--teal2); border-color: var(--teal2); color: #fff; transform: translateY(-2px); box-shadow: 0 8px 28px rgba(11,158,138,.35); }
.fm-btn-amber  { background: var(--amber);  color: #fff; border-color: var(--amber); }
.fm-btn-amber:hover  { background: var(--amber2); border-color: var(--amber2); color: #fff; transform: translateY(-2px); }
.fm-btn-ink    { background: var(--ink);    color: #fff; border-color: var(--ink); }
.fm-btn-ink:hover    { background: var(--ink2);  color: #fff; transform: translateY(-2px); }
.fm-btn-outline { background: transparent; color: var(--ink); border-color: var(--ink); }
.fm-btn-outline:hover { background: var(--ink); color: #fff; }
.fm-btn-ghost  { background: transparent; color: #fff; border-color: rgba(255,255,255,.4); }
.fm-btn-ghost:hover  { border-color: #fff; background: rgba(255,255,255,.08); }
.fm-btn-white  { background: #fff; color: var(--ink); border-color: #fff; }
.fm-btn-white:hover  { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(0,0,0,.12); }
.fm-btn-sm { padding: 10px 22px; font-size: .82rem; }
.fm-btn-teal-color { color: var(--teal); }

.fm-nav { background: #fff; border-bottom: 1px solid var(--border); position: sticky; top: 0; z-index: 999; }
.fm-nav-inner { max-width: 1240px; margin: 0 auto; padding: 0 5%; height: 122px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.fm-nav-logo { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.fm-nav-logo-icon { width: 38px; height: 38px; background: var(--ink); border-radius: 8px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.fm-nav-logo-icon svg { width: 22px; height: 22px; }
.fm-nav-logo-text { font-family: var(--f-serif); font-size: 1.25rem; font-weight: 700; color: var(--ink); line-height: 1; }
.fm-nav-logo-text span { display: block; font-family: var(--f-body); font-size: .6rem; font-weight: 500; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); margin-top: 1px; }
.fm-nav-links ul { display: flex; align-items: center; gap: 2px; list-style: none; margin: 0; padding: 0; }
.fm-nav-links ul li { position: relative; }
.fm-nav-links ul a { font-size: .87rem; font-weight: 500; color: var(--ink); padding: 7px 13px; border-radius: 6px; display: block; transition: var(--tr); }
.fm-nav-links ul a:hover, .fm-nav-links ul .current-menu-item > a, .fm-nav-links ul .current_page_item > a { background: var(--sand); color: var(--ink); }
.fm-nav-links ul li:hover > .sub-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.fm-nav-links ul .sub-menu { flex-direction: column; align-items: flex-start; position: absolute; top: calc(100% + 10px); left: -8px; background: #fff; border: 1px solid var(--border); border-radius: var(--r2); box-shadow: var(--sh2); padding: 8px; min-width: 190px; opacity: 0; visibility: hidden; transform: translateY(-8px); transition: all .2s; list-style: none; margin: 0; }
.fm-nav-links ul .sub-menu li { position: static; }
.fm-nav-links ul .sub-menu a { display: block; padding: 9px 14px; border-radius: 8px; font-size: .84rem; color: var(--ink); }
.fm-nav-links ul .sub-menu a:hover { background: var(--fog); }
.fm-nav-actions { display: flex; align-items: center; gap: 10px; }
.fm-menu-toggle { display: none; background: none; border: 1.5px solid var(--border); border-radius: 6px; padding: 6px 10px; cursor: pointer; font-size: .8rem; color: var(--ink); font-family: var(--f-body); font-weight: 600; }
.fm-mobile-menu { display: none; background: #fff; border-top: 1px solid var(--border); padding: 12px 5%; }
.fm-mobile-menu.is-open { display: block; }
.fm-mobile-menu ul { list-style: none; padding: 0; margin: 0; }
.fm-mobile-menu ul li a { display: block; padding: 10px 14px; border-radius: 8px; font-size: .9rem; font-weight: 500; color: var(--ink); }
.fm-mobile-menu ul li a:hover { background: var(--sand); }
.fm-mobile-menu .sub-menu { padding-left: 14px; }

.fm-footer { background: var(--ink); padding: 64px 0 28px; border-top: 4px solid var(--teal); }
.fm-footer-grid { max-width: 1240px; margin: 0 auto; padding: 0 5%; display: grid; grid-template-columns: 2.2fr 1fr 1fr 1fr; gap: 52px; margin-bottom: 52px; }
.fm-footer-brand p { font-size: .84rem; line-height: 1.75; color: rgba(255,255,255,.4); margin-top: 14px; max-width: 280px; }
.fm-footer-logo { display: flex; align-items: center; gap: 10px; }
.fm-footer-logo .fm-nav-logo-icon { background: var(--teal); }
.fm-footer-logo .fm-nav-logo-text { color: #fff; }
.fm-footer-logo .fm-nav-logo-text span { color: rgba(255,255,255,.4); }
.fm-footer h5 { font-family: var(--f-body); font-size: .72rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: rgba(255,255,255,.5); margin-bottom: 18px; }
.fm-footer ul { list-style: none; padding: 0; margin: 0; }
.fm-footer ul li + li { margin-top: 9px; }
.fm-footer ul li a { font-size: .85rem; color: rgba(255,255,255,.38); transition: color .2s; }
.fm-footer ul li a:hover { color: var(--teal2); }
.fm-footer-bottom { max-width: 1240px; margin: 0 auto; padding: 22px 5% 0; border-top: 1px solid rgba(255,255,255,.08); display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 10px; }
.fm-footer-bottom p { font-size: .76rem; color: rgba(255,255,255,.28); margin: 0; }

.fm-cta-band { position: relative; overflow: hidden; padding: 88px 5%; text-align: center; background: var(--ink); }
.fm-cta-band::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 70% 120% at 50% 0%, rgba(11,158,138,.18) 0%, transparent 65%); }
.fm-cta-band::after { content: ''; position: absolute; top: 50%; left: 50%; width: 520px; height: 520px; transform: translate(-50%,-42%); background: radial-gradient(circle, rgba(232,108,26,.14) 0%, transparent 68%); pointer-events: none; }
.fm-cta-band > * { position: relative; z-index: 1; }
.fm-cta-band h2 { font-size: clamp(2.2rem,4.5vw,2.5rem); color: #fff; margin-bottom: 14px; font-style: italic; }
.fm-cta-band p  { font-size: 1.05rem; color: rgba(255,255,255,.62); max-width: 540px; margin: 0 auto 36px; line-height: 1.75; }
.fm-cta-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 14px; }

.fm-thinker-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.fm-thinker-card { padding: 28px 24px; border-radius: var(--r2); border: 1px solid var(--border); background: var(--white); transition: var(--tr); position: relative; overflow: hidden; }
.fm-thinker-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; opacity: 0; transition: opacity .3s; }
.fm-thinker-card:hover { transform: translateY(-5px); box-shadow: var(--sh2); }
.fm-thinker-card:hover::before { opacity: 1; }
.fm-t-num { font-family: var(--f-serif); font-size: 3rem; font-weight: 900; line-height: 1; margin-bottom: 10px; }
.fm-thinker-card h3 { font-size: 1.2rem; margin-bottom: 8px; }
.fm-thinker-card p  { font-size: .86rem; line-height: 1.68; color: var(--muted); }
.fm-t-badge { display: inline-block; margin-top: 12px; padding: 3px 10px; border-radius: 30px; font-size: .68rem; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; }
.fm-tc1 { border-left: 4px solid #22d3aa; } .fm-tc1 .fm-t-num { color: #22d3aa; } .fm-tc1 h3 { color: #0a9e7a; } .fm-tc1 .fm-t-badge { background: rgba(34,211,170,.1); color: #0a9e7a; } .fm-tc1::before { background: #22d3aa; }
.fm-tc2 { border-left: 4px solid #3b82f6; } .fm-tc2 .fm-t-num { color: #3b82f6; } .fm-tc2 h3 { color: #1d4ed8; } .fm-tc2 .fm-t-badge { background: rgba(59,130,246,.1);  color: #1d4ed8; } .fm-tc2::before { background: #3b82f6; }
.fm-tc3 { border-left: 4px solid #a855f7; } .fm-tc3 .fm-t-num { color: #a855f7; } .fm-tc3 h3 { color: #7e22ce; } .fm-tc3 .fm-t-badge { background: rgba(168,85,247,.1);  color: #7e22ce; } .fm-tc3::before { background: #a855f7; }
.fm-tc4 { border-left: 4px solid #f97316; } .fm-tc4 .fm-t-num { color: #f97316; } .fm-tc4 h3 { color: #c2410c; } .fm-tc4 .fm-t-badge { background: rgba(249,115,22,.1);  color: #c2410c; } .fm-tc4::before { background: #f97316; }
.fm-tc5 { border-left: 4px solid #ef4444; } .fm-tc5 .fm-t-num { color: #ef4444; } .fm-tc5 h3 { color: #b91c1c; } .fm-tc5 .fm-t-badge { background: rgba(239,68,68,.1);   color: #b91c1c; } .fm-tc5::before { background: #ef4444; }
.fm-tc6 { border-left: 4px solid #eab308; } .fm-tc6 .fm-t-num { color: #eab308; } .fm-tc6 h3 { color: #a16207; } .fm-tc6 .fm-t-badge { background: rgba(234,179,8,.1);   color: #a16207; } .fm-tc6::before { background: #eab308; }

.fm-tabs { display: flex; border-bottom: 2px solid var(--border); overflow-x: auto; scrollbar-width: none; }
.fm-tabs::-webkit-scrollbar { display: none; }
.fm-tab { padding: 13px 22px; font-size: .87rem; font-weight: 600; color: var(--muted); background: none; border: none; border-bottom: 3px solid transparent; margin-bottom: -2px; cursor: pointer; transition: all .2s; white-space: nowrap; font-family: var(--f-body); }
.fm-tab:hover { color: var(--ink); }
.fm-tab.on { color: var(--teal); border-bottom-color: var(--teal); }
.fm-panel { display: none; padding-top: 36px; }
.fm-panel.on { display: block; }

.fm-stage { border: 1px solid var(--border); border-radius: var(--r2); margin-bottom: 12px; overflow: hidden; transition: border-color .25s; }
.fm-stage.open { border-color: var(--teal); }
.fm-stage-hdr { display: grid; grid-template-columns: 54px 1fr 32px; align-items: center; gap: 14px; padding: 16px 20px; cursor: pointer; background: var(--white); transition: background .2s; user-select: none; }
.fm-stage-hdr:hover { background: var(--fog); }
.fm-stage.open .fm-stage-hdr { background: rgba(11,158,138,.04); }
.fm-s-num   { font-family: var(--f-serif); font-size: 2rem; font-weight: 900; text-align: center; line-height: 1; }
.fm-s-title h4 { font-size: 1.05rem; margin-bottom: 3px; }
.fm-s-badge { display: inline-block; padding: 2px 9px; border-radius: 20px; font-size: .6rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.fm-s-arrow { width: 26px; height: 26px; border-radius: 50%; background: var(--sand); display: flex; align-items: center; justify-content: center; font-size: .7rem; color: var(--teal); transition: transform .3s; justify-self: end; }
.fm-stage.open .fm-s-arrow { transform: rotate(180deg); background: rgba(11,158,138,.12); }
.fm-stage-body { display: none; padding: 0 20px 24px; border-top: 1px solid var(--border); }
.fm-stage.open .fm-stage-body { display: block; }
.fm-s-desc { font-size: .9rem; line-height: 1.78; color: var(--muted); margin: 16px 0 18px; }
.fm-s-acts { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }
.fm-s-act { border-radius: var(--r1); padding: 14px; }
.fm-s-live   { background: rgba(232,108,26,.06);  border: 1px solid rgba(232,108,26,.2); }
.fm-s-rec    { background: rgba(11,158,138,.06);  border: 1px solid rgba(11,158,138,.18); }
.fm-s-assign { background: rgba(59,130,246,.06);  border: 1px solid rgba(59,130,246,.18); }
.fm-s-read   { background: rgba(168,85,247,.06);  border: 1px solid rgba(168,85,247,.18); }
.fm-s-act-label { display: block; font-size: .58rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 8px; }
.fm-s-live .fm-s-act-label   { color: var(--amber); }
.fm-s-rec .fm-s-act-label    { color: var(--teal);  }
.fm-s-assign .fm-s-act-label { color: #3b82f6; }
.fm-s-read .fm-s-act-label   { color: #a855f7; }
.fm-s-act ul { list-style: none; padding: 0; margin: 0; }
.fm-s-act ul li { font-size: .82rem; line-height: 1.5; color: var(--ink); display: flex; gap: 7px; margin-bottom: 5px; }
.fm-s-act ul li::before { content: '·'; color: var(--muted); flex-shrink: 0; }
.fm-s-prompt { margin-top: 13px; padding: 12px 16px; border-radius: var(--r1); background: var(--cream); font-size: .82rem; font-style: italic; color: var(--ink2); line-height: 1.65; }
.fm-s-prompt-lbl { display: block; font-size: .58rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); font-style: normal; margin-bottom: 5px; }
.fm-s2col { grid-template-columns: 1fr 1fr; }
.fm-st1 .fm-s-num { color: rgba(34,211,170,.35); }  .fm-st1 .fm-s-title h4 { color: #0a9e7a; } .fm-st1 .fm-s-badge { background: rgba(34,211,170,.12); color: #0a9e7a; }
.fm-st2 .fm-s-num { color: rgba(59,130,246,.35); }  .fm-st2 .fm-s-title h4 { color: #1d4ed8; } .fm-st2 .fm-s-badge { background: rgba(59,130,246,.12); color: #1d4ed8; }
.fm-st3 .fm-s-num { color: rgba(168,85,247,.35); }  .fm-st3 .fm-s-title h4 { color: #7e22ce; } .fm-st3 .fm-s-badge { background: rgba(168,85,247,.12); color: #7e22ce; }
.fm-st4 .fm-s-num { color: rgba(249,115,22,.35); }  .fm-st4 .fm-s-title h4 { color: #c2410c; } .fm-st4 .fm-s-badge { background: rgba(249,115,22,.12); color: #c2410c; }
.fm-st5 .fm-s-num { color: rgba(239,68,68,.35);  }  .fm-st5 .fm-s-title h4 { color: #b91c1c; } .fm-st5 .fm-s-badge { background: rgba(239,68,68,.12);  color: #b91c1c; }
.fm-st6 .fm-s-num { color: rgba(234,179,8,.35);  }  .fm-st6 .fm-s-title h4 { color: #a16207; } .fm-st6 .fm-s-badge { background: rgba(234,179,8,.12);  color: #a16207; }

.fm-bc { background: var(--white); border-bottom: 1px solid var(--border); padding: 12px 5%; font-size: .8rem; color: var(--muted); }
.fm-bc .fm-wrap { display: flex; align-items: center; gap: 7px; }
.fm-bc a { color: var(--muted); }
.fm-bc a:hover { color: var(--teal); }
.fm-bc-sep { opacity: .4; }

.fm-course-layout { max-width: 1240px; margin: 0 auto; padding: 48px 5% 80px; display: grid; grid-template-columns: 1fr 370px; gap: 56px; align-items: start; }
.fm-sidebar { display: flex; flex-direction: column; gap: 20px; }
.fm-sb-card { padding: 24px; border: 1px solid var(--border); border-radius: var(--r2); background: var(--white); }
.fm-sb-card h4 { font-size: 1.15rem; margin-bottom: 14px; }
.fm-sb-placement p { font-size: .85rem; line-height: 1.65; color: var(--muted); margin-bottom: 14px; }

.fm-enroll-card { background: var(--white); border-radius: var(--r3); overflow: hidden; box-shadow: var(--sh3); position: sticky; top: 90px; }
.fm-ec-top  { padding: 26px 28px; background: var(--sand); border-bottom: 1px solid var(--border); }
.fm-ec-price { font-family: var(--f-body); font-size: 3.4rem; font-weight: 900; color: var(--ink); line-height: 1; }
.fm-ec-price sup { font-size: 1.4rem; vertical-align: baseline; font-family: var(--f-body);font-weight: 400; }
.fm-ec-price sub { font-family: var(--f-body); font-size: .76rem; font-weight: 400; color: var(--muted); }
.fm-ec-note { font-size: .76rem; color: var(--muted); margin-top: 5px; }
.fm-ec-body { padding: 24px 28px; }
.fm-ec-feats { display: flex; flex-direction: column; gap: 9px; margin-bottom: 22px; list-style: none; padding: 0; }
.fm-ec-feats li { font-size: .87rem; color: var(--ink); display: flex; align-items: center; gap: 9px; }
.fm-ec-feats li::before { content: '✓'; color: var(--teal); font-weight: 700; flex-shrink: 0; }
.fm-ec-btn  { display: block; width: 100%; padding: 14px; border: none; border-radius: 4px; background: var(--teal); color: #fff; font-size: .96rem; font-weight: 700; text-align: center; text-decoration: none; cursor: pointer; transition: var(--tr); letter-spacing: .01em; font-family: var(--f-body); }
.fm-ec-btn:hover { background: var(--ink); color: #fff; transform: translateY(-2px); }
.fm-ec-btn-amber { background: var(--amber); }
.fm-ec-btn-amber:hover { background: var(--amber2); }
.fm-ec-alt  { display: block; width: 100%; margin-top: 10px; padding: 12px; border: 1.5px solid var(--border); border-radius: 4px; background: transparent; color: var(--ink); font-size: .87rem; font-weight: 600; text-align: center; text-decoration: none; cursor: pointer; transition: var(--tr); font-family: var(--f-body); }
.fm-ec-alt:hover { border-color: var(--teal); color: var(--teal); }
.fm-ec-guarantee { display: flex; align-items: center; gap: 8px; margin-top: 14px; padding: 11px; border-radius: var(--r1); background: rgba(11,158,138,.06); font-size: .75rem; color: var(--muted); line-height: 1.5; }

.fm-info-rows { display: flex; flex-direction: column; gap: 10px; }
.fm-ir { display: flex; align-items: flex-start; gap: 11px; padding-bottom: 10px; border-bottom: 1px solid var(--border); font-size: .86rem; }
.fm-ir:last-child { padding-bottom: 0; border-bottom: none; }
.fm-ir-ico { font-size: .9rem; flex-shrink: 0; margin-top: 1px; }
.fm-ir-lbl { font-size: .65rem; color: var(--muted); text-transform: uppercase; letter-spacing: .06em; margin-bottom: 2px; }
.fm-ir-val { font-weight: 600; color: var(--ink); font-size: .86rem; }

.fm-rel-list { display: flex; flex-direction: column; gap: 8px; }
.fm-rel-item { display: flex; align-items: center; gap: 11px; padding: 11px; border: 1px solid var(--border); border-radius: var(--r1); text-decoration: none; transition: var(--tr); }
.fm-rel-item:hover { border-color: var(--teal); transform: translateX(3px); }
.fm-ri-ico  { width: 38px; height: 38px; flex-shrink: 0; border-radius: 8px; background: rgba(11,158,138,.08); display: flex; align-items: center; justify-content: center; font-size: .95rem; }
.fm-ri-name  { font-size: .84rem; font-weight: 600; color: var(--ink); }
.fm-ri-grade { font-size: .7rem; color: var(--muted); }

.fm-learn-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 28px; }
.fm-learn-item { display: flex; align-items: flex-start; gap: 8px; padding: 12px 14px; border: 1px solid var(--border); border-radius: var(--r2); background: var(--white); font-size: .86rem; line-height: 1.55; color: var(--ink); }
.fm-li-check { color: var(--teal); font-weight: 700; flex-shrink: 0; margin-top: 1px; }
.fm-li-check-amber { color: var(--amber); }
.fm-prereqs { padding: 22px 24px; border: 1px solid var(--border); border-radius: var(--r2); background: var(--white); margin-bottom: 20px; }
.fm-prereqs h4 { font-size: 1.05rem; margin-bottom: 12px; }
.fm-prereqs ul { list-style: none; padding: 0; }
.fm-prereqs ul li { font-size: .88rem; color: var(--muted); display: flex; align-items: flex-start; gap: 8px; margin-bottom: 8px; }
.fm-prereqs ul li::before { content: '→'; color: var(--amber); font-weight: 700; flex-shrink: 0; }
.fm-pre-teal { border-color: rgba(11,158,138,.25);  background: rgba(11,158,138,.03); }
.fm-pre-gold { border-color: rgba(234,179,8,.3);    background: rgba(234,179,8,.04); }
.fm-tab-lead { font-size: 1rem; line-height: 1.85; color: var(--muted); margin-bottom: 32px; }

.fm-sess-cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin-bottom: 24px; }
.fm-sess-card  { border-radius: var(--r2); padding: 20px 18px; border: 1px solid var(--border); }
.fm-sc-live  { background: rgba(232,108,26,.05); border-color: rgba(232,108,26,.22); }
.fm-sc-rec   { background: rgba(11,158,138,.05); border-color: rgba(11,158,138,.2);  }
.fm-sc-do    { background: rgba(59,130,246,.05); border-color: rgba(59,130,246,.2);  }
.fm-sess-card .fm-si { font-size: 1.4rem; margin-bottom: 8px; }
.fm-sess-card h4 { font-size: .97rem; margin-bottom: 6px; }
.fm-sc-live h4 { color: var(--amber); }
.fm-sc-rec h4  { color: var(--teal);  }
.fm-sc-do h4   { color: #3b82f6; }
.fm-sess-card p { font-size: .83rem; line-height: 1.65; color: var(--muted); }

.fm-inst-card { display: grid; grid-template-columns: 100px 1fr; gap: 22px; align-items: start; padding: 28px; border: 1px solid var(--border); border-radius: var(--r3); background: var(--white); }
.fm-inst-av   { width: 100px; height: 100px; border-radius: 50%; background: linear-gradient(135deg, var(--teal), var(--ink)); display: flex; align-items: center; justify-content: center; font-family: var(--f-serif); font-size: 2.2rem; font-weight: 700; color: #fff; }
.fm-inst-card h3  { font-size: 1.35rem; margin-bottom: 4px; }
.fm-inst-role { font-size: .82rem; color: var(--teal); font-weight: 600; margin-bottom: 12px; }
.fm-inst-bio  { font-size: .88rem; line-height: 1.78; color: var(--muted); }
.fm-inst-stats { display: flex; gap: 20px; margin-top: 16px; padding-top: 16px; border-top: 1px solid var(--border); flex-wrap: wrap; }
.fm-is-num { font-family: var(--f-serif); font-size: 1.7rem; font-weight: 700; color: var(--ink); line-height: 1; }
.fm-is-lbl { font-size: .68rem; color: var(--muted); }

.fm-hero-dark { background: var(--ink); position: relative; overflow: hidden; }
.fm-hero-dark::before { content: ''; position: absolute; inset: 0; background: url("data:image/svg+xml,%3Csvg width='60' height='60' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3Cpattern id='g' width='60' height='60' patternUnits='userSpaceOnUse'%3E%3Ccircle cx='30' cy='30' r='.8' fill='rgba(255,255,255,.04)'/%3E%3C/pattern%3E%3C/defs%3E%3Crect width='100%25' height='100%25' fill='url(%23g)'/%3E%3C/svg%3E"); pointer-events: none; }

.fm-hero-inner { max-width: 1240px; margin: 0 auto; padding: 88px 5%; position: relative; z-index: 2; }
.fm-hero-inner-center { text-align: center; }
.fm-hero-inner-2col { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.fm-hero-inner-2col-start { display: grid; grid-template-columns: 1.1fr .9fr; gap: 60px; align-items: center; }
.fm-hero-inner-2col-sidebar { display: grid; grid-template-columns: 1fr 370px; gap: 52px; align-items: start; padding: 68px 5% 0; max-width: 1240px; margin: 0 auto; position: relative; z-index: 2; }
.fm-hero-glow { position: absolute; inset: 0; pointer-events: none; z-index: 1; }
.fm-hero-glow-teal { background: radial-gradient(ellipse 60% 90% at 75% 55%,rgba(11,158,138,.16) 0%,transparent 65%); }
.fm-hero-glow-teal-left { background: radial-gradient(circle at 15% 50%,rgba(11,158,138,.22) 0%,transparent 60%); }
.fm-hero-glow-teal-top { background: radial-gradient(ellipse 70% 100% at 50% 0%,rgba(11,158,138,.16) 0%,transparent 65%); }
.fm-hero-glow-amber { background: radial-gradient(ellipse 50% 80% at 85% 50%,rgba(232,108,26,.18) 0%,transparent 65%); }
.fm-hero-glow-gold { background: radial-gradient(ellipse 55% 80% at 85% 45%,rgba(240,192,64,.12) 0%,transparent 65%); }
.fm-hero-glow-tr { position: absolute; top: -100px; right: -80px; width: 500px; height: 500px; background: radial-gradient(circle,rgba(11,158,138,.18) 0%,transparent 65%); pointer-events: none; z-index: 1; }
.fm-hero-glow-amber-br { position: absolute; bottom: -100px; right: 40%; width: 400px; height: 400px; background: radial-gradient(circle,rgba(232,108,26,.16) 0%,transparent 65%); pointer-events: none; z-index: 1; }

.fm-hero-text { display: flex; flex-direction: column; justify-content: center; padding: 80px 6% 80px 8%; position: relative; z-index: 2; }
.fm-hero-text-pad { padding-bottom: 64px; position: relative; z-index: 2; }
.fm-hero-eyebrow-line { font-size: .7rem; font-weight: 700; letter-spacing: .24em; text-transform: uppercase; color: var(--teal2); margin-bottom: 22px; display: flex; align-items: center; gap: 10px; }
.fm-hero-eyebrow-line::before { content: ''; display: block; width: 32px; height: 1px; background: var(--teal2); flex-shrink: 0; }
.fm-hero-h1 { font-size: clamp(3rem,5.5vw,3.5rem); color: #fff; margin-bottom: 22px; line-height: 1.04;width;50%; }
.fm-hero-h1-lg { font-size: clamp(2.4rem,4.5vw,3.9rem); color: #fff; margin-bottom: 18px; }
.fm-hero-h1-about { font-size: clamp(2.8rem,5vw,4.4rem); color: #fff; margin-bottom: 18px; }
.fm-hero-h1-tuition { font-size: clamp(2.6rem,5vw,4rem); color: #fff; margin-bottom: 14px; }
.fm-hero-lead { font-size: 1.08rem; line-height: 1.8; color: rgba(255,255,255,.62); max-width: 500px; margin-bottom: 38px; }
.fm-hero-lead-lg { font-size: 1.02rem; line-height: 1.78; color: rgba(255,255,255,.65); max-width: 560px; margin-bottom: 26px; }
.fm-hero-lead-center { font-size: 1.05rem; line-height: 1.78; color: rgba(255,255,255,.62); max-width: 520px; margin: 0 auto 30px; }
.fm-hero-btns { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 46px; }
.fm-hero-btns-mb { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 22px; }
.fm-hero-btns-center { display: flex; justify-content: center; flex-wrap: wrap; gap: 14px; }
.fm-hero-pills { display: flex; flex-wrap: wrap; gap: 10px; }
.fm-hero-pill { padding: 5px 14px; border: 1px solid rgba(255,255,255,.14); border-radius: 30px; font-size: .76rem; color: rgba(255,255,255,.5); }
.fm-hero-pill-lg { padding: 5px 14px; border: 1px solid rgba(255,255,255,.15); border-radius: 30px; font-size: .76rem; color: rgba(255,255,255,.5); }
.fm-hero-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.fm-hero-tag { padding: 4px 12px; border-radius: 30px; font-size: .72rem; font-weight: 600; }
.fm-hero-tag-teal { border: 1px solid rgba(5,212,184,.4); color: var(--teal2); background: rgba(5,212,184,.08); }
.fm-hero-tag-amber { border: 1px solid rgba(232,108,26,.4); color: var(--amber2); background: rgba(232,108,26,.1); }
.fm-hero-tag-gold { border: 1px solid rgba(240,192,64,.35); color: var(--gold); background: rgba(240,192,64,.1); }
.fm-hero-tag-muted { border: 1px solid rgba(255,255,255,.18); color: rgba(255,255,255,.62); }

.fm-hero-img-col { position: relative; overflow: hidden; }
.fm-hero-img-fill { height: 100%; min-height: 100vh; }
.fm-hero-img-fill img { width: 100%; height: 100%; object-fit: cover; opacity: .55; }
.fm-hero-img-overlay { position: absolute; inset: 0; background: linear-gradient(to right,var(--ink) 0%,rgba(14,26,43,.2) 40%,transparent 70%); }
.fm-hero-stats { position: absolute; bottom: 48px; right: 40px; display: flex; flex-direction: column; gap: 14px; }
.fm-hero-stat { background: rgba(255,255,255,.09); backdrop-filter: blur(10px); border: 1px solid rgba(255,255,255,.12); border-radius: var(--r2); padding: 16px 20px; text-align: center; }
.fm-hero-stat-num { font-family: var(--f-serif); font-size: 2.2rem; font-weight: 900; color: #fff; line-height: 1; display: block; }
.fm-hero-stat-lbl { font-size: .7rem; color: rgba(255,255,255,.5); text-transform: uppercase; letter-spacing: .1em; margin-top: 3px; display: block; }

.fm-hero-card { background: var(--white); border-radius: var(--r3); overflow: hidden; box-shadow: 0 28px 60px rgba(0,0,0,.3); }
.fm-hero-card-img { height: 270px; overflow: hidden; }
.fm-hero-card-img img { width: 100%; height: 100%; object-fit: cover; }
.fm-hero-card-body { padding: 24px; }
.fm-hero-card-body h3 { font-size: 1.45rem; margin-bottom: 6px; }
.fm-hero-card-body p  { font-size: .87rem; line-height: 1.7; color: var(--muted); margin-bottom: 12px; }
.fm-hero-card-list { list-style: none; padding: 0; margin: 0; }
.fm-hero-card-list li { font-size: .84rem; color: var(--muted); display: flex; align-items: center; gap: 8px; margin-bottom: 7px; }
.fm-hero-card-list li::before { content: '✓'; color: var(--teal); font-weight: 700; flex-shrink: 0; }

.fm-hero-img-box { border-radius: var(--r3); overflow: hidden; box-shadow: 0 24px 60px rgba(0,0,0,.35); position: relative; }
.fm-hero-img-box img { width: 100%; height: 360px; object-fit: cover; }
.fm-hero-img-box-overlay { position: absolute; inset: 0; background: linear-gradient(to top,rgba(14,26,43,.5),transparent 55%); }
.fm-hero-img-badge { position: absolute; bottom: -16px; left: -16px; background: var(--white); border-radius: var(--r2); padding: 14px 18px; box-shadow: var(--sh2); display: flex; align-items: center; gap: 12px; }
.fm-hero-img-badge-num { font-family: var(--f-serif); font-size: 2.2rem; font-weight: 900; color: var(--teal); line-height: 1; }
.fm-hero-img-badge-lbl { font-size: .75rem; color: var(--muted); line-height: 1.4; }

.fm-course-hero-teal  { background: linear-gradient(135deg,var(--ink) 0%,#0f2d4e 60%,#0a3a30 100%); }
.fm-course-hero-amber { background: linear-gradient(135deg,#1a0a00 0%,#3d1a00 55%,var(--ink) 100%); }
.fm-course-hero-gold  { background: linear-gradient(135deg,#060f1c 0%,#0e1f38 55%,#0a2218 100%); }
.fm-course-hero-dynamic { padding: 68px 5% 0; position: relative; overflow: hidden; }

.fm-meta-pills { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 22px; }
.fm-meta-pill  { display: flex; align-items: center; gap: 7px; font-size: .82rem; color: rgba(255,255,255,.6); }
.fm-meta-pill strong { color: #fff; }

.fm-inst-strip { background: var(--white); border-bottom: 1px solid var(--border); padding: 16px 5%; }
.fm-is-inner   { max-width: 1240px; margin: 0 auto; display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.fm-is-av-img  { width: 50px; height: 50px; border-radius: 50%; object-fit: cover; flex-shrink: 0; }
.fm-is-av-img-gold { border: 3px solid var(--gold); }
.fm-is-av-img-teal { border: 3px solid var(--teal2); }
.fm-is-av-img-amber { border: 3px solid var(--amber2); }
.fm-is-label   { font-size: .6rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--teal); }
.fm-is-name    { font-size: .93rem; font-weight: 700; color: var(--ink); }
.fm-is-role-sm { font-size: .78rem; color: var(--muted); }
.fm-is-stats-row { display: flex; gap: 24px; margin-left: auto; flex-wrap: wrap; }
.fm-iss-num    { font-family: var(--f-serif); font-size: 1.3rem; font-weight: 700; color: var(--ink); line-height: 1; display: block; }
.fm-iss-lbl    { font-size: .64rem; color: var(--muted); }

.fm-stats-band { background: var(--ink); padding: 52px 5%; }
.fm-stats-grid { max-width: 1240px; margin: 0 auto; display: grid; grid-template-columns: repeat(4,1fr); gap: 2px; }
.fm-stat-cell { padding: 28px 24px; text-align: center; border-right: 1px solid rgba(255,255,255,.06); }
.fm-stat-cell:last-child { border-right: none; }
.fm-stat-num { font-family: var(--f-serif); font-size: 3rem; font-weight: 900; line-height: 1; display: block; margin-bottom: 6px; }
.fm-stat-num-teal  { color: var(--teal2); }
.fm-stat-num-white { color: #fff; }
.fm-stat-num-amber { color: var(--amber); }
.fm-stat-lbl { font-size: .78rem; color: rgba(255,255,255,.42); line-height: 1.5; }

.fm-problem-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; }
.fm-problem-items { display: flex; flex-direction: column; gap: 14px; }
.fm-problem-item { display: flex; align-items: flex-start; gap: 14px; padding: 16px 18px; border-left: 3px solid var(--amber); border-radius: 0 var(--r1) var(--r1) 0; background: var(--fog); }
.fm-problem-item h4 { font-size: .9rem; font-weight: 700; color: var(--ink); margin-bottom: 3px; }
.fm-problem-item p  { font-size: .83rem; line-height: 1.55; color: var(--muted); margin: 0; }
.fm-dark-box { position: relative; overflow: hidden; padding: 40px 36px; border-radius: var(--r3); background: var(--ink); }
.fm-dark-box-glow { position: absolute; top: -80px; right: -60px; width: 240px; height: 240px; background: radial-gradient(circle,rgba(11,158,138,.2) 0%,transparent 70%); pointer-events: none; }
.fm-dark-box h3 { font-size: 1.55rem; color: #fff; margin-bottom: 16px; }
.fm-dark-list { display: flex; flex-direction: column; gap: 11px; margin-bottom: 28px; list-style: none; padding: 0; }
.fm-dark-list li { font-size: .88rem; line-height: 1.55; color: rgba(255,255,255,.75); display: flex; align-items: flex-start; gap: 10px; }
.fm-dark-list-check { width: 18px; height: 18px; min-width: 18px; border-radius: 50%; background: var(--teal); display: inline-flex; align-items: center; justify-content: center; color: #fff; font-size: 10px; margin-top: 2px; flex-shrink: 0; }
.fm-dark-box-note { font-size: .93rem; line-height: 1.75; color: rgba(255,255,255,.55); margin-bottom: 24px; }

.fm-method-header { display: flex; justify-content: space-between; align-items: flex-end; flex-wrap: wrap; gap: 20px; margin-bottom: 44px; }
.fm-method-header h2 { font-size: clamp(2rem,3.5vw,2.9rem); }
.fm-method-header p  { font-size: .96rem; color: var(--muted); max-width: 540px; margin-top: 10px; line-height: 1.75; }
.fm-method-link { font-size: .84rem; font-weight: 600; color: var(--teal); white-space: nowrap; }
.fm-method-link:hover { color: var(--teal2); }

.fm-courses-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.fm-course-card { display: flex; flex-direction: column; overflow: hidden; border-radius: var(--r3); border: 1px solid var(--border); background: var(--white); text-decoration: none; transition: var(--tr); }
.fm-course-card:hover { transform: translateY(-8px); box-shadow: var(--sh3); border-color: transparent; }
.fm-course-card-thumb { height: 190px; overflow: hidden; position: relative; }
.fm-course-card-thumb img { width: 100%; height: 100%; object-fit: cover; }
.fm-course-card-overlay { position: absolute; inset: 0; background: linear-gradient(to top,rgba(14,26,43,.6) 0%,transparent 55%); }
.fm-course-card-grade { position: absolute; top: 12px; left: 14px; z-index: 2; padding: 3px 10px; border-radius: 20px; font-size: .68rem; font-weight: 700; letter-spacing: .04em; }
.fm-grade-teal  { background: rgba(11,158,138,.85);  color: #fff; }
.fm-grade-amber { background: rgba(232,108,26,.85);  color: #fff; }
.fm-grade-gold  { background: rgba(14,26,43,.9);     color: var(--gold); }
.fm-course-card-body { padding: 22px; display: flex; flex: 1; flex-direction: column; }
.fm-course-card-body h3 { font-size: 1.2rem; margin-bottom: 8px; }
.fm-course-card-desc { font-size: .85rem; line-height: 1.68; color: var(--muted); flex: 1; margin-bottom: 16px; }
.fm-course-card-footer { display: flex; align-items: center; justify-content: space-between; padding-top: 14px; border-top: 1px solid var(--border); }
.fm-course-card-price { font-family: var(--f-body); font-size: 1.8rem; font-weight: 900; color: var(--ink); }
.fm-course-card-price sub { font-family: var(--f-body); font-size: .68rem; font-weight: 400; color: var(--muted); }
.fm-course-card-cta { font-size: .8rem; font-weight: 600; color: var(--teal); }

.fm-testi-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.fm-testi-card { padding: 28px; border: 1px solid var(--border); border-radius: var(--r2); background: var(--white); }
.fm-testi-stars { color: var(--amber); letter-spacing: 3px; font-size: .9rem; margin-bottom: 12px; }
.fm-testi-q { font-family: var(--f-disp); font-style: italic; font-size: 1.02rem; line-height: 1.7; color: var(--ink2); margin-bottom: 16px; }
.fm-testi-author { display: flex; align-items: center; gap: 12px; }
.fm-testi-author img { width: 42px; height: 42px; border-radius: 50%; object-fit: cover; }
.fm-testi-name { font-size: .86rem; font-weight: 600; color: var(--ink); }
.fm-testi-role { font-size: .72rem; color: var(--muted); }

.fm-404-wrap { text-align: center; min-height: 60vh; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.fm-404-num { font-family: var(--f-serif); font-size: 8rem; font-weight: 900; color: var(--border); line-height: 1; margin-bottom: 8px; }
.fm-404-h1  { font-size: clamp(1.8rem,3vw,2.6rem); margin-bottom: 12px; }
.fm-404-p   { font-size: 1rem; color: var(--muted); max-width: 440px; margin: 0 auto 28px; line-height: 1.75; }
.fm-404-btns { display: flex; gap: 14px; flex-wrap: wrap; justify-content: center; }

.fm-posts-h1 { font-size: clamp(2rem,4vw,3rem); margin-bottom: 32px; }
.fm-posts-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.fm-post-article { border: 1px solid var(--border); border-radius: var(--r2); background: var(--white); overflow: hidden; transition: var(--tr); }
.fm-post-article:hover { transform: translateY(-4px); box-shadow: var(--sh2); }
.fm-post-body { padding: 22px; }
.fm-post-body h2 { font-size: 1.2rem; margin-bottom: 10px; }
.fm-post-body h2 a { color: var(--ink); }
.fm-post-body h2 a:hover { color: var(--teal); }
.fm-post-excerpt { font-size: .86rem; line-height: 1.65; color: var(--muted); }
.fm-post-readmore { font-size: .82rem; font-weight: 600; color: var(--teal); display: inline-block; margin-top: 10px; }
.fm-posts-empty { color: var(--muted); }

.fm-story-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.fm-story-img { border-radius: var(--r3); overflow: hidden; box-shadow: var(--sh3); }
.fm-story-img img { width: 100%; height: 420px; object-fit: cover; }
.fm-story-h2  { font-size: clamp(1.9rem,3.5vw,2.8rem); margin-bottom: 16px; }
.fm-story-p   { font-size: .97rem; line-height: 1.85; color: var(--muted); margin-bottom: 14px; }
.fm-story-quote { margin: 22px 0; padding: 18px 22px; border-left: 4px solid var(--teal); border-radius: 0 var(--r1) var(--r1) 0; background: rgba(11,158,138,.05); }
.fm-story-quote p { font-family: var(--f-disp); font-style: italic; font-size: 1.18rem; line-height: 1.6; color: var(--ink2); margin: 0; }
.fm-mission-boxes { display: grid; gap: 14px; }
.fm-mission-box { padding: 28px; border-radius: var(--r2); }
.fm-mission-box-teal  { border: 1px solid rgba(11,158,138,.3);  background: rgba(11,158,138,.08); }
.fm-mission-box-amber { border: 1px solid rgba(232,108,26,.25); background: rgba(232,108,26,.08); }
.fm-mission-box-label { font-size: .6rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; margin-bottom: 12px; display: block; }
.fm-mission-box-label-teal  { color: var(--teal2); }
.fm-mission-box-label-amber { color: var(--amber2); }
.fm-mission-box p { font-size: .93rem; line-height: 1.78; color: rgba(255,255,255,.72); margin: 0; }
.fm-mission-box-q { font-family: var(--f-disp); font-style: italic; font-size: 1.1rem; line-height: 1.7; color: #fff; margin: 0; }

.fm-aca-cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.fm-aca-card  { display: flex; flex-direction: column; overflow: hidden; border-radius: 20px; border: 1px solid var(--border); background: var(--white); text-decoration: none; color: inherit; cursor: pointer; transition: transform .28s cubic-bezier(.4,0,.2,1), box-shadow .28s cubic-bezier(.4,0,.2,1), border-color .2s; }
.fm-aca-card:hover { transform: translateY(-8px); box-shadow: 0 20px 60px rgba(14,26,43,.16); border-color: transparent; }
.fm-aca-thumb { height: 210px; overflow: hidden; position: relative; flex-shrink: 0; }
.fm-aca-thumb img { width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; transition: transform .45s ease; }
.fm-aca-card:hover .fm-aca-thumb img { transform: scale(1.05); }
.fm-aca-overlay { position: absolute; inset: 0; background: linear-gradient(to top,rgba(14,26,43,.45) 0%,transparent 55%); z-index: 1; }
.fm-aca-badge  { position: absolute; top: 14px; left: 14px; z-index: 2; padding: 4px 13px; border-radius: 30px; font-size: .7rem; font-weight: 700; letter-spacing: .02em; white-space: nowrap; line-height: 1.5; }
.fm-aca-badge-teal  { background: rgba(11,158,138,.9);  color: #fff; }
.fm-aca-badge-amber { background: rgba(232,108,26,.92); color: #fff; }
.fm-aca-badge-gold  { background: rgba(10,18,36,.88); color: #f0c040; border: 1px solid rgba(240,192,64,.35); }
.fm-aca-body  { padding: 24px; display: flex; flex: 1; flex-direction: column; }
.fm-aca-body h3 { font-size: 1.25rem; margin-bottom: 8px; color: var(--ink); line-height: 1.2; }
.fm-aca-desc  { font-size: .87rem; line-height: 1.7; color: var(--muted); margin-bottom: 14px; }
.fm-aca-bullets { list-style: none; padding: 0; margin: 0 0 20px; display: flex; flex-direction: column; gap: 7px; flex: 1; }
.fm-aca-bullets li { font-size: .84rem; line-height: 1.5; color: var(--ink); display: flex; align-items: flex-start; gap: 8px; }
.fm-aca-bullets li::before { content: '✓'; font-weight: 700; flex-shrink: 0; margin-top: 1px; font-size: .78rem; }
.fm-aca-footer { display: flex; align-items: center; justify-content: space-between; padding-top: 16px; border-top: 1px solid var(--border); margin-top: auto; }
.fm-aca-price  { font-family: var(--f-serif); font-size: 1.9rem; font-weight: 900; color: var(--ink); line-height: 1; }
.fm-aca-price sup { font-size: 1rem; vertical-align: super; font-weight: 700; }
.fm-aca-price sub { font-family: var(--f-body); font-size: .68rem; font-weight: 400; color: var(--muted); vertical-align: baseline; }
.fm-aca-cta   { font-size: .84rem; font-weight: 600; color: var(--teal); display: inline-flex; align-items: center; gap: 4px; transition: color .2s, gap .2s; }
.fm-aca-card:hover .fm-aca-cta { color: var(--teal2); gap: 8px; }
.fm-bullets-teal  li::before { color: var(--teal); }
.fm-bullets-amber li::before { color: var(--amber); }
.fm-bullets-gold  li::before { color: #c8900a; }
.fm-hiw-4  { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; }
.fm-hiw-cell { text-align: center; padding: 28px 18px; border: 1px solid var(--border); border-radius: var(--r2); background: var(--white); transition: border-color .2s, box-shadow .2s; }
.fm-hiw-cell:hover { border-color: var(--teal); box-shadow: var(--sh1); }
.fm-hiw-cell h4 { font-size: 1.05rem; margin-bottom: 8px; }
.fm-hiw-cell p  { font-size: .84rem; line-height: 1.65; color: var(--muted); margin: 0; }
.fm-section-header { margin-bottom: 44px; }
.fm-section-header-center { text-align: center; margin-bottom: 44px; }
.fm-section-h2 { font-size: clamp(1.9rem,3.5vw,2.8rem); margin-bottom: 36px; }
.fm-section-h2-lg { font-size: clamp(2rem,4vw,3.1rem); margin-bottom: 18px; }
.fm-section-lead { font-size: .96rem; color: var(--muted); max-width: 560px; margin-bottom: 40px; line-height: 1.75; }
.fm-cmp { width: 100%; border-collapse: collapse; font-size: .88rem; }
.fm-cmp th { text-align: left; padding: 14px 18px; background: var(--ink); color: #fff; font-family: var(--f-serif); font-size: 1.05rem; font-weight: 500; }
.fm-cmp th:first-child { border-radius: 8px 0 0 0; } .fm-cmp th:last-child { border-radius: 0 8px 0 0; }
.fm-cmp td { padding: 12px 18px; border-bottom: 1px solid var(--border); vertical-align: middle; }
.fm-cmp tr:last-child td { border-bottom: none; }
.fm-cmp tr:nth-child(even) td { background: var(--fog); }
.fm-cmp td:first-child { font-weight: 600; color: var(--ink2); }
.fm-cmp th:first-child { width: 26%; }
.ck { color: var(--teal); font-weight: 700; } .nd { color: var(--border); }
.fm-cmp-wrap { overflow-x: auto; border-radius: 10px; box-shadow: var(--sh1); }

.fm-pricing-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.fm-pricing-card { position: relative; padding: 36px 28px; border: 1px solid var(--border); border-radius: var(--r3); background: var(--white); transition: var(--tr); }
.fm-pricing-card-featured { background: var(--ink); border-color: var(--teal); box-shadow: 0 0 0 3px rgba(11,158,138,.2); }
.fm-pricing-badge { position: absolute; top: -14px; left: 50%; transform: translateX(-50%); padding: 4px 16px; border-radius: 20px; white-space: nowrap; background: var(--teal); color: #fff; font-size: .68rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.fm-pricing-label { font-size: .68rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; margin-bottom: 7px; }
.fm-pricing-label-teal  { color: var(--teal2); }
.fm-pricing-label-ink   { color: var(--teal); }
.fm-pricing-card h3 { font-size: 1.3rem; margin-bottom: 14px; }
.fm-pricing-card-featured h3 { color: #fff; }
.fm-pricing-price { font-family: var(--f-body); font-size: 3.2rem; font-weight: 900; line-height: 1; margin-bottom: 4px; }
.fm-pricing-price-white { color: #fff; }
.fm-pricing-price-ink   { color: var(--ink); }
.fm-pricing-period { font-size: .83rem; margin-bottom: 22px; }
.fm-pricing-period-muted { color: rgba(255,255,255,.45); }
.fm-pricing-period-sub   { color: var(--muted); }
.fm-pricing-features { list-style: none; padding: 0; margin: 0 0 26px; }
.fm-pricing-features li { display: flex; align-items: flex-start; gap: 8px; font-size: .86rem; line-height: 1.4; margin-bottom: 9px; }
.fm-pricing-features li::before { content: '✓'; color: var(--teal); font-weight: 700; flex-shrink: 0; }
.fm-pricing-features-dark li { color: rgba(255,255,255,.75); }
.fm-pricing-features-light li { color: var(--ink); }
.fm-pricing-btn { display: block; width: 100%; padding: 12px; border-radius: 4px; font-size: .9rem; font-weight: 700; text-align: center; text-decoration: none; transition: var(--tr); border: none; cursor: pointer; font-family: var(--f-body); }
.fm-pricing-btn-teal { background: var(--teal); color: #fff; }
.fm-pricing-btn-teal:hover { background: var(--teal2); color: #fff; }
.fm-pricing-btn-sand { background: var(--sand); color: var(--ink); }
.fm-pricing-btn-sand:hover { background: var(--border); color: var(--ink); }
.fm-placement-bar { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 24px; margin-top: 22px; padding: 36px 40px; border-radius: var(--r3); background: linear-gradient(135deg,var(--teal),#056f62); }
.fm-placement-bar h3 { font-size: 1.65rem; color: #fff; margin-bottom: 6px; }
.fm-placement-bar p  { font-size: .93rem; color: rgba(255,255,255,.8); max-width: 440px; margin: 0; }

.fm-faq-wrap { max-width: 780px; }
.fm-faq-item  { overflow: hidden; border: 1px solid var(--border); border-radius: var(--r2); margin-bottom: 10px; transition: border-color .2s; }
.fm-faq-item.fm-open { border-color: var(--teal); }
.fm-faq-q { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 18px 22px; font-size: .92rem; font-weight: 600; color: var(--ink); background: none; border: none; width: 100%; text-align: left; cursor: pointer; font-family: var(--f-body); transition: background .2s; }
.fm-faq-item.fm-open .fm-faq-q { background: rgba(11,158,138,.04); }
.fm-faq-arrow { width: 26px; height: 26px; flex-shrink: 0; border-radius: 50%; background: var(--sand); color: var(--teal); display: flex; align-items: center; justify-content: center; font-size: .68rem; transition: transform .3s; }
.fm-faq-item.fm-open .fm-faq-arrow { transform: rotate(180deg); background: rgba(11,158,138,.12); }
.fm-faq-a { display: none; padding: 16px 22px 20px; border-top: 1px solid var(--border); font-size: .9rem; line-height: 1.82; color: var(--muted); }

.fm-contact-info { display: flex; flex-direction: column; gap: 12px; }
.fm-contact-card  { display: flex; align-items: flex-start; gap: 13px; padding: 14px 16px; border: 1px solid rgba(255,255,255,.12); border-radius: var(--r2); background: rgba(255,255,255,.06); }
.fm-contact-card h4 { font-size: .87rem; font-weight: 600; color: #fff; margin-bottom: 2px; }
.fm-contact-card p  { font-size: .8rem; color: rgba(255,255,255,.6); margin: 0; line-height: 1.5; }
.fm-form-box { background: var(--white); border-radius: var(--r3); padding: 42px; box-shadow: 0 28px 60px rgba(0,0,0,.28); }
.fm-form-box h3 { font-size: 1.85rem; margin-bottom: 4px; }
.fm-form-box > p { font-size: .84rem; color: var(--muted); margin-bottom: 26px; line-height: 1.6; }
.fm-form-alert { display: none; padding: 16px; border-radius: var(--r2); font-size: .9rem; margin-bottom: 16px; }
.fm-form-success { background: rgba(11,158,138,.08); border: 1px solid rgba(11,158,138,.25); color: var(--teal); }
.fm-form-error   { background: rgba(239,68,68,.06); border: 1px solid rgba(239,68,68,.2); color: #b91c1c; }
.fm-form-row-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 14px; }
.fm-form-group { display: flex; flex-direction: column; gap: 5px; margin-bottom: 14px; }
.fm-form-group:last-of-type { margin-bottom: 0; }
.fm-form-label { font-size: .76rem; font-weight: 700; color: var(--ink); }
.fm-form-input, .fm-form-select, .fm-form-textarea { padding: 11px 14px; border: 1.5px solid var(--border); border-radius: 4px; background: var(--fog); color: var(--ink); font-size: .9rem; outline: none; font-family: var(--f-body); width: 100%; }
.fm-form-textarea { resize: vertical; }
.fm-form-input:focus, .fm-form-select:focus, .fm-form-textarea:focus { border-color: var(--teal); }
.fm-form-check { display: flex; align-items: center; gap: 9px; font-size: .86rem; cursor: pointer; margin-bottom: 16px; }
.fm-form-submit { width: 100%; padding: 14px; border: none; border-radius: 4px; background: var(--teal); color: #fff; font-size: 1rem; font-weight: 700; cursor: pointer; transition: var(--tr); font-family: var(--f-body); }
.fm-form-submit:hover { background: var(--teal2); }
.fm-form-note { font-size: .75rem; color: var(--muted); text-align: center; margin-top: 12px; line-height: 1.6; }
.fm-next-steps-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 22px; }
.fm-next-step { text-align: center; padding: 28px 18px; }
.fm-next-step-icon { width: 56px; height: 56px; border-radius: 50%; background: rgba(11,158,138,.1); display: flex; align-items: center; justify-content: center; font-size: 1.4rem; margin: 0 auto 14px; }
.fm-next-step h4 { font-size: 1.05rem; margin-bottom: 8px; }
.fm-next-step p  { font-size: .84rem; line-height: 1.65; color: var(--muted); margin: 0; }

.fm-course-tag-accent { padding: 4px 12px; border-radius: 30px; font-size: .72rem; font-weight: 600; background: rgba(255,255,255,.08); }

@keyframes fm-fadeUp { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: none; } }
.fm-fade-up { animation: fm-fadeUp .65s ease both; }
.fm-d1 { animation-delay: .05s; } .fm-d2 { animation-delay: .12s; } .fm-d3 { animation-delay: .19s; }
.fm-d4 { animation-delay: .26s; } .fm-d5 { animation-delay: .33s; } .fm-d6 { animation-delay: .40s; }

.fm-custom-logo { height: 100px; width: auto; max-width: 220px; display: block; object-fit: contain; }

@media (max-width: 1080px) {
  .fm-course-layout { grid-template-columns: 1fr; }
  .fm-enroll-card   { position: static; top: 0; }
  .fm-is-stats-row  { margin-left: 0; }
  .fm-hero-inner-2col-sidebar { grid-template-columns: 1fr; }
}

@media (max-width: 960px) {
  .fm-aca-cards { grid-template-columns: 1fr 1fr; }
  .fm-hiw-4     { grid-template-columns: 1fr 1fr; }
  .fm-stats-grid { grid-template-columns: 1fr 1fr; }
  .fm-stat-cell { border-right: none; border-bottom: 1px solid rgba(255,255,255,.06); }
  .fm-stat-cell:nth-child(even) { border-right: none; }
  .fm-pricing-grid { grid-template-columns: 1fr; max-width: 480px; margin: 0 auto; }
}

@media (max-width: 768px) {
  .fm-section { padding: 64px 0; }

  /* hero */
  .fm-hero-inner-2col,
  .fm-hero-inner-2col-start { grid-template-columns: 1fr; gap: 36px; }
  .fm-hero-text { padding: 60px 5% 40px; }
  .fm-hero-img-fill { min-height: 300px; }
  .fm-hero-stats { position: static; flex-direction: row; justify-content: center; padding: 0 5% 32px; flex-wrap: wrap; }

  /* layouts */
  .fm-problem-grid { grid-template-columns: 1fr; gap: 40px; }
  .fm-story-grid   { grid-template-columns: 1fr; gap: 36px; }
  .fm-story-img img { height: 260px; }
  .fm-courses-grid  { grid-template-columns: 1fr; }
  .fm-testi-grid    { grid-template-columns: 1fr; }
  .fm-next-steps-grid { grid-template-columns: 1fr 1fr; }

  /* footer */
  .fm-footer-grid   { grid-template-columns: 1fr 1fr; gap: 32px; }

  /* grids */
  .fm-thinker-grid  { grid-template-columns: 1fr; }
  .fm-learn-grid    { grid-template-columns: 1fr; }
  .fm-s-acts, .fm-s2col, .fm-sess-cards { grid-template-columns: 1fr; }
  .fm-inst-card     { grid-template-columns: 1fr; }
  .fm-inst-av       { margin: 0 auto; }

  /* nav */
  .fm-nav-links ul, .fm-nav-actions > a:not(.fm-mobile-cta) { display: none; }
  .fm-menu-toggle   { display: block; }
  .fm-stage-hdr     { grid-template-columns: 44px 1fr 28px; }

  /* about */
  .fm-mission-grid  { grid-template-columns: 1fr; }

  /* contact */
  .fm-form-row-2 { grid-template-columns: 1fr; }

  /* tuition */
  .fm-placement-bar { flex-direction: column; align-items: flex-start; padding: 28px 24px; }
}

@media (max-width: 600px) {
  .fm-aca-cards, .fm-hiw-4 { grid-template-columns: 1fr; }
  .fm-next-steps-grid { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
  .fm-footer-grid { grid-template-columns: 1fr; }
  .fm-wrap        { padding: 0 6%; }
  .fm-hero-inner  { padding: 56px 6%; }
  .fm-form-box    { padding: 28px 20px; }
}

.fm-books-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; margin-bottom: 28px; }
.fm-book-card  { border: 1px solid var(--border); border-radius: var(--r2); padding: 18px 16px; background: var(--white); transition: var(--tr); }
.fm-book-card:hover { box-shadow: var(--sh1); border-color: var(--teal); }
.fm-book-stage  { font-size: .58rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; margin-bottom: 6px; display: block; }
.fm-book-title  { font-size: .97rem; color: var(--ink); margin-bottom: 2px; }
.fm-book-author { font-size: .75rem; color: var(--teal); font-weight: 600; margin-bottom: 5px; }
.fm-book-desc   { font-size: .78rem; line-height: 1.5; color: var(--muted); margin-bottom: 8px; }
.fm-book-price  { display: inline-block; font-size: .72rem; font-weight: 700; color: var(--amber); background: rgba(232,108,26,.08); padding: 2px 8px; border-radius: 20px; }

.fm-cmp-alt td { background: var(--fog); }

.fm-method-header h2 { font-size: clamp(2rem,3.5vw,2.9rem); margin-top: 0; }
.fm-method-header p  { font-size: .96rem; color: var(--muted); max-width: 540px; margin-top: 10px; line-height: 1.75; }

@media (max-width: 768px) {
  .fm-hero-split  { grid-template-columns: 1fr; min-height: auto; }
  .fm-books-grid  { grid-template-columns: 1fr 1fr; }
  .fm-pricing-grid { max-width: 100%; }
}
@media (max-width: 480px) {
  .fm-books-grid { grid-template-columns: 1fr; }
}

.fm-method-h2 { font-size: clamp(2rem,3.5vw,2.9rem); margin-top: 0; }
.fm-method-p  { font-size: .96rem; color: var(--muted); max-width: 540px; margin-top: 10px; line-height: 1.75; }
.fm-mission-h2 { font-size: clamp(2rem,3.5vw,2.9rem); color: #fff; margin-bottom: 16px; }
.fm-mission-p  { font-size: .96rem; line-height: 1.85; color: rgba(255,255,255,.62); margin-bottom: 14px; }
.fm-section-h2-sm { font-size: clamp(1.9rem,3vw,2.6rem); }
.fm-section-h2-xs { font-size: clamp(1.8rem,3vw,2.4rem); margin-bottom: 28px; }
.fm-btn-row-mt { margin-top: 28px; margin-bottom: 0; }
.fm-form-group-0 { margin-bottom: 0; }
.fm-tab-img-wrap { border-radius: var(--r2); overflow: hidden; box-shadow: var(--sh2); margin-top: 8px; }
.fm-tab-img { width: 100%; height: 300px; object-fit: cover; }

.fm-eyebrow-teal2  { color: var(--teal2); }
.fm-eyebrow-amber2 { color: var(--amber2); }
.fm-eyebrow-gold   { color: var(--gold); }

.fm-tab-h3 { font-size: 1.55rem; margin-bottom: 16px; }

.fm-pre-amber { border-color: rgba(232,108,26,.25); background: rgba(232,108,26,.04); }

.fm-hero-split {
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    background-image:
        linear-gradient(to right, rgba(14,26,43,0.92) 0%, rgba(14,26,43,0.75) 55%, rgba(14,26,43,0.35) 100%),
        url('https://white-baboon-158210.hostingersite.com/wp-content/uploads/2026/04/hero-image-1.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.entry-header{
  text-align: center;
    padding: 10px;
}

.button-primary.wp-element-button{
	background: var(--amber);
    color: #fff;
    border-color: var(--amber);
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 14px 32px;
    border-radius: 4px;
    font-size: .9rem;
    font-weight: 600;
    letter-spacing: .01em;
    transition: var(--tr);
    border: 2px solid transparent;
    cursor: pointer;
    white-space: nowrap;
    text-decoration: none;
}

.button-primary.wp-element-button:hover {
    background: var(--amber2);
    border-color: var(--amber2);
    color: #fff;
    transform: translateY(-2px);
}

.button-primary.wp-element-button[disabled]{
	opacity: 0.5;
}

@media (max-width: 768px) {
  .fm-hero-split {
    min-height: 90vh;
    align-items: flex-end;
    background-position: center right;
    background-image:
        linear-gradient(to top, rgba(14,26,43,0.96) 40%, rgba(14,26,43,0.55) 100%),
        url('https://white-baboon-158210.hostingersite.com/wp-content/uploads/2026/04/hero-image-1.png');
  }
}