/* ==========================================================================
   THE BEELINE CAMPUS — MAIN STYLESHEET
   Used across all page templates. Loaded by /inc/enqueue.php.
   ========================================================================== */

:root {
  --navy: #0F1B3C;
  --gold: #C9A84C;
  --gold-light: #E2C47A;
  --red: #C0392B;
  --mid: #1A2D5A;
  --bg: #F8F6F0;
  --white: #fff;
  --green: #1D9E75;
  --green-bg: #E1F5EE;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
body {
  font-family: 'Barlow', sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: #222;
  background: #fff;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
section { position: relative; }

/* ── TOP BAR ── */
.topbar { background: var(--navy); padding: 8px 0; font-family: 'Barlow Condensed', sans-serif; font-size: 13px; color: rgba(255,255,255,.65); }
.tb-inner { max-width: 1200px; margin: 0 auto; padding: 0 24px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 8px; }
.tb-social a { color: rgba(255,255,255,.6); margin-left: 10px; font-size: 12px; font-weight: 600; letter-spacing: .5px; transition: .15s; }
.tb-social a:hover { color: var(--gold); }

/* ── HEADER ── */
.site-header { background: #fff; border-bottom: 2px solid var(--gold); position: sticky; top: 0; z-index: 100; box-shadow: 0 1px 12px rgba(0,0,0,.04); }
.hdr { max-width: 1200px; margin: 0 auto; padding: 0 24px; display: flex; justify-content: space-between; align-items: center; height: 72px; }
.site-logo img { height: 54px; width: auto; }
.main-nav { display: flex; align-items: center; gap: 3px; flex-wrap: wrap; list-style: none; margin: 0; padding: 0; }
.main-nav a { font-family: 'Barlow Condensed', sans-serif; font-size: 14px; font-weight: 600; color: var(--navy); padding: 6px 9px; border-radius: 4px; letter-spacing: .3px; transition: .15s; display: inline-block; }
.main-nav a:hover, .main-nav .current-menu-item > a, .main-nav .current_page_item > a { color: var(--gold); }
.btn-enroll { background: var(--gold); color: var(--navy) !important; padding: 9px 20px !important; border-radius: 4px; font-weight: 700 !important; }
.btn-enroll:hover { background: #b89040 !important; }

/* ── BREADCRUMB ── */
.breadcrumb { background: var(--bg); border-bottom: 1px solid #e8e4dc; padding: 10px 0; }
.bc { max-width: 1200px; margin: 0 auto; padding: 0 24px; font-family: 'Barlow Condensed', sans-serif; font-size: 13px; color: #888; }
.bc a { color: var(--navy); font-weight: 600; }

/* ── BUTTONS ── */
.btn-primary {
  background: var(--gold); color: var(--navy);
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 16px; font-weight: 800;
  padding: 16px 32px; border-radius: 6px;
  letter-spacing: .5px;
  display: inline-flex; align-items: center; gap: 9px;
  transition: .2s; border: 2px solid var(--gold); cursor: pointer;
}
.btn-primary:hover { background: #b89040; border-color: #b89040; transform: translateY(-2px); box-shadow: 0 6px 20px rgba(201,168,76,.4); }
.btn-secondary {
  background: transparent; color: #fff; border: 2px solid rgba(255,255,255,.4);
  font-family: 'Barlow Condensed', sans-serif; font-size: 16px; font-weight: 700;
  padding: 16px 32px; border-radius: 6px; letter-spacing: .5px;
  display: inline-flex; align-items: center; gap: 9px; transition: .2s;
}
.btn-secondary:hover { border-color: #fff; background: rgba(255,255,255,.06); }
.btn-navy { background: var(--navy); color: #fff; border-color: var(--navy); }
.btn-navy:hover { background: var(--mid); border-color: var(--mid); }

/* ── SECTION GENERAL ── */
.section { padding: 84px 0; }
.section-bg { background: var(--bg); }
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.section-label { font-family: 'Barlow Condensed', sans-serif; font-size: 12px; font-weight: 800; letter-spacing: 3px; text-transform: uppercase; color: var(--gold); margin-bottom: 12px; }
.section-title { font-family: 'Playfair Display', serif; font-size: 42px; font-weight: 800; color: var(--navy); line-height: 1.15; margin-bottom: 16px; letter-spacing: -.5px; }
.section-title em { color: var(--gold); font-style: italic; }
.section-sub { font-size: 16px; color: #555; line-height: 1.85; max-width: 680px; margin-bottom: 0; }
.section-header-center { text-align: center; margin-bottom: 48px; }
.section-header-center .section-sub { margin-left: auto; margin-right: auto; }

/* ── FOOTER ── */
.site-footer { background: #080e1f; padding: 60px 0 24px; }
.footer-inner { max-width: 1200px; margin: 0 auto; padding: 0 24px; display: grid; grid-template-columns: 2fr 1fr 1fr 1.4fr; gap: 40px; }
.footer-logo img { height: 54px; margin-bottom: 16px; }
.footer-desc { font-size: 14px; color: rgba(255,255,255,.4); line-height: 1.75; margin-bottom: 18px; }
.footer-social { display: flex; gap: 8px; }
.footer-social a { background: rgba(255,255,255,.08); color: rgba(255,255,255,.6); width: 34px; height: 34px; border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 700; transition: .2s; }
.footer-social a:hover { background: var(--gold); color: var(--navy); transform: translateY(-2px); }
.f-col-title { font-family: 'Barlow Condensed', sans-serif; font-size: 12px; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; color: var(--gold); margin-bottom: 16px; }
.f-links { list-style: none; margin: 0; padding: 0; }
.f-links li { margin-bottom: 7px; }
.f-links a { font-size: 14px; color: rgba(255,255,255,.4); transition: .15s; }
.f-links a:hover { color: var(--gold); }
.f-contact { font-size: 14px; color: rgba(255,255,255,.4); line-height: 2.1; }
.f-contact a { color: var(--gold); }
.footer-bottom { max-width: 1200px; margin: 36px auto 0; padding: 18px 24px 0; border-top: 1px solid rgba(255,255,255,.08); display: flex; justify-content: space-between; font-size: 12px; color: rgba(255,255,255,.3); flex-wrap: wrap; gap: 8px; }

.wa-float { position: fixed; bottom: 28px; right: 28px; z-index: 998; background: #25D366; color: #fff; width: 60px; height: 60px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 28px; box-shadow: 0 6px 24px rgba(37,211,102,.4); transition: .2s; text-decoration: none; }
.wa-float:hover { transform: scale(1.08); box-shadow: 0 8px 28px rgba(37,211,102,.5); }

/* ─────────────────── HERO (Home) ─────────────────── */
.hero { position: relative; min-height: 620px; display: flex; align-items: center; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; z-index: 1; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; object-position: center 35%; filter: brightness(0.55) saturate(1.1); animation: slowZoom 18s ease-in-out infinite alternate; }
@keyframes slowZoom { from { transform: scale(1); } to { transform: scale(1.08); } }
.hero-overlay { position: absolute; inset: 0; z-index: 2; background: linear-gradient(135deg, rgba(15,27,60,.85) 0%, rgba(15,27,60,.5) 60%, rgba(15,27,60,.75) 100%); }
.hero-inner { position: relative; z-index: 3; max-width: 1200px; margin: 0 auto; padding: 60px 24px; width: 100%; }
.hero-eyebrow { display: inline-flex; align-items: center; gap: 8px; background: rgba(201,168,76,.12); border: 1px solid rgba(201,168,76,.4); border-radius: 30px; padding: 7px 18px; margin-bottom: 22px; }
.hero-eyebrow-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 3px rgba(201,168,76,.25); animation: pulse 2s ease-in-out infinite; }
@keyframes pulse { 50% { box-shadow: 0 0 0 8px rgba(201,168,76,0); } }
.hero-eyebrow-text { font-family: 'Barlow Condensed', sans-serif; font-size: 12px; font-weight: 800; letter-spacing: 2.5px; text-transform: uppercase; color: var(--gold); }
.hero h1 { font-family: 'Playfair Display', serif; font-size: 62px; font-weight: 800; color: #fff; line-height: 1.05; margin-bottom: 20px; max-width: 780px; letter-spacing: -1px; }
.hero h1 em { color: var(--gold); font-style: italic; font-weight: 700; }
.hero-tagline { font-family: 'Playfair Display', serif; font-size: 24px; font-weight: 700; font-style: italic; color: var(--gold); margin-bottom: 18px; letter-spacing: .5px; }
.hero-sub { font-size: 18px; color: rgba(255,255,255,.78); max-width: 580px; line-height: 1.7; margin-bottom: 32px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }

/* ── TRUST BAR ── */
.trust-bar { background: #fff; border-bottom: 1px solid #e8e4dc; padding: 16px 0; }
.tb-content { max-width: 1200px; margin: 0 auto; padding: 0 24px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 20px; }
.tb-item { display: flex; align-items: center; gap: 10px; font-family: 'Barlow Condensed', sans-serif; font-size: 13px; font-weight: 700; color: #666; letter-spacing: .5px; }
.tb-item .tb-icon { font-size: 18px; color: var(--gold); }

/* ── STATS BAR ── */
.stats-bar { background: var(--navy); padding: 48px 0; color: #fff; }
.stats-grid { max-width: 1200px; margin: 0 auto; padding: 0 24px; display: grid; grid-template-columns: repeat(4,1fr); gap: 30px; }
.stat-card { text-align: center; border-right: 1px solid rgba(255,255,255,.1); padding: 0 12px; }
.stat-card:last-child { border-right: none; }
.stat-num { font-family: 'Playfair Display', serif; font-size: 48px; font-weight: 800; color: var(--gold); line-height: 1; margin-bottom: 8px; letter-spacing: -1px; }
.stat-label { font-family: 'Barlow Condensed', sans-serif; font-size: 13px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: rgba(255,255,255,.65); }

/* ── ABOUT PREVIEW ── */
.about-preview { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.about-img-wrap { position: relative; border-radius: 14px; overflow: hidden; }
.about-img-wrap img { width: 100%; height: 480px; object-fit: cover; transition: transform .6s; }
.about-img-wrap:hover img { transform: scale(1.04); }
.about-img-overlay { position: absolute; left: 24px; bottom: 24px; background: #fff; border-radius: 10px; padding: 18px 22px; box-shadow: 0 10px 40px rgba(0,0,0,.18); max-width: 240px; }
.aio-eyebrow { font-family: 'Barlow Condensed', sans-serif; font-size: 11px; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; color: var(--gold); margin-bottom: 5px; }
.aio-text { font-family: 'Playfair Display', serif; font-size: 18px; font-weight: 700; color: var(--navy); line-height: 1.4; }
.about-content h2 { margin-bottom: 20px; }
.about-content p { margin-bottom: 18px; }
.about-features { margin: 24px 0 32px; display: flex; flex-direction: column; gap: 14px; }
.about-feat { display: flex; align-items: flex-start; gap: 14px; }
.af-icon { flex-shrink: 0; width: 36px; height: 36px; background: rgba(201,168,76,.12); border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 16px; color: var(--gold); }
.af-text { font-size: 15px; color: #333; line-height: 1.6; }
.af-text strong { color: var(--navy); display: block; font-family: 'Barlow Condensed', sans-serif; font-size: 14px; font-weight: 800; letter-spacing: .3px; margin-bottom: 2px; }

/* ── FEATURED VIDEO ── */
.video-section { background: var(--navy); padding: 84px 0; position: relative; overflow: hidden; }
.video-section::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 80% 30%, rgba(201,168,76,.08) 0%, transparent 50%); pointer-events: none; }
.video-wrap { max-width: 1100px; margin: 0 auto; padding: 0 24px; text-align: center; position: relative; z-index: 1; }
.video-section .section-label { color: var(--gold-light); }
.video-section .section-title { color: #fff; margin-bottom: 18px; }
.video-section .section-sub { color: rgba(255,255,255,.6); margin: 0 auto 40px; }
.video-frame { position: relative; border-radius: 14px; overflow: hidden; box-shadow: 0 24px 64px rgba(0,0,0,.5); background: #000; border: 1px solid rgba(201,168,76,.2); }
.video-aspect { position: relative; padding-bottom: 56.25%; height: 0; }
.video-aspect iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0; }

/* ── COURSE TEASER ── */
.course-teaser-wrap { display: grid; grid-template-columns: 1.3fr 1fr; gap: 48px; align-items: center; }
.ct-card { background: #fff; border-radius: 16px; border: 1px solid #e8e4dc; padding: 36px; position: relative; box-shadow: 0 4px 24px rgba(15,27,60,.06); }
.ct-card::before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 4px; background: linear-gradient(90deg, var(--gold) 0%, var(--gold-light) 50%, var(--gold) 100%); border-radius: 16px 16px 0 0; }
.ct-tag { display: inline-block; background: var(--navy); color: var(--gold); font-family: 'Barlow Condensed', sans-serif; font-size: 11px; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; padding: 5px 12px; border-radius: 4px; margin-bottom: 14px; }
.ct-title { font-family: 'Playfair Display', serif; font-size: 32px; font-weight: 800; color: var(--navy); line-height: 1.2; margin-bottom: 14px; }
.ct-desc { font-size: 15px; color: #555; line-height: 1.8; margin-bottom: 22px; }
.ct-meta { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 14px; margin-bottom: 24px; padding: 18px; background: var(--bg); border-radius: 10px; }
.ct-meta-item .ctm-label { font-family: 'Barlow Condensed', sans-serif; font-size: 10px; font-weight: 800; letter-spacing: 1.5px; text-transform: uppercase; color: #999; margin-bottom: 3px; }
.ct-meta-item .ctm-value { font-family: 'Barlow Condensed', sans-serif; font-size: 18px; font-weight: 800; color: var(--navy); }
.ct-meta-item .ctm-value.gold { color: var(--gold); }
.ct-features-list { list-style: none; margin: 0 0 22px; padding: 0; }
.ct-features-list li { display: flex; align-items: flex-start; gap: 10px; font-size: 14.5px; color: #444; padding: 6px 0; }
.ct-features-list .ctf-check { color: var(--green); font-size: 16px; flex-shrink: 0; margin-top: 1px; }

/* ── WHY CHOOSE US ── */
.why-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; }
.why-card { background: #fff; border-radius: 12px; padding: 28px 24px; border: 1px solid #e8e4dc; transition: .3s; position: relative; }
.why-card:hover { transform: translateY(-4px); box-shadow: 0 12px 32px rgba(15,27,60,.1); border-color: rgba(201,168,76,.4); }
.wc-icon-wrap { width: 56px; height: 56px; border-radius: 12px; background: linear-gradient(135deg, rgba(201,168,76,.15) 0%, rgba(201,168,76,.05) 100%); display: flex; align-items: center; justify-content: center; font-size: 26px; margin-bottom: 18px; }
.wc-title { font-family: 'Playfair Display', serif; font-size: 20px; font-weight: 700; color: var(--navy); line-height: 1.3; margin-bottom: 10px; }
.wc-text { font-size: 14px; color: #666; line-height: 1.7; }

/* ── INSTRUCTOR FEATURE ── */
.instructor-feature { background: linear-gradient(135deg, var(--navy) 0%, var(--mid) 100%); padding: 84px 0; color: #fff; position: relative; overflow: hidden; }
.if-grid { display: grid; grid-template-columns: 1fr 1.3fr; gap: 64px; align-items: center; position: relative; z-index: 1; }
.if-img-wrap { position: relative; border-radius: 14px; overflow: hidden; box-shadow: 0 24px 64px rgba(0,0,0,.4); }
.if-img-wrap img { width: 100%; height: 520px; object-fit: cover; }
.if-img-quote { position: absolute; left: 24px; right: 24px; bottom: 24px; background: rgba(15,27,60,.92); backdrop-filter: blur(12px); border-radius: 10px; padding: 18px 22px; border-left: 3px solid var(--gold); }
.if-img-quote-text { font-family: 'Playfair Display', serif; font-size: 15px; font-style: italic; color: rgba(255,255,255,.85); line-height: 1.6; margin-bottom: 6px; }
.if-img-quote-cite { font-family: 'Barlow Condensed', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: var(--gold); }
.if-content .section-label { color: var(--gold-light); }
.if-content h2 { color: #fff; margin-bottom: 18px; }
.if-content h2 em { color: var(--gold); }
.if-name { font-family: 'Playfair Display', serif; font-size: 36px; font-weight: 800; color: #fff; margin-bottom: 6px; }
.if-role { font-family: 'Barlow Condensed', sans-serif; font-size: 14px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--gold); margin-bottom: 20px; }
.if-bio { font-size: 15.5px; color: rgba(255,255,255,.7); line-height: 1.85; margin-bottom: 28px; }
.if-creds { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-bottom: 28px; }
.if-cred { display: flex; align-items: center; gap: 8px; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1); border-radius: 6px; padding: 8px 12px; font-family: 'Barlow Condensed', sans-serif; font-size: 12.5px; font-weight: 600; color: rgba(255,255,255,.8); letter-spacing: .3px; }
.if-cred-dot { width: 5px; height: 5px; border-radius: 50%; background: var(--gold); flex-shrink: 0; }

/* ── TESTIMONIAL ROTATOR ── */
.testimonial-section { padding: 84px 0; background: var(--bg); }
.test-rotator { position: relative; max-width: 880px; margin: 0 auto; text-align: center; }
.test-quote-mark { font-family: 'Playfair Display', serif; font-size: 120px; font-weight: 800; color: rgba(201,168,76,.18); line-height: .7; margin-bottom: -30px; position: relative; z-index: 1; }
.test-track { position: relative; min-height: 240px; }
.test-slide { position: absolute; inset: 0; opacity: 0; transition: opacity .6s ease; display: flex; flex-direction: column; align-items: center; padding: 0 40px; }
.test-slide.active { opacity: 1; position: relative; }
.test-quote { font-family: 'Playfair Display', serif; font-size: 24px; font-style: italic; color: var(--navy); line-height: 1.55; margin-bottom: 28px; position: relative; z-index: 2; }
.test-author { display: flex; align-items: center; gap: 14px; }
.test-avatar { width: 54px; height: 54px; border-radius: 50%; background: var(--navy); color: var(--gold); font-family: 'Barlow Condensed', sans-serif; font-size: 18px; font-weight: 800; display: flex; align-items: center; justify-content: center; border: 2px solid var(--gold); }
.test-meta { text-align: left; }
.test-name { font-family: 'Barlow Condensed', sans-serif; font-size: 16px; font-weight: 800; color: var(--navy); letter-spacing: .5px; }
.test-role { font-size: 13px; color: #888; }
.test-dots { display: flex; justify-content: center; gap: 8px; margin-top: 36px; }
.test-dot { width: 10px; height: 10px; border-radius: 50%; background: rgba(15,27,60,.2); cursor: pointer; transition: .2s; border: none; padding: 0; }
.test-dot.active { background: var(--gold); width: 32px; border-radius: 5px; }

/* ── GALLERY PREVIEW ── */
.gallery-preview { padding: 84px 0; }
.gp-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; grid-template-rows: repeat(2, 200px); gap: 8px; border-radius: 14px; overflow: hidden; }
.gp-item { position: relative; overflow: hidden; cursor: pointer; }
.gp-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s; }
.gp-item:hover img { transform: scale(1.06); }
.gp-item:nth-child(1) { grid-row: span 2; }
.gp-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(15,27,60,.85) 0%, transparent 50%); display: flex; align-items: flex-end; padding: 18px; opacity: 0; transition: opacity .3s; }
.gp-item:hover .gp-overlay { opacity: 1; }
.gp-overlay-text { font-family: 'Barlow Condensed', sans-serif; font-size: 13px; font-weight: 700; color: #fff; letter-spacing: .5px; }
.gallery-cta-row { display: flex; justify-content: center; margin-top: 32px; }

/* ── BLOG PREVIEW ── */
.blog-preview-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.bp-card { background: #fff; border-radius: 12px; overflow: hidden; border: 1px solid #e8e4dc; transition: .3s; display: flex; flex-direction: column; }
.bp-card:hover { transform: translateY(-4px); box-shadow: 0 12px 32px rgba(15,27,60,.1); }
.bp-img { height: 200px; overflow: hidden; position: relative; }
.bp-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.bp-card:hover .bp-img img { transform: scale(1.05); }
.bp-cat { position: absolute; top: 12px; left: 12px; font-family: 'Barlow Condensed', sans-serif; font-size: 10px; font-weight: 800; letter-spacing: 1.5px; text-transform: uppercase; padding: 4px 10px; border-radius: 4px; }
.bp-body { padding: 20px 22px; flex: 1; display: flex; flex-direction: column; }
.bp-title { font-family: 'Playfair Display', serif; font-size: 18px; font-weight: 700; color: var(--navy); line-height: 1.35; margin-bottom: 10px; }
.bp-excerpt { font-size: 13.5px; color: #666; line-height: 1.65; margin-bottom: 14px; flex: 1; }
.bp-meta { font-family: 'Barlow Condensed', sans-serif; font-size: 11.5px; color: #aaa; letter-spacing: .5px; border-top: 1px solid #f0ece4; padding-top: 12px; }

/* ── BRANCHES PREVIEW ── */
.branches-preview { background: var(--bg); padding: 84px 0; }
.branches-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 48px; }
.branch-card { background: #fff; border-radius: 14px; overflow: hidden; border: 1px solid #e8e4dc; transition: .3s; }
.branch-card:hover { transform: translateY(-3px); box-shadow: 0 12px 36px rgba(15,27,60,.1); }
.bc-header { background: var(--navy); padding: 24px 28px; color: #fff; position: relative; overflow: hidden; }
.bc-header::after { content: ""; position: absolute; right: -30px; top: -30px; width: 140px; height: 140px; border-radius: 50%; background: rgba(201,168,76,.08); }
.bc-name { font-family: 'Playfair Display', serif; font-size: 26px; font-weight: 800; color: #fff; margin-bottom: 5px; position: relative; z-index: 1; }
.bc-tag { display: inline-block; background: rgba(201,168,76,.18); border: 1px solid rgba(201,168,76,.4); border-radius: 4px; padding: 3px 10px; font-family: 'Barlow Condensed', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: var(--gold); position: relative; z-index: 1; }
.bc-body { padding: 24px 28px; }
.bc-row { display: flex; gap: 14px; padding: 10px 0; border-bottom: 1px solid #f0ece4; align-items: flex-start; }
.bc-row:last-child { border-bottom: none; }
.bc-icon { width: 32px; height: 32px; border-radius: 8px; background: var(--bg); display: flex; align-items: center; justify-content: center; font-size: 14px; flex-shrink: 0; margin-top: 1px; color: var(--gold); }
.bc-row-content { flex: 1; }
.bc-row-label { font-family: 'Barlow Condensed', sans-serif; font-size: 11px; font-weight: 800; letter-spacing: 1.5px; text-transform: uppercase; color: #aaa; margin-bottom: 2px; }
.bc-row-text { font-size: 14px; color: #333; line-height: 1.5; }
.bc-actions { padding: 18px 28px 24px; display: flex; gap: 8px; background: var(--bg); }
.btn-map { background: var(--navy); color: #fff; font-family: 'Barlow Condensed', sans-serif; font-size: 13px; font-weight: 700; padding: 10px 16px; border-radius: 6px; flex: 1; text-align: center; letter-spacing: .5px; transition: .2s; }
.btn-map:hover { background: var(--mid); }
.btn-wa-small { background: var(--green); color: #fff; font-family: 'Barlow Condensed', sans-serif; font-size: 13px; font-weight: 700; padding: 10px 16px; border-radius: 6px; flex: 1; text-align: center; letter-spacing: .5px; transition: .2s; }
.btn-wa-small:hover { background: #178c66; }

/* ── FINAL CTA ── */
.final-cta { position: relative; padding: 96px 0; color: #fff; overflow: hidden; }
.final-cta-bg { position: absolute; inset: 0; z-index: 1; }
.final-cta-bg img { width: 100%; height: 100%; object-fit: cover; filter: brightness(0.45) saturate(0.9); }
.final-cta-overlay { position: absolute; inset: 0; z-index: 2; background: linear-gradient(135deg, rgba(15,27,60,.92) 0%, rgba(15,27,60,.7) 50%, rgba(192,57,43,.4) 100%); }
.fc-inner { position: relative; z-index: 3; max-width: 900px; margin: 0 auto; padding: 0 24px; text-align: center; }
.fc-eyebrow { display: inline-block; background: rgba(201,168,76,.15); border: 1px solid rgba(201,168,76,.4); border-radius: 30px; padding: 7px 18px; font-family: 'Barlow Condensed', sans-serif; font-size: 12px; font-weight: 800; letter-spacing: 2.5px; text-transform: uppercase; color: var(--gold); margin-bottom: 22px; }
.fc-title { font-family: 'Playfair Display', serif; font-size: 54px; font-weight: 800; color: #fff; line-height: 1.1; margin-bottom: 18px; letter-spacing: -1px; }
.fc-title em { color: var(--gold); font-style: italic; }
.fc-sub { font-size: 17px; color: rgba(255,255,255,.78); max-width: 620px; margin: 0 auto 32px; line-height: 1.75; }
.fc-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.fc-features { display: flex; justify-content: center; gap: 32px; flex-wrap: wrap; margin-top: 36px; }
.fc-feat { display: flex; align-items: center; gap: 8px; font-family: 'Barlow Condensed', sans-serif; font-size: 13px; font-weight: 700; letter-spacing: 1px; color: rgba(255,255,255,.7); }
.fc-feat-icon { color: var(--gold); font-size: 16px; }

/* ─────────────────── PAGE-SPECIFIC STYLES ─────────────────── */

/* Inner page hero (used by About, Instructor, FAQ, Contact, etc) */
.page-hero { background: var(--navy); padding: 56px 0 48px; border-bottom: 4px solid var(--gold); }
.ph-inner { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.ph-label { font-family: 'Barlow Condensed', sans-serif; font-size: 12px; font-weight: 800; letter-spacing: 3px; text-transform: uppercase; color: var(--gold); margin-bottom: 12px; }
.ph-title { font-family: 'Playfair Display', serif; font-size: 46px; font-weight: 800; color: #fff; line-height: 1.1; margin-bottom: 14px; letter-spacing: -.5px; }
.ph-title em { color: var(--gold); font-style: italic; }
.ph-sub { font-size: 16px; color: rgba(255,255,255,.6); max-width: 580px; line-height: 1.75; }

/* Generic content section */
.content-section { padding: 72px 0; }

/* ─────────────────── RESPONSIVE ─────────────────── */
@media (max-width: 900px) {
  .hero { min-height: 520px; }
  .hero h1 { font-size: 42px; }
  .hero-tagline { font-size: 18px; }
  .stats-grid { grid-template-columns: 1fr 1fr; gap: 20px; }
  .stat-card { border-right: none; border-bottom: 1px solid rgba(255,255,255,.1); padding: 14px 0; }
  .stat-num { font-size: 38px; }
  .about-preview, .if-grid, .course-teaser-wrap, .branches-grid { grid-template-columns: 1fr; gap: 32px; }
  .why-grid { grid-template-columns: 1fr 1fr; }
  .blog-preview-grid { grid-template-columns: 1fr; }
  .gp-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 160px 160px 160px; }
  .gp-item:nth-child(1) { grid-row: span 1; grid-column: span 2; }
  .if-creds { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr; }
  .section-title, .ph-title { font-size: 30px; }
  .fc-title { font-size: 34px; }
  .main-nav a { font-size: 12px; padding: 5px 6px; }
  .if-img-wrap img { height: 380px; }
}
@media (max-width: 600px) {
  .why-grid { grid-template-columns: 1fr; }
}
