/* LoanFight shared stylesheet — generated by build/extract_css.py
   Sourced from 8 pages. Superseded .lf-* nav/footer rules removed.
   Edit this file, not the inline <style> blocks. */

:root{--navy:#0b1d39;--red:#d51f36;--paper:#f7f8fa;--line:#dfe4eb;--steel:#5d6b7e;--ink:#18283f}
*{box-sizing:border-box}
body{margin:0;font-family:'Inter',Arial,Helvetica,sans-serif;color:var(--ink);background:#fff;line-height:1.62}
a{color:inherit}
.top{position:sticky;top:0;z-index:20;background:#fff;border-bottom:1px solid var(--line)}
.nav{max-width:1120px;margin:auto;padding:14px 22px;display:flex;align-items:center;gap:24px}
.brand{font-weight:900;font-size:25px;letter-spacing:-1px;text-decoration:none;color:var(--navy)}
.brand .fight{color:var(--red)}
.navlinks{margin-left:auto;display:flex;gap:19px;align-items:center;font-weight:700;font-size:14px}
.navlinks a{text-decoration:none}
.cta{display:inline-block;background:var(--red);color:#fff!important;border-radius:9px;padding:11px 16px;text-decoration:none;font-weight:800}
.hero{background:linear-gradient(180deg,#f5f7fb,#fff);border-bottom:1px solid var(--line)}
.wrap{max-width:980px;margin:auto;padding:40px 22px}
.crumbs{font-size:13px;color:var(--steel);margin-bottom:17px}
.crumbs a{color:var(--navy)}
.kicker{font-size:12px;text-transform:uppercase;letter-spacing:1.2px;font-weight:900;color:var(--red)}
h1{font-size:44px;line-height:1.03;margin:7px 0 10px;color:var(--navy);letter-spacing:-1.4px}
.tag{font-weight:800;color:var(--steel);font-size:16px}
.lead{font-size:19px;line-height:1.65;max-width:820px}
.grid{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:34px}
.content h2{font-size:25px;color:var(--navy);margin:34px 0 8px}
.content p{margin:8px 0 15px}
.term{font-weight:800;border-bottom:1px dotted var(--red)}
.example,.callout{background:var(--paper);border:1px solid var(--line);border-left:5px solid var(--red);padding:18px 20px;border-radius:10px;margin:14px 0}
.tablewrap{overflow-x:auto;border:1px solid var(--line);border-radius:10px}
table{width:100%;border-collapse:collapse;min-width:550px}
th,td{text-align:left;padding:11px 13px;border-bottom:1px solid var(--line);font-size:14px}
th{background:var(--navy);color:#fff}
tr:last-child td{border-bottom:0}
.side{align-self:start;position:sticky;top:82px}
.sidebox{border:1px solid var(--line);border-radius:12px;padding:18px;background:#fff;margin-bottom:14px}
.sidebox h3{margin:0 0 8px;color:var(--navy)}
.sidebox a{display:block;padding:7px 0;color:var(--navy);font-weight:700}
.faq{border-top:1px solid var(--line);padding:13px 0}
.faq b{display:block;color:var(--navy);margin-bottom:3px}
.related{display:flex;flex-wrap:wrap;gap:9px}
.related a{border:1px solid var(--line);border-radius:8px;padding:9px 12px;text-decoration:none;font-weight:800;color:var(--navy)}
.bottomcta{margin-top:40px;background:var(--navy);color:#fff;border-radius:14px;padding:25px}
.bottomcta h2{color:#fff;margin:0 0 7px}
.disclaimer{font-size:12px;color:var(--steel);margin-top:32px;padding-top:20px;border-top:1px solid var(--line)}
.indexhero{padding-bottom:20px}
.controls{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:22px 0}
input,select{width:100%;font:inherit;padding:13px 14px;border:1px solid var(--line);border-radius:9px;background:#fff;color:var(--ink)}
.cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.card{display:block;text-decoration:none;border:1px solid var(--line);border-left:5px solid var(--red);border-radius:11px;padding:17px;background:#fff}
.card:hover{box-shadow:0 6px 24px rgba(11,29,57,.09)}
.card h2{font-size:21px;margin:0 0 5px;color:var(--navy)}
.card .small{font-size:12px;color:var(--steel);font-weight:800;margin-bottom:7px}
.card p{font-size:14px;margin:0;color:#3b4a60}
.letter{margin:30px 0 9px;font-size:25px;color:var(--navy);border-bottom:2px solid var(--line)}
footer{background:#08182e;color:#dfe6f1;margin-top:50px}
footer .wrap{padding-top:27px;padding-bottom:27px;font-size:12px}
@media(max-width:760px){.navlinks .cta{padding:9px 11px;font-size:12px;white-space:nowrap}
 .navlinks a:not(.cta){display:none}.nav{padding:12px 15px}
 .wrap{padding:28px 17px}.grid{grid-template-columns:1fr}.side{position:static}
 h1{font-size:36px}.lead{font-size:17px}.cards{grid-template-columns:1fr}.controls{grid-template-columns:1fr}
}
@media(max-width:760px){
 .wrap{padding:20px 15px}
 h1{font-size:31px;line-height:1.02}
 .lead{font-size:15.5px;line-height:1.5}
 .hero .wrap{padding-top:22px;padding-bottom:21px}
 .content h2{font-size:21px;margin-top:25px}
 .content p{font-size:14px;line-height:1.55}
 .example,.callout{padding:14px 15px}
 .sidebox{padding:14px}
}
/* LoanFight typography */
body{font-family:'Inter',Arial,Helvetica,sans-serif}
h1,h2,h3,.brand,.kicker,.tag,.cta,.card h2,.sidebox h3,.navlinks,.letter{
  font-family:'Barlow Condensed','Arial Narrow',Arial,sans-serif
}
h1{font-weight:800}
h2,h3,.card h2,.sidebox h3{font-weight:800}
.kicker,.tag,.cta,.navlinks{font-weight:800}
/* V3.6.1 — static program page typography/header correction */
body{font-family:'Inter',Arial,Helvetica,sans-serif!important;font-weight:400}
.brand{font-family:'Inter',Arial,sans-serif!important;font-size:34px!important;font-weight:900!important;letter-spacing:-2px!important;line-height:1!important;white-space:nowrap}
.brand .fight{font-weight:900!important}
h1,h2,h3,.card h2,.sidebox h3,.letter{font-family:'Inter',Arial,Helvetica,sans-serif!important;letter-spacing:-.5px!important}
h1{font-size:42px!important;font-weight:800!important;line-height:1.02!important}
.content h2{font-size:25px!important;font-weight:800!important;line-height:1.15!important}
.kicker,.tag,.navlinks,.cta{font-family:'Inter',Arial,Helvetica,sans-serif!important}
.kicker{font-size:12px!important;font-weight:800!important;letter-spacing:1.6px!important}
.tag{font-size:16px!important;font-weight:700!important;letter-spacing:0!important}
.cta{font-size:14px!important;font-weight:800!important;letter-spacing:-.1px!important}
.lead{font-size:18px!important;line-height:1.6!important}
.content p{font-size:16px!important;line-height:1.65!important}
.example,.callout{font-size:16px!important}
@media(max-width:760px){
 .nav{padding:15px 20px!important;gap:12px!important}
 .brand{font-size:29px!important;letter-spacing:-1.7px!important}
 .navlinks{margin-left:auto!important}
 .navlinks .cta{font-size:12px!important;padding:10px 13px!important;border-radius:8px!important;min-height:42px!important;display:flex!important;align-items:center!important}
 .hero .wrap{padding-top:28px!important;padding-bottom:28px!important}
 .crumbs{font-size:14px!important;margin-bottom:20px!important}
 h1{font-size:38px!important;line-height:1!important;margin:8px 0 10px!important}
 .tag{font-size:15px!important}
 .lead{font-size:16px!important;line-height:1.55!important}
 .content h2{font-size:22px!important;margin-top:30px!important;margin-bottom:9px!important}
 .content p{font-size:16px!important;line-height:1.62!important}
 .example,.callout{padding:15px 17px!important;font-size:15.5px!important;line-height:1.58!important}
}
/* V3.6.2 — iOS sizing + overflow QA */
html{
  -webkit-text-size-adjust:100%;
  text-size-adjust:100%;
  overflow-x:hidden;
}
body{overflow-x:hidden}
.hero,.wrap,.content,.side,.nav{max-width:100%}
.wrap{width:100%}
.tablewrap{
  max-width:100%;
  overflow-x:auto;
  -webkit-overflow-scrolling:touch;
}
.tablewrap table{
  width:100%;
  min-width:0;
  table-layout:fixed;
}
.tablewrap th,.tablewrap td{
  white-space:normal;
  overflow-wrap:anywhere;
  word-break:break-word;
}
.related{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  max-width:100%;
}
.related a{
  white-space:normal;
  overflow-wrap:anywhere;
  max-width:100%;
}
.nav{width:100%}
.navlinks{min-width:0}
@media(max-width:760px){
  .hero .wrap,.wrap{max-width:100%;width:100%;margin:0;padding-left:16px;padding-right:16px}
  .grid{display:block}
  .side{width:100%;max-width:100%}
  .tablewrap{border-radius:9px}
  .tablewrap table{min-width:0!important}
  .tablewrap th,.tablewrap td{font-size:12.5px;padding:8px}
  .related a{font-size:12px;padding:8px 9px}
}
@media(max-width:480px){
  .tablewrap table,.tablewrap thead,.tablewrap tbody,.tablewrap tr,.tablewrap th,.tablewrap td{display:block}
  .tablewrap thead{display:none}
  .tablewrap{border:0;overflow:visible}
  .tablewrap tr{
    border:1px solid var(--line);
    border-radius:10px;
    padding:8px 10px;
    margin:0 0 9px;
    background:#fff;
  }
  .tablewrap td{
    border:0;
    padding:4px 0;
    font-size:12.5px;
  }
  .tablewrap td:nth-child(1){font-weight:800;color:var(--navy)}
}
/* Static-page header alignment */
.brand{font-size:31px;line-height:1;white-space:nowrap}
@media(max-width:760px){
  .nav{display:grid;grid-template-columns:1fr auto;gap:10px 12px;padding:12px 16px}
  .brand{font-size:30px}
  .navlinks{
    margin-left:0;
    display:flex!important;
    grid-column:1 / -1;
    justify-content:flex-start;
    gap:13px;
    flex-wrap:wrap;
    font-size:12px;
  }
  .navlinks a{display:inline!important}
  .navlinks .cta{
    grid-column:auto;
    padding:8px 10px;
    font-size:12px;
  }
}
@media(max-width:480px){
  .nav{grid-template-columns:1fr auto}
  .brand{font-size:28px}
  .navlinks{gap:10px;font-size:11px}
}
/* Educational glossary tooltips */
.defterm{
  border-bottom:1px dotted var(--red);
  color:var(--navy);
  font-weight:700;
  cursor:pointer;
  position:relative;
  text-decoration:none;
}
.defpop{
  display:none;position:fixed;z-index:9999;left:50%;bottom:18px;transform:translateX(-50%);
  width:min(360px,calc(100vw - 28px));background:#0b1d39;color:#fff;border-radius:12px;
  box-shadow:0 10px 30px rgba(0,0,0,.25);padding:14px 15px;font-size:13px;line-height:1.45;
}
.defpop.on{display:block}
.defpop strong{display:block;font-size:14px;margin-bottom:4px;color:#fff}
.defpop button{position:absolute;right:8px;top:7px;border:0;background:transparent;color:#fff;font-size:18px;cursor:pointer}
.learnbtn{
  display:inline-block;margin-top:10px;background:var(--red);color:#fff!important;text-decoration:none;
  padding:8px 11px;border-radius:7px;font-weight:800;font-size:12px
}
.lf-foot{margin-top:38px;background:#08182e;color:#dce5f1}
.lf-foot-links{display:flex;gap:9px 16px;flex-wrap:wrap;margin:9px 0}
.lf-foot-links a{color:#fff;text-decoration:none;font-weight:700;font-size:11px}
.lf-foot-small{font-size:10.5px;color:#aebacc;line-height:1.5}
@media(max-width:760px){
  .lf-nav{padding:11px 14px}.lf-brand{font-size:29px}.lf-desktop{display:none}.lf-menu-btn{display:flex}
}
/* V4.1 responsive static pages */
@media(min-width:700px){
  body{background:#f4f6f9}
  .top,.lf-top{background:#fff}
  .wrap{max-width:920px}
  .hero .wrap{padding-top:38px;padding-bottom:32px}
  .sitefoot .wrap,.lf-foot-wrap{max-width:1000px}
}
@media(min-width:1100px){
  .wrap{max-width:1120px}
  .hero .wrap{padding-top:48px;padding-bottom:38px}
  .grid{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:32px;align-items:start}
  .content{min-width:0}
  .side{width:auto;max-width:none}
  .cardgrid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(min-width:1450px){
  .wrap{max-width:1220px}
}
/* V5 global footer + trust */
.lf-foot{width:100%!important;max-width:none!important;margin:36px 0 0!important;padding:28px max(24px,calc((100vw - 1180px)/2)) 34px!important;box-sizing:border-box!important;text-align:center!important;display:block!important;clear:both!important}
.lf-foot>*{max-width:1180px;margin-left:auto!important;margin-right:auto!important}
.lf-foot .lf-foot-small{max-width:900px}
.lf-phone{white-space:nowrap;font-weight:800;text-decoration:none}
.lf-author{display:flex;gap:18px;align-items:center;margin:28px 0;padding:20px;border:1px solid #dbe2ec;border-radius:18px;background:#fff}
.lf-author img{width:88px;height:88px;object-fit:cover;border-radius:50%}
.lf-author p{margin:.25rem 0}
.lf-author-name{font-size:1.15rem;font-weight:900}
.lf-reviews{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin:24px 0}
.lf-review{border:1px solid #dbe2ec;border-radius:16px;padding:20px;background:#fff}
.lf-stars{font-weight:900;letter-spacing:2px}
.lf-review cite{font-style:normal;font-weight:800}
@media(max-width:760px){.lf-foot{padding:24px 20px 30px!important}.lf-reviews{grid-template-columns:1fr}.lf-author{align-items:flex-start}.lf-author img{width:72px;height:72px}}
footer.lf-foot{
  width:100%!important;
  max-width:100%!important;
  margin:0!important;
  padding:30px 24px 36px!important;
  box-sizing:border-box!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  text-align:center!important;
  clear:both!important;
}
footer.lf-foot > *{
  width:100%!important;
  max-width:1100px!important;
  margin-left:auto!important;
  margin-right:auto!important;
  text-align:center!important;
  justify-content:center!important;
}
footer.lf-foot .lf-foot-small{
  max-width:900px!important;
  margin-left:auto!important;
  margin-right:auto!important;
  text-align:center!important;
}
footer.lf-foot nav, footer.lf-foot .foot-links, footer.lf-foot .links{
  display:flex!important;
  flex-wrap:wrap!important;
  justify-content:center!important;
  align-items:center!important;
  gap:10px 18px!important;
}
@media(max-width:760px){
  footer.lf-foot{padding:24px 18px 30px!important;}
}
/* Mobile intake must occupy the viewport after landing is hidden */
@media(max-width:699px){
 #flow{display:none; width:100%!important; min-height:100svh!important; height:auto!important; flex:1 0 auto!important; overflow:visible!important; background:#f5f7fa}
 #flow .chat{display:flex!important; width:100%!important; min-height:58svh!important; height:auto!important; overflow:visible!important}
}
/* Center the existing footer itself; do not append a second footer */
.app-foot, footer.app-foot{width:100%!important;max-width:none!important;box-sizing:border-box!important;text-align:center!important;margin-left:auto!important;margin-right:auto!important}
.app-foot>*{margin-left:auto!important;margin-right:auto!important;text-align:center!important}
:root{--lfx-navy:#081b38;--lfx-red:#d52038;--lfx-line:#dbe2ec;--lfx-steel:#60708a}
.lfx-head{position:relative;z-index:5000;background:#fff;border-bottom:1px solid var(--lfx-line);font-family:Inter,Arial,sans-serif}
.lfx-head *{box-sizing:border-box}
.lfx-row{width:100%;max-width:1320px;margin:0 auto;min-height:68px;padding:10px 22px;display:flex;align-items:center;gap:16px}
.lfx-brand{font-weight:900;font-size:29px;letter-spacing:-1.8px;text-decoration:none!important;color:var(--lfx-navy)!important;white-space:nowrap;line-height:1}
.lfx-brand b{color:var(--lfx-red)}
.lfx-nav{display:flex;align-items:center;justify-content:flex-end;gap:11px;margin-left:auto;min-width:0}
.lfx-nav a{font-size:12.5px;font-weight:750;color:var(--lfx-navy)!important;text-decoration:none!important;white-space:nowrap}
.lfx-phone{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:9px 13px;border-radius:999px;background:var(--lfx-navy);color:#fff!important;text-decoration:none!important;font-weight:850;font-size:13px;white-space:nowrap;flex:0 0 auto}
.lfx-lang{display:flex;border:1px solid var(--lfx-line);border-radius:999px;overflow:hidden;white-space:nowrap;flex:0 0 auto}
.lfx-lang a{padding:8px 10px;text-decoration:none!important;font-size:12px;font-weight:800;color:var(--lfx-navy)!important;background:#fff}
.lfx-lang a.on{background:#eef2f7}
.lfx-menu-btn{display:none;width:42px;height:40px;border:1px solid var(--lfx-line);border-radius:10px;background:#fff;position:relative;cursor:pointer;flex:0 0 auto}
.lfx-menu-btn:before,.lfx-menu-btn:after,.lfx-menu-btn span{content:"";position:absolute;left:10px;width:20px;height:2px;background:var(--lfx-navy);border-radius:3px}
.lfx-menu-btn:before{top:12px}
.lfx-menu-btn span{top:19px}
.lfx-menu-btn:after{top:26px}
.lfx-drawer{display:none;position:absolute;left:0;right:0;top:100%;background:#fff;border-top:1px solid var(--lfx-line);border-bottom:1px solid var(--lfx-line);box-shadow:0 12px 28px rgba(8,27,56,.14);padding:10px max(18px,calc((100vw - 1000px)/2));max-height:calc(100vh - 68px);overflow:auto}
.lfx-drawer.on{display:block}
.lfx-drawer a{display:block;padding:11px 8px;border-bottom:1px solid #edf1f5;color:var(--lfx-navy)!important;text-decoration:none!important;font-size:14px;font-weight:750}
.lfx-drawer .lfx-start{margin:10px 0 4px;background:var(--lfx-red);color:#fff!important;border-radius:10px;border:0;padding:12px}
.lfx-foot{margin-top:42px;background:#08182e;color:#dce5f1;font-family:Inter,Arial,sans-serif;text-align:center;padding:30px 22px 34px;clear:both}
.lfx-foot-inner{max-width:1120px;margin:auto}
.lfx-foot-brand{font-size:18px;font-weight:900;color:#fff}
.lfx-foot-links{display:flex;justify-content:center;gap:10px 18px;flex-wrap:wrap;margin:13px 0}
.lfx-foot a{color:#fff!important;text-decoration:none!important;font-weight:700;font-size:12px}
.lfx-foot-small{max-width:920px;margin:0 auto;color:#aebacc;font-size:11px;line-height:1.55}
@media(max-width:1180px){
 .lfx-row{min-height:64px}.lfx-nav{display:none}.lfx-menu-btn{display:block}.lfx-phone{margin-left:auto}.lfx-drawer{max-height:calc(100vh - 64px)}
}
@media(max-width:640px){
 .lfx-row{display:grid;grid-template-columns:1fr auto;gap:8px 12px;padding:10px 14px}
 .lfx-brand{font-size:27px}.lfx-menu-btn{grid-column:2;grid-row:1;margin-left:auto}
 .lfx-phone{grid-column:1;grid-row:2;margin:0;justify-self:start;font-size:12.5px;min-height:38px}
 .lfx-lang{grid-column:2;grid-row:2;justify-self:end}
 .lfx-drawer{max-height:calc(100vh - 108px)}
 .lfx-foot{padding:26px 16px 32px}.lfx-foot-links{gap:9px 13px}
}
.program-card .learn-more{display:inline-block;margin-top:10px;font-size:12.5px;font-weight:850;color:var(--red,#d51f36)}
:root{--navy:#0b1d39;--red:#d51f36;--steel:#5d6b7e;--line:#dfe4eb;--paper:#f7f8fa;--ink:#18283f}
html{-webkit-text-size-adjust:100%;text-size-adjust:100%}
body{margin:0;font-family:'Inter',Arial,sans-serif;color:var(--ink);line-height:1.62;background:#fff}
a{color:var(--navy)}
.top{border-bottom:1px solid var(--line);background:#fff}
.nav{max-width:1080px;margin:auto;padding:14px 20px;display:flex;align-items:center;gap:18px}
.brand{font-family:'Barlow Condensed',Arial,sans-serif;font-size:31px;font-weight:800;text-decoration:none;color:var(--navy);line-height:1}
.brand b{color:var(--red)}
.navlinks{margin-left:auto;display:flex;gap:17px;align-items:center;font-size:13px;font-weight:700}
.cta{background:var(--red);color:#fff!important;padding:9px 13px;border-radius:8px}
.wrap{max-width:980px;margin:auto;padding:34px 20px}
.crumb{font-size:12px;color:var(--steel);margin-bottom:12px}
.kicker{font-size:11px;color:var(--red);font-weight:800;text-transform:uppercase;letter-spacing:1.1px}
h1{font-size:40px;line-height:1.05;color:var(--navy);margin:5px 0 10px;letter-spacing:-1.1px}
h2{font-size:23px;color:var(--navy);margin:29px 0 8px}
h3{color:var(--navy)}
.lead{font-size:17px;max-width:780px}
.cardgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:13px;margin-top:18px}
.card{border:1px solid var(--line);border-radius:12px;padding:16px;background:#fff}
.card h3{margin:0 0 5px}
.card p{font-size:13px;color:var(--steel)}
.btn{display:inline-block;background:var(--red);color:#fff!important;text-decoration:none;border-radius:8px;padding:10px 13px;font-weight:800}
.callout{background:var(--paper);border:1px solid var(--line);border-left:5px solid var(--red);border-radius:10px;padding:16px 18px;margin:17px 0}
.article-meta{font-size:12px;color:var(--steel)}
.postlist article{padding:17px 0;border-bottom:1px solid var(--line)}
.postlist h2{margin:0 0 5px}
.postlist p{margin:4px 0;color:var(--steel)}
.sitefoot{margin-top:38px;background:#08182e;color:#dce5f1}
.sitefoot .wrap{padding-top:22px;padding-bottom:24px}
.footlinks{display:flex;gap:10px 18px;flex-wrap:wrap;margin:8px 0}
.footlinks a{color:#fff;text-decoration:none;font-weight:700;font-size:12px}
.small{font-size:11px;color:#aebacc;line-height:1.5}
@media(max-width:720px){.nav{display:block;padding:12px 15px}.brand{font-size:29px}.navlinks{margin:10px 0 0;gap:10px 13px;flex-wrap:wrap;font-size:11px}.wrap{padding:25px 16px}h1{font-size:31px}.lead{font-size:15px}.cardgrid{grid-template-columns:1fr}}
.cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:14px;margin:18px 0}
.card{background:#fff;border:1px solid var(--line);border-radius:12px;padding:16px}
.card h3{font-family:'Barlow Condensed',Arial,sans-serif;font-size:19px;margin:0 0 6px;color:var(--navy);text-transform:uppercase;letter-spacing:.3px}
.card p{margin:0;font-size:14px;line-height:1.6;color:var(--ink)}
.card .k{display:block;font-size:11px;font-weight:700;color:var(--red);letter-spacing:.6px;text-transform:uppercase;margin-bottom:5px}
.bio{display:flex;gap:18px;align-items:flex-start;flex-wrap:wrap;background:#fff;border:1px solid var(--line);border-radius:14px;padding:18px;margin:18px 0}
.bio img{width:132px;height:auto;border-radius:12px;flex:0 0 auto}
.bio .who{flex:1;min-width:220px}
.statrow{display:grid;grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:10px;margin:16px 0}
.statrow div{background:#fff;border:1px solid var(--line);border-radius:11px;padding:14px 10px;text-align:center}
.statrow b{display:block;font-family:'Barlow Condensed',Arial,sans-serif;font-size:24px;color:var(--red);line-height:1}
.statrow span{display:block;font-size:11px;color:var(--steel);margin-top:5px;line-height:1.25}
.ctabtn{display:inline-block;background:var(--red);color:#fff;text-decoration:none;font-family:'Barlow Condensed',Arial,sans-serif;
font-weight:800;font-size:18px;letter-spacing:.6px;text-transform:uppercase;padding:14px 24px;border-radius:11px;margin:6px 8px 6px 0}
.ctabtn.alt{background:var(--navy)}
.note{background:#fff7e6;border:1px solid #f2d999;border-radius:9px;padding:11px 13px;font-size:12.5px;color:#7a5b12;line-height:1.5;margin:14px 0}
.disc{font-size:11.5px;color:var(--steel);line-height:1.55;margin-top:18px}
.calc-card-link{display:block;color:inherit!important;text-decoration:none!important;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease}
.calc-card-link:hover{transform:translateY(-2px);box-shadow:0 10px 24px rgba(8,27,56,.10)}
.calc-card-link:focus-visible{outline:3px solid #d52038;outline-offset:3px}
html,body{max-width:100%;overflow-x:hidden}
.wrap{max-width:900px;margin:auto;padding:34px 20px}
h2{font-size:22px;color:var(--navy);margin:29px 0 8px}
.lead{font-size:17px;max-width:760px}
.secure{display:inline-flex;gap:7px;align-items:center;background:#eef5f2;color:#173f33;border:1px solid #cce2da;padding:7px 10px;border-radius:8px;font-size:12px;font-weight:700}
.formcard{border:1px solid var(--line);border-radius:12px;padding:18px;background:#fff}
label{display:block;font-size:12px;font-weight:700;color:var(--navy);margin:11px 0 5px}
input,textarea,select{width:100%;border:1px solid var(--line);border-radius:8px;padding:11px 12px;font:inherit;color:var(--ink)}
textarea{min-height:95px}
.btn{border:0;background:var(--red);color:#fff;border-radius:9px;padding:12px 16px;font-weight:800;font-size:14px;cursor:pointer}
.filebox{border:1.5px dashed #b6c0cf;border-radius:10px;padding:12px;margin:9px 0;background:#fafbfc}
.notice{font-size:11px;color:var(--steel);line-height:1.45}
.success{display:none;background:#eef8f3;border:1px solid #bcdcca;border-radius:10px;padding:18px;color:#173f33}
.success.on{display:block}
.error{display:none;color:#9f1c2e;font-size:12px;margin:9px 0}
.error.on{display:block}
@media(max-width:720px){.nav{display:block;padding:12px 15px}.brand{font-size:29px}.navlinks{margin:10px 0 0;gap:10px 13px;flex-wrap:wrap;font-size:11px}.wrap{padding:25px 16px}h1{font-size:31px}.lead{font-size:15px}.cta{padding:7px 9px}}


/* --- V7 compact dropdown panel fix ---
   Keep the site menu as a floating panel anchored to the right side of
   the header instead of a full-width sheet across the page.
*/
.lfx-head .lfx-drawer{
  left:auto!important;
  right:max(14px, calc((100vw - 1320px)/2 + 22px))!important;
  width:min(390px, calc(100vw - 28px))!important;
  top:100%!important;
  z-index:10000!important;
  padding:10px 14px 14px!important;
  border:1px solid var(--lfx-line)!important;
  border-radius:0 0 16px 16px!important;
  box-shadow:0 16px 34px rgba(8,27,56,.18)!important;
  background:#fff!important;
  max-height:calc(100vh - 86px)!important;
  overflow-y:auto!important;
  overflow-x:hidden!important;
}

@media(max-width:640px){
  .lfx-head .lfx-drawer{
    right:10px!important;
    width:calc(100vw - 20px)!important;
    max-height:calc(100vh - 122px)!important;
    border-radius:0 0 14px 14px!important;
  }
}

/* Program-page conversion actions */
.program-hero-actions{display:flex;align-items:center;flex-wrap:wrap;gap:10px;margin-top:22px}
.program-hero-actions a{display:inline-flex;align-items:center;justify-content:center;min-height:46px;border-radius:10px;padding:11px 17px;font-size:14px;font-weight:800;text-decoration:none;transition:transform .15s ease,box-shadow .15s ease}
.program-hero-actions a:hover{transform:translateY(-1px)}
.program-primary-cta{background:var(--red);color:#fff!important;box-shadow:0 8px 20px rgba(213,32,56,.22)}
.program-call-cta{background:#fff;color:var(--navy)!important;border:1px solid var(--line)}
.program-hero-actions span{flex-basis:100%;font-size:12px;color:var(--steel)}
.program-mobile-cta{display:none}

@media(max-width:720px){
  body{padding-bottom:72px}
  .program-hero-actions{align-items:stretch}
  .program-hero-actions a{flex:1 1 145px}
  .program-hero-actions span{text-align:center;line-height:1.4}
  .program-mobile-cta{position:fixed;display:grid;grid-template-columns:minmax(0,2fr) minmax(88px,1fr);gap:8px;left:0;right:0;bottom:0;z-index:9998;padding:9px max(12px,env(safe-area-inset-right)) calc(9px + env(safe-area-inset-bottom)) max(12px,env(safe-area-inset-left));background:rgba(255,255,255,.97);border-top:1px solid var(--line);box-shadow:0 -8px 24px rgba(8,27,56,.14);backdrop-filter:blur(10px)}
  .program-mobile-cta a{display:flex;align-items:center;justify-content:center;min-height:46px;border-radius:10px;background:var(--red);color:#fff!important;font-size:14px;font-weight:900;text-decoration:none}
  .program-mobile-cta a:last-child{background:var(--navy)}
}
