/* v16: multipage hero backgrounds mapped per Apply page. */
:root{
  --blue:#0787c6;
  --blue-dark:#0379b7;
  --text:#060606;
  --muted:#757575;
  --soft:#d9f2ff;
  --card-border:#eeeeee;

  /* Desktop typography matched to the source page screenshots */
  --fs-nav:15px;
  --fs-hero-eyebrow:16px;
  --fs-hero-title:90px;
  --fs-hero-subtitle:66px;
  --fs-hero-copy:20px;
  --fs-hero-feature:16px;
  --fs-hero-link:34px;
  --fs-doc-kicker:20px;
  --fs-doc-title:64px;
  --fs-doc-subtitle:21px;
  --fs-card-title:23px;
  --fs-card-body:15.5px;
  --fs-attention-title:16px;
  --fs-attention-copy:18px;
  --fs-continue-kicker:23px;
  --fs-continue-title:72px;
  --fs-continue-copy:21px;
  --fs-help-title:40px;
  --fs-button:16px;
  --fs-footer-title:17px;
  --fs-footer-text:18px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:#fff;color:var(--text);font-family:'Roboto',Arial,sans-serif;overflow-x:hidden}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}

/* Header */
.site-header{
  position:absolute;
  top:0;left:0;right:0;
  z-index:20;
  height:84px;
  display:flex;
  align-items:center;
  padding:0 56px 0 66px;
}
.brand img{width:250px;height:auto}
.main-nav{
  margin-left:auto;
  margin-right:92px;
  display:flex;
  align-items:center;
  gap:31px;
  font-size:var(--fs-nav);
  font-weight:500;
  color:#050505;
  white-space:nowrap;
}
.main-nav a{line-height:1;transition:.2s;color:#000}

.nav-item{position:relative;line-height:1}
.nav-dropdown-trigger{padding:0}
.nav-dropdown::after{
  content:"";
  position:absolute;
  left:-18px;
  right:-18px;
  top:100%;
  height:18px;
}
.nav-dropdown-trigger i{font-size:12px;transform:translateY(1px)}
.submenu{
  position:absolute;
  top:25px;
  left:-19px;
  width:224px;
  display:none;
  flex-direction:column;
  background:#0788bd;
  z-index:60;
}
.nav-dropdown:hover .submenu,
.nav-dropdown:focus-within .submenu{display:flex}
.submenu a{
  height:43px;
  display:flex;
  align-items:center;
  padding:0 25px;
  color:#fff !important;
  background:#0788bd;
  font-family:'Roboto',Arial,sans-serif;
  font-size:13px;
  line-height:1;
  font-weight:700;
  white-space:nowrap;
}
.submenu a.active{background:#373d43}
.submenu a:hover{background:#373d43;color:#fff !important}
.submenu a.disabled{cursor:default}
.submenu a.disabled:hover{background:#0788bd;color:#fff !important}
.main-nav a:hover{color:var(--blue)}
.has-caret{display:inline-flex;align-items:center;gap:8px}
.apply-top{
  min-width:112px;
  height:47px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:3px;
  background:var(--blue);
  color:#fff;
  font-size:15px;
  font-weight:700;
}
.nav-toggle{display:none;background:transparent;border:0;gap:4px;flex-direction:column;padding:7px}
.nav-toggle span{width:26px;height:2px;background:#111;display:block}

/* Hero */
.hero-section{
  position:relative;
  height:100vh;
  min-height:927px;
  background-image:
    linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,.99) 33%, rgba(255,255,255,.82) 43%, rgba(255,255,255,.35) 52%, rgba(255,255,255,0) 66%),
    var(--hero-image, url('/assets/img/debt-consolidation-hero.webp'));
  background-size:cover;
  background-position:center right;
  overflow:hidden;
}
@supports (height: 100svh){
  .hero-section{height:100svh}
}
.hero-content{
  position:relative;
  z-index:2;
  width:810px;
  padding-top:134px;
  padding-left:56px;
}
.eyebrow,
.section-kicker{
  margin:0;
  color:var(--blue);
  font-size:var(--fs-hero-eyebrow);
  line-height:1;
  font-weight:500;
  letter-spacing:.02em;
  text-transform:uppercase;
}
.hero-content h1{
  margin:23px 0 13px;
  font-family:'Cormorant Garamond',Georgia,serif;
  font-size:var(--fs-hero-title);
  line-height:.94;
  font-weight:600;
  letter-spacing:-.04em;
  color:#000;
}
.hero-content h2{
  margin:0;
  font-family:'Cormorant Garamond',Georgia,serif;
  color:var(--blue);
  font-size:var(--fs-hero-subtitle);
  line-height:1.02;
  font-weight:600;
  letter-spacing:-.035em;
  max-width:790px;
}
.hero-copy{
  margin:43px 0 0;
  max-width:710px;
  color:#777;
  font-size:var(--fs-hero-copy);
  line-height:1.55;
  font-weight:400;
}
.hero-features{
  margin-top:45px;
  width:730px;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  column-gap:49px;
  row-gap:34px;
}
.feature-item{
  display:flex;
  align-items:center;
  gap:20px;
  min-height:46px;
  color:#777;
  font-size:var(--fs-hero-feature);
  line-height:1.45;
}
.hero-svg{
  width:60px;
  height:60px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  flex:0 0 60px;
}
.hero-svg svg{width:100%;height:100%;display:block;fill:currentColor}

.hero-fa{
  width:60px;
  height:60px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  flex:0 0 60px;
  font-size:54px;
  line-height:1;
}
.hero-fa-blue{color:var(--blue)}
.hero-fa-black{color:#000}
.calendar-alt-icon{font-size:51px}
.maple-fa-icon{font-size:50px;width:53px;height:53px;flex-basis:53px}
.hero-svg-blue{color:var(--blue)}
.hero-svg-black{color:#000}
.maple-icon{width:53px;height:53px;flex-basis:53px}
.canada-icon{width:62px;height:46px;flex-basis:62px}
.canada-svg-img{width:62px;height:auto;display:block;flex:0 0 62px;object-fit:contain}
.feature-item.canada{grid-column:2 / span 1}
.requirements-link{
  display:inline-flex;
  align-items:center;
  gap:7px;
  margin-top:62px;
  margin-left:22px;
  color:var(--blue);
  font-family:'Cormorant Garamond',Georgia,serif;
  font-size:var(--fs-hero-link);
  line-height:1;
  font-weight:600;
}
.requirements-link i{font-size:30px;transform:translateY(3px)}

/* Documents */
.documents-section{
  min-height:887px;
  padding:58px 50px 0;
  background:#fff;
}
.section-heading{text-align:center}
.section-heading .section-kicker{font-size:var(--fs-doc-kicker);letter-spacing:.18em}
.section-heading h2{
  margin:20px 0 2px;
  font-family:'Cormorant Garamond',Georgia,serif;
  font-size:var(--fs-doc-title);
  line-height:.9;
  font-weight:600;
  color:#000;
  letter-spacing:-.02em;
}
.section-heading p:not(.section-kicker){
  margin:10px 0 0;
  font-size:var(--fs-doc-subtitle);
  line-height:1.2;
  color:#111;
}
.document-cards{
  margin-top:29px;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:20px;
}
.doc-card{
  min-height:493px;
  border-radius:10px;
  background:#fff;
  border:1px solid var(--card-border);
  box-shadow:0 1px 12px rgba(0,0,0,.12);
  padding:0 30px 24px 30px;
}
.doc-title{
  height:66px;
  display:flex;
  align-items:center;
  gap:16px;
  border-bottom:1px solid var(--blue);
}
.doc-title i{
  margin-left:-30px;
  color:var(--blue);
  font-size:39px;
  width:58px;
  text-align:center;
  flex:0 0 58px;
}
.doc-title h3{
  margin:0;
  font-size:var(--fs-card-title);
  line-height:1.1;
  font-weight:500;
  color:#111;
}
.identification-title{height:88px}
.doc-card ul{
  margin:28px 0 0 0;
  padding-left:18px;
  color:#747474;
  font-size:var(--fs-card-body);
  line-height:1.55;
}
.doc-card li{margin-bottom:11px;padding-left:2px}
.doc-card:nth-child(2) ul li,
.doc-card:nth-child(3) ul li,
.doc-card:nth-child(4) li{margin-bottom:11px}
.doc-card:nth-child(4) ul{margin-top:28px}
.attention-bar{
  margin:28px -40px 0;
  min-height:93px;
  background:#d9f3ff;
  color:#12658f;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:17px 21px 17px 31px;
}
.attention-bar strong{
  display:block;
  font-size:16px;
  line-height:1.2;
  color:#206787;
}
.attention-bar p{
  margin:6px 0 0;
  font-size:var(--fs-attention-copy);
  line-height:1.25;
  color:#17688e;
}
.attention-bar i{
  width:56px;height:56px;
  border-radius:50%;
  background:#2a7695;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:34px;
  flex:0 0 56px;
}

/* Continue */
.continue-section{
  background:#fff;
  padding:70px 24px 24px;
  text-align:center;
  min-height:568px;
}
.continue-inner .section-kicker{font-size:var(--fs-continue-kicker);letter-spacing:.2em}
.continue-inner h2{
  margin:22px 0 23px;
  font-family:'Cormorant Garamond',Georgia,serif;
  font-size:var(--fs-continue-title);
  line-height:.85;
  font-weight:600;
  letter-spacing:-.03em;
  color:#000;
}
.continue-copy{
  margin:0 auto;
  max-width:1280px;
  color:var(--blue);
  font-size:var(--fs-continue-copy);
  line-height:1.12;
  font-weight:400;
}
.primary-btn{
  margin-top:49px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:226px;
  height:45px;
  border-radius:3px;
  color:#fff;
  background:var(--blue);
  font-size:var(--fs-button);
  font-weight:700;
}
.help-block{
  margin-top:54px;
  text-align:center;
}
.help-icon{color:var(--blue);font-size:35px;margin-bottom:11px}
.help-block h3{
  margin:0 0 12px;
  font-family:'Cormorant Garamond',Georgia,serif;
  font-size:var(--fs-help-title);
  line-height:1;
  color:var(--blue);
  font-weight:600;
  letter-spacing:-.02em;
}
.help-actions{
  display:flex;
  gap:24px;
  justify-content:center;
  align-items:center;
}
.outline-btn,.solid-btn{
  width:305px;height:46px;
  border-radius:8px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:14px;
  font-size:var(--fs-button);
  font-weight:700;
}
.outline-btn{border:2px solid var(--blue);color:var(--blue);background:#fff}
.solid-btn{background:var(--blue);border:2px solid var(--blue);color:#fff}
.solid-btn i{font-size:23px}

/* Footer */
.site-footer{
  border-top:1px solid #d0d0d0;
  background:#fff;
  min-height:196px;
  color:#787878;
  padding:36px 23px 16px;
}
.footer-main{
  display:grid;
  grid-template-columns:330px 420px 1fr 1fr 1fr 1.1fr;
  column-gap:30px;
  align-items:start;
}
.footer-logo-wrap img{width:300px}
.footer-tagline{
  margin:1px 0 0;
  font-size:var(--fs-footer-text);
  line-height:1.55;
}
.footer-col h4,.footer-social h4{
  margin:0 0 16px;
  color:var(--blue);
  font-size:var(--fs-footer-title);
  font-weight:800;
}
.footer-col a{
  display:block;
  color:#777;
  font-size:var(--fs-footer-text);
  margin-left:49px;
}
.footer-social{text-align:right}
.social-icons{display:flex;justify-content:flex-end;gap:21px;margin-top:14px}
.social-icons a{
  width:31px;height:31px;
  border-radius:50%;
  background:#000;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:17px;
}
.footer-bottom{
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-top:28px;
  font-size:var(--fs-footer-text);
}
.footer-bottom p{margin:0}


/* Source-page desktop lock: keep the same typography scale through desktop/tablet widths. */
@media (min-width:861px){
  .main-nav{font-size:var(--fs-nav)}
  .hero-content h1{font-size:var(--fs-hero-title)}
  .hero-content h2{font-size:var(--fs-hero-subtitle)}
  .hero-copy{font-size:var(--fs-hero-copy)}
  .feature-item{font-size:var(--fs-hero-feature)}
  .requirements-link{font-size:var(--fs-hero-link)}
  .section-heading .section-kicker{font-size:var(--fs-doc-kicker)}
  .section-heading h2{font-size:var(--fs-doc-title)}
  .section-heading p:not(.section-kicker){font-size:var(--fs-doc-subtitle)}
  .doc-title h3{font-size:var(--fs-card-title)}
  .doc-card ul{font-size:var(--fs-card-body)}
  .attention-bar p{font-size:var(--fs-attention-copy)}
  .continue-inner .section-kicker{font-size:var(--fs-continue-kicker)}
  .continue-inner h2{font-size:var(--fs-continue-title)}
  .continue-copy{font-size:var(--fs-continue-copy)}
  .help-block h3{font-size:var(--fs-help-title)}
}

@media (max-width:1200px){
  .site-header{padding:0 30px}
  .main-nav{gap:18px;margin-right:35px;font-size:14px}
  .hero-content{width:680px;padding-left:35px}
  .hero-features{width:640px;column-gap:20px}
  .document-cards{grid-template-columns:repeat(2,1fr)}
  .documents-section{min-height:auto;padding-bottom:32px}
  .footer-main{grid-template-columns:1fr 1fr 1fr;row-gap:30px}
  .footer-social{text-align:left}.social-icons{justify-content:flex-start}
}
@media (max-width:860px){
  .site-header{position:absolute;height:74px;padding:0 18px;background:rgba(255,255,255,.88);backdrop-filter:blur(8px)}
  .brand img{width:170px}
  .nav-toggle{display:flex;margin-left:auto}
  .main-nav{display:none;position:absolute;top:74px;left:0;right:0;background:#fff;padding:20px;flex-direction:column;gap:17px;margin:0;box-shadow:0 10px 25px rgba(0,0,0,.12)}
  .main-nav.open{display:flex}
  .nav-item{width:100%}
  .nav-dropdown-trigger{padding:0}
  .submenu{position:static;width:100%;margin-top:14px}
  .nav-dropdown .submenu{display:none}
  .nav-dropdown:focus-within .submenu,.nav-dropdown:hover .submenu{display:flex}
  .submenu a{height:40px;font-size:13px;padding:0 18px}
  .apply-top{display:none}
  .hero-section{height:auto;min-height:auto;background-position:center right;background-size:cover}
  .hero-section:before{content:"";position:absolute;inset:0;background:rgba(255,255,255,.76)}
  .hero-content{padding:112px 22px 70px;width:auto}
  .hero-content h1{font-size:52px}
  .hero-content h2{font-size:42px}
  .hero-copy{font-size:18px;margin-top:28px}
  .hero-features{width:auto;grid-template-columns:1fr;row-gap:20px;margin-top:34px}
  .feature-item.canada{grid-column:auto}
  .requirements-link{font-size:30px;margin-left:0;margin-top:38px}
  .documents-section{padding:48px 18px 0}
  .section-heading h2{font-size:50px}
  .section-heading p:not(.section-kicker){font-size:18px}
  .document-cards{grid-template-columns:1fr}
  .attention-bar{margin:26px -18px 0;padding:20px;gap:15px}
  .attention-bar p{font-size:16px}
  .continue-inner h2{font-size:52px}
  .continue-copy{font-size:18px}.desktop-break{display:none}
  .help-actions{flex-direction:column;gap:12px}.outline-btn,.solid-btn{width:100%;max-width:330px}
  .footer-main{grid-template-columns:1fr;gap:24px}.footer-col a{margin-left:0}.footer-bottom{display:block;font-size:15px;line-height:1.6}.footer-bottom p+p{margin-top:10px}
}

/* Font Awesome 5 compatibility fixes for exact original icons */
.hero-fa.fas,
.hero-fa.far,
.hero-fa.fab{
  display:inline-flex !important;
  align-items:center;
  justify-content:center;
  flex:0 0 60px;
  width:60px;
  height:60px;
  line-height:1;
  text-align:center;
  visibility:visible !important;
}
.hero-fa-blue{color:#0089c4 !important;}
.hero-fa-black{color:#000 !important;}
.requirements-link .fas{font-size:.86em; transform:translateY(2px);}
.x-social{font-family:Arial, Helvetica, sans-serif;font-weight:800;font-size:13px;line-height:1;display:inline-flex;align-items:center;justify-content:center;}


/* v18: informational pages, contact details, and navigation links */
.main-nav > a.current-page{color:var(--blue);}
.footer-contact-mini{margin:14px 0 0;color:#777;font-size:14px;line-height:1.45;max-width:360px;}
.footer-contact-mini p{margin:3px 0;}
.footer-contact-mini a{color:#777;text-decoration:none;}
.footer-bottom a{color:#777;text-decoration:none;}
.content-page{background:#fff;color:#111;font-family:'Roboto',Arial,sans-serif;}
.content-hero{
  min-height:360px;
  padding:140px 56px 58px;
  background:linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,.96) 50%, rgba(235,248,255,.85) 100%);
  border-bottom:1px solid #e4e4e4;
}
.content-hero .section-kicker{font-size:20px;letter-spacing:.18em;}
.content-hero h1{
  margin:22px 0 16px;
  font-family:'Cormorant Garamond',Georgia,serif;
  font-size:78px;
  line-height:.9;
  font-weight:600;
  letter-spacing:-.03em;
  color:#000;
}
.content-hero p:not(.section-kicker){
  max-width:920px;
  margin:0;
  color:#757575;
  font-size:22px;
  line-height:1.45;
}
.content-section{padding:58px 56px 76px;}
.content-card{
  max-width:1180px;
  margin:0 auto;
  background:#fff;
  border:1px solid #eeeeee;
  box-shadow:0 1px 12px rgba(0,0,0,.10);
  border-radius:10px;
  padding:42px 48px;
}
.content-card h2{
  margin:0 0 24px;
  font-family:'Cormorant Garamond',Georgia,serif;
  font-size:52px;
  line-height:1;
  color:#000;
  font-weight:600;
}
.content-prose p,
.content-prose li{
  color:#6f6f6f;
  font-size:18px;
  line-height:1.7;
}
.content-prose p{margin:0 0 20px;}
.privacy-prose ol{margin:14px 0 22px;padding-left:24px;}
.privacy-prose li{margin-bottom:18px;padding-left:7px;}
.contact-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;}
.contact-item{
  min-height:132px;
  border:1px solid #e7e7e7;
  border-radius:10px;
  padding:24px;
  background:#fdfdfd;
}
.contact-item span{display:block;color:var(--blue);font-weight:800;font-size:17px;margin-bottom:14px;}
.contact-item a,.contact-item p{margin:0;color:#6f6f6f;font-size:20px;line-height:1.45;word-break:break-word;}
@media (max-width:860px){
  .content-hero{padding:112px 22px 42px;min-height:auto;}
  .content-hero h1{font-size:54px;}
  .content-hero p:not(.section-kicker){font-size:18px;}
  .content-section{padding:34px 18px 52px;}
  .content-card{padding:30px 22px;}
  .content-card h2{font-size:42px;}
  .content-prose p,.content-prose li{font-size:16px;}
  .contact-grid{grid-template-columns:1fr;}
}


/* v19: premium informational pages + cache-busted stylesheet */
body.info-page{
  background:#fff;
  color:#111;
  font-family:'Roboto',Arial,sans-serif;
}
body.info-page .site-header{
  position:relative;
  height:92px;
  background:#fff;
  border-bottom:1px solid rgba(0,0,0,.06);
  box-shadow:0 1px 10px rgba(0,0,0,.035);
}
body.info-page .brand img{width:250px;}
body.info-page .content-page{
  background:#fff;
  color:#111;
  font-family:'Roboto',Arial,sans-serif;
}
body.info-page .content-hero{
  min-height:auto;
  padding:70px 56px 58px;
  background:
    radial-gradient(circle at 85% 20%, rgba(7,135,198,.12), rgba(255,255,255,0) 34%),
    linear-gradient(90deg, #fff 0%, #fff 52%, #f4fbff 100%);
  border-bottom:1px solid #e8e8e8;
}
.content-container{
  width:min(1280px, calc(100vw - 112px));
  margin:0 auto;
}
body.info-page .content-hero .section-kicker{
  display:block;
  margin:0 0 19px;
  color:var(--blue);
  font-size:18px;
  font-weight:700;
  letter-spacing:.16em;
  line-height:1;
  text-transform:uppercase;
}
body.info-page .content-hero h1{
  margin:0 0 18px;
  font-family:'Cormorant Garamond',Georgia,serif;
  font-size:76px;
  line-height:.92;
  font-weight:600;
  letter-spacing:-.035em;
  color:#000;
}
body.info-page .content-hero p:not(.section-kicker){
  max-width:920px;
  margin:0;
  color:#717171;
  font-size:22px;
  line-height:1.5;
  font-weight:400;
}
body.info-page .content-section{
  padding:58px 56px 82px;
  background:#fff;
}
body.info-page .content-card{
  width:min(1280px, calc(100vw - 112px));
  margin:0 auto;
  background:#fff;
  border:1px solid #ececec;
  border-radius:14px;
  box-shadow:0 8px 28px rgba(0,0,0,.075);
  padding:48px 54px;
}
body.info-page .content-card h2{
  margin:0 0 24px;
  font-family:'Cormorant Garamond',Georgia,serif;
  font-size:52px;
  line-height:1;
  font-weight:600;
  letter-spacing:-.025em;
  color:#000;
}
body.info-page .content-prose p,
body.info-page .content-prose li{
  color:#686868;
  font-size:18px;
  line-height:1.75;
  font-weight:400;
}
body.info-page .content-prose p{margin:0 0 22px;}
body.info-page .content-prose p:last-child{margin-bottom:0;}
body.info-page .content-prose a{color:var(--blue);font-weight:700;text-decoration:none;}
body.info-page .privacy-prose ol{margin:18px 0 24px;padding-left:26px;}
body.info-page .privacy-prose li{margin-bottom:18px;padding-left:8px;}
body.info-page .privacy-prose{overflow-wrap:anywhere;}
body.info-page .contact-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
}
body.info-page .contact-item{
  min-height:150px;
  border:1px solid #e6e6e6;
  border-radius:12px;
  padding:28px;
  background:linear-gradient(180deg,#fff 0%,#fbfdff 100%);
}
body.info-page .contact-item span{
  display:block;
  margin:0 0 14px;
  color:var(--blue);
  font-size:16px;
  line-height:1;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.04em;
}
body.info-page .contact-item a,
body.info-page .contact-item p{
  margin:0;
  color:#666;
  font-size:20px;
  line-height:1.45;
  word-break:normal;
  overflow-wrap:anywhere;
}
body.info-page .site-footer{margin-top:0;}
.footer-contact-mini{display:none !important;}

@media (max-width:1200px){
  body.info-page .site-header{padding:0 30px;}
  body.info-page .content-hero{padding:58px 34px 48px;}
  body.info-page .content-section{padding:44px 34px 68px;}
  .content-container,
  body.info-page .content-card{width:100%;}
  body.info-page .contact-grid{grid-template-columns:1fr;}
}
@media (max-width:860px){
  body.info-page .site-header{position:relative;height:74px;background:#fff;}
  body.info-page .brand img{width:170px;}
  body.info-page .main-nav{top:74px;}
  body.info-page .content-hero{padding:48px 22px 38px;}
  body.info-page .content-hero .section-kicker{font-size:14px;letter-spacing:.14em;}
  body.info-page .content-hero h1{font-size:52px;}
  body.info-page .content-hero p:not(.section-kicker){font-size:18px;}
  body.info-page .content-section{padding:28px 18px 52px;}
  body.info-page .content-card{padding:30px 22px;border-radius:12px;}
  body.info-page .content-card h2{font-size:40px;}
  body.info-page .content-prose p,
  body.info-page .content-prose li{font-size:16px;line-height:1.65;}
  body.info-page .contact-item{padding:22px;min-height:auto;}
  body.info-page .contact-item a,
  body.info-page .contact-item p{font-size:17px;}
}


/* v20: premium informational pages */
body.info-page .site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.94);backdrop-filter:blur(10px)}
body.info-page .content-page.premium-info-page{background:linear-gradient(180deg,#fff 0%,#fbfdff 100%)}
body.info-page .premium-info-hero{
  position:relative;
  padding:60px 56px 42px;
  overflow:hidden;
  background:
    radial-gradient(circle at 15% 20%, rgba(7,135,198,.10), rgba(255,255,255,0) 26%),
    linear-gradient(90deg,#ffffff 0%,#ffffff 52%,#f4fbff 100%);
  border-bottom:1px solid #ebeff3;
}
body.info-page .premium-hero-grid{
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(380px,.95fr);
  gap:54px;
  align-items:center;
}
body.info-page .premium-hero-copy{padding:24px 0 24px;position:relative;z-index:2}
body.info-page .premium-hero-copy h1{font-size:78px;line-height:.92;margin:0 0 16px}
body.info-page .premium-hero-copy p:not(.section-kicker){font-size:22px;max-width:760px}
body.info-page .hero-chip-row{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}
body.info-page .hero-chip{display:inline-flex;align-items:center;gap:8px;padding:10px 16px;border-radius:999px;background:#fff;border:1px solid rgba(7,135,198,.16);color:#4f6775;font-size:14px;font-weight:700;box-shadow:0 10px 25px rgba(3,121,183,.08)}
body.info-page .hero-chip i{color:var(--blue)}
body.info-page .premium-hero-media{position:relative;min-height:520px}
body.info-page .hero-image-shell{position:relative;height:100%;min-height:520px;border-radius:30px;overflow:hidden;box-shadow:0 24px 60px rgba(0,0,0,.15);background:#dceffc}
body.info-page .hero-image-shell::before{content:'';position:absolute;inset:0;background:linear-gradient(180deg, rgba(255,255,255,.04) 0%, rgba(0,0,0,.03) 100%);z-index:1}
body.info-page .hero-image-shell img{width:100%;height:100%;object-fit:cover}
body.info-page .hero-floating-card{position:absolute;left:-16px;bottom:28px;z-index:3;background:rgba(255,255,255,.96);border:1px solid rgba(7,135,198,.14);border-radius:20px;box-shadow:0 24px 60px rgba(0,0,0,.12);padding:18px 20px;max-width:250px}
body.info-page .hero-floating-card .label{display:block;color:var(--blue);font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;margin-bottom:7px}
body.info-page .hero-floating-card strong{display:block;color:#101010;font-size:21px;line-height:1.2;margin-bottom:8px}
body.info-page .hero-floating-card p{margin:0;color:#6d7780;font-size:14px;line-height:1.5}
body.info-page .premium-content-section{padding:64px 56px 90px}
body.info-page .premium-info-grid{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:28px;align-items:start}
body.info-page .premium-main-card{padding:46px 48px;border-radius:24px;border:1px solid #e8edf1;box-shadow:0 20px 45px rgba(17,37,62,.08)}
body.info-page .premium-main-card h2{font-size:54px;margin-bottom:20px}
body.info-page .premium-side-stack{display:grid;gap:20px}
body.info-page .insight-card{background:linear-gradient(180deg,#fff 0%,#f7fbff 100%);border:1px solid #e6eef5;border-radius:22px;padding:24px 24px 22px;box-shadow:0 14px 34px rgba(12,44,84,.06)}
body.info-page .insight-card .insight-kicker{display:flex;align-items:center;gap:10px;color:var(--blue);font-size:13px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;margin-bottom:12px}
body.info-page .insight-card h3{margin:0 0 10px;font-size:28px;line-height:1.1;font-family:'Cormorant Garamond',Georgia,serif;color:#111;font-weight:600}
body.info-page .insight-card p{margin:0;color:#6d7580;font-size:16px;line-height:1.65}
body.info-page .check-list{list-style:none;margin:14px 0 0;padding:0;display:grid;gap:12px}
body.info-page .check-list li{position:relative;padding-left:28px;color:#68727b;font-size:16px;line-height:1.55}
body.info-page .check-list li::before{content:'\f00c';font-family:'Font Awesome 5 Free';font-weight:900;position:absolute;left:0;top:1px;color:var(--blue)}
body.info-page .metric-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:16px}
body.info-page .metric-box{background:#fff;border:1px solid #e7edf4;border-radius:18px;padding:16px 14px}
body.info-page .metric-box span{display:block;color:var(--blue);font-size:12px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;margin-bottom:5px}
body.info-page .metric-box strong{display:block;color:#121212;font-size:26px;font-family:'Cormorant Garamond',Georgia,serif;font-weight:600;line-height:1}
body.info-page .metric-box p{margin:8px 0 0;color:#6c7580;font-size:14px;line-height:1.45}
body.info-page .info-contact-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;margin-top:8px}
body.info-page .info-contact-card{background:linear-gradient(180deg,#fff 0%,#f8fbff 100%);border:1px solid #e5edf5;border-radius:20px;padding:24px;box-shadow:0 14px 30px rgba(12,44,84,.06)}
body.info-page .info-contact-card .icon{width:50px;height:50px;border-radius:14px;background:rgba(7,135,198,.1);display:inline-flex;align-items:center;justify-content:center;color:var(--blue);font-size:20px;margin-bottom:16px}
body.info-page .info-contact-card span{display:block;color:var(--blue);font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:.12em;margin-bottom:8px}
body.info-page .info-contact-card h3{margin:0 0 10px;font-family:'Cormorant Garamond',Georgia,serif;font-size:34px;line-height:1;color:#121212;font-weight:600}
body.info-page .info-contact-card p, body.info-page .info-contact-card a{margin:0;color:#6c7580;font-size:18px;line-height:1.55;word-break:break-word}
body.info-page .note-banner{margin-top:22px;padding:18px 22px;border-radius:18px;background:linear-gradient(90deg,rgba(7,135,198,.08) 0%,rgba(7,135,198,.03) 100%);border:1px solid rgba(7,135,198,.14);display:flex;align-items:flex-start;gap:14px}
body.info-page .note-banner i{color:var(--blue);font-size:18px;transform:translateY(2px)}
body.info-page .note-banner p{margin:0;color:#61707d;font-size:16px;line-height:1.6}
body.info-page .fade-up{opacity:0;transform:translateY(22px);animation:fadeUp .75s cubic-bezier(.2,.8,.2,1) forwards}
body.info-page .delay-2{animation-delay:.12s}
body.info-page .delay-3{animation-delay:.24s}
@keyframes fadeUp{to{opacity:1;transform:none}}
@media (max-width:1200px){
 body.info-page .premium-info-hero{padding:54px 34px 38px}
 body.info-page .premium-hero-grid{grid-template-columns:1fr;gap:26px}
 body.info-page .premium-hero-media{min-height:auto}
 body.info-page .hero-image-shell{min-height:360px}
 body.info-page .premium-content-section{padding:46px 34px 72px}
 body.info-page .premium-info-grid{grid-template-columns:1fr}
 body.info-page .info-contact-grid{grid-template-columns:1fr}
}
@media (max-width:860px){
 body.info-page .premium-info-hero{padding:38px 18px 28px}
 body.info-page .premium-hero-copy h1{font-size:54px}
 body.info-page .premium-hero-copy p:not(.section-kicker){font-size:18px}
 body.info-page .hero-chip-row{gap:10px;margin-top:22px}
 body.info-page .hero-chip{font-size:13px;padding:9px 14px}
 body.info-page .premium-hero-media{display:none}
 body.info-page .premium-content-section{padding:30px 18px 52px}
 body.info-page .premium-main-card{padding:30px 22px;border-radius:18px}
 body.info-page .premium-main-card h2{font-size:40px}
 body.info-page .insight-card h3{font-size:24px}
 body.info-page .metric-row{grid-template-columns:1fr}
}


/* v21: refined premium informational pages - cleaner spacing, no overlap, responsive */
body.info-page .site-header{
  position:sticky;
  top:0;
  z-index:80;
  height:88px;
  padding:0 56px 0 66px;
  background:rgba(255,255,255,.96);
  border-bottom:1px solid rgba(7,135,198,.08);
  box-shadow:0 8px 24px rgba(17,37,62,.045);
  backdrop-filter:blur(12px);
}
body.info-page .brand img{width:236px;}
body.info-page .main-nav{margin-right:72px;gap:28px;}
body.info-page .content-page.premium-info-page{
  background:linear-gradient(180deg,#fff 0%,#fbfdff 100%);
  overflow:hidden;
}
body.info-page .content-container{
  width:min(1180px, calc(100vw - 96px));
  margin:0 auto;
}
body.info-page .premium-info-hero{
  position:relative;
  padding:46px 56px 34px;
  background:
    radial-gradient(circle at 12% 18%, rgba(7,135,198,.08), rgba(255,255,255,0) 24%),
    radial-gradient(circle at 92% 16%, rgba(7,135,198,.09), rgba(255,255,255,0) 30%),
    linear-gradient(90deg,#fff 0%,#fff 54%,#f7fcff 100%);
  border-bottom:1px solid #edf2f6;
}
body.info-page .premium-info-hero::after{
  content:'';
  position:absolute;
  left:56px;
  right:56px;
  bottom:0;
  height:1px;
  background:linear-gradient(90deg,rgba(7,135,198,.12),rgba(7,135,198,0));
}
body.info-page .premium-hero-grid{
  display:grid;
  grid-template-columns:minmax(0,1fr) 430px;
  gap:46px;
  align-items:center;
}
body.info-page .premium-hero-copy{
  padding:16px 0;
  min-width:0;
}
body.info-page .premium-hero-copy .section-kicker{
  margin-bottom:16px;
  font-size:15px;
  letter-spacing:.16em;
  font-weight:700;
}
body.info-page .premium-hero-copy h1{
  margin:0 0 13px;
  font-size:64px;
  line-height:.96;
  letter-spacing:-.025em;
}
body.info-page .premium-hero-copy p:not(.section-kicker){
  max-width:680px;
  color:#66727c;
  font-size:19px;
  line-height:1.55;
}
body.info-page .hero-chip-row{
  margin-top:24px;
  gap:10px;
}
body.info-page .hero-chip{
  padding:9px 14px;
  border-radius:999px;
  border:1px solid rgba(7,135,198,.14);
  background:rgba(255,255,255,.82);
  color:#5f6f7b;
  box-shadow:0 8px 18px rgba(3,121,183,.055);
  font-size:13px;
  font-weight:700;
}
body.info-page .premium-hero-media{
  min-height:330px;
  min-width:0;
}
body.info-page .hero-image-shell{
  min-height:330px;
  height:330px;
  border-radius:22px;
  box-shadow:0 18px 42px rgba(12,44,84,.13);
}
body.info-page .hero-floating-card{
  left:-12px;
  bottom:22px;
  max-width:235px;
  padding:16px 18px;
  border-radius:18px;
  box-shadow:0 18px 42px rgba(12,44,84,.12);
}
body.info-page .hero-floating-card strong{
  font-size:19px;
  line-height:1.2;
}
body.info-page .hero-floating-card p{
  font-size:13.5px;
}
body.info-page .premium-content-section{
  padding:38px 56px 72px;
  background:linear-gradient(180deg,#fff 0%,#fbfdff 100%);
}
body.info-page .premium-info-grid{
  display:grid;
  grid-template-columns:minmax(0,790px) minmax(280px,330px);
  justify-content:center;
  gap:26px;
  align-items:start;
}
body.info-page .premium-info-grid > *,
body.info-page .premium-main-card,
body.info-page .premium-side-stack{
  min-width:0;
}
body.info-page .premium-main-card{
  width:100% !important;
  max-width:none !important;
  margin:0 !important;
  padding:38px 40px;
  border-radius:20px;
  border:1px solid #e9eff4;
  background:rgba(255,255,255,.98);
  box-shadow:0 16px 38px rgba(17,37,62,.07);
  overflow:hidden;
}
body.info-page .premium-main-card h2{
  margin:0 0 18px;
  font-size:42px;
  line-height:1;
  letter-spacing:-.02em;
}
body.info-page .premium-main-card h2 + p{
  margin-top:0;
}
body.info-page .content-prose p,
body.info-page .content-prose li{
  color:#606a73;
  font-size:17px;
  line-height:1.68;
}
body.info-page .content-prose p{margin:0 0 18px;}
body.info-page .content-prose ol,
body.info-page .content-prose ul{
  margin-top:12px;
  margin-bottom:18px;
}
body.info-page .privacy-prose ol{padding-left:24px;}
body.info-page .privacy-prose li{margin-bottom:13px;padding-left:4px;}
body.info-page .premium-side-stack{
  display:grid;
  gap:18px;
  position:relative;
}
body.info-page .insight-card{
  padding:22px 22px 20px;
  border-radius:18px;
  border:1px solid #e5edf4;
  background:linear-gradient(180deg,#fff 0%,#f9fcff 100%);
  box-shadow:0 12px 28px rgba(12,44,84,.055);
}
body.info-page .insight-card .insight-kicker{
  margin-bottom:10px;
  font-size:12px;
  letter-spacing:.12em;
}
body.info-page .insight-card h3{
  margin-bottom:9px;
  font-size:25px;
}
body.info-page .insight-card p,
body.info-page .check-list li{
  font-size:15px;
  line-height:1.58;
  color:#64727e;
}
body.info-page .check-list{gap:10px;}
body.info-page .metric-row{gap:12px;margin-top:14px;}
body.info-page .metric-box{
  padding:14px 13px;
  border-radius:16px;
}
body.info-page .metric-box strong{font-size:23px;}
body.info-page .metric-box p{font-size:13px;}
body.info-page .info-contact-grid{
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
}
body.info-page .info-contact-card{
  padding:22px;
  border-radius:18px;
  box-shadow:0 12px 26px rgba(12,44,84,.055);
}
body.info-page .info-contact-card .icon{
  width:46px;
  height:46px;
  margin-bottom:14px;
}
body.info-page .info-contact-card h3{font-size:28px;}
body.info-page .info-contact-card p,
body.info-page .info-contact-card a{font-size:16px;}
body.info-page .note-banner{
  margin-top:18px;
  padding:16px 18px;
  border-radius:16px;
}
body.info-page .note-banner p{font-size:15px;}

@media (max-width:1200px){
  body.info-page .site-header{padding:0 30px;height:84px;}
  body.info-page .brand img{width:210px;}
  body.info-page .main-nav{gap:18px;margin-right:30px;}
  body.info-page .content-container{width:min(100%, calc(100vw - 64px));}
  body.info-page .premium-info-hero{padding:42px 32px 32px;}
  body.info-page .premium-hero-grid{grid-template-columns:minmax(0,1fr) 360px;gap:32px;}
  body.info-page .premium-hero-copy h1{font-size:56px;}
  body.info-page .premium-hero-copy p:not(.section-kicker){font-size:18px;}
  body.info-page .premium-hero-media{min-height:300px;}
  body.info-page .hero-image-shell{height:300px;min-height:300px;}
  body.info-page .premium-content-section{padding:34px 32px 64px;}
  body.info-page .premium-info-grid{grid-template-columns:minmax(0,1fr);gap:22px;}
  body.info-page .premium-side-stack{grid-template-columns:repeat(2,minmax(0,1fr));}
  body.info-page .info-contact-grid{grid-template-columns:1fr;}
}
@media (max-width:860px){
  body.info-page .site-header{height:74px;padding:0 18px;}
  body.info-page .brand img{width:170px;}
  body.info-page .main-nav{top:74px;}
  body.info-page .content-container{width:100%;}
  body.info-page .premium-info-hero{padding:32px 18px 26px;}
  body.info-page .premium-info-hero::after{left:18px;right:18px;}
  body.info-page .premium-hero-grid{grid-template-columns:1fr;gap:20px;}
  body.info-page .premium-hero-copy{padding:4px 0;}
  body.info-page .premium-hero-copy .section-kicker{font-size:13px;margin-bottom:13px;}
  body.info-page .premium-hero-copy h1{font-size:46px;line-height:.98;}
  body.info-page .premium-hero-copy p:not(.section-kicker){font-size:17px;line-height:1.55;}
  body.info-page .hero-chip-row{margin-top:18px;}
  body.info-page .hero-chip{font-size:12.5px;padding:8px 12px;}
  body.info-page .premium-hero-media{display:block;min-height:auto;}
  body.info-page .hero-image-shell{height:220px;min-height:220px;border-radius:18px;}
  body.info-page .hero-floating-card{position:relative;left:auto;bottom:auto;margin:-34px 14px 0;max-width:none;}
  body.info-page .premium-content-section{padding:24px 18px 46px;}
  body.info-page .premium-main-card{padding:26px 20px;border-radius:16px;}
  body.info-page .premium-main-card h2{font-size:34px;}
  body.info-page .content-prose p,
  body.info-page .content-prose li{font-size:15.5px;line-height:1.62;}
  body.info-page .premium-side-stack{grid-template-columns:1fr;gap:14px;}
  body.info-page .insight-card{padding:20px;border-radius:16px;}
  body.info-page .insight-card h3{font-size:23px;}
  body.info-page .footer-main{grid-template-columns:1fr;}
}
@media (max-width:520px){
  body.info-page .premium-hero-copy h1{font-size:40px;}
  body.info-page .hero-chip-row{display:grid;grid-template-columns:1fr;}
  body.info-page .hero-image-shell{height:190px;min-height:190px;}
  body.info-page .premium-main-card{padding:24px 18px;}
}


/* v22: institutional content layout — no overlapping cards, tighter spacing */
body.info-page .premium-content-section{
  padding:34px 56px 64px;
}
body.info-page .premium-info-grid{
  display:flex !important;
  flex-direction:column;
  width:100%;
  gap:18px;
  align-items:stretch;
}
body.info-page .premium-main-card{
  width:100% !important;
  max-width:100% !important;
  margin:0 !important;
  padding:38px 44px;
  border-radius:20px;
  overflow:visible;
}
body.info-page .premium-main-card > h2{
  max-width:980px;
}
body.info-page .premium-main-card > p,
body.info-page .premium-main-card > ol,
body.info-page .premium-main-card > ul{
  max-width:1080px;
}
body.info-page .premium-main-card.privacy-prose > p,
body.info-page .premium-main-card.privacy-prose > ol,
body.info-page .premium-main-card.privacy-prose > ul{
  max-width:none;
}
body.info-page .premium-side-stack{
  position:static !important;
  width:100%;
  display:grid !important;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
  align-items:stretch;
  margin:0;
}
body.info-page .insight-card{
  position:static !important;
  width:100%;
  min-width:0;
  min-height:0;
  height:auto;
  padding:22px 24px;
  border-radius:18px;
  box-shadow:0 10px 26px rgba(12,44,84,.05);
}
body.info-page .insight-card h3{
  font-size:26px;
  margin-bottom:10px;
}
body.info-page .insight-card p,
body.info-page .check-list li{
  font-size:15.5px;
  line-height:1.6;
}
body.info-page .metric-row{
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
}
body.info-page .metric-box{
  min-width:0;
}
body.info-page .metric-box span,
body.info-page .metric-box strong,
body.info-page .metric-box p{
  display:block;
}
body.info-page .metric-box strong{
  margin-top:3px;
}
body.info-page .info-contact-grid{
  margin-top:6px;
}
body.info-page .premium-main-card .info-contact-grid,
body.info-page .premium-main-card .note-banner{
  max-width:none;
}
@media (max-width:1200px){
  body.info-page .premium-content-section{padding:30px 32px 58px;}
  body.info-page .premium-info-grid{display:flex !important;gap:18px;}
  body.info-page .premium-side-stack{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media (max-width:860px){
  body.info-page .premium-content-section{padding:22px 18px 44px;}
  body.info-page .premium-main-card{padding:26px 20px;border-radius:16px;}
  body.info-page .premium-side-stack{grid-template-columns:1fr;gap:14px;}
  body.info-page .insight-card{padding:19px 20px;border-radius:16px;}
  body.info-page .metric-row{grid-template-columns:1fr;}
}


/* v24: exact homepage recreation and FAQ */
.home-page{background:#07143b;color:#fff}
.home-page .site-footer{background:#fff;color:#777}
.home-site-header{
  position:absolute;
  height:72px;
  padding:0;
  width:min(1450px,calc(100vw - 110px));
  left:50%;right:auto;transform:translateX(-50%);
  z-index:80;
}
.home-brand img{width:170px;filter:brightness(0) invert(1);opacity:.98}
.home-page .main-nav{margin-left:auto;margin-right:74px;gap:37px;color:#fff;font-size:15px;font-weight:400}
.home-page .main-nav>a,.home-page .nav-dropdown-trigger{color:#fff}
.home-page .main-nav>a:hover,.home-page .nav-dropdown-trigger:hover{color:#72c5ff}
.home-page .main-nav>a.home-active{position:relative}
.home-page .main-nav>a.home-active::after{content:"";position:absolute;left:-17px;right:-17px;bottom:-20px;height:3px;background:#fff}
.home-work-btn{min-width:124px;height:48px;border-radius:2px;background:#078bc8;color:#fff;font-size:14px;font-weight:500}
.home-page .submenu{top:31px}
.home-hero{position:relative;height:100vh;min-height:820px;overflow:hidden;background:#07143b}
.home-video-wrap{position:absolute;inset:0;overflow:hidden;background:#07143b url('https://img.youtube.com/vi/QNXtbsS633w/maxresdefault.jpg') center/cover no-repeat}
.home-video-iframe{position:absolute;top:50%;left:50%;width:max(100vw,177.78vh);height:max(100vh,56.25vw);transform:translate(-50%,-50%);border:0;pointer-events:none}
.home-video-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,11,31,.26) 0%,rgba(4,12,34,.30) 36%,rgba(6,18,50,.83) 60%,rgba(7,20,59,.99) 76%,#07143b 100%);z-index:1}
.home-navy-panel{position:absolute;z-index:2;top:0;right:0;bottom:0;width:43%;background:linear-gradient(90deg,rgba(7,20,59,0) 0%,rgba(7,20,59,.88) 25%,#07143b 58%)}
.home-person{position:absolute;z-index:4;left:70px;bottom:0;width:min(35.5vw,585px);max-height:79vh;object-fit:contain;object-position:left bottom;filter:drop-shadow(20px 12px 25px rgba(0,0,0,.18))}
.home-hero-copy{position:absolute;z-index:6;top:28.5%;right:6.5%;width:min(610px,42vw);text-align:center}
.home-trust-pill{width:max-content;max-width:100%;margin:0 auto 28px;display:flex;align-items:center;gap:10px;border:1px solid rgba(255,255,255,.8);border-radius:999px;padding:10px 22px;color:#fff;font-size:14px;line-height:1}
.home-trust-pill i{font-size:13px}
.home-hero-copy h1{margin:0;font-family:'Cormorant Garamond',Georgia,serif;font-size:70px;line-height:.88;font-weight:600;letter-spacing:-.035em;color:#fff}
.home-hero-copy h1 span{color:#55b6f7}
.home-hero-copy>p{margin:27px auto 0;max-width:530px;color:rgba(255,255,255,.72);font-size:16px;line-height:1.52;font-weight:400}
.home-cta-row{margin-top:37px;display:flex;justify-content:center;gap:62px;align-items:center}
.home-primary-cta,.home-secondary-cta{height:40px;display:inline-flex;align-items:center;justify-content:center;gap:9px;border-radius:3px;padding:0 22px;font-size:14px;font-weight:500;white-space:nowrap}
.home-primary-cta{background:#2d8df6;color:#fff;box-shadow:0 8px 24px rgba(20,120,255,.23)}
.home-secondary-cta{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.9)}
.home-proof-row{margin-top:47px;display:grid;grid-template-columns:repeat(3,1fr);column-gap:49px}
.home-proof{display:flex;justify-content:center;align-items:flex-start;gap:14px;color:#fff;font-size:13px;line-height:1.12;text-align:center}
.home-proof i{font-size:14px;margin-top:4px}
.home-proof strong{font-weight:500}
.home-help-section{background:#fff;padding:72px 56px}
.home-help-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:auto 1fr auto;gap:28px;align-items:center}
.home-help-inner>i{color:var(--blue);font-size:38px}
.home-help-inner h2{margin:9px 0 0;font-family:'Cormorant Garamond',Georgia,serif;color:#111;font-size:44px;line-height:1;font-weight:600}
.home-help-actions{display:flex;gap:14px}.home-help-actions .outline-btn,.home-help-actions .solid-btn{width:210px}

/* FAQ */
.faq-main{background:#fbfdff}
.faq-page .site-header{position:relative;background:#fff;border-bottom:1px solid #edf1f5}
.faq-hero{padding:88px 56px 82px;background:radial-gradient(circle at 78% 20%,rgba(25,154,227,.16),transparent 25%),linear-gradient(135deg,#07143b 0%,#0a1d52 100%);color:#fff}
.faq-hero-inner{max-width:1180px;margin:0 auto;text-align:center}
.faq-hero .section-kicker{color:#64bdf4;font-size:16px;letter-spacing:.17em}
.faq-hero h1{margin:22px 0 16px;font-family:'Cormorant Garamond',Georgia,serif;font-size:72px;line-height:.95;font-weight:600;letter-spacing:-.035em}
.faq-hero p:not(.section-kicker){max-width:760px;margin:0 auto;color:rgba(255,255,255,.72);font-size:19px;line-height:1.55}
.faq-section{padding:68px 56px 88px}
.faq-layout{max-width:1180px;margin:0 auto;display:grid;grid-template-columns:320px minmax(0,1fr);gap:56px;align-items:start}
.faq-intro{position:sticky;top:110px}
.faq-icon{width:56px;height:56px;border-radius:16px;background:rgba(7,135,198,.10);color:var(--blue);display:inline-flex;align-items:center;justify-content:center;font-size:23px}
.faq-intro h2{margin:22px 0 14px;font-family:'Cormorant Garamond',Georgia,serif;font-size:48px;line-height:1;font-weight:600;color:#111}
.faq-intro p{margin:0;color:#6d7580;font-size:17px;line-height:1.65}
.faq-contact-link{display:inline-flex;align-items:center;gap:9px;margin-top:24px;color:var(--blue);font-size:15px;font-weight:700}
.faq-list{display:grid;gap:13px}
.faq-item{background:#fff;border:1px solid #e5ebf0;border-radius:16px;box-shadow:0 9px 24px rgba(14,42,76,.04);overflow:hidden}
.faq-item summary{list-style:none;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:20px;padding:22px 24px;color:#151515;font-size:17px;font-weight:700}
.faq-item summary::-webkit-details-marker{display:none}.faq-item summary i{color:var(--blue);font-size:13px;transition:transform .25s ease}
.faq-item[open] summary i{transform:rotate(45deg)}
.faq-answer{padding:0 24px 22px}.faq-answer p{margin:0;color:#68727c;font-size:16px;line-height:1.68}

@media (max-width:1200px){
 .home-site-header{width:calc(100vw - 50px)}
 .home-page .main-nav{gap:21px;margin-right:28px;font-size:14px}
 .home-person{left:20px;width:42vw}
 .home-hero-copy{right:3.5%;width:51vw}
 .home-hero-copy h1{font-size:62px}
 .home-cta-row{gap:18px}
 .faq-layout{grid-template-columns:280px minmax(0,1fr);gap:34px}
}
@media (max-width:860px){
 .home-site-header{width:100%;height:74px;left:0;transform:none;padding:0 18px;background:rgba(7,20,59,.86)}
 .home-brand img{width:165px}
 .home-page .nav-toggle span{background:#fff}
 .home-page .main-nav{top:74px;background:#07143b;color:#fff;gap:16px}
 .home-page .main-nav a{color:#fff}
 .home-page .main-nav>a.home-active::after{display:none}
 .home-work-btn{display:none}
 .home-hero{height:auto;min-height:920px}
 .home-video-overlay{background:linear-gradient(180deg,rgba(7,20,59,.76) 0%,rgba(7,20,59,.92) 55%,#07143b 100%)}
 .home-navy-panel{display:none}
 .home-person{left:-7vw;width:77vw;max-height:48vh;opacity:.72}
 .home-hero-copy{position:relative;top:auto;right:auto;width:auto;padding:135px 20px 390px;text-align:center}
 .home-trust-pill{font-size:12px;padding:9px 14px;margin-bottom:25px}
 .home-hero-copy h1{font-size:51px}
 .home-hero-copy>p{font-size:15px}.home-desktop-break{display:none}
 .home-cta-row{flex-direction:column;gap:12px;margin-top:28px}.home-primary-cta,.home-secondary-cta{width:100%;max-width:330px}
 .home-proof-row{margin-top:34px;column-gap:12px}.home-proof{gap:7px;font-size:11px}.home-proof i{font-size:12px}
 .home-help-section{padding:52px 18px}.home-help-inner{grid-template-columns:1fr;text-align:center}.home-help-inner>i{margin:auto}.home-help-inner h2{font-size:36px}.home-help-actions{flex-direction:column;align-items:center}
 .faq-hero{padding:70px 20px 58px}.faq-hero h1{font-size:52px}.faq-hero p:not(.section-kicker){font-size:17px}
 .faq-section{padding:42px 18px 62px}.faq-layout{grid-template-columns:1fr;gap:30px}.faq-intro{position:static;text-align:center}.faq-icon{margin:auto}.faq-intro h2{font-size:42px}.faq-contact-link{justify-content:center}.faq-item summary{padding:19px 18px;font-size:16px}.faq-answer{padding:0 18px 19px}.faq-answer p{font-size:15px}
}
@media (max-width:520px){
 .home-person{width:92vw;left:-18vw}
 .home-hero-copy{padding-bottom:350px}
 .home-proof-row{grid-template-columns:1fr;gap:15px}.home-proof{justify-content:center}
}


/* v25 — Premium navigation, submenu, and footer */
:root{
  --nav-surface:rgba(255,255,255,.88);
  --nav-border:rgba(9,70,110,.10);
  --nav-shadow:0 18px 52px rgba(12,40,68,.12);
  --footer-navy:#06132f;
  --footer-navy-2:#0a2048;
}

/* Premium desktop navigation */
.site-header{
  width:min(1480px,calc(100vw - 44px));
  left:50%;
  right:auto;
  top:14px;
  transform:translateX(-50%);
  height:72px;
  padding:0 14px 0 20px;
  border:1px solid var(--nav-border);
  border-radius:18px;
  background:var(--nav-surface);
  box-shadow:var(--nav-shadow);
  backdrop-filter:blur(18px) saturate(145%);
  -webkit-backdrop-filter:blur(18px) saturate(145%);
}
.brand{flex:0 0 auto;display:flex;align-items:center}
.brand img{width:214px;height:auto}
.main-nav{
  margin-left:auto;
  margin-right:12px;
  gap:2px;
  font-size:14px;
  font-weight:500;
}
.main-nav > a,
.nav-dropdown-trigger{
  min-height:42px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0 13px;
  border-radius:11px;
  transition:background .22s ease,color .22s ease,transform .22s ease;
}
.main-nav > a:hover,
.nav-dropdown-trigger:hover{
  background:rgba(7,135,198,.08);
  color:var(--blue);
}
.main-nav > a.current-page,
.main-nav > a.home-active,
.nav-dropdown.active-parent > .nav-dropdown-trigger{
  color:var(--blue);
  background:rgba(7,135,198,.10);
  box-shadow:inset 0 0 0 1px rgba(7,135,198,.09);
}
.home-page .main-nav > a.home-active::after{display:none!important}
.nav-dropdown-trigger i{margin-left:3px;font-size:10px;transition:transform .22s ease}
.nav-dropdown:hover .nav-dropdown-trigger i,
.nav-dropdown:focus-within .nav-dropdown-trigger i{transform:rotate(180deg)}
.apply-top{
  min-width:122px;
  height:46px;
  border-radius:12px;
  background:linear-gradient(135deg,#0c98da 0%,#057dbd 100%);
  box-shadow:0 12px 26px rgba(7,135,198,.23);
  transition:transform .22s ease,box-shadow .22s ease,filter .22s ease;
}
.apply-top:hover{transform:translateY(-1px);box-shadow:0 16px 32px rgba(7,135,198,.30);filter:brightness(1.03)}

/* Premium mortgage mega-menu */
.nav-dropdown::after{left:-24px;right:-24px;height:22px}
.submenu{
  top:calc(100% + 14px);
  left:50%;
  width:640px;
  transform:translateX(-42%);
  padding:16px;
  border:1px solid rgba(7,76,116,.11);
  border-radius:22px;
  background:rgba(255,255,255,.985);
  box-shadow:0 28px 80px rgba(7,31,57,.20),0 4px 14px rgba(7,31,57,.06);
  backdrop-filter:blur(22px);
  -webkit-backdrop-filter:blur(22px);
  overflow:hidden;
}
.nav-dropdown:hover .submenu,
.nav-dropdown:focus-within .submenu{display:block;animation:submenuReveal .2s ease both}
@keyframes submenuReveal{from{opacity:0;transform:translateX(-42%) translateY(-7px) scale(.985)}to{opacity:1;transform:translateX(-42%) translateY(0) scale(1)}}
.submenu-heading{
  display:flex;
  align-items:center;
  gap:13px;
  padding:6px 7px 15px;
  margin-bottom:8px;
  border-bottom:1px solid #e9eff3;
}
.submenu-heading-icon{
  width:42px;height:42px;border-radius:13px;
  display:inline-flex;align-items:center;justify-content:center;
  background:linear-gradient(135deg,rgba(7,135,198,.14),rgba(7,135,198,.06));
  color:var(--blue);font-size:16px;
}
.submenu-heading strong{display:block;color:#12202b;font-size:15px;line-height:1.2}
.submenu-heading small{display:block;margin-top:4px;color:#7b8790;font-size:12px;line-height:1.35;font-weight:400}
.submenu-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:4px 8px}
.submenu a{
  min-height:42px;
  height:auto;
  padding:10px 12px;
  border-radius:11px;
  background:transparent;
  color:#344552!important;
  font-size:12.8px;
  font-weight:600;
  line-height:1.25;
  justify-content:space-between;
  gap:10px;
  white-space:normal;
  transition:background .18s ease,color .18s ease,transform .18s ease;
}
.submenu a:hover{background:#eef8fd;color:#057fbd!important;transform:translateX(2px)}
.submenu a.active{
  background:linear-gradient(135deg,#0b94d1,#087fba);
  color:#fff!important;
  box-shadow:0 9px 20px rgba(7,135,198,.20);
}
.submenu a.disabled{color:#87939c!important;opacity:.72;cursor:default}
.submenu a.disabled:hover{background:#f6f8fa;color:#87939c!important;transform:none}
.soon-badge{
  flex:0 0 auto;
  padding:4px 7px;
  border-radius:999px;
  background:#edf1f4;
  color:#8b969e;
  font-size:9px;
  font-weight:800;
  letter-spacing:.06em;
  text-transform:uppercase;
}

/* Dark glass version on homepage */
.home-site-header{
  width:min(1480px,calc(100vw - 44px));
  left:50%;right:auto;top:14px;transform:translateX(-50%);
  height:72px;
  padding:0 14px 0 20px;
  border-radius:18px;
  background:rgba(3,14,39,.58);
  border:1px solid rgba(255,255,255,.14);
  box-shadow:0 18px 56px rgba(0,0,0,.18);
}
.home-brand img{width:176px}
.home-page .main-nav{margin-left:auto;margin-right:12px;gap:2px;font-size:14px}
.home-page .main-nav > a,
.home-page .nav-dropdown-trigger{color:rgba(255,255,255,.90)}
.home-page .main-nav > a:hover,
.home-page .nav-dropdown-trigger:hover,
.home-page .main-nav > a.home-active{
  color:#fff;
  background:rgba(255,255,255,.10);
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.07);
}
.home-work-btn{height:46px;min-width:124px;border-radius:12px;background:linear-gradient(135deg,#18a4e4,#087fbd)}
.home-page .submenu{top:calc(100% + 14px)}

/* Premium footer */
.site-footer.premium-footer,
.home-page .site-footer.premium-footer{
  min-height:0;
  padding:0;
  border:0;
  color:rgba(255,255,255,.72);
  background:
    radial-gradient(circle at 12% 10%,rgba(31,153,215,.15),transparent 26%),
    radial-gradient(circle at 88% 110%,rgba(28,110,186,.15),transparent 30%),
    linear-gradient(135deg,var(--footer-navy) 0%,var(--footer-navy-2) 100%);
}
.footer-shell{width:min(1360px,calc(100% - 72px));margin:0 auto;padding:64px 0 24px}
.footer-top-premium{display:grid;grid-template-columns:minmax(300px,.92fr) minmax(0,1.55fr);gap:80px;align-items:start}
.footer-logo-premium{display:inline-flex;align-items:center}
.footer-logo-premium img{width:250px;filter:brightness(0) invert(1);opacity:.98}
.footer-brand-premium>p{max-width:470px;margin:24px 0 0;color:rgba(255,255,255,.66);font-size:16px;line-height:1.7}
.footer-application-cta{
  display:inline-flex;align-items:center;gap:10px;
  margin-top:26px;padding:13px 18px;border-radius:12px;
  background:linear-gradient(135deg,#159fe0,#087fbd);
  color:#fff;font-size:14px;font-weight:700;
  box-shadow:0 12px 28px rgba(0,0,0,.16);
  transition:transform .2s ease,box-shadow .2s ease;
}
.footer-application-cta:hover{transform:translateY(-2px);box-shadow:0 16px 34px rgba(0,0,0,.22)}
.footer-contact-row{display:grid;gap:10px;margin-top:25px}
.footer-contact-row a{display:flex;align-items:center;gap:11px;color:rgba(255,255,255,.70);font-size:14px;line-height:1.4}
.footer-contact-row i{width:18px;color:#5fc0f4;text-align:center}
.footer-nav-premium{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:42px}
.footer-menu-group h4{margin:0 0 20px;color:#67c4f5;font-size:12px;font-weight:800;letter-spacing:.15em;text-transform:uppercase}
.footer-menu-group>a{display:flex;align-items:center;width:max-content;max-width:100%;margin:0 0 13px;color:rgba(255,255,255,.72);font-size:14px;line-height:1.4;transition:color .18s ease,transform .18s ease}
.footer-menu-group>a:hover{color:#fff;transform:translateX(3px)}
.footer-menu-group .footer-view-all{margin-top:19px;color:#67c4f5;font-weight:700;gap:8px}
.footer-address{display:block;margin-top:21px;color:rgba(255,255,255,.54);font-size:13px;line-height:1.55}
.footer-address i{margin-right:8px;color:#5fc0f4}
.footer-bottom-premium{
  display:grid;
  grid-template-columns:1fr auto auto auto;
  gap:26px;
  align-items:center;
  margin-top:54px;
  padding-top:22px;
  border-top:1px solid rgba(255,255,255,.11);
  font-size:12.5px;
}
.footer-bottom-premium p{margin:0;color:rgba(255,255,255,.50)}
.footer-legal-links{display:flex;align-items:center;gap:12px}
.footer-legal-links a{color:rgba(255,255,255,.62)}
.footer-legal-links a:hover{color:#fff}
.footer-legal-links span{width:3px;height:3px;border-radius:50%;background:rgba(255,255,255,.28)}
.footer-social-premium{display:flex;gap:8px}
.footer-social-premium a{width:34px;height:34px;border-radius:10px;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.10);color:#fff;transition:background .18s ease,transform .18s ease}
.footer-social-premium a:hover{background:#108fc9;transform:translateY(-2px)}
.footer-credit{text-align:right}

@media (max-width:1260px) and (min-width:1081px){
  .site-header,.home-site-header{width:calc(100vw - 28px);padding-left:16px}
  .brand img{width:190px}.home-brand img{width:160px}
  .main-nav,.home-page .main-nav{font-size:13px}
  .main-nav > a,.nav-dropdown-trigger{padding:0 9px}
  .apply-top{min-width:108px}
}

@media (max-width:1180px){
  body.nav-open{overflow:hidden}
  .site-header,
  .home-site-header,
  body.info-page .site-header,
  .faq-page .site-header{
    position:absolute;
    top:10px;left:12px;right:12px;
    transform:none;
    width:auto;
    height:64px;
    padding:0 12px 0 16px;
    border-radius:16px;
  }
  body.info-page .site-header,.faq-page .site-header{position:relative;left:auto;right:auto;margin:10px 12px 0}
  .brand img{width:178px}.home-brand img{width:158px}
  .nav-toggle{display:flex;margin-left:auto;width:42px;height:42px;align-items:center;justify-content:center;border-radius:11px;background:rgba(7,135,198,.08)}
  .nav-toggle span{width:22px;height:2px;border-radius:2px;background:#16232d;transition:transform .2s ease,opacity .2s ease}
  .home-page .nav-toggle{background:rgba(255,255,255,.10)}
  .home-page .nav-toggle span{background:#fff}
  .nav-toggle[aria-expanded="true"] span:nth-child(1){transform:translateY(6px) rotate(45deg)}
  .nav-toggle[aria-expanded="true"] span:nth-child(2){opacity:0}
  .nav-toggle[aria-expanded="true"] span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}
  .apply-top{display:none}
  .main-nav,
  .home-page .main-nav{
    display:none;
    position:fixed;
    top:84px;left:12px;right:12px;
    max-height:calc(100vh - 100px);
    overflow:auto;
    margin:0;
    padding:12px;
    border:1px solid rgba(7,76,116,.10);
    border-radius:18px;
    background:rgba(255,255,255,.985);
    box-shadow:0 28px 70px rgba(6,28,54,.24);
    flex-direction:column;
    align-items:stretch;
    gap:3px;
    color:#1b2a35;
    backdrop-filter:blur(22px);
  }
  .main-nav.open,.home-page .main-nav.open{display:flex}
  .main-nav > a,
  .home-page .main-nav > a,
  .nav-dropdown-trigger,
  .home-page .nav-dropdown-trigger{
    min-height:46px;
    width:100%;
    justify-content:space-between;
    padding:0 14px;
    color:#263844;
    border-radius:12px;
  }
  .home-page .main-nav > a:hover,
  .home-page .nav-dropdown-trigger:hover,
  .home-page .main-nav > a.home-active{color:var(--blue);background:#eef8fd}
  .nav-item{width:100%}
  .nav-dropdown::after{display:none}
  .nav-dropdown:hover .submenu,.nav-dropdown:focus-within .submenu{display:none;animation:none}
  .nav-dropdown.submenu-open .submenu{display:block}
  .nav-dropdown.submenu-open .nav-dropdown-trigger i{transform:rotate(180deg)}
  .submenu,
  .home-page .submenu{
    position:static;
    width:100%;
    transform:none;
    margin:7px 0 3px;
    padding:12px;
    border-radius:14px;
    background:#f5f9fc;
    box-shadow:none;
    border:1px solid #e6eef4;
  }
  .submenu-heading{padding:3px 3px 11px}
  .submenu-heading-icon{width:36px;height:36px;border-radius:11px}
  .submenu-grid{grid-template-columns:1fr;max-height:360px;overflow:auto;padding-right:3px}
  .submenu a{min-height:43px;font-size:13px}
  .footer-shell{width:min(100% - 40px,900px);padding:52px 0 22px}
  .footer-top-premium{grid-template-columns:1fr;gap:46px}
  .footer-brand-premium>p{max-width:620px}
  .footer-bottom-premium{grid-template-columns:1fr auto;row-gap:18px}
  .footer-credit{text-align:left}
}

@media (max-width:700px){
  .footer-shell{width:calc(100% - 32px);padding-top:44px}
  .footer-logo-premium img{width:218px}
  .footer-nav-premium{grid-template-columns:1fr 1fr;gap:36px 24px}
  .footer-menu-group:last-child{grid-column:1 / -1}
  .footer-bottom-premium{grid-template-columns:1fr;gap:15px}
  .footer-legal-links{order:2}.footer-social-premium{order:3}.footer-credit{order:4}
}

@media (max-width:460px){
  .site-header,.home-site-header{left:8px;right:8px;top:8px}
  .brand img{width:158px}.home-brand img{width:148px}
  .main-nav,.home-page .main-nav{left:8px;right:8px;top:80px}
  .footer-nav-premium{grid-template-columns:1fr;gap:30px}
  .footer-menu-group:last-child{grid-column:auto}
  .footer-contact-row a{align-items:flex-start;overflow-wrap:anywhere}
}


/* v26 — balanced Documents Needed layout */
.documents-section{
  padding:58px 46px 42px;
}
.document-cards{
  margin-top:34px;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:20px;
  align-items:start;
}
.doc-card{
  min-height:0;
  height:auto;
  padding:0 28px 28px;
  border-radius:14px;
  border:1px solid #e9edf1;
  box-shadow:0 10px 28px rgba(15,42,67,.07);
  overflow:hidden;
}
.doc-card:first-child{
  grid-column:1 / -1;
  background:linear-gradient(180deg,#ffffff 0%,#fbfdff 100%);
  border-color:rgba(7,135,198,.18);
}
.doc-card:first-child .doc-title{
  height:72px;
}
.doc-card:first-child ul{
  columns:2;
  column-gap:54px;
  column-rule:1px solid rgba(7,135,198,.10);
  margin-top:24px;
  padding-left:18px;
}
.doc-card:first-child li{
  break-inside:avoid-column;
  -webkit-column-break-inside:avoid;
  page-break-inside:avoid;
  margin:0 0 14px;
  padding-right:16px;
}
.doc-title{
  height:auto;
  min-height:72px;
  padding:12px 0 10px;
}
.identification-title{
  height:auto;
  min-height:84px;
}
.doc-title i{
  margin-left:-28px;
}
.doc-card ul{
  margin:24px 0 0;
  line-height:1.58;
}
.doc-card li{
  margin-bottom:13px;
}
.doc-card:nth-child(4) ul{
  margin-top:24px;
}
.attention-bar{
  margin:28px 0 0;
  min-height:88px;
  border-radius:14px;
  padding:18px 22px 18px 28px;
  box-shadow:0 10px 26px rgba(18,101,143,.06);
}

@media (max-width:1180px){
  .documents-section{padding:52px 30px 38px}
  .document-cards{grid-template-columns:repeat(2,minmax(0,1fr))}
  .doc-card:first-child{grid-column:1 / -1}
  .doc-card:nth-child(4){grid-column:1 / -1}
  .doc-card:first-child ul{columns:2;column-gap:40px}
}

@media (max-width:760px){
  .documents-section{padding:44px 18px 32px}
  .document-cards{grid-template-columns:1fr;gap:16px}
  .doc-card:first-child,
  .doc-card:nth-child(4){grid-column:auto}
  .doc-card:first-child ul{columns:1;column-rule:0}
  .doc-card{padding:0 22px 24px;border-radius:12px}
  .doc-title i{margin-left:-22px}
  .attention-bar{margin-top:22px;border-radius:12px;padding:18px}
}


/* v27 — stronger, consistent readability layer for every Apply hero */
.hero-section{
  background-image:var(--hero-image, url('/assets/img/debt-consolidation-hero.webp'));
  background-size:cover;
  background-position:center right;
}
.hero-section::before{display:none !important;}
.hero-overlay{
  position:absolute;
  inset:0;
  z-index:1;
  pointer-events:none;
  background:linear-gradient(90deg,
    #ffffff 0%,
    rgba(255,255,255,.995) 31%,
    rgba(255,255,255,.97) 42%,
    rgba(255,255,255,.91) 51%,
    rgba(255,255,255,.76) 59%,
    rgba(255,255,255,.42) 67%,
    rgba(255,255,255,.10) 75%,
    rgba(255,255,255,0) 82%
  );
}
.hero-content{
  z-index:2;
}
.hero-copy,
.feature-item{
  color:#5f6469;
  text-shadow:0 1px 0 rgba(255,255,255,.82);
}
.hero-copy{
  max-width:670px;
}
.hero-features{
  max-width:700px;
}

@media (max-width:1400px) and (min-width:861px){
  .hero-overlay{
    background:linear-gradient(90deg,
      #ffffff 0%,
      rgba(255,255,255,.995) 35%,
      rgba(255,255,255,.97) 47%,
      rgba(255,255,255,.90) 57%,
      rgba(255,255,255,.70) 66%,
      rgba(255,255,255,.28) 77%,
      rgba(255,255,255,0) 88%
    );
  }
  .hero-copy{max-width:630px;}
  .hero-features{max-width:660px;}
}

@media (max-width:1100px) and (min-width:861px){
  .hero-overlay{
    background:linear-gradient(90deg,
      #ffffff 0%,
      rgba(255,255,255,.995) 42%,
      rgba(255,255,255,.96) 56%,
      rgba(255,255,255,.82) 68%,
      rgba(255,255,255,.38) 82%,
      rgba(255,255,255,0) 100%
    );
  }
}

@media (max-width:860px){
  .hero-overlay{
    background:linear-gradient(180deg,
      rgba(255,255,255,.94) 0%,
      rgba(255,255,255,.90) 48%,
      rgba(255,255,255,.86) 100%
    );
  }
  .hero-copy,
  .hero-features{max-width:none;}
  .hero-copy,
  .feature-item{text-shadow:none;}
}


/* v28 — stable navigation geometry across every page and viewport */
@media (min-width:1181px){
  .site-header,
  .home-site-header{
    left:max(14px,calc((100vw - 1480px)/2));
    right:max(14px,calc((100vw - 1480px)/2));
    width:auto;
    transform:none;
  }
  body.info-page .site-header,
  .faq-page .site-header{
    position:sticky;
    top:10px;
    left:auto;
    right:auto;
    width:min(1480px,calc(100% - 28px));
    transform:none;
    margin:10px auto 0;
  }
  .site-header .brand,
  .home-site-header .brand{
    flex:0 0 auto;
    min-width:0;
  }
  .site-header .main-nav,
  .home-site-header .main-nav,
  .home-page .main-nav{
    flex:1 1 auto;
    min-width:0;
    justify-content:center;
    margin-left:20px;
    margin-right:10px;
    gap:0;
  }
  .site-header .main-nav > a,
  .site-header .nav-dropdown-trigger,
  .home-site-header .main-nav > a,
  .home-site-header .nav-dropdown-trigger{
    padding-left:11px;
    padding-right:11px;
  }
  .site-header .apply-top,
  .home-site-header .home-work-btn{
    flex:0 0 auto;
  }
}

@media (min-width:1181px) and (max-width:1320px){
  .site-header,
  .home-site-header{
    padding-left:14px;
    padding-right:12px;
  }
  .brand img{width:182px}
  .home-brand img{width:154px}
  .site-header .main-nav,
  .home-site-header .main-nav,
  .home-page .main-nav{
    margin-left:10px;
    margin-right:6px;
    font-size:12.5px;
  }
  .site-header .main-nav > a,
  .site-header .nav-dropdown-trigger,
  .home-site-header .main-nav > a,
  .home-site-header .nav-dropdown-trigger{
    padding-left:8px;
    padding-right:8px;
  }
  .apply-top,
  .home-work-btn{
    min-width:104px;
    height:43px;
    font-size:13px;
  }
}

@media (max-width:1180px){
  body.nav-open{overflow:hidden}
  .site-header,
  .home-site-header,
  body.info-page .site-header,
  .faq-page .site-header{
    top:10px;
    left:12px;
    right:12px;
    width:auto;
    transform:none;
    height:64px;
    padding:0 12px 0 16px;
    border-radius:16px;
  }
  body.info-page .site-header,
  .faq-page .site-header{
    position:relative;
    top:0;
    left:auto;
    right:auto;
    width:calc(100% - 24px);
    margin:10px auto 0;
  }
  .brand img{width:178px}
  .home-brand img{width:158px}
  .nav-toggle{
    display:flex;
    margin-left:auto;
    width:42px;
    height:42px;
    align-items:center;
    justify-content:center;
    border-radius:11px;
    background:rgba(7,135,198,.08);
  }
  .nav-toggle span{
    width:22px;
    height:2px;
    border-radius:2px;
    background:#16232d;
  }
  .home-page .nav-toggle{background:rgba(255,255,255,.10)}
  .home-page .nav-toggle span{background:#fff}
  .apply-top,.home-work-btn{display:none}
  .main-nav,
  .home-page .main-nav{
    display:none;
    position:fixed;
    top:84px;
    left:12px;
    right:12px;
    width:auto;
    max-height:calc(100vh - 100px);
    overflow:auto;
    margin:0;
    padding:12px;
    border:1px solid rgba(7,76,116,.10);
    border-radius:18px;
    background:rgba(255,255,255,.985);
    box-shadow:0 28px 70px rgba(6,28,54,.24);
    flex-direction:column;
    align-items:stretch;
    gap:3px;
    color:#1b2a35;
    backdrop-filter:blur(22px);
    -webkit-backdrop-filter:blur(22px);
    z-index:999;
  }
  .main-nav.open,.home-page .main-nav.open{display:flex}
  .main-nav > a,
  .home-page .main-nav > a,
  .nav-dropdown-trigger,
  .home-page .nav-dropdown-trigger{
    min-height:46px;
    width:100%;
    justify-content:space-between;
    padding:0 14px;
    color:#263844;
    border-radius:12px;
  }
  .home-page .main-nav > a,
  .home-page .nav-dropdown-trigger{color:#263844}
  .nav-item{width:100%}
  .nav-dropdown::after{display:none}
  .nav-dropdown:hover .submenu,
  .nav-dropdown:focus-within .submenu{display:none;animation:none}
  .nav-dropdown.submenu-open .submenu{display:block}
  .submenu,
  .home-page .submenu{
    position:static;
    width:100%;
    transform:none;
    margin:7px 0 3px;
    padding:12px;
    border-radius:14px;
    background:#f5f9fc;
    box-shadow:none;
    border:1px solid #e6eef4;
  }
  .submenu-grid{grid-template-columns:1fr;max-height:360px;overflow:auto;padding-right:3px}
}
