/* ==========================================================================
   PREPSEQUENCE - EDITORIAL DESIGN SYSTEM v3.0
   Clean, premium, scroll-rich corporate design.
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&display=swap');

:root {
  --color-bg: #FFFFFF;
  --color-bg-alt: #F8FAFC;
  --color-bg-dark: #0E1726;
  --color-navy: #0E1726;
  --color-slate-dark: #1E293B;
  --color-slate: #475569;
  --color-slate-light: #64748B;
  --color-gold: #C59B27;
  --color-gold-dark: #B45309;
  --color-gold-badge: #FEF3C7;
  --color-gold-border: #FDE68A;
  --color-border: #E2E8F0;
  --color-border-hover: #CBD5E1;
  --shadow-sm: 0 2px 8px rgba(14, 23, 38, 0.04);
  --shadow-md: 0 8px 24px -4px rgba(14, 23, 38, 0.06);
  --shadow-lg: 0 16px 36px -6px rgba(14, 23, 38, 0.1);
  --radius-lg: 16px;
  --radius-md: 10px;
  --radius-sm: 6px;
  --font: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { background: var(--color-bg); color: var(--color-navy); font-family: var(--font); line-height: 1.75; overflow-x: hidden; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }

/* ── Container ── */
.container { max-width: 1200px; margin: 0 auto; padding: 0 2rem; }

/* ── Top Ticker ── */
.top-ticker { background: var(--color-navy); color: #FEF3C7; font-size: 0.8rem; font-weight: 600; padding: 0.55rem 1.5rem; text-align: center; letter-spacing: 0.3px; }

/* ── Navbar ── */
.navbar { position: sticky; top: 0; z-index: 1000; background: rgba(255,255,255,0.97); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); border-bottom: 1px solid var(--color-border); }
.nav-container { display: flex; align-items: center; justify-content: space-between; height: 72px; max-width: 1200px; margin: 0 auto; padding: 0 2rem; }
.brand-logo { display: flex; align-items: center; flex-shrink: 0; }
.brand-logo-img { height: 38px; width: auto; display: block; }
.nav-menu { display: flex; align-items: center; gap: 1.75rem; list-style: none; }
.nav-link { font-size: 0.9rem; font-weight: 600; color: var(--color-slate); transition: color 0.2s ease; padding: 0.4rem 0; position: relative; }
.nav-link:hover, .nav-link.active { color: var(--color-navy); }
.nav-link.active::after { content: ''; position: absolute; bottom: -2px; left: 0; width: 100%; height: 2px; background: var(--color-gold); border-radius: 2px; }
.nav-actions { display: flex; align-items: center; gap: 0.75rem; flex-shrink: 0; }

/* Language Selector */

/* ── Buttons ── */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem; padding: 0.75rem 1.5rem; border-radius: var(--radius-md); font-weight: 700; font-size: 0.9rem; cursor: pointer; transition: all 0.25s ease; border: 1px solid transparent; font-family: var(--font); white-space: nowrap; }
.btn-gold { background: var(--color-navy); color: #FFF; box-shadow: 0 4px 14px rgba(14,23,38,0.12); }
.btn-gold:hover { background: var(--color-gold); transform: translateY(-2px); box-shadow: 0 8px 25px rgba(197,155,39,0.3); }
.btn-outline { background: #FFF; color: var(--color-navy); border: 1px solid var(--color-border-hover); }
.btn-outline:hover { background: var(--color-bg-alt); border-color: var(--color-navy); transform: translateY(-2px); }
.btn-sm { padding: 0.55rem 1.15rem; font-size: 0.85rem; }

/* ── Hero Section ── */
.hero { padding: 5.5rem 0 5rem; background: linear-gradient(180deg, #FFF 0%, #F8FAFC 100%); text-align: center; border-bottom: 1px solid var(--color-border); }
.badge { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.45rem 1.25rem; background: var(--color-gold-badge); border: 1px solid var(--color-gold-border); color: var(--color-gold-dark); border-radius: 50px; font-size: 0.8rem; font-weight: 700; margin-bottom: 1.75rem; }
.hero-title { font-size: 3rem; font-weight: 800; line-height: 1.15; margin-bottom: 1.25rem; color: var(--color-navy); letter-spacing: -1px; }
.hero-title .text-gold { color: var(--color-gold); }
.hero-subtitle { max-width: 700px; margin: 0 auto 2.25rem; font-size: 1.1rem; color: var(--color-slate); line-height: 1.7; }
.hero-actions { display: flex; align-items: center; justify-content: center; gap: 1rem; margin-bottom: 4rem; flex-wrap: wrap; }

/* ── Stats Bar ── */
.hero-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; max-width: 1100px; margin: 0 auto; padding: 2rem 1.5rem; background: #FFF; border: 1px solid var(--color-border); border-radius: var(--radius-lg); box-shadow: var(--shadow-md); }
.stat-item { text-align: center; padding: 0 0.5rem; }
.stat-number { font-size: clamp(1.6rem, 2.2vw, 2.25rem); font-weight: 800; color: var(--color-navy); white-space: nowrap; margin-bottom: 0.25rem; letter-spacing: -0.5px; }
.stat-label { font-size: 0.85rem; color: var(--color-slate); font-weight: 600; }

/* ── Page Header ── */
.page-header { padding: 5rem 0 4rem; background: linear-gradient(180deg, #FFF 0%, #F8FAFC 100%); text-align: center; border-bottom: 1px solid var(--color-border); }
.page-title { font-size: 2.75rem; font-weight: 800; line-height: 1.2; margin-bottom: 1.25rem; color: var(--color-navy); letter-spacing: -1px; }
.page-title .text-gold { color: var(--color-gold); }
.page-subtitle { max-width: 720px; margin: 0 auto; font-size: 1.05rem; color: var(--color-slate); line-height: 1.7; }

/* ── Sections ── */
.section { padding: 5.5rem 0; }
.section-alt { padding: 5.5rem 0; background: var(--color-bg-alt); border-top: 1px solid var(--color-border); border-bottom: 1px solid var(--color-border); }
.section-title { text-align: center; margin-bottom: 3.5rem; }
.section-title h2 { font-size: 2.15rem; font-weight: 800; color: var(--color-navy); margin-bottom: 0.75rem; letter-spacing: -0.5px; }
.section-title p { color: var(--color-slate); max-width: 640px; margin: 0 auto; font-size: 1rem; }

/* ── Full-Width Photo Banner ── */
.photo-banner { width: 100%; height: 340px; object-fit: cover; border-radius: 0; }
.photo-banner-section { padding: 0; margin: 0; }

/* ── Inline Photo ── */
.section-photo { width: 100%; height: 280px; object-fit: cover; border-radius: var(--radius-lg); margin-bottom: 2rem; box-shadow: var(--shadow-md); }

/* ── Cards Grid ── */
.cards-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.card { background: #FFF; border: 1px solid var(--color-border); border-radius: var(--radius-lg); padding: 2.5rem 2rem; transition: all 0.3s ease; box-shadow: var(--shadow-sm); }
.card:hover { transform: translateY(-4px); border-color: var(--color-gold); box-shadow: var(--shadow-lg); }
.card-label { font-size: 0.75rem; font-weight: 800; color: var(--color-gold); text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 0.75rem; }
.card-title { font-size: 1.2rem; font-weight: 700; margin-bottom: 0.85rem; color: var(--color-navy); }
.card-desc { font-size: 0.95rem; color: var(--color-slate); line-height: 1.7; }
.card-features { list-style: none; margin-top: 1.25rem; }
.card-features li { font-size: 0.88rem; color: var(--color-slate); line-height: 1.9; padding-left: 1.25rem; position: relative; }
.card-features li::before { content: "—"; position: absolute; left: 0; color: var(--color-gold); font-weight: 800; }

/* ── University Showcase Cards ── */
.uni-card { display: flex; gap: 2rem; align-items: flex-start; background: #FFF; border: 1px solid var(--color-border); border-radius: var(--radius-lg); padding: 2.25rem; margin-bottom: 1.75rem; box-shadow: var(--shadow-sm); transition: all 0.3s ease; }
.uni-card:hover { border-color: var(--color-gold); box-shadow: var(--shadow-md); }
.uni-logo-wrap { flex: 0 0 140px; text-align: center; }
.uni-logo-wrap img { width: 120px; height: 120px; object-fit: contain; }
.uni-logo-wrap .uni-tag { font-size: 0.7rem; font-weight: 800; color: var(--color-navy); text-transform: uppercase; letter-spacing: 1px; margin-top: 0.6rem; }
.uni-body { flex: 1; min-width: 0; }
.uni-body h3 { font-size: 1.35rem; color: var(--color-navy); margin-bottom: 0.65rem; font-weight: 700; }
.uni-body p { color: var(--color-slate-dark); line-height: 1.7; margin-bottom: 0.75rem; font-size: 0.95rem; }
.uni-track { font-size: 0.88rem; color: var(--color-gold-dark); font-weight: 700; }

/* ── College Logo Ticker ── */
.logo-ticker { display: flex; align-items: center; justify-content: center; gap: 2rem; flex-wrap: wrap; padding: 2.5rem 0; }
.logo-ticker img { height: 60px; width: 60px; object-fit: contain; opacity: 0.85; transition: all 0.3s ease; }
.logo-ticker img:hover { opacity: 1; transform: scale(1.05); }

/* ── Calculator ── */
.calculator-section { padding: 5rem 0; background: var(--color-bg-alt); border-bottom: 1px solid var(--color-border); }
.calc-card { background: #FFF; border: 1px solid var(--color-border); border-radius: var(--radius-lg); padding: 3rem 2.75rem; max-width: 1040px; margin: 0 auto; box-shadow: var(--shadow-md); }
.calc-header { text-align: center; margin-bottom: 2.5rem; }
.calc-header h2 { font-size: 2rem; font-weight: 800; color: var(--color-navy); margin-bottom: 0.5rem; }
.calc-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.25rem 2rem; margin-bottom: 2rem; }
.form-group { display: flex; flex-direction: column; gap: 0.5rem; }
.form-group label { font-size: 0.85rem; font-weight: 700; color: var(--color-navy); }
.form-select, .form-input, .form-textarea { background: #FFF; border: 1px solid var(--color-border-hover); border-radius: var(--radius-md); padding: 0.8rem 1rem; color: var(--color-navy); font-size: 0.9rem; outline: none; transition: all 0.2s ease; font-family: var(--font); }
.form-select:focus, .form-input:focus, .form-textarea:focus { border-color: var(--color-gold); box-shadow: 0 0 0 3px rgba(197,155,39,0.12); }
.calc-action-wrap { text-align: center; margin-top: 1rem; }
.calc-btn-main { width: 100%; max-width: 380px; margin: 0 auto; padding: 0.85rem 1.5rem; font-size: 0.95rem; }
.calc-result { display: none; background: var(--color-gold-badge); border: 1px solid var(--color-gold-border); border-radius: var(--radius-md); padding: 1.75rem; margin-top: 2rem; text-align: left; color: var(--color-navy); line-height: 1.75; }
.calc-result.active { display: block; animation: fadeIn 0.4s ease; }

/* ── Case Studies Board ── */
.board-filters { display: flex; align-items: center; justify-content: center; gap: 0.75rem; margin-bottom: 2.5rem; flex-wrap: wrap; }
.filter-btn { background: #FFF; border: 1px solid var(--color-border-hover); color: var(--color-slate); padding: 0.55rem 1.35rem; border-radius: 50px; font-size: 0.85rem; font-weight: 600; cursor: pointer; transition: all 0.2s ease; font-family: var(--font); }
.filter-btn.active, .filter-btn:hover { background: var(--color-navy); color: #FFF; border-color: var(--color-navy); }
.case-board-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.75rem; }
.case-board-card { background: #FFF; border: 1px solid var(--color-border); border-radius: var(--radius-lg); padding: 2rem; transition: all 0.3s ease; box-shadow: var(--shadow-sm); }
.case-board-card:hover { transform: translateY(-4px); border-color: var(--color-gold); box-shadow: var(--shadow-lg); }
.case-meta { display: flex; align-items: center; justify-content: space-between; font-size: 0.8rem; color: var(--color-slate-light); margin-bottom: 0.85rem; }
.case-region-tag { color: var(--color-gold); font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; }
.case-accepted-title { font-size: 1.25rem; font-weight: 800; color: var(--color-navy); margin-bottom: 0.5rem; }
.case-badge-pill { display: inline-block; background: var(--color-gold-badge); border: 1px solid var(--color-gold-border); color: var(--color-gold-dark); font-size: 0.75rem; font-weight: 700; padding: 0.2rem 0.65rem; border-radius: 6px; margin-bottom: 0.85rem; }
.case-quote { font-style: italic; font-size: 0.9rem; color: var(--color-slate); border-left: 3px solid var(--color-gold); padding-left: 0.85rem; margin-top: 0.85rem; line-height: 1.6; }

/* ── Dark CTA Section ── */
.cta-dark { background: var(--color-bg-dark); padding: 5rem 0; text-align: center; }
.cta-dark h2 { font-size: 2.25rem; font-weight: 800; color: #FFF; margin-bottom: 1rem; }
.cta-dark p { color: #94A3B8; font-size: 1.05rem; max-width: 600px; margin: 0 auto 2rem; line-height: 1.7; }
.cta-dark .btn-gold { background: var(--color-gold); }
.cta-dark .btn-gold:hover { background: #FFF; color: var(--color-navy); }

/* ── Footer ── */
footer { background: var(--color-bg-alt); color: var(--color-slate); border-top: 1px solid var(--color-border); padding: 4.5rem 0 2rem; font-size: 0.9rem; }
.footer-grid { display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 3rem; margin-bottom: 3rem; }
.footer-brand p { color: var(--color-slate); margin-top: 1rem; max-width: 320px; line-height: 1.7; }
.footer-col h4 { color: var(--color-navy); font-size: 0.95rem; font-weight: 700; margin-bottom: 1.25rem; }
.footer-col ul { list-style: none; }
.footer-col li { margin-bottom: 0.6rem; }
.footer-col a:hover { color: var(--color-gold); }
.footer-bottom { text-align: center; padding-top: 2rem; border-top: 1px solid var(--color-border); color: var(--color-slate-light); font-size: 0.85rem; }

/* ── Responsive ── */
@media (max-width: 992px) {
  .hero-stats { grid-template-columns: repeat(2, 1fr); }
  .cards-grid, .case-board-grid { grid-template-columns: repeat(2, 1fr); }
  .calc-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr repeat(2, 1fr); }
  .uni-card { flex-direction: column; }
  .uni-logo-wrap { flex: none; width: 100%; }
}

@media (max-width: 768px) {
  .nav-menu { display: none; }
  .hero-title, .page-title { font-size: 2.2rem; }
  .hero-stats { grid-template-columns: 1fr; }
  .cards-grid, .case-board-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .hero-actions { flex-direction: column; }
  .photo-banner { height: 200px; }
}

@keyframes fadeIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }

/* ── Mobile Hamburger Menu ── */
.hamburger { display: none; background: none; border: none; cursor: pointer; padding: 0.5rem; }
.hamburger span { display: block; width: 22px; height: 2px; background: var(--color-navy); margin: 5px 0; transition: all 0.3s ease; border-radius: 2px; }
.hamburger.active span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
.hamburger.active span:nth-child(2) { opacity: 0; }
.hamburger.active span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }

/* ── Infinite Logo Marquee ── */
.logo-marquee-wrapper { overflow: hidden; position: relative; padding: 2rem 0; }
.logo-marquee-wrapper::before, .logo-marquee-wrapper::after { content: ''; position: absolute; top: 0; width: 80px; height: 100%; z-index: 2; pointer-events: none; }
.logo-marquee-wrapper::before { left: 0; background: linear-gradient(90deg, var(--color-bg-alt), transparent); }
.logo-marquee-wrapper::after { right: 0; background: linear-gradient(270deg, var(--color-bg-alt), transparent); }
.logo-marquee-track { display: flex; align-items: center; gap: 3rem; animation: marquee 30s linear infinite; width: max-content; }
.logo-marquee-track img { height: 56px; width: 56px; object-fit: contain; opacity: 0.8; transition: opacity 0.3s; flex-shrink: 0; }
.logo-marquee-track img:hover { opacity: 1; }
@keyframes marquee { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }

/* ── Scroll Reveal Animations ── */
.reveal { opacity: 0; transform: translateY(30px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

/* ── Animated Counter ── */
.stat-number { transition: all 0.3s ease; }

/* ── Sticky Bottom CTA ── */
.sticky-cta { position: fixed; bottom: 0; left: 0; width: 100%; background: var(--color-navy); color: #FFF; text-align: center; padding: 0.75rem 1.5rem; z-index: 999; transform: translateY(100%); transition: transform 0.4s ease; display: flex; align-items: center; justify-content: center; gap: 1rem; font-size: 0.9rem; font-weight: 600; }
.sticky-cta.visible { transform: translateY(0); }
.sticky-cta a { color: var(--color-gold); font-weight: 700; text-decoration: underline; }

/* ── Mobile Overrides ── */
@media (max-width: 768px) {
  .hamburger { display: block; }
  .nav-menu { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100vh; background: rgba(255,255,255,0.98); backdrop-filter: blur(20px); flex-direction: column; align-items: center; justify-content: center; gap: 2rem; z-index: 9999; }
  .nav-menu.open { display: flex; }
  .nav-menu .nav-link { font-size: 1.3rem; font-weight: 700; }
  .mobile-close { position: absolute; top: 1.5rem; right: 1.5rem; background: none; border: none; font-size: 2rem; cursor: pointer; color: var(--color-navy); }
}

/* ── How It Works Section ── */
.process-section { padding: 5rem 0; background: #FFF; }
.process-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3.5rem; align-items: center; }
.process-image { width: 100%; border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); }
.process-steps { display: flex; flex-direction: column; gap: 2rem; }
.step { display: flex; gap: 1.25rem; align-items: flex-start; }
.step-num { flex-shrink: 0; width: 48px; height: 48px; background: var(--color-navy); color: #FFF; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 1.1rem; }
.step-content h3 { font-size: 1.1rem; font-weight: 700; color: var(--color-navy); margin-bottom: 0.35rem; }
.step-content p { font-size: 0.92rem; color: var(--color-slate); line-height: 1.7; }

/* ── Consultation Banner ── */
.consult-banner { padding: 5rem 0; background: var(--color-bg-alt); border-top: 1px solid var(--color-border); border-bottom: 1px solid var(--color-border); }
.consult-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3.5rem; align-items: center; }
.consult-image { width: 100%; border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); }
.consult-text h2 { font-size: 2rem; font-weight: 800; color: var(--color-navy); margin-bottom: 1rem; letter-spacing: -0.5px; }
.consult-text p { color: var(--color-slate); line-height: 1.8; margin-bottom: 1.5rem; font-size: 0.98rem; }
.consult-features { list-style: none; margin-bottom: 2rem; }
.consult-features li { font-size: 0.92rem; color: var(--color-slate-dark); padding: 0.4rem 0 0.4rem 1.5rem; position: relative; line-height: 1.6; }
.consult-features li::before { content: ""; position: absolute; left: 0; top: 0.7rem; width: 8px; height: 8px; background: var(--color-gold); border-radius: 50%; }

/* ── Campus Banner ── */
.campus-banner { position: relative; overflow: hidden; }
.campus-banner img { width: 100%; height: 380px; object-fit: cover; }
.campus-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(14,23,38,0.1) 0%, rgba(14,23,38,0.65) 100%); display: flex; align-items: flex-end; padding: 3rem; }
.campus-overlay p { color: #FFF; font-size: 1.3rem; font-weight: 700; max-width: 600px; line-height: 1.5; text-shadow: 0 2px 8px rgba(0,0,0,0.3); }

@media (max-width: 768px) {
  .process-grid, .consult-grid { grid-template-columns: 1fr; }
  .campus-banner img { height: 240px; }
  .campus-overlay p { font-size: 1rem; }
}

/* ── Admittedly-Style Feature Additions ── */

/* 1. Transformation Spotlight Cards */
.transformation-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; margin-top: 2rem; }
.trans-card { background: #FFF; border: 1px solid var(--color-border); border-radius: var(--radius-lg); padding: 2rem; box-shadow: var(--shadow-sm); transition: all 0.3s ease; position: relative; }
.trans-card:hover { transform: translateY(-4px); border-color: var(--color-gold); box-shadow: var(--shadow-lg); }
.trans-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 1.25rem; padding-bottom: 1rem; border-bottom: 1px solid var(--color-border); }
.trans-school { font-size: 1.15rem; font-weight: 800; color: var(--color-navy); }
.trans-badge { background: var(--color-gold-badge); color: var(--color-gold-dark); border: 1px solid var(--color-gold-border); font-size: 0.75rem; font-weight: 800; padding: 0.25rem 0.65rem; border-radius: 50px; text-transform: uppercase; }
.trans-block { margin-bottom: 1rem; }
.trans-label { font-size: 0.72rem; font-weight: 800; color: var(--color-slate-light); text-transform: uppercase; letter-spacing: 1px; margin-bottom: 0.25rem; }
.trans-val { font-size: 0.92rem; color: var(--color-navy); font-weight: 600; line-height: 1.5; }
.trans-strategy { background: var(--color-bg-alt); padding: 0.85rem 1rem; border-radius: var(--radius-md); font-size: 0.88rem; color: var(--color-slate-dark); line-height: 1.6; border-left: 3px solid var(--color-gold); margin-top: 1rem; }

/* 2. Interactive FAQ Accordion */
.faq-wrap { max-width: 860px; margin: 0 auto; display: flex; flex-direction: column; gap: 1rem; }
.faq-item { background: #FFF; border: 1px solid var(--color-border); border-radius: var(--radius-md); overflow: hidden; transition: border-color 0.25s ease; box-shadow: var(--shadow-sm); }
.faq-item:hover { border-color: var(--color-gold); }
.faq-question { display: flex; align-items: center; justify-content: space-between; padding: 1.35rem 1.75rem; font-size: 1.05rem; font-weight: 700; color: var(--color-navy); cursor: pointer; user-select: none; }
.faq-toggle { font-size: 1.3rem; color: var(--color-gold); font-weight: 700; transition: transform 0.3s ease; }
.faq-item.active .faq-toggle { transform: rotate(45deg); }
.faq-answer { display: none; padding: 0 1.75rem 1.5rem; color: var(--color-slate); font-size: 0.95rem; line-height: 1.75; border-top: 1px solid rgba(226,232,240,0.5); }
.faq-item.active .faq-answer { display: block; animation: fadeIn 0.3s ease; }

/* 3. Advisory Program Matrix */
.matrix-card { background: #FFF; border: 1px solid var(--color-border); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-md); max-width: 1040px; margin: 0 auto; }
.matrix-table { width: 100%; border-collapse: collapse; text-align: left; }
.matrix-table th, .matrix-table td { padding: 1.25rem 1.5rem; border-bottom: 1px solid var(--color-border); font-size: 0.92rem; }
.matrix-table th { background: var(--color-navy); color: #FFF; font-weight: 700; }
.matrix-table th:first-child { width: 40%; }
.matrix-table td:not(:first-child), .matrix-table th:not(:first-child) { text-align: center; }
.matrix-table tr:hover td { background: var(--color-bg-alt); }
.check-icon { color: var(--color-gold); font-weight: 900; font-size: 1.1rem; }

/* 4. Trust Badges Ribbon */
.trust-ribbon { display: flex; align-items: center; justify-content: center; gap: 3rem; flex-wrap: wrap; padding: 2rem 0; border-top: 1px solid var(--color-border); margin-top: 3rem; }
.trust-badge { display: flex; align-items: center; gap: 0.65rem; font-size: 0.85rem; font-weight: 700; color: var(--color-slate-dark); }
.trust-badge-icon { width: 24px; height: 24px; background: var(--color-gold-badge); border: 1px solid var(--color-gold-border); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--color-gold-dark); font-size: 0.75rem; font-weight: 900; }

@media (max-width: 992px) {
  .transformation-grid { grid-template-columns: 1fr; }
  .matrix-table th, .matrix-table td { padding: 0.85rem 1rem; font-size: 0.82rem; }
}
