:root{
  --bg:#ffffff;
  --panel:#f5f7fa;        /* cloud dander */
  --panel2:#eef2f6;
  --text:#0f172a;
  --muted:#5b6475;
  --line:#e2e8f0;

  --brand:#4b6cb7;        /* cloud blue */
  --brand-dark:#39559e;
  --brand-soft:#e8effa;

  --shadow:0 8px 30px rgba(15,23,42,.08);
  --radius:8px;
}

*{ box-sizing:border-box; }
html,body{ margin:0; padding:0; font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial; width:100%; }
body{
  background:var(--bg);
  color:var(--text);
  overflow-x:hidden;
  overflow-y:auto;
  -webkit-overflow-scrolling:touch;
}

a{ color:inherit; text-decoration:none; }
img{ max-width:100%; display:block; }

.container{ width:min(1180px, 92vw); margin:0 auto; }

.topStrip{
  background:var(--panel);
  color:var(--text);
  font-weight:600;
  font-size:14px;
}
.topStrip__inner{
  display:flex;
  justify-content:center;
  padding:10px 0;
}
.header{
  background:#fff;
  border-bottom:1px solid var(--line);
  position:sticky;
  top:0;
  z-index:100;
}
.header__inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  height:78px;
}
.header__inner--tight{
  height:78px;
}
.header--clean{
  border-bottom:1px solid #eef1f5;
}
.brand{
  display:flex;
  align-items:center;
  gap:10px;
}
.brand__logo{ width:42px; height:42px; }
.brand__logo--lg{ width:74px; height:74px; object-fit:contain; }
.brand__name{ font-size:22px; font-weight:900; color:var(--text); letter-spacing:-.02em; white-space:nowrap; }

.nav{
  display:flex;
  align-items:center;
  gap:18px;
}
.nav--clean{
  gap:22px;
  margin-left:auto;
}
.nav__link{ font-weight:500; color:var(--text); }
.nav__link:hover{ color:var(--brand); text-decoration:underline; }
.nav__link--accent{ color:#ff7a00; font-weight:700; }
.nav__link--active{
  color:var(--brand);
  font-weight:700;
}

.headerActions{
  display:flex;
  align-items:center;
  gap:12px;
  margin-left:16px;
}
.langPill{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:44px;
  height:44px;
  border-radius:999px;
  background:var(--brand);
  color:#fff;
  font-weight:800;
}
.ctaPill{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:10px 18px;
  border-radius:999px;
  background:var(--brand);
  color:#fff;
  font-weight:800;
}

.nav__pill{
  background:#fff;
  border:1px solid var(--line);
  padding:10px 12px;
  border-radius:999px;
}
.nav__pill:hover{
  border-color:var(--brand);
  text-decoration:none;
}

.nav__dd{ position:relative; }
.nav__btn{
  border:none;
  background:transparent;
  font:inherit;
  cursor:pointer;
  font-weight:500;
  color:var(--text);
  padding:10px 0;
}
.nav__btn:hover{ color:var(--brand); }
.caret{ opacity:.8; }

.nav__menu{
  position:absolute;
  top:42px;
  left:0;
  min-width:260px;
  background:#fff;
  border:1px solid var(--line);
  border-radius:10px;
  box-shadow:var(--shadow);
  padding:10px;
  display:none;
}
.nav__menu a{
  display:block;
  padding:10px 10px;
  border-radius:8px;
  color:var(--text);
}
.nav__menu a:hover{
  background:var(--brand-soft);
  color:var(--brand);
}

.nav__dd:hover .nav__menu{ display:block; }

.header__cta{ display:flex; align-items:center; gap:10px; }

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:11px 14px;
  border-radius:10px;
  font-weight:700;
  cursor:pointer;
}
.btn--primary{
  background:var(--brand);
  color:#fff;
  border:none;
}
.btn--primary:hover{ background:var(--brand-dark); }
.btn--ghost{
  background:#fff;
  color:var(--brand);
  border:1px solid var(--brand);
}

.burger{
  display:none;
  align-items:center;
  gap:8px;
  background:#fff;
  border:1px solid var(--line);
  border-radius:10px;
  padding:8px 12px;
  cursor:pointer;
}
.burger__bars{
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:4px;
  width:18px;
}
.burger__bars span{
  display:block;
  width:18px;
  height:2px;
  background:var(--text);
  margin:0;
}
.burger__text{
  display:inline-block;
  width:auto;
  height:auto;
  margin:0;
  background:transparent;
  font-size:12px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.08em;
  color:var(--text);
  line-height:1;
}

.mobileNav{
  display:none;
  border-top:1px solid var(--line);
  background:#fff;
  padding:10px 4vw;
}
.mobileNav a{
  display:block;
  padding:12px 0;
  border-bottom:1px solid var(--line);
}
.mobileNav.is-open{ display:block; }
.mobileLang{
  display:flex;
  gap:10px;
  padding:12px 0;
}

.heroBanner{ position:relative; }
.heroSplit{
  background:#ffffff;
  padding:40px 0 56px;
}
.heroCard{
  background:var(--panel);
  border-radius:28px;
  padding:54px 56px;
  color:var(--text);
  box-shadow:0 20px 45px rgba(15,23,42,.12);
  position:relative;
  overflow:hidden;
}
.heroGrid{
  display:grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, .8fr);
  gap:24px;
  align-items:center;
}
.heroContent h1{
  font-size:46px;
  line-height:1.05;
  margin:0 0 16px;
}
.heroContent p{
  font-size:16px;
  margin:0 0 26px;
  color:var(--muted);
  max-width:460px;
}
.heroBtn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:12px 24px;
  background:var(--brand);
  color:#fff;
  font-weight:800;
  border-radius:999px;
  box-shadow:0 10px 20px rgba(15,23,42,.15);
}
.heroPerson{
  position:relative;
  display:flex;
  justify-content:flex-end;
  align-items:flex-end;
}
.heroPerson img{
  width:100%;
  max-width:360px;
  height:auto;
  filter:drop-shadow(0 18px 40px rgba(0,0,0,.25));
}
.dot{
  position:absolute;
  background:var(--brand);
  border-radius:999px;
}
.dot--lg{
  width:56px;
  height:56px;
  right:34px;
  top:40px;
  box-shadow:0 0 0 8px rgba(0,0,0,.1);
}
.dot--sm{
  width:18px;
  height:18px;
  right:110px;
  top:90px;
}

.section{ padding:76px 0; }
.section--panel{ background:var(--panel); }
.section--panel2{ background:var(--panel2); }

/* Prevent sticky header from covering anchored sections */
.section{
  scroll-margin-top:100px;
}
#contact{
  scroll-margin-top:130px;
}

.contactSection{
  background:#f7fafc;
  scroll-margin-top:130px;
}
.contactSection .sectionHead h2{
  color:var(--text);
}
.contactForm{
  max-width:680px;
  margin:0 auto;
  display:grid;
  gap:16px;
  background:#fff;
  border:1px solid #dce7fb;
  border-radius:22px;
  box-shadow:0 18px 42px rgba(15,23,42,.10);
  padding:24px;
}
.contactForm label{
  display:grid;
  gap:8px;
  color:var(--text);
  font-weight:600;
}
.contactForm input,
.contactForm select{
  width:100%;
  padding:13px 14px;
  border-radius:12px;
  border:1px solid var(--line);
  background:#fff;
  font-size:15px;
}
.contactForm input:focus,
.contactForm select:focus{
  border-color:var(--brand);
  box-shadow:0 0 0 4px rgba(75,108,183,.15);
  outline:none;
}
.contactSubmit{
  justify-self:center;
  padding:10px 22px;
  margin-top:6px;
  border-radius:999px;
}
.req{
  color:#ef4444;
}

.payNowSection{
  background:#f7fafc;
}
.payNowContainer{
  display:flex;
  justify-content:center;
}
.payNowCard{
  width:min(760px, 92vw);
  background:#fff;
  border:1px solid var(--line);
  border-radius:16px;
  box-shadow:var(--shadow);
  padding:28px;
}
.payNowLogo{
  display:flex;
  justify-content:center;
  margin-bottom:12px;
}
.payNowLogo img{
  width:110px;
  height:auto;
}
.payNowCard h2{
  margin:0 0 6px;
  color:var(--brand);
  font-size:20px;
}
.payNowHint{
  margin:0 0 16px;
  color:var(--muted);
  font-size:12px;
}
.payNowForm label{
  display:grid;
  gap:8px;
  font-weight:600;
  color:var(--text);
  font-size:13px;
}
.payNowForm input,
.payNowForm select{
  padding:10px 12px;
  border-radius:8px;
  border:1px solid var(--line);
  font-size:13px;
  background:#fff;
}
.payNowForm input:focus,
.payNowForm select:focus{
  border-color:var(--brand);
  box-shadow:0 0 0 4px rgba(75,108,183,.15);
  outline:none;
}
.payNowGrid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:14px 18px;
}
.payNowActions{
  display:flex;
  gap:12px;
  justify-content:center;
  margin-top:18px;
}
.payNowNote{
  text-align:center;
  margin:14px 0 0;
  color:var(--muted);
  font-size:12px;
}

.adminHub{
  background:#f7fafc;
}
.adminCards{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:18px;
}
.adminCard{
  display:block;
  padding:20px;
  background:#fff;
  border:1px solid var(--line);
  border-radius:14px;
  box-shadow:var(--shadow);
  text-decoration:none;
  color:inherit;
}
.adminCard h3{
  margin:0 0 8px;
  color:var(--brand);
}
.adminCard p{
  margin:0;
  color:var(--muted);
}
.adminUsers .tableWrap{
  margin-top:18px;
}
.userForm{
  display:grid;
  grid-template-columns:repeat(4, minmax(0, 1fr));
  gap:12px;
  align-items:end;
  margin-bottom:18px;
}
.userForm label{
  display:grid;
  gap:6px;
  font-weight:600;
  font-size:13px;
  color:var(--text);
}
.userForm input,
.userForm select{
  padding:10px 12px;
  border-radius:8px;
  border:1px solid var(--line);
  background:#fff;
  font-size:13px;
}
.userForm .btn{
  height:40px;
}

.sectionHead{ text-align:center; margin-bottom:42px; }
.sectionHead h2{ font-size:38px; margin:0 0 10px; color:var(--brand); }
.sectionHead p{ margin:0; color:var(--muted); max-width:860px; margin-inline:auto; }

.eligibility .sectionHead h2{
  color:var(--text);
  font-size:28px;
}
.eligibilityList{
  list-style:none;
  margin:18px auto 0;
  padding:0;
  max-width:820px;
  display:grid;
  gap:14px;
  color:var(--text);
}
.eligibilityList li{
  position:relative;
  padding-left:26px;
  line-height:1.7;
}
.eligibilityList li::before{
  content:"\2713";
  position:absolute;
  left:0;
  top:0;
  color:var(--brand);
  font-weight:700;
}
.eligibilityPanel{
  margin-top:40px;
  background:var(--brand-soft);
  padding:48px 0 54px;
}
.panelGrid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:40px;
}
.panelCol h3{
  margin:0 0 14px;
  color:var(--text);
}
.panelNote{
  margin:16px 0 0;
  font-size:12px;
  color:var(--muted);
  font-style:italic;
}
.servicesPanel{
  background:var(--panel);
}
.servicesHead{
  text-align:center;
  margin-bottom:48px;
}
.servicesHead h2{
  font-size:30px;
  letter-spacing:.02em;
  margin:0 0 12px;
  color:#1d2b1f;
  text-transform:uppercase;
}
.servicesHead p{
  margin:0 auto;
  color:#2f3a33;
  max-width:860px;
  line-height:1.7;
}
.servicesGrid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:36px;
  text-align:center;
}
.serviceCard img{
  width:220px;
  height:220px;
  object-fit:cover;
  border-radius:24px;
  margin:0 auto 18px;
  box-shadow:0 12px 26px rgba(15,23,42,.12);
}
.serviceCard h3{
  margin:0 0 10px;
  font-size:22px;
  color:#1d2b1f;
}
.serviceCard p{
  margin:0 auto 18px;
  max-width:320px;
  color:#2f3a33;
  line-height:1.7;
}
.serviceBtn{
  display:inline-block;
  padding:10px 18px;
  background:#6fa06b;
  color:#fff;
  border-radius:6px;
  font-weight:700;
}
.serviceBtn:hover{
  background:#5c8a58;
}

.grid3{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:28px;
}

.card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:var(--radius);
  overflow:hidden;
  box-shadow:var(--shadow);
}
.cardImg{ width:100%; height:220px; object-fit:cover; }
.cardBody{ padding:18px; }
.cardBody h3{ margin:0 0 10px; color:var(--brand); }
.cardBody p{ margin:0 0 16px; color:var(--muted); line-height:1.55; }

.centerCta{ text-align:center; margin-top:38px; }

.newsCard{ background:transparent; }
.newsImgWrap{
  position:relative;
  border-radius:var(--radius);
  overflow:hidden;
  box-shadow:var(--shadow);
  border:1px solid var(--line);
}
.newsImgWrap img{ width:100%; height:200px; object-fit:cover; }
.dateTag{
  position:absolute;
  top:10px;
  left:10px;
  background:var(--brand);
  color:#fff;
  font-size:12px;
  padding:8px 10px;
  border-radius:6px;
}
.newsCard h3{ margin:14px 0 10px; }
.newsCard p{ margin:0 0 12px; color:var(--muted); line-height:1.55; }
.newsLink{ color:var(--brand); font-weight:600; }

.applyWrap{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:28px;
  align-items:start;
}
.muted{ color:var(--muted); }
.infoBox{
  margin-top:14px;
  padding:14px;
  border:1px solid var(--line);
  border-radius:var(--radius);
  background:var(--panel);
  line-height:1.65;
  color:var(--text);
}

.form{
  background:#fff;
  border:1px solid var(--line);
  border-radius:var(--radius);
  box-shadow:var(--shadow);
  padding:18px;
}
.form label{ display:block; margin:10px 0 6px; font-weight:600; }
.form input, .form textarea{
  width:100%;
  padding:12px;
  border-radius:10px;
  border:1px solid var(--line);
  outline:none;
}
.form input:focus, .form textarea:focus{
  border-color:var(--brand);
  box-shadow:0 0 0 4px rgba(75,108,183,.15);
}
.hint{ margin:10px 0 0; color:var(--muted); font-size:12px; }

.center{ display:grid; place-items:center; }
.auth{ width:min(420px, 92vw); }
.alert{
  border:1px solid #fecaca;
  background:#fff1f2;
  color:#7f1d1d;
  padding:10px 12px;
  border-radius:10px;
  margin:10px 0;
}

.loginPage{
  background:linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%);
}
.loginCard{
  display:flex;
  flex-direction:column;
  gap:10px;
  background-color:#ffffff;
  padding:2.5em;
  border-radius:25px;
  transition:.4s ease-in-out;
  box-shadow:rgba(0, 0, 0, 0.4) 1px 2px 2px;
}
.loginCard:hover{
  transform:translateX(-0.5em) translateY(-0.5em);
  border:1px solid #171717;
  box-shadow:10px 10px 0px #666666;
}
.loginCard .heading{
  color:#000000;
  padding-bottom:2em;
  text-align:center;
  font-weight:700;
}
.loginCard label{
  margin-top:6px;
}
.loginCard .input{
  border-radius:5px;
  border:1px solid whitesmoke;
  background-color:whitesmoke;
  outline:none;
  padding:0.7em;
  transition:.4s ease-in-out;
}
.loginCard .input:hover{
  box-shadow:6px 6px 0px #969696,
             -3px -3px 10px #ffffff;
}
.loginCard .input:focus{
  background:#ffffff;
  box-shadow:inset 2px 5px 10px rgba(0,0,0,0.3);
}
.loginCard .btn{
  margin-top:2em;
  align-self:center;
  padding:0.7em 1em;
  border-radius:10px;
  border:none;
  color:#ffffff;
  background:var(--brand);
  transition:.4s ease-in-out;
  box-shadow:rgba(0, 0, 0, 0.4) 1px 1px 1px;
}
.loginCard .btn:hover{
  box-shadow:6px 6px 0px #969696,
             -3px -3px 10px #ffffff;
  transform:translateX(-0.5em) translateY(-0.5em);
}
.loginCard .btn:active{
  transition:.2s;
  transform:translateX(0em) translateY(0em);
  box-shadow:none;
}

.tableWrap{
  background:#fff;
  border:1px solid var(--line);
  border-radius:var(--radius);
  overflow-x:auto;
  overflow-y:hidden;
  -webkit-overflow-scrolling:touch;
  box-shadow:var(--shadow);
}
.table{
  width:100%;
  border-collapse:collapse;
}
.table th, .table td{
  padding:14px;
  border-bottom:1px solid var(--line);
  text-align:left;
}
.table th{ background:var(--panel); color:var(--muted); }

.loanTable{
  background:#fff;
}
.ratesHead{
  margin-bottom:18px;
}
.ratesHead h2{
  margin:0 0 8px;
  color:var(--text);
  font-size:24px;
}
.ratesHead p{
  margin:0;
  color:var(--muted);
}
.loanRates{
  text-align:center;
  font-size:14px;
  border-collapse:separate;
  border-spacing:0;
}
.loanRates th, .loanRates td{
  text-align:center;
  padding:12px 10px;
}
.loanRates thead th{
  font-weight:700;
  color:#fff;
  background:var(--brand-dark);
  border-bottom:0;
}
.loanRates tbody tr:nth-child(even){
  background:#f8fafc;
}
.loanRates thead th:first-child{
  border-top-left-radius:12px;
}
.loanRates thead th:last-child{
  border-top-right-radius:12px;
}
.loanRates tbody td:first-child{
  font-weight:700;
  color:var(--brand-dark);
}
.ratesNote{
  margin:14px 0 0;
  color:var(--muted);
  font-size:12px;
}

.aboutSection{
  background:#fff;
}
.aboutHeader{
  text-align:center;
  margin-bottom:20px;
}
.aboutHeader h2{
  margin:0;
  font-size:26px;
  color:var(--text);
}
.aboutCopy{
  max-width:900px;
  margin:0 auto 36px;
  color:var(--text);
  line-height:1.8;
  text-align:center;
}
.aboutCopy p{
  margin:0 0 18px;
}
.aboutWhy{
  text-align:center;
}
.aboutWhy h3{
  margin:0 0 18px;
  color:var(--text);
  font-size:22px;
}
.aboutCards{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}
.aboutCard{
  background:#fff;
  border:1px solid var(--line);
  border-radius:12px;
  padding:20px 16px;
  box-shadow:var(--shadow);
}
.aboutCard h4{
  margin:0 0 10px;
  color:var(--brand);
  font-size:16px;
}
.aboutCard p{
  margin:0;
  color:var(--muted);
  line-height:1.6;
}


/* Conversion and compliance sections */
.eyebrow{
  margin:0 0 12px;
  color:var(--brand-dark);
  font-size:13px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.heroCard--trust{
  background:linear-gradient(135deg,#eff5ff 0%,#ffffff 52%,#eaf1ff 100%);
  border:1px solid #dbe7ff;
}
.heroContent .heroLead{
  font-size:20px;
  color:#25324a;
  font-weight:700;
  max-width:560px;
}
.heroTrustLine{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin:0 0 24px;
}
.heroTrustLine span{
  display:inline-flex;
  padding:8px 12px;
  border-radius:999px;
  background:#fff;
  border:1px solid var(--line);
  color:#263349;
  font-size:13px;
  font-weight:700;
  box-shadow:0 8px 20px rgba(15,23,42,.06);
}
.heroCtas{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  align-items:center;
}
.heroBtn--wa{
  background:#168b50;
  color:#fff;
}
.heroBtn--wa:hover{
  background:#0f7140;
}
.heroBtn--ghost{
  background:#fff;
  color:var(--brand-dark);
  border:1px solid #cbd7f3;
  box-shadow:none;
}
.complianceNote{
  margin-top:14px !important;
  font-size:13px !important;
  color:#475569 !important;
}

.antiScamSection{
  background:#fff;
  padding-top:34px;
  padding-bottom:34px;
}
.antiScamCard{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  padding:26px;
  border:1px solid #dbe7ff;
  border-radius:22px;
  background:linear-gradient(135deg,#f8fbff 0%,#ffffff 100%);
  box-shadow:var(--shadow);
}
.antiScamCard h2{
  margin:0 0 14px;
  color:var(--text);
  font-size:28px;
}
.antiScamList{
  margin:0;
  padding:0;
  list-style:none;
  display:grid;
  gap:10px;
  color:#344256;
}
.antiScamList li{
  position:relative;
  padding-left:24px;
  line-height:1.55;
}
.antiScamList li::before{
  content:"";
  position:absolute;
  left:0;
  top:.62em;
  width:8px;
  height:8px;
  border-radius:999px;
  background:#168b50;
}
.trustCards--six{
  grid-template-columns:repeat(3,minmax(0,1fr));
}
.stepsGrid--four{
  grid-template-columns:repeat(4,minmax(0,1fr));
}
.aboutCards--six{
  grid-template-columns:repeat(3,1fr);
}

.trustSection{
  background:#fff;
  padding-top:64px;
  padding-bottom:64px;
}
.trustGrid{
  display:grid;
  grid-template-columns:1fr 1.2fr;
  gap:28px;
  align-items:center;
}
.trustCopy h2,
.benefitsWrap h2{
  margin:0 0 12px;
  font-size:32px;
  color:var(--text);
}
.trustCopy p{
  margin:0;
  color:var(--muted);
  line-height:1.7;
}
.trustCards{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
}
.trustItem{
  background:#f8fbff;
  border:1px solid #dce7fb;
  border-radius:16px;
  padding:18px;
  box-shadow:var(--shadow);
}
.trustItem strong,
.trustItem span{
  display:block;
}
.trustItem strong{
  margin-bottom:8px;
  color:var(--brand-dark);
  font-size:13px;
  text-transform:uppercase;
  letter-spacing:.06em;
}
.trustItem span{
  color:var(--text);
  font-weight:700;
}
.sectionHead--compact{
  margin-bottom:26px;
}
.howSection{
  background:var(--panel);
}
.stepsGrid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}
.stepCard,
.faqItem{
  background:#fff;
  border:1px solid var(--line);
  border-radius:18px;
  padding:22px;
  box-shadow:var(--shadow);
}
.stepCard span{
  width:38px;
  height:38px;
  border-radius:999px;
  display:grid;
  place-items:center;
  background:var(--brand);
  color:#fff;
  font-weight:800;
  margin-bottom:14px;
}
.stepCard h3,
.faqItem h3{
  margin:0 0 8px;
  color:var(--text);
}
.stepCard p,
.faqItem p{
  margin:0;
  color:var(--muted);
  line-height:1.65;
}
.benefitsSection{
  background:#fff;
}
.benefitsWrap{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:28px;
  align-items:center;
}
.benefitList{
  list-style:none;
  padding:0;
  margin:0;
  display:grid;
  gap:12px;
}
.benefitList li{
  position:relative;
  padding:16px 18px 16px 48px;
  background:#f8fbff;
  border:1px solid #dce7fb;
  border-radius:14px;
  font-weight:700;
}
.benefitList li::before{
  content:"?";
  position:absolute;
  left:18px;
  top:50%;
  transform:translateY(-50%);
  width:22px;
  height:22px;
  display:grid;
  place-items:center;
  border-radius:999px;
  background:#168b50;
  color:#fff;
  font-size:13px;
}
.ctaBand{
  background:#10213f;
  color:#fff;
  padding:34px 0;
}
.ctaBand__inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
}
.ctaBand h2{
  margin:0 0 6px;
  color:#fff;
}
.ctaBand p{
  margin:0;
  color:#cbd5e1;
}
.faqSection{
  background:var(--panel);
}
.faqGrid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
}
.contactWhatsapp{
  justify-self:center;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:11px 22px;
  border-radius:999px;
  background:#168b50;
  color:#fff;
  font-weight:800;
}
.footerLinks{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin:14px 0 0;
}
.footerLinks a{
  color:#fff;
  text-decoration:underline;
  text-underline-offset:3px;
}

.footer{
  background:#1f2937;
  color:#cbd5e1;
  padding:60px 0 0;
}
.footerGrid{
  display:grid;
  grid-template-columns: 1.2fr 1fr 1.2fr .8fr;
  gap:24px;
  padding-bottom:40px;
}
.footer h4{ margin:0 0 12px; color:#fff; }
.footerText{ margin:0 0 12px; color:#cbd5e1; line-height:1.6; }
.footerLogoCol{ text-align:center; }
.footerLogo{
  width:72px; height:72px;
  border-radius:999px;
  background:rgba(255,255,255,.08);
  display:grid; place-items:center;
  font-weight:900; color:#fff;
  margin:0 auto 10px;
}
.footerLogo img{
  width:100%;
  height:100%;
  object-fit:cover;
  border-radius:999px;
  display:block;
}
.socialRow{ display:flex; gap:10px; justify-content:center; margin-top:8px; }
.social{
  width:34px; height:34px;
  border-radius:10px;
  border:1px solid rgba(255,255,255,.2);
  display:grid; place-items:center;
  color:#fff;
}
.footerBottom{
  background:var(--brand);
  color:#fff;
  text-align:center;
  padding:14px;
  font-size:13px;
}


/* Lead CTA blocks */
.leadCta{
  background:#ffffff;
  padding:22px 0;
}
.leadCta:nth-of-type(even){
  background:#f8fbff;
}
.leadCta__inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  padding:22px;
  border:1px solid #dce7fb;
  border-radius:22px;
  background:linear-gradient(135deg,#ffffff 0%,#f2f7ff 100%);
  box-shadow:0 14px 34px rgba(15,23,42,.08);
}
.leadCta h2{
  margin:0 0 6px;
  color:var(--text);
  font-size:24px;
}
.leadCta p{
  margin:0;
  color:var(--muted);
  line-height:1.55;
}
.leadCta__trust{
  margin-top:4px !important;
  font-size:13px;
  font-weight:700;
  color:#1f3f72 !important;
}
.leadCta__actions{
  display:flex;
  flex-wrap:wrap;
  justify-content:flex-end;
  gap:10px;
  min-width:320px;
}
.serviceCard .serviceTrust{
  margin:-6px auto 14px;
  max-width:320px;
  color:#526174;
  font-size:12px;
  font-weight:700;
}
.contactFormNote{
  max-width:640px;
  margin:-24px auto 18px;
  padding:12px 14px;
  border:1px solid #dce7fb;
  border-radius:14px;
  background:#f8fbff;
  color:#31415c;
  font-weight:700;
  text-align:center;
}
.contactSuccess{
  max-width:720px;
  margin:0 auto 18px;
  padding:14px 16px;
  border:1px solid #bfe5cc;
  border-radius:8px;
  background:#f0fbf4;
  color:#195f32;
  font-weight:800;
  text-align:center;
}
.thankYouPage{
  min-height:100vh;
  display:grid;
  place-items:center;
  padding:32px 18px;
  background:#f5f8fc;
}
.thankYouPanel{
  width:min(100%,620px);
  padding:36px 28px;
  border:1px solid #dbe7ff;
  border-radius:8px;
  background:#fff;
  box-shadow:0 18px 50px rgba(15,34,68,.12);
  text-align:center;
}
.thankYouPanel h1{
  margin:0 0 12px;
  color:var(--text);
  font-size:clamp(30px,5vw,44px);
}
.thankYouPanel p{
  margin:0 auto 24px;
  max-width:500px;
  color:#40516b;
  font-size:18px;
  line-height:1.6;
}
.footerWa{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:9px 14px;
  border-radius:999px;
  background:#168b50;
  color:#fff;
  font-weight:800;
}
/* Make floating WhatsApp obvious without hover dependency */
.waFloat.Btn{
  width:auto;
  min-width:150px;
  height:48px;
  border-radius:999px;
  padding-right:16px;
  background:#12b95b;
  box-shadow:0 14px 30px rgba(18,185,91,.28);
}
.waFloat.Btn .sign{
  width:44px;
  flex:0 0 44px;
}
.waFloat.Btn .text{
  position:static;
  width:auto;
  opacity:1;
  font-size:15px;
  white-space:nowrap;
}
.waFloat.Btn:hover{
  width:auto;
  transform:translateY(-2px);
}
.waFloat.Btn:hover .sign{
  width:44px;
  padding-left:0;
}
.waFloat.Btn:hover .text{
  width:auto;
  padding-right:0;
}

/* WhatsApp floating button (Uiverse-style) */
.waFloat{
  position:fixed !important;
  right:24px;
  bottom:24px;
  z-index:9999;
  text-decoration:none;
  display:flex;
  align-items:center;
  visibility:visible;
  opacity:1;
  pointer-events:auto;
}
.waFloat.Btn{
  background-color:#00d757;
}
.Btn{
  display:flex;
  align-items:center;
  justify-content:flex-start;
  width:45px;
  height:45px;
  border:none;
  border-radius:50%;
  cursor:pointer;
  position:relative;
  overflow:hidden;
  transition-duration:0.3s;
  box-shadow:2px 2px 10px rgba(0, 0, 0, 0.199);
  background-color:#00d757;
}
.sign{
  width:100%;
  transition-duration:0.3s;
  display:flex;
  align-items:center;
  justify-content:center;
}
.sign svg{
  width:25px;
}
.sign svg path{
  fill:#ffffff;
}
.text{
  position:absolute;
  right:0%;
  width:0%;
  opacity:0;
  color:#ffffff;
  font-size:1.1em;
  font-weight:600;
  transition-duration:0.3s;
}
.Btn:hover{
  width:150px;
  border-radius:40px;
  transition-duration:0.3s;
}
.Btn:hover .sign{
  width:30%;
  transition-duration:0.3s;
  padding-left:10px;
}
.Btn:hover .text{
  opacity:1;
  width:70%;
  transition-duration:0.3s;
  padding-right:10px;
}
.Btn:active{
  transform:translate(2px, 2px);
}


.legalPage{
  background:#f7fafc;
  min-height:60vh;
}
.legalCard{
  background:#fff;
  border:1px solid var(--line);
  border-radius:20px;
  box-shadow:var(--shadow);
  padding:34px;
  max-width:920px;
}
.legalCard h1{
  margin:0 0 16px;
  font-size:36px;
  color:var(--text);
}
.legalCard h2{
  margin:24px 0 8px;
  font-size:20px;
  color:var(--brand-dark);
}
.legalCard p{
  color:var(--muted);
  line-height:1.75;
}
.legalContactCards{
  margin:24px 0;
}

@media (max-width: 980px){
  .nav{ display:none; }
  .header__inner,
  .header__inner--tight{
    height:auto;
    padding:12px 0 8px;
  }
  .brand__logo--lg{
    width:58px;
    height:58px;
  }
  .brand__name{ font-size:18px; }
  .headerActions{ display:none; }
  .burger{ display:none; }
  .mobileNav{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:8px;
    border-top:1px solid var(--line);
    padding:10px 4vw 12px;
  }
  .mobileNav a{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:8px 12px;
    border:1px solid var(--line);
    border-radius:999px;
    background:#fff;
    font-size:13px;
    font-weight:700;
    white-space:nowrap;
  }
  .mobileLang{
    width:100%;
    justify-content:center;
    flex-wrap:wrap;
    gap:8px;
    padding:4px 0 0;
  }
  .mobileLang__label{
    width:100%;
    text-align:center;
    font-size:12px;
    color:var(--muted);
    font-weight:700;
  }
  .applyWrap{ grid-template-columns:1fr; }
  .grid3{ grid-template-columns:1fr; }
  .servicesGrid{ grid-template-columns:1fr; }
  .panelGrid{ grid-template-columns:1fr; }
  .aboutCards{ grid-template-columns:1fr; }
  .footerGrid{ grid-template-columns:1fr; text-align:left; }
  .heroCard{ padding:36px 28px; }
  .heroGrid{ grid-template-columns:1fr; text-align:center; }
  .heroContent h1{ font-size:32px; }
  .heroContent p{ margin-inline:auto; }
  .heroPerson{ justify-content:center; }
  .dot{ display:none; }
  .payNowGrid{ grid-template-columns:1fr; }
  .adminCards{ grid-template-columns:1fr; }
  .userForm{ grid-template-columns:1fr; }
  .trustGrid,
  .benefitsWrap,
  .ctaBand__inner{ grid-template-columns:1fr; display:grid; text-align:left; }
  .trustCards,
  .stepsGrid,
  .faqGrid{ grid-template-columns:1fr; }
  .antiScamCard{ display:grid; text-align:left; padding:20px; }
  .antiScamCard .heroBtn{ justify-self:start; }
  .trustCards--six,
  .stepsGrid--four,
  .aboutCards--six{ grid-template-columns:1fr; }

  .heroTrustLine,
  .heroCtas{ justify-content:center; }
  .heroContent .heroLead{ font-size:17px; margin-inline:auto; }
  .ctaBand__inner{ text-align:center; }
  .ctaBand__inner .heroBtn{ justify-self:center; }
  .waFloat.Btn{ width:auto; border-radius:999px; padding:0 14px 0 0; }
  .waFloat.Btn .sign{ width:42px; }
  .waFloat.Btn .text{ position:static; opacity:1; width:auto; padding-right:0; font-size:14px; }
  body{ padding-bottom:86px; }
  .topStrip{ font-size:12px; }
  .topStrip__inner{ padding:7px 0; text-align:center; }
  .mobileNav{ gap:6px; padding:7px 4vw 8px; }
  .mobileNav a{ padding:7px 10px; font-size:12px; }
  .mobileLang{ display:none; }
  .leadCta__inner{ grid-template-columns:1fr; text-align:center; padding:18px; }
  .leadCta__actions{ min-width:0; justify-content:center; }
  .leadCta__actions .heroBtn{ width:100%; }
  .contactForm{ padding:18px; border-radius:18px; }
  .contactForm input,
  .contactForm select{ min-height:48px; font-size:16px; }
  .contactSubmit,
  .contactWhatsapp{ width:100%; min-height:48px; }
  .contactSection{ padding-bottom:120px; }
  .waFloat{ left:14px; right:14px; bottom:14px; justify-content:center; }
  .waFloat.Btn{ width:auto; min-width:0; height:54px; border-radius:999px; padding:0 18px; justify-content:center; }
  .waFloat.Btn .sign{ width:34px; flex:0 0 34px; }
  .waFloat.Btn .text{ font-size:16px; font-weight:800; }
  .waFloat.Btn .text::after{ content:"Apply via WhatsApp"; font-size:16px; }
  .waFloat.Btn .text{ font-size:0; }

}

/* Mobile-first conversion redesign for Malay landing page */
.landingPage{
  --landing-sticky-space:104px;
  background:#fff;
  color:#172033;
  padding-bottom:calc(var(--landing-sticky-space) + env(safe-area-inset-bottom));
}
.landingPage .container{
  width:min(1120px, calc(100vw - 32px));
}
.landingPage .section{
  padding:24px 0 calc(38px + var(--landing-sticky-space));
  scroll-margin-top:92px;
}
.landingPage h1,
.landingPage h2,
.landingPage h3,
.landingPage p{
  letter-spacing:0;
}
.landingPage h1{
  font-size:clamp(34px, 11vw, 54px);
  line-height:1.02;
  margin:0 0 14px;
}
.landingPage h2{
  font-size:clamp(26px, 8vw, 40px);
  line-height:1.12;
  margin:0 0 10px;
}
.landingPage h3{
  margin:0 0 8px;
  font-size:19px;
}
.landingPage p{
  line-height:1.6;
}
.landingPage .topStrip{
  background:#f4f7fb;
  font-size:12px;
}
.landingPage .topStrip__inner{
  padding:8px 0;
  text-align:center;
}
.landingHeader{
  background:rgba(255,255,255,.96);
  backdrop-filter:saturate(180%) blur(14px);
}
.landingHeader__inner{
  height:64px;
  padding:0;
  min-width:0;
}
.landingBrand .brand__logo--lg{
  width:54px;
  height:54px;
  object-fit:contain;
}
.landingNav{
  display:none;
}
.landingBurger{
  display:inline-flex;
  width:44px;
  min-width:44px;
  height:44px;
  padding:0;
  align-items:center;
  justify-content:center;
  border-radius:12px;
  margin-left:auto;
}
.landingMobileNav{
  display:none;
  padding:8px 16px 14px;
  border-top:1px solid #e8edf5;
}
.landingMobileNav.is-open{
  display:grid;
  gap:4px;
}
.landingMobileNav a{
  display:flex;
  align-items:center;
  justify-content:space-between;
  min-height:44px;
  padding:10px 2px;
  border:0;
  border-bottom:1px solid #eef2f6;
  border-radius:0;
  background:transparent;
  font-size:15px;
  font-weight:700;
}
.landingHero{
  background:linear-gradient(180deg, #f7faff 0%, #ffffff 100%);
  padding:26px 0 calc(8px + var(--landing-sticky-space, 82px));
}
.landingHero__grid{
  display:grid;
  gap:18px;
  align-items:center;
}
.landingHero h1{
  margin:0 0 14px;
  color:#172033;
  font-size:clamp(34px, 9.2vw, 42px);
  line-height:1.08;
  letter-spacing:0;
}
.landingHero__copy{
  max-width:620px;
  min-width:0;
}
.landingHero__copy h1,
.landingHero__copy p,
.sectionIntro h2,
.sectionIntro p{
  max-width:100%;
  overflow-wrap:break-word;
}
.landingHero__lead{
  margin:0 0 14px;
  color:#445066;
  font-size:17px;
}
.landingHero__media{
  position:relative;
  width:100%;
  max-width:280px;
  aspect-ratio:3 / 4;
  min-height:0;
  max-height:360px;
  border:1px solid #dbe7f5;
  border-radius:22px;
  background:linear-gradient(180deg, #f4f8ff 0%, #edf4ff 100%);
  display:flex;
  align-items:flex-end;
  justify-content:center;
  overflow:hidden;
  padding:20px 20px 0;
  box-shadow:0 12px 28px rgba(15,23,42,.06);
  margin:8px auto 20px;
}
.landingHero__media img{
  display:block;
  width:100%;
  height:100%;
  max-height:none;
  object-fit:contain;
  object-position:center bottom;
  filter:drop-shadow(0 14px 24px rgba(23,32,51,.18));
}
.landingPage .landingHero{
  padding-bottom:32px;
}
.landingPage .landingHero__media{
  margin-bottom:10px;
}
.legacyHero{
  display:none;
}
.trustBullets{
  list-style:none;
  margin:0 0 16px;
  padding:0;
  display:grid;
  gap:8px;
}
.trustBullets li,
.loanCard li,
.accordionList li{
  position:relative;
  padding-left:25px;
  line-height:1.55;
}
.trustBullets li::before,
.loanCard li::before,
.accordionList li::before{
  content:"";
  position:absolute;
  left:0;
  top:.55em;
  width:9px;
  height:9px;
  border-radius:50%;
  background:#168b50;
  box-shadow:0 0 0 4px rgba(22,139,80,.12);
}
.ctaRow{
  display:grid;
  gap:9px;
}
.primaryCta,
.secondaryCta,
.cardCta{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:12px 18px;
  border-radius:8px;
  font-weight:800;
  text-align:center;
}
.primaryCta,
.cardCta{
  background:#168b50;
  color:#fff;
  box-shadow:0 10px 22px rgba(22,139,80,.18);
}
.primaryCta:hover,
.cardCta:hover{
  background:#107443;
}
.secondaryCta{
  background:#fff;
  color:#39559e;
  border:1px solid #cfdaf1;
}
.landingPage .complianceNote{
  margin:14px 0 0 !important;
  max-width:560px;
  color:#59657a !important;
  font-size:13px !important;
}
.heroTrustNote{
  margin:12px 0 0;
  max-width:620px;
  color:#40516b;
  font-size:13px;
  font-weight:700;
  line-height:1.55;
}
.trustSectionMobile{
  background:#fff;
  padding-top:8px;
}
.trustGridMobile{
  display:grid;
  gap:8px;
}
.trustGridMobile article,
.loanCard,
.accordionList details,
.repaymentCards article,
.aboutLite__grid article{
  border:1px solid #e2e8f0;
  border-radius:8px;
  background:#fff;
  box-shadow:0 10px 28px rgba(15,23,42,.06);
}
.trustGridMobile article{
  padding:12px 14px;
}
.trustGridMobile strong,
.trustGridMobile span{
  display:block;
}
.trustGridMobile strong{
  color:#39559e;
  font-size:18px;
  line-height:1.15;
}
.trustGridMobile span{
  margin-top:4px;
  color:#5b6475;
  font-weight:700;
}
.landingServices{
  background:#f7f9fc;
}
.sectionIntro{
  max-width:720px;
  margin:0 0 14px;
}
.sectionIntro p{
  margin:0;
  color:#5b6475;
}
.sectionIntro .eyebrow{
  margin:0 0 9px;
}
.loanCards{
  display:grid;
  gap:12px;
  padding-bottom:18px;
}
.loanCard{
  overflow:hidden;
}
.loanCard img{
  width:100%;
  aspect-ratio:16 / 9;
  object-fit:cover;
}
.loanCard > div{
  padding:16px;
}
.loanCard p{
  margin:0 0 10px;
  color:#526174;
}
.loanCard ul,
.accordionList ul{
  list-style:none;
  display:grid;
  gap:7px;
  margin:0 0 14px;
  padding:0;
  color:#233047;
}
.cardCta{
  min-height:42px;
  width:100%;
  padding:10px 12px;
  font-size:13px;
  scroll-margin-bottom:calc(var(--landing-sticky-space) + 24px);
}
.accordionSection{
  background:#fff;
}
.accordionList{
  display:grid;
  gap:10px;
}
.accordionList details{
  padding:0;
  overflow:hidden;
}
.accordionList summary{
  cursor:pointer;
  list-style:none;
  padding:18px;
  font-weight:800;
  color:#172033;
}
.accordionList summary::-webkit-details-marker{
  display:none;
}
.accordionList summary::after{
  content:"+";
  float:right;
  color:#39559e;
  font-size:22px;
  line-height:1;
}
.accordionList details[open] summary::after{
  content:"-";
}
.accordionList details ul{
  padding:0 18px 18px;
  margin:0;
}
.ratesCardsSection{
  background:#f7f9fc;
  padding-top:22px;
  padding-bottom:calc(64px + var(--landing-sticky-space));
}
.repaymentCards{
  display:grid;
  gap:12px;
  padding-bottom:18px;
}
.repaymentCards article{
  padding:18px;
  scroll-margin-bottom:calc(var(--landing-sticky-space) + 24px);
}
.ratesNote{
  scroll-margin-bottom:calc(var(--landing-sticky-space) + 24px);
}
.repaymentCards h3{
  color:#39559e;
  font-size:24px;
}
.repaymentCards dl{
  display:grid;
  gap:10px;
  margin:14px 0 0;
}
.repaymentCards dl div{
  display:flex;
  justify-content:space-between;
  gap:14px;
  padding:10px 0;
  border-top:1px solid #edf1f7;
}
.repaymentCards dt{
  color:#5b6475;
  font-weight:700;
}
.repaymentCards dd{
  margin:0;
  color:#172033;
  font-weight:800;
  text-align:right;
}
.aboutLite{
  background:#fff;
}
.aboutLite__grid{
  display:grid;
  gap:12px;
}
.aboutLite__grid article{
  padding:18px;
}
.aboutLite__grid p{
  margin:0;
  color:#5b6475;
}
.landingContact{
  background:#f7f9fc;
  padding-top:22px;
  padding-bottom:calc(72px + var(--landing-sticky-space));
}
.landingForm{
  max-width:720px;
  border-radius:8px;
  padding:18px;
  padding-bottom:28px;
}
.landingForm label{
  font-size:14px;
}
.landingForm input,
.landingForm select{
  min-height:50px;
  border-radius:8px;
  font-size:16px;
  scroll-margin-bottom:calc(var(--landing-sticky-space) + 24px);
}
.optional{
  color:#7b8494;
  font-size:12px;
  font-weight:600;
}
.formSubmit{
  width:100%;
  border-radius:8px;
  font-size:16px;
  scroll-margin-bottom:calc(var(--landing-sticky-space) + 24px);
}
.formFinePrint{
  margin:0;
  color:#5b6475;
  font-size:12px;
  text-align:center;
}
.landingFooter{
  padding-bottom:calc(var(--landing-sticky-space) + 64px + env(safe-area-inset-bottom));
}
.landingFooter .footerGrid,
.landingFooter .footerText,
.landingFooter .footerLinks,
.landingFooter .footerBottom{
  scroll-margin-bottom:calc(var(--landing-sticky-space) + 24px);
}
.landingWaFloat.waFloat{
  left:16px;
  right:16px;
  bottom:calc(12px + env(safe-area-inset-bottom));
  justify-content:center;
}
.landingWaFloat.waFloat.Btn{
  width:calc(100% - 32px);
  max-width:none;
  min-width:0;
  height:48px;
  max-height:52px;
  padding:0 12px;
  border-radius:16px;
  justify-content:center;
  background:#168b50;
  box-shadow:0 12px 28px rgba(22,139,80,.24);
}
.landingWaFloat.waFloat.Btn .sign{
  width:24px;
  flex:0 0 24px;
}
.landingWaFloat.waFloat.Btn .sign svg{
  width:19px;
}
.landingWaFloat.waFloat.Btn .text{
  position:static;
  width:auto;
  opacity:1;
  padding:0;
  font-size:13.5px;
  font-weight:800;
  white-space:nowrap;
}
.landingWaFloat.waFloat.Btn .text::after{
  content:"";
}
.landingWaFloat.waFloat.Btn:hover{
  width:calc(100% - 32px);
  max-width:none;
  transform:none;
}
.landingWaFloat.waFloat.Btn:hover .sign{
  width:24px;
  padding-left:0;
}
.landingWaFloat.waFloat.Btn:hover .text{
  width:auto;
  padding-right:0;
}

@media (min-width: 720px){
  .landingPage{
    --landing-sticky-space:0px;
    padding-bottom:0;
  }
  .landingPage .section{
    padding:72px 0;
  }
  .landingHero{
    padding:44px 0 42px;
  }
  .landingPage .landingHero{
    padding:44px 0 42px;
  }
  .landingHero h1{
    font-size:clamp(42px, 4vw, 54px);
    line-height:1.05;
  }
  .landingHero__grid{
    grid-template-columns:minmax(0,1.05fr) minmax(300px,.75fr);
    gap:34px;
  }
  .landingHero__media{
    max-width:360px;
    aspect-ratio:3 / 4;
    height:auto;
    max-height:none;
    min-height:430px;
    margin-top:0;
    margin-bottom:0;
    padding:18px 18px 0;
  }
  .landingPage .landingHero__media{
    margin-bottom:0;
  }
  .landingHero__media img{
    width:100%;
    height:100%;
  }
  .ctaRow{
    display:flex;
    align-items:center;
  }
  .primaryCta,
  .secondaryCta{
    width:auto;
  }
  .trustGridMobile{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
  .loanCards,
  .repaymentCards,
  .aboutLite__grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
    padding-bottom:0;
  }
  .loanCard{
    display:flex;
    flex-direction:column;
  }
  .loanCard > div{
    display:flex;
    flex:1;
    flex-direction:column;
  }
  .loanCard .cardCta{
    margin-top:auto;
  }
  .landingForm{
    grid-template-columns:repeat(2,minmax(0,1fr));
    padding:24px;
  }
  .landingForm .formSubmit,
  .landingForm .formFinePrint{
    grid-column:1 / -1;
  }
  .landingWaFloat.waFloat{
    left:auto;
    right:24px;
    bottom:24px;
  }
  .landingWaFloat.waFloat.Btn{
    width:auto;
    min-width:248px;
    border-radius:999px;
  }
  .landingWaFloat.waFloat.Btn:hover{
    width:auto;
  }
  .trustSectionMobile{
    padding-top:34px;
  }
}

@media (max-width: 520px){
  .landingPage .container{
    width:100%;
    padding-left:16px;
    padding-right:16px;
  }
  .landingHeader__inner{
    width:100%;
  }
  .landingPage h1{
    max-width:100%;
    font-size:clamp(34px, 9.2vw, 42px);
  }
  .landingHero__lead{
    max-width:31ch;
  }
}

@media (min-width: 981px){
  .landingHeader__inner{
    height:76px;
  }
  .landingNav{
    display:flex;
    gap:22px;
    margin-left:auto;
  }
  .landingBurger,
  .landingMobileNav{
    display:none !important;
  }
  .landingBrand .brand__logo--lg{
    width:66px;
    height:66px;
  }
  .sectionIntro{
    text-align:left;
  }
}
