/* lp-shared.css — Shared stylesheet for FindUrCollege landing/pillar pages */
*{box-sizing:border-box;margin:0;padding:0}
img{max-width:100%;height:auto}
body{font-family:'Segoe UI',system-ui,sans-serif;color:#1a202c;background:#fff}
a{color:#1a56db;text-decoration:none}
a:hover{text-decoration:underline}
.lp-nav{position:sticky;top:0;z-index:100;background:#0c1a3a;padding:.9rem 5%;display:flex;align-items:center;justify-content:space-between;box-shadow:0 2px 16px rgba(0,0,0,.18)}
.lp-logo{display:flex;align-items:center;gap:.6rem;text-decoration:none}
.lp-logo img{height:40px!important;width:auto!important;max-width:200px}
.lp-logo-name{font-size:1rem;font-weight:800;color:#fff;letter-spacing:-.01em}.lp-logo-name span{color:#f59e0b}
.lp-nav-links{display:flex;align-items:center;gap:1.5rem}
.lp-nav-links a{font-size:.82rem;color:rgba(255,255,255,.75);font-weight:500;transition:color .2s;text-decoration:none}.lp-nav-links a:hover{color:#fff}
.lp-nav-cta{background:#f59e0b;color:#0c1a3a;font-size:.8rem;font-weight:800;padding:.5rem 1.2rem;border-radius:100px;transition:background .2s}.lp-nav-cta:hover{background:#fbbf24}
@media(max-width:700px){.lp-nav-links{display:none}.lp-logo-name{font-size:.9rem}}
@media(max-width:480px){.lp-logo img{height:32px!important;max-width:150px}}
.hero{background:linear-gradient(135deg,#0f2460 0%,#1a56db 60%,#1e429f 100%);color:#fff;padding:3.5rem 1.5rem 2.5rem;text-align:center}
.hero-badge{background:rgba(255,255,255,.15);border:1px solid rgba(255,255,255,.3);border-radius:20px;display:inline-block;padding:.3rem .9rem;font-size:.8rem;font-weight:700;margin-bottom:1rem;letter-spacing:.05em;text-transform:uppercase}
.hero h1{font-size:clamp(1.6rem,4vw,2.5rem);font-weight:800;line-height:1.22;margin-bottom:.75rem}
.hero p{font-size:1rem;opacity:.9;max-width:700px;margin:0 auto 1.5rem}
.stat-row{display:flex;flex-wrap:wrap;gap:.6rem 2rem;justify-content:center;margin-bottom:1.75rem}
.stat-pill{background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.25);border-radius:6px;padding:.4rem 1rem;font-size:.82rem;font-weight:600}
.cta-row{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}
.btn-primary{background:#f59e0b;color:#1a202c;padding:.75rem 1.75rem;border-radius:8px;font-weight:700;font-size:1rem;display:inline-block}
.btn-secondary{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.7);padding:.7rem 1.5rem;border-radius:8px;font-weight:600;display:inline-block}
.trust-bar{background:#f8faff;border-bottom:1px solid #e2e8f0;padding:.7rem 1.5rem;display:flex;flex-wrap:wrap;gap:.4rem 1.5rem;justify-content:center;font-size:.83rem;color:#4a5568}
.trust-bar span{display:flex;align-items:center;gap:.3rem}
.uplink{background:#f0f7ff;border-left:4px solid #1a56db;padding:.9rem 1.2rem;margin:1.25rem 1.5rem;border-radius:0 8px 8px 0;font-size:.92rem}
.lp-content{max-width:1100px;margin:0 auto;padding:2rem 1.5rem}
.lp-section{margin-bottom:2.75rem}
.lp-section h2{font-size:1.4rem;font-weight:700;color:#0f2460;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:3px solid #1a56db}
.lp-section h3{font-size:1.1rem;font-weight:700;color:#1a202c;margin:1.4rem 0 .6rem}
.lp-section p{line-height:1.8;color:#4a5568;margin-bottom:.9rem}
.lp-section ul,.lp-section ol{padding-left:1.4rem;margin-bottom:.9rem}
.lp-section li{line-height:1.75;color:#4a5568;margin-bottom:.35rem}
.lp-section li strong{color:#1a202c}
.overflow-x{overflow-x:auto;margin:1rem 0;border-radius:8px}
.fee-table{width:100%;border-collapse:collapse;font-size:.88rem;min-width:520px}
.fee-table th{background:#0f2460;color:#fff;padding:.65rem .9rem;text-align:left;font-weight:700}
.fee-table td{padding:.55rem .9rem;border-bottom:1px solid #e2e8f0;vertical-align:top}
.fee-table tr:nth-child(even) td{background:#f8faff}
.fee-table td:first-child{font-weight:600;color:#0f2460}
.highlight-box{background:#f0f7ff;border-left:4px solid #1a56db;padding:1rem 1.25rem;border-radius:0 8px 8px 0;margin:1.25rem 0}
.highlight-box strong{color:#1a56db}
.warn-box{background:#fffbeb;border-left:4px solid #f59e0b;padding:1rem 1.25rem;border-radius:0 8px 8px 0;margin:1.25rem 0;font-size:.92rem;color:#78350f}
.warn-box strong{color:#b45309}
.faq-item{border:1px solid #e2e8f0;border-radius:10px;margin-bottom:.75rem;overflow:hidden}
.faq-q{background:#f8faff;padding:.9rem 1.1rem;font-weight:700;font-size:.92rem;color:#0f2460;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:.5rem}
.faq-q::after{content:'+';font-size:1.2rem;color:#1a56db;flex-shrink:0}.faq-icon{display:none}
.faq-item.open .faq-q::after{content:'\2212'}
.faq-a{display:none;padding:.9rem 1.1rem;font-size:.9rem;color:#4a5568;line-height:1.75;border-top:1px solid #e2e8f0}
.faq-item.open .faq-a{display:block}
.cta-section{background:linear-gradient(135deg,#0f2460,#1a56db);color:#fff;padding:3rem 1.5rem;text-align:center;margin-top:3rem}
.cta-section h2{font-size:1.65rem;font-weight:800;margin-bottom:.75rem}
.cta-section p{opacity:.9;margin-bottom:1.75rem;max-width:600px;margin-left:auto;margin-right:auto}
.cta-section .btn-primary{font-size:1.05rem;padding:.9rem 2.25rem}
footer{background:#1a202c;color:#a0aec0;padding:2rem 1.5rem;text-align:center;font-size:.85rem}
footer a{color:#90cdf4}
.footer-links{display:flex;flex-wrap:wrap;gap:.5rem 1.5rem;justify-content:center;margin-bottom:1rem}
.steps-list{counter-reset:step;padding:0;list-style:none}
.steps-list li{counter-increment:step;padding:.75rem 1rem .75rem 3.5rem;position:relative;border-bottom:1px solid #e2e8f0;font-size:.92rem;color:#4a5568;line-height:1.7}
.steps-list li:last-child{border-bottom:none}
.steps-list li::before{content:counter(step);position:absolute;left:.9rem;top:.75rem;background:#1a56db;color:#fff;width:1.7rem;height:1.7rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.82rem}
@media(max-width:640px){.hero h1{font-size:1.5rem}.lp-content{padding:1.5rem 1rem}}

.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 === */
