:root{--brand:#159a32;--brand2:#0f7a29;--ink:#07142f;--muted:#5d6c84;--line:#dfe8f2;--soft:#f6fbf8;--soft2:#eaf9ee;--danger:#dc2626;--shadow:0 24px 70px rgba(7,20,47,.10)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#fff;font-family:Inter,Segoe UI,Arial,sans-serif;color:var(--ink)}a{text-decoration:none;color:inherit}.wrap{max-width:1240px;margin:0 auto;padding:0 24px}.topbar{background:rgba(255,255,255,.96);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:50;backdrop-filter:blur(12px)}.nav{min-height:82px;display:flex;align-items:center;justify-content:space-between;gap:22px}.brand{display:flex;align-items:center;gap:15px;min-width:0;font-weight:950}.uploadedLogo{width:128px;height:58px;min-width:128px;display:flex;align-items:center;justify-content:flex-start;overflow:hidden}.uploadedLogo img{width:100%;height:100%;object-fit:contain;object-position:left center;display:block}.logoMark{width:50px;height:50px;border-radius:15px;background:linear-gradient(135deg,var(--brand),#35c761);display:grid;place-items:center;color:#fff;font-weight:950;font-size:24px;box-shadow:0 18px 38px rgba(21,154,50,.24)}.brandName{font-size:18px;letter-spacing:.1px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:360px}.navlinks{display:flex;align-items:center;gap:28px;font-weight:950}.navlinks a:hover{color:var(--brand)}.navBtn{background:var(--brand);color:#fff!important;padding:16px 25px;border-radius:16px;box-shadow:0 18px 35px rgba(21,154,50,.24)}.menuBtn{display:none;border:1px solid var(--line);background:#fff;border-radius:14px;width:46px;height:44px;font-size:22px;font-weight:950;color:var(--ink)}
.btn{border:0;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:10px;border-radius:16px;padding:15px 25px;font-weight:950;font-size:16px;transition:.2s}.btn:hover{transform:translateY(-1px)}.primary,.green{background:var(--brand);color:#fff;box-shadow:0 18px 34px rgba(21,154,50,.25)}.secondary,.light{background:#fff;border:1px solid var(--line);color:var(--ink);box-shadow:0 12px 28px rgba(7,20,47,.05)}.blue{background:#2563eb;color:#fff}.hide{display:none!important}
/* Home */
.heroSliderSection{position:relative;overflow:hidden;background:radial-gradient(circle at 8% 45%,rgba(21,154,50,.16),transparent 35%),linear-gradient(180deg,#fff 0,#fbfffc 100%);padding:78px 0 62px}.heroSliderGrid{display:grid;grid-template-columns:.92fr 1.08fr;gap:58px;align-items:center;min-height:590px}.heroCopy .eyebrow,.eyebrow{display:inline-flex;align-items:center;gap:8px;padding:10px 16px;border-radius:999px;background:#eaf9ee;border:1px solid #c9efd2;color:var(--brand2);font-weight:950;font-size:13px}.heroCopy h1{font-size:64px;line-height:1.03;letter-spacing:-2.5px;margin:24px 0 18px;max-width:720px}.heroCopy p{font-size:20px;line-height:1.65;color:#4d5e77;margin:0 0 28px;max-width:720px}.heroActions{display:flex;flex-wrap:wrap;gap:14px;margin-bottom:28px}.quickTrust{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.quickTrust div{background:#fff;border:1px solid var(--line);border-radius:20px;padding:16px 18px;box-shadow:0 16px 38px rgba(7,20,47,.06);display:grid;grid-template-columns:auto 1fr;column-gap:10px;align-items:center}.quickTrust span{width:34px;height:34px;border-radius:12px;background:#eaf9ee;display:grid;place-items:center;color:var(--brand);font-weight:950;grid-row:1/3}.quickTrust b{font-size:15px}.quickTrust small{display:block;color:#64748b;font-weight:800;margin-top:4px}
.loanHeroCard{display:grid;grid-template-columns:1.06fr .84fr;gap:16px;background:#fff;border:1px solid #dbeaf0;border-radius:34px;padding:14px;box-shadow:0 35px 85px rgba(7,20,47,.12);position:relative}.loanHeroCard:after{content:"";position:absolute;right:-36px;top:-42px;width:210px;height:210px;background:rgba(21,154,50,.12);border-radius:50%;filter:blur(35px);z-index:-1}.sliderFrame{min-height:520px;border-radius:28px;overflow:hidden;background:linear-gradient(180deg,#f6f4f0,#fff);position:relative}.slide{position:absolute;inset:0;opacity:0;transition:opacity .7s ease}.slide.active{opacity:1}.slide img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.sliderBadge{position:absolute;left:24px;bottom:26px;right:24px;background:rgba(255,255,255,.9);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.75);box-shadow:0 18px 40px rgba(7,20,47,.15);border-radius:999px;text-align:center;font-weight:950;padding:14px}.sliderDots{position:absolute;left:0;right:0;bottom:82px;display:flex;gap:8px;justify-content:center}.dot{width:9px;height:9px;border:0;border-radius:999px;background:rgba(255,255,255,.65);cursor:pointer}.dot.active{background:var(--brand);width:28px}.promoCard{min-height:520px;border:1px solid #d8efde;border-radius:28px;background:linear-gradient(180deg,#eaf9ee 0%,#fbfffc 52%,#e6f8eb 100%);padding:32px;display:flex;flex-direction:column;justify-content:space-between;gap:16px}.promoCard span,.sectionTitle span{color:var(--brand2);font-weight:950;letter-spacing:.5px;font-size:13px;text-transform:uppercase}.promoCard h2{margin:0;color:var(--brand2);font-size:43px;line-height:1.05;letter-spacing:-1.1px}.promoCard p{margin:0;color:#485a74;font-size:16px;line-height:1.62}.promoStats2{display:grid;grid-template-columns:1fr 1fr;gap:12px}.promoStats2 div{background:#fff;border:1px solid #dceee1;border-radius:18px;padding:16px}.promoStats2 strong{display:block;color:var(--brand2);font-size:30px;line-height:1}.promoStats2 small{color:#64748b;font-weight:900}.promoCard ul{margin:0;padding:0;display:grid;gap:10px;list-style:none}.promoCard li{background:#fff;border:1px solid #e2eee6;border-radius:15px;padding:13px 15px;font-weight:900}.promoCard li:before{content:'✓ ';color:var(--brand);font-weight:950}.section{padding:70px 0}.lightBand{padding:28px 0 54px;background:#fff}.valueGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.valueCard{background:#fff;border:1px solid var(--line);border-radius:22px;padding:24px;box-shadow:0 18px 42px rgba(7,20,47,.06)}.valueCard span{color:var(--brand);font-weight:950}.valueCard h3{font-size:22px;margin:8px 0 10px}.valueCard p{color:#64748b;line-height:1.55;margin:0}.sectionTitle{display:flex;justify-content:space-between;align-items:end;gap:24px;margin-bottom:28px}.centerTitle{text-align:center;display:block;max-width:760px;margin:0 auto 32px}.sectionTitle h2{font-size:38px;line-height:1.1;margin:5px 0 0}.sectionTitle p{color:#64748b;line-height:1.6;margin:8px 0 0;max-width:560px}.processGrid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.processCard,.product{background:#fff;border:1px solid var(--line);border-radius:24px;padding:26px;box-shadow:0 18px 42px rgba(7,20,47,.06)}.processNo{width:54px;height:54px;border-radius:18px;background:#eaf9ee;color:var(--brand);font-size:24px;font-weight:950;display:grid;place-items:center;margin-bottom:16px}.processCard h3,.product h3{font-size:21px;margin:0 0 10px}.processCard p,.product small{color:#64748b;line-height:1.55}.soft{background:linear-gradient(180deg,#fff,#f7fbf8)}.products{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.range{font-size:22px;color:var(--brand2);font-weight:950;margin:8px 0}.requirementsModern{display:grid;grid-template-columns:1.05fr .95fr;gap:26px;align-items:stretch}.reqList{background:#fff;border:1px solid var(--line);border-radius:24px;padding:26px;box-shadow:0 18px 42px rgba(7,20,47,.06);display:grid;grid-template-columns:1fr 1fr;gap:18px}.req{display:flex;gap:12px}.check{color:var(--brand);font-weight:950}.req b{display:block;margin-bottom:5px}.req span{color:#64748b;line-height:1.45}.readyCard{background:linear-gradient(135deg,var(--brand),#2fc45b);border-radius:26px;color:#fff;padding:38px;display:flex;flex-direction:column;justify-content:center;box-shadow:0 25px 60px rgba(21,154,50,.25)}.readyCard h2{font-size:38px;margin:0 0 12px}.readyCard p{font-size:18px;line-height:1.6;margin:0 0 24px}.footer{background:#07142f;color:#dbe5ef;padding:34px 0;margin-top:20px}.footer b{color:#fff}
/* Smart application form */
.formHero{background:radial-gradient(circle at 12% 20%,rgba(21,154,50,.14),transparent 28%),linear-gradient(180deg,#f7fcf9,#fff);padding:52px 0 26px}.formHeroCard{display:grid;grid-template-columns:1fr auto;gap:20px;align-items:center}.formHero h1{font-size:46px;line-height:1.05;margin:0 0 10px}.formHero p{margin:0;color:#64748b;font-size:17px;line-height:1.55}.formPill{background:#fff;border:1px solid var(--line);border-radius:18px;padding:15px 18px;box-shadow:0 12px 28px rgba(7,20,47,.06);font-weight:950;color:var(--brand)}.appShell{background:#fff;border:1px solid var(--line);border-radius:30px;box-shadow:var(--shadow);overflow:hidden;margin:28px 0 70px}.appHeader{padding:26px 30px;display:flex;justify-content:space-between;gap:20px;align-items:center;border-bottom:1px solid var(--line)}.appHeader h2{margin:0;font-size:28px}.appHeader p{margin:6px 0 0;color:#64748b}.progressWrap{padding:22px 26px;background:#f8fafc;border-bottom:1px solid var(--line)}.tabs{display:grid;grid-template-columns:repeat(7,1fr);gap:8px}.tab{min-height:48px;border-radius:16px;background:#fff;border:1px solid var(--line);display:flex;align-items:center;justify-content:center;text-align:center;font-weight:950;color:#64748b;font-size:13px;padding:8px}.tab.active{background:var(--brand);border-color:var(--brand);color:#fff;box-shadow:0 12px 24px rgba(21,154,50,.2)}.body{padding:30px}.panel{border:1px solid var(--line);border-radius:24px;padding:28px;background:linear-gradient(180deg,#fff,#fcfefd)}.panel h2{margin:0 0 18px;font-size:26px}.grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.full{grid-column:1/-1}label{display:block;font-weight:950;margin:0 0 8px}input,select,textarea{width:100%;padding:15px 16px;border:1px solid #ccd8e5;border-radius:15px;font:inherit;font-weight:700;background:#fff}textarea{min-height:100px;resize:vertical}input:focus,select:focus,textarea:focus{outline:4px solid rgba(21,154,50,.12);border-color:var(--brand)}.reqStar{color:var(--danger)}.actions{display:flex;justify-content:space-between;gap:14px;margin-top:22px}.actions .btn{min-width:140px}.uploadBox{border:1px dashed #b9cadb;border-radius:22px;background:#f8fafc;padding:24px;display:grid;gap:14px;place-items:center;text-align:center}.uploadBox input{background:#fff}.uploadPreview{display:block;color:#64748b;font-size:13px;line-height:1.5;font-weight:800}.filePreview{margin-top:12px;border:1px solid var(--line);border-radius:18px;min-height:74px;background:#fff;display:none;align-items:center;gap:12px;padding:12px;font-weight:900;color:#334155}.filePreview img{width:72px;height:58px;object-fit:cover;border-radius:12px;background:#eef2f7}.cameraGrid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.cameraCard{background:#f8fafc;border:1px solid var(--line);border-radius:22px;padding:18px}video,canvas{width:100%;border-radius:18px;background:#0f172a;min-height:280px;display:block}.alert{padding:16px 18px;border-radius:16px;margin-bottom:18px;font-weight:900}.bad{background:#fef2f2;color:#991b1b;border:1px solid #fecaca}.good{background:#ecfdf3;color:#047857;border:1px solid #bbf7d0}.summary{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.summary div{border:1px solid var(--line);border-radius:18px;padding:18px;background:#f8fafc;color:#64748b;font-weight:800}.summary strong{display:block;color:var(--ink);font-size:22px;margin-top:8px}.successNo{font-size:42px;color:var(--brand);font-weight:950}.statusBox{background:#fff;border:1px solid var(--line);border-radius:24px;padding:28px;box-shadow:var(--shadow);max-width:680px;margin:30px auto}.fieldHint{color:#64748b;font-size:13px;font-weight:800;margin-top:7px;display:block}
/* admin previews */
.admin .card{border-radius:24px;box-shadow:0 25px 70px rgba(7,20,47,.08)}.adminPreviewBox{border:1px dashed #cbd9e8;border-radius:18px;background:#fbfdff;padding:14px;margin:8px 0 14px;min-height:118px;display:flex;align-items:center;justify-content:center;overflow:hidden}.adminPreviewBox.logoPreview{height:130px}.adminPreviewBox.heroPreview{height:240px}.adminPreviewBox.sliderPreview{height:170px}.adminPreviewBox img{max-width:100%;max-height:100%;object-fit:contain;display:block}.previewEmpty{color:#64748b;font-weight:800;text-align:center}.fileInput{display:block;width:100%;padding:14px;border:1px solid #d7e2ee;border-radius:16px;background:#fff;font-weight:800}
@media(max-width:1180px){.heroSliderGrid{grid-template-columns:1fr;gap:34px}.loanHeroCard{max-width:900px}.heroCopy h1{font-size:54px}.brandName{max-width:260px}.navlinks{gap:18px}.quickTrust{max-width:760px}}
@media(max-width:920px){.menuBtn{display:block}.smartLinks{position:absolute;left:20px;right:20px;top:78px;background:#fff;border:1px solid var(--line);border-radius:20px;box-shadow:0 24px 55px rgba(7,20,47,.14);padding:16px;display:none;flex-direction:column;align-items:stretch;gap:6px}.smartLinks.open{display:flex}.smartLinks a{padding:14px;border-radius:14px}.navBtn{text-align:center}.loanHeroCard{grid-template-columns:1fr}.sliderFrame{height:520px;min-height:0}.promoCard{min-height:0}.valueGrid,.processGrid,.products,.requirementsModern{grid-template-columns:1fr 1fr}.reqList{grid-template-columns:1fr}.tabs{grid-template-columns:repeat(2,1fr)}.grid,.cameraGrid,.summary,.formHeroCard{grid-template-columns:1fr}.formPill{display:none}}
@media(max-width:640px){.wrap{padding:0 16px}.nav{min-height:72px}.uploadedLogo{width:92px;height:44px;min-width:92px}.brandName{display:none}.heroSliderSection{padding:44px 0 38px}.heroCopy h1{font-size:38px;letter-spacing:-1.3px}.heroCopy p{font-size:17px}.heroActions .btn{width:100%}.quickTrust,.valueGrid,.processGrid,.products,.requirementsModern,.promoStats2{grid-template-columns:1fr}.loanHeroCard{padding:10px;border-radius:24px}.sliderFrame{height:390px;border-radius:20px}.promoCard{padding:22px;border-radius:20px}.promoCard h2{font-size:34px}.sliderBadge{left:14px;right:14px;bottom:18px}.sliderDots{bottom:74px}.section{padding:48px 0}.sectionTitle{display:block}.sectionTitle h2{font-size:31px}.formHero h1{font-size:34px}.appHeader{display:block;padding:22px}.progressWrap{padding:16px}.tab{font-size:12px}.body{padding:18px}.panel{padding:20px}.actions{position:sticky;bottom:0;background:#fff;padding:12px 0;margin-bottom:-10px}.actions .btn{flex:1;min-width:0}.successNo{font-size:30px}}


/* LANDSCAPE HERO IMAGE FIX - keeps uploaded portrait or landscape images looking clean */
.heroSliderGrid{
  grid-template-columns: .92fr 1.08fr;
  gap: 54px;
}
.loanHeroCard.landscapeFixed,
.loanHeroCard{
  display:grid;
  grid-template-columns:1fr;
  gap:16px;
  max-width:720px;
  margin-left:auto;
}
.sliderFrame{
  width:100%;
  height:auto;
  min-height:0;
  aspect-ratio:16/9;
  border-radius:28px;
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
}
.slide{
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
  display:flex;
  align-items:center;
  justify-content:center;
}
.slide::before{
  content:"";
  position:absolute;
  inset:0;
  background:rgba(255,255,255,.20);
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
}
.slide img{
  position:relative;
  z-index:1;
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:center;
  filter:drop-shadow(0 18px 34px rgba(7,20,47,.16));
}
.sliderBadge{
  z-index:3;
  left:22px;
  right:auto;
  bottom:20px;
  max-width:310px;
  padding:13px 20px;
}
.sliderDots{z-index:4;bottom:22px;left:auto;right:22px;justify-content:flex-end;}
.promoCard{
  min-height:0;
  padding:24px 28px;
  display:grid;
  grid-template-columns:1.15fr .85fr;
  align-items:center;
  gap:18px;
}
.promoCard span,.promoCard h2,.promoCard p{grid-column:1/2}
.promoStats2,.promoCard ul{grid-column:2/3}
.promoCard h2{font-size:34px;max-width:360px}
.promoCard p{font-size:15px}
.promoCard ul{gap:8px}.promoCard li{padding:11px 13px}

@media(max-width:1100px){
  .heroSliderGrid{grid-template-columns:1fr;gap:34px;min-height:0;}
  .loanHeroCard{max-width:100%;margin-left:0;}
  .sliderFrame{aspect-ratio:16/9;}
}
@media(max-width:760px){
  .sliderFrame{aspect-ratio:16/10;border-radius:22px;}
  .promoCard{grid-template-columns:1fr;padding:22px;}
  .promoCard span,.promoCard h2,.promoCard p,.promoStats2,.promoCard ul{grid-column:auto;}
  .promoCard h2{font-size:32px;}
  .sliderBadge{left:14px;right:14px;max-width:none;bottom:16px;}
  .sliderDots{display:none;}
}
@media(max-width:480px){
  .sliderFrame{aspect-ratio:4/3;}
}


/* MOBILE HERO POLISH */
.heroSliderSection{padding:56px 0 42px}
.heroSliderGrid{align-items:start;min-height:0}
.heroQuickTrust{grid-column:1/-1;margin-top:2px}

@media(max-width:1180px){
  .heroSliderSection{padding:42px 0 34px}
  .heroSliderGrid{min-height:0;align-items:start}
}

@media(max-width:920px){
  .heroSliderSection{padding:28px 0 26px}
  .heroSliderGrid{gap:22px}
  .loanHeroCard{gap:14px}
  .heroQuickTrust{margin-top:2px}
}

@media(max-width:640px){
  .topbar{position:sticky;top:0}
  .nav{min-height:68px}
  .heroSliderSection{padding:18px 0 28px}
  .heroSliderGrid{gap:18px}
  .heroCopy .eyebrow{margin-bottom:6px}
  .heroCopy h1{font-size:34px;line-height:1.06;margin:18px 0 14px}
  .heroCopy p{font-size:16px;line-height:1.55;margin-bottom:20px}
  .heroActions{gap:12px;margin-bottom:0}
  .heroActions .btn{min-height:56px;font-size:17px;border-radius:18px}
  .loanHeroCard{padding:10px;border-radius:22px}
  .sliderFrame{aspect-ratio:16/10;border-radius:18px}
  .sliderBadge{left:12px;right:12px;bottom:12px;padding:12px 16px;font-size:15px}
  .promoCard{padding:18px;border-radius:18px;gap:14px}
  .promoCard h2{font-size:28px}
  .promoCard p{font-size:15px}
  .promoStats2{grid-template-columns:1fr 1fr;gap:10px}
  .promoStats2 div{padding:14px}
  .promoStats2 strong{font-size:26px}
  .quickTrust{grid-template-columns:1fr;gap:12px}
  .quickTrust div{padding:16px;border-radius:18px}
}

@media(max-width:480px){
  .wrap{padding:0 14px}
  .heroSliderSection{padding-top:14px}
  .heroCopy h1{font-size:30px;letter-spacing:-1px}
  .heroCopy p{font-size:15px}
  .sliderFrame{aspect-ratio:4/3}
  .sliderBadge{font-size:14px}
  .promoCard h2{font-size:25px}
  .promoCard ul li{font-size:14px}
}

.productNotice{
  grid-column:1/-1;
  border-style:dashed;
  background:#fffdf7;
}
.product small b{color:var(--ink)}


/* PROFESSIONAL FOOTER + SETTINGS */
.proFooter{background:#07142f;color:#dbe5ef;margin-top:40px;padding:0}
.footerGrid{display:grid;grid-template-columns:1.55fr .8fr .95fr .95fr;gap:34px;padding:48px 24px 34px}
.footerBrand{display:flex;align-items:center;gap:16px;margin-bottom:16px}
.footerBrand img{width:118px;height:56px;object-fit:contain;background:#fff;border-radius:14px;padding:6px}
.footerLogoMark{width:54px;height:54px;border-radius:16px;background:var(--brand);display:grid;place-items:center;color:#fff;font-weight:950;font-size:24px}
.footerBrand h3{margin:0;color:#fff;font-size:20px;line-height:1.2}
.footerBrand p{margin:5px 0 0;color:#9fb0c8}
.footerAbout{color:#b9c7d9;line-height:1.7;margin:0;max-width:520px}
.footerCol h4{margin:0 0 14px;color:#fff;font-size:16px}
.footerCol a,.footerCol p{display:block;color:#b9c7d9;margin:0 0 10px;line-height:1.55}
.footerCol a:hover{color:#fff}
.footerBottom{border-top:1px solid rgba(255,255,255,.12);padding:18px 24px 24px;display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap;color:#8fa3bd;font-size:14px}
.settingsSectionTitle{grid-column:1/-1;margin:22px 0 4px;padding-top:18px;border-top:1px solid var(--line);font-weight:950;color:var(--brand);text-transform:uppercase;letter-spacing:.5px}
.formGroup.full{grid-column:1/-1}

@media(max-width:920px){
  .footerGrid{grid-template-columns:1fr 1fr}
}
@media(max-width:640px){
  .footerGrid{grid-template-columns:1fr;padding:36px 16px 24px}
  .footerBottom{padding:18px 16px 24px;display:block}
  .footerBottom span{display:block;margin-bottom:8px}
}

.adminPreviewBox.faviconPreview{
  width:120px;
  height:120px;
  min-height:120px;
  border-radius:24px;
  margin-top:8px;
}
.adminPreviewBox.faviconPreview img{
  width:86px;
  height:86px;
  object-fit:contain;
  border-radius:18px;
}
