/* Landing Page Specific Overrides */
.lp-hero{background:linear-gradient(135deg,#0c2456 0%,#1e3a7a 60%,#0c1a3a 100%);padding:5rem 5% 4rem;text-align:center;}
.lp-hero-inner{max-width:860px;margin:0 auto;}
.lp-hero h1,.lp-hero h2{font-family:'Segoe UI',system-ui,sans-serif;font-size:3rem;font-weight:700;color:#fff;margin-bottom:1.2rem;}
.lp-hero h1 em,.lp-hero h2 em{color:#f59e0b;font-style:italic}
.lp-hero-sub{font-size:1.05rem;color:rgba(255,255,255,.78);line-height:1.8;max-width:680px;margin:0 auto 2rem}
.lp-content{max-width:1100px;margin:0 auto;padding:4rem 5%}
.lp-section{margin-bottom:3.5rem}
.lp-section h2{font-family:'Segoe UI',system-ui,sans-serif;font-size:1.75rem;font-weight:700;color:#0c1a3a;margin-bottom:.9rem;}
.lp-section p{font-size:.95rem;color:#6b7280;line-height:1.85;margin-bottom:.9rem}
.lp-section ul{list-style:none;margin:.8rem 0 1rem;display:flex;flex-direction:column;gap:.4rem}
.lp-section ul li{font-size:.9rem;color:#1a2540;display:flex;align-items:flex-start;gap:.6rem;line-height:1.6}
.lp-section ul li::before{content:'→';color:#f59e0b;font-weight:700;}
.lp-highlight{background:#f8f9fc;border-left:4px solid #f59e0b;padding:1.2rem 1.5rem;margin:1.2rem 0;font-size:.93rem;}
.btn-gold{background:#f59e0b;color:#0c1a3a;font-weight:800;padding:.75rem 1.8rem;border-radius:100px;text-decoration:none}
.lp-hero-eye{display:inline-block;background:rgba(245,158,11,.15);border:1px solid #f59e0b;color:#f59e0b;font-size:.75rem;font-weight:700;padding:.3rem .9rem;border-radius:20px;margin-bottom:1rem;letter-spacing:.06em;text-transform:uppercase}

.lp-table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:12px;border:1px solid #e3e7ee;margin:1.2rem 0}.lp-table{width:100%;border-collapse:collapse;font-size:.88rem;min-width:480px}.lp-table th{background:#0c1a3a;color:#f59e0b;padding:.7rem .9rem;text-align:left;font-weight:600}.lp-table td{padding:.65rem .9rem;border-bottom:1px solid #e5e9f0;color:#1a2540;vertical-align:top}.lp-table tbody tr:last-child td{border-bottom:none}.lp-table tbody tr:nth-child(even){background:#f9fafc}.lp-table tbody tr:nth-child(even) td{background:#f9fafc}

/* === FC-PERF-OVERRIDE 2026-05-28: kill decorative background motion ===
   Cosmic gradients stay (static, cheap). Only drift/twinkle pseudo-element motion removed.
   Cuts ~60 concurrent infinite animations to free up GPU for scroll smoothness. */
body::before, body::after,
.sec-dark::before, .sec-dark::after,
.wcu-section::before, .wcu-section::after,
.ec-section::before, .ec-section::after,
.college-accordion::before, .college-accordion::after,
.mega-links::before, .mega-links::after,
.trust-section::before, .trust-section::after,
.ft-main::before, .ft-main::after,
.cta-band::before, .cta-band::after {
  animation: none !important;
}
.sec-dark, .wcu-section, .ec-section, .college-accordion, .mega-links, .cta-band {
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}
.updates-bar-track, .fc-updates-bar-track, .m-track, .clg-track {
  will-change: transform;
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/* === END FC-PERF-OVERRIDE === */

/* === FC-PERF-OVERRIDE-V2 2026-05-28: Lighthouse said 96 non-composited animations ===
   #1 culprit: .clg-logo-pill box-shadow animation (pillGlow) — non-compositable, full repaint every frame
   #2: SVG stroke-dashoffset + filter animations (wcuDraw, wcuGlow, wcuPulse, wcuFloatY)
   Killing these decorative infinite motions cuts Style & Layout time from 932ms target lower. */
.clg-logo-pill,
.wcu-card svg *,
.wcu-card-img-wrap svg *,
footer::before, footer::after {
  animation: none !important;
}
/* Static fallback for .clg-logo-pill (keep the shadow, just static) */
.clg-logo-pill {
  box-shadow: 0 4px 18px rgba(0,0,0,.4), 0 0 0 1px rgba(255,255,255,.08);
}
/* === END FC-PERF-OVERRIDE-V2 === */
