
:root{
  --navy:#0f2340;
  --blue:#0f3d91;
  --gold:#f2b94c;
  --ink:#0f172a;
  --muted:#6b7280;
  --bg:#ffffff;
  --card:#f7f9fc;
  --shadow:0 10px 28px rgba(15,35,64,.08);
}
*{box-sizing:border-box}
html,body{margin:0;padding:0}
body{
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif;
  color:var(--ink);
  background:var(--bg);
  line-height:1.5;
}
.container{max-width:1120px;margin:0 auto;padding:0 20px}
a{color:var(--blue);text-decoration:none}
.btn{
  display:inline-flex;align-items:center;justify-content:center;
  background:var(--gold);color:#111;
  padding:12px 20px;border-radius:12px;font-weight:800;border:0;
  transition:transform .06s ease, filter .2s ease;
}
.btn:hover{transform:translateY(-1px);filter:brightness(0.98)}
.btn.blue{background:var(--blue);color:#fff}
.btn.ghost{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.25)}
/* ---------- HEADER ---------- */
header.topbar{
  position:sticky;top:0;background:#fff;border-bottom:1px solid #eef2f7;z-index:30;
}
.topbar .wrap{display:flex;align-items:center;gap:18px;padding:14px 0}
.logo{font-weight:900;letter-spacing:.5px;color:var(--navy)}
.logo span{color:var(--blue)}
.topnav{margin-left:auto;display:flex;align-items:center;gap:18px}
.topnav a{color:#374151;font-weight:600}
/* ---------- HERO ---------- */
.hero{
  position:relative;overflow:hidden;
  background:#f3f7ff;
}
.hero .content{
  display:grid;grid-template-columns:1.1fr .9fr;gap:10px;align-items:center;
  min-height:560px;
}
.hero .left{position:relative;padding:60px 0 80px}
.hero .left .angle{
  position:absolute;inset:0;background:var(--navy);
  clip-path:polygon(0 0, 80% 0, 60% 100%, 0% 100%);
}
.hero .left .inner{position:relative;color:#fff;max-width:560px;padding:16px 0 0 16px}
.hero h1{font-size:52px;line-height:1.05;margin:0 0 14px;font-weight:900;letter-spacing:-.5px}
.hero p{font-size:18px;color:#dbe7ff;margin:0 0 24px}
.hero .actions{display:flex;gap:12px;flex-wrap:wrap}
.hero .right{display:flex;align-items:center;justify-content:center;padding:60px 0}
.hero .right .imgwrap{
  width:90%;max-width:520px;border-radius:20px;box-shadow:var(--shadow);overflow:hidden;border:8px solid #fff;
}
.hero .right img{width:100%;display:block}

/* ---------- DIRECTORY BAR ---------- */
.dirbar{
  border-top:1px solid #edf1f7;border-bottom:1px solid #edf1f7;background:#fff;
}
.dirbar .row{display:flex;gap:16px;align-items:center;justify-content:center;flex-wrap:wrap;padding:14px 0}
.dirbar .chip{
  padding:10px 14px;border-radius:12px;border:1px solid #e5e7eb;background:#fff;font-weight:700;color:#1f2937
}
.dirbar .chip:hover{border-color:#c7d2fe}

/* ---------- HOW IT WORKS ---------- */
.section{padding:64px 0}
.section h2{font-size:36px;margin:0 0 18px;font-weight:900;color:var(--navy)}
.grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.card{
  background:var(--card);border-radius:16px;padding:22px;box-shadow:var(--shadow);
}
.card .num{width:34px;height:34px;border-radius:50%;background:var(--blue);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-weight:800;margin-bottom:10px}
.card h3{margin:6px 0 6px}
.card p{margin:0;color:#4b5563}

/* ---------- TESTIMONIAL & TRUST ---------- */
.quote{font-size:20px;color:#111;background:#fff;padding:24px;border-radius:16px;box-shadow:var(--shadow);margin-top:18px}
.badges{display:flex;gap:16px;flex-wrap:wrap;align-items:center;margin-top:18px}
.badge{display:flex;align-items:center;gap:10px;border:1px dashed #e5e7eb;border-radius:12px;padding:10px 14px;background:#fff}
.badge span{font-weight:800;color:#374151}

/* ---------- STICKY BAR ---------- */
.stickycta{
  position:fixed;bottom:0;left:0;right:0;background:var(--navy);color:#fff;z-index:40;
  box-shadow:0 -6px 20px rgba(0,0,0,.12);
}
.stickycta .row{display:flex;gap:16px;align-items:center;justify-content:center;padding:12px 16px;flex-wrap:wrap}
.stickycta .row strong{font-weight:900}
/* ---------- FOOTER ---------- */
footer{background:#f8fafc;color:#475569;padding:40px 0;margin-top:60px;border-top:1px solid #e5e7eb}
footer .cols{display:grid;grid-template-columns:2fr 1fr 1fr;gap:20px}
footer h4{margin:0 0 12px;color:#0f2340}
footer ul{list-style:none;padding:0;margin:0}
footer li{margin:6px 0}
footer .credit{margin-top:20px;font-size:12px}
/* ---------- RESPONSIVE ---------- */
@media (max-width: 980px){
  .hero .content{grid-template-columns:1fr}
  .hero .left .angle{clip-path:polygon(0 0, 100% 0, 70% 100%, 0% 100%)}
  .grid3{grid-template-columns:1fr}
}

/* ---------- FAITH LINE ---------- */
.faithline{margin:40px 0 0;color:#0f2340;font-weight:800;text-align:center;padding:18px 0;border-top:1px solid #e5e7eb}



/* ================= APPLY LANDING PAGE ================= */
.apply-header{
  position:sticky;
  top:0;
  background:#ffffff;
  border-bottom:1px solid #eef2f7;
  z-index:40;
}
.apply-header-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:14px 0;
}
.apply-header .logo img{
  max-height:44px;
  height:auto;
  display:block;
}
.secure-note{
  display:flex;
  align-items:center;
  gap:6px;
  font-weight:600;
  font-size:14px;
  color:#15803d;
}
.secure-note .lock-icon{
  font-size:16px;
}

/* Centered shell */
.apply-main{
  background:#ffffff;
}
.apply-shell{
  max-width:1040px;
  margin:0 auto;
  padding:0 20px;
}

/* Hero */
.apply-hero{
  padding:32px 0 24px;
}

.hero-card{
  background:var(--navy);
  color:#ffffff;
  border-radius:18px;
  overflow:hidden;
  padding:10px 0px 14px 20px;
  display:grid;
  grid-template-columns:1.2fr 0.8fr;
  gap:24px;
  align-items:start;
  box-shadow:var(--shadow);
}
.hero-card h1{
  font-size:40px;
  line-height:1.15;
  margin:0 0 12px;
  font-weight:900;
  letter-spacing:-.4px;
}
.hero-card .lead{
  font-size:16px;
  margin:0 0 16px;
  color:#dbe7ff;
}
.hero-card .bullet-list{
  margin:0 0 18px;
  padding-left:20px;
  font-size:15px;
  color:#e5edff;
}
.hero-card .bullet-list li{
  margin-bottom:4px;
}
.hero-card .btn{
  margin-top:4px;
}


/* Form card */
.apply-form-section{
  padding:0 0 60px;
}
.apply-form-card{
  background:#ffffff;
  border-radius:18px;
  box-shadow:0 18px 45px rgba(15,23,42,.08);
  padding:32px 32px 28px;
  max-width:1040px;
  margin:0 auto;
}
.apply-form-card h2{
  margin:0 0 6px;
  font-size:28px;
}
.apply-form-card .sub{
  margin:0 0 24px;
  color:var(--muted);
  font-size:15px;
}
.apply-form{
  margin-top:4px;
}
.apply-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px 18px;
}
.field{
  display:flex;
  flex-direction:column;
}
.field-full{
  grid-column:1 / -1;
}
.field-label{
  font-size:15px;
  font-weight:600;
  margin-bottom:4px;
}
.apply-grid input,
.apply-grid select,
.apply-grid textarea{
  border:1px solid #d1d5db;
  border-radius:12px;
  padding:12px 14px;
  font-size:15px;
  outline:none;
}
.apply-grid input:focus,
.apply-grid select:focus,
.apply-grid textarea:focus{
  border-color:#1d4ed8;
  box-shadow:0 0 0 3px rgba(37,99,235,.15);
}
.apply-grid textarea{
  min-height:120px;
  resize:vertical;
}

/* Checkbox products */
.checkbox-row{
  margin-top:2px;
}
.checkbox-options{
  display:flex;
  flex-wrap:wrap;
  gap:10px 18px;
  margin-top:6px;
}
.checkbox-item{
  display:inline-flex;
  align-items:center;
  font-size:14px;
}
.checkbox-item input{
  margin-right:6px;
}

/* Anti-spam label */
.spam-label{
  font-weight:700;
}

/* Trust row & submit */
.trust-row{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  align-items:center;
  margin:10px 0 8px;
}
.badge{
  background:#ecfdf5;
  color:#047857;
  border:1px solid #a7f3d0;
  border-radius:999px;
  padding:6px 11px;
  font-size:12px;
  font-weight:600;
}
.disclaimer{
  font-size:12px;
  color:#64748b;
  margin:0 0 16px;
}
.submit-row{
  margin-top:4px;
}
.submit-row .btn{
  padding:12px 24px;
  border-radius:999px;
}

/* Faith note & footer */
.faith-note{
  margin-top:22px;
  text-align:center;
  font-size:14px;
  color:#6b7280;
}

.apply-footer{
  padding:20px 0 40px;
  background:#ffffff;
}
.apply-footer .container{
  max-width:1040px;
}
.footer-inner{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:12px;
  font-size:13px;
  color:#9ca3af;
}
.footer-links a{
  color:#9ca3af;
  font-weight:500;
  font-size:13px;
}
.footer-links span{
  margin:0 6px;
}

/* Responsive */
@media (max-width: 960px){
  .hero-card{
    grid-template-columns:1.2fr 0.8fr;
    padding:26px 22px 24px;
  }
}
@media (max-width: 768px){
  .apply-header-inner{
    padding:10px 0;
  }
  .apply-shell{
    padding:0 16px;
  }
  .apply-form-card{
    padding:22px 18px 22px;
  }
  .apply-grid{
    grid-template-columns:1fr;
  }
  .footer-inner{
    flex-direction:column;
    text-align:center;
  }
}

.hero-photo {
  width:100%;
  height:100%;
  display:flex;
  justify-content:flex-end;
  align-items:stretch;
}


.hero-photo img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  border-radius:0 18px 18px 0;
}


/* Thank-you page */
.thank-you-card{
  text-align:center;
  max-width:640px;
  margin:60px auto;
}
.hero-image img{
 width:100%;
 height:100%;
 object-fit:cover;
 border-radius:12px;
}

/* Hero image full cover adjustments */
.hero .content{grid-template-columns:1fr 1fr !important;}
.right .imgwrap{width:100% !important; height:100% !important;}
.right .imgwrap img{width:100%; height:100%; object-fit:cover;}
