:root{
  --lu-green:#174f45;
  --lu-green-dark:#103c34;
  --lu-gold:#d6ad4b;
  --lu-bg:#f5f8f7;
  --lu-text:#25332f;
  --lu-muted:#6c7774;
  --lu-border:#dfe8e4;
}
body{margin:0;background:#fff;color:var(--lu-text);font-family:Arial,"Helvetica Neue",sans-serif;}
.lu-site-header{background:#fff;border-bottom:1px solid #e7eeeb;box-shadow:0 3px 14px rgba(0,0,0,.05);position:relative;z-index:50;}
.lu-navbar{min-height:108px;padding-top:8px;padding-bottom:8px;}
.lu-logo img{width:190px;max-height:92px;object-fit:contain;}
.lu-navbar .nav-link{font-weight:600;color:#2d433d!important;padding:12px 10px!important;font-size:.92rem;}
.lu-navbar .nav-link:hover{color:var(--lu-green)!important;}
.lu-navbar .lu-partner-link{background:var(--lu-green);color:#fff!important;border-radius:7px;margin:0 5px;padding-left:14px!important;padding-right:14px!important;}
.lu-navbar .lu-partner-link:hover{background:var(--lu-green-dark);color:#fff!important;}
.lu-phone{display:inline-block;background:#f1f7f5;color:var(--lu-green);border-radius:20px;padding:8px 12px;font-weight:700;font-size:.86rem;margin-left:5px;white-space:nowrap;}
.lu-alert-wrap{padding-top:18px;}
.lu-hero{position:relative;min-height:500px;background-size:cover;background-position:center;display:flex;align-items:center;color:#fff;}
.lu-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(11,47,40,.9),rgba(11,47,40,.54),rgba(11,47,40,.2));}
.lu-hero .container{position:relative;z-index:2;}
.lu-hero-inner{max-width:760px;padding:70px 0;}
.lu-kicker{text-transform:uppercase;letter-spacing:.12em;font-weight:700;color:#e7c977;font-size:.8rem;margin-bottom:14px;}
.lu-hero h1{font-size:3.2rem;line-height:1.08;font-weight:800;margin-bottom:18px;}
.lu-hero p{font-size:1.12rem;line-height:1.7;max-width:680px;}
.lu-btn{display:inline-block;padding:12px 20px;border-radius:7px;text-decoration:none;font-weight:700;border:1px solid transparent;transition:.15s ease;}
.lu-btn-primary{background:var(--lu-green);color:#fff!important;}
.lu-btn-primary:hover{background:var(--lu-green-dark);text-decoration:none;}
.lu-btn-light{background:#fff;color:var(--lu-green)!important;}
.lu-btn-outline{border-color:#fff;color:#fff!important;background:transparent;}
.lu-section{padding:70px 0;}
.lu-section-soft{background:var(--lu-bg);}
.lu-section-title{text-align:center;margin-bottom:42px;}
.lu-section-title h2{font-size:2.1rem;font-weight:800;color:var(--lu-green);}
.lu-section-title p{max-width:760px;margin:10px auto 0;color:var(--lu-muted);line-height:1.7;}
.lu-feature-card{height:100%;background:#fff;border:1px solid var(--lu-border);border-radius:12px;padding:26px;box-shadow:0 4px 16px rgba(0,0,0,.04);}
.lu-feature-card h3{font-size:1.2rem;color:var(--lu-green);font-weight:800;margin-bottom:10px;}
.lu-feature-card p{color:var(--lu-muted);line-height:1.6;margin-bottom:0;}
.lu-step{display:flex;gap:15px;margin-bottom:20px;}
.lu-step-number{width:38px;height:38px;border-radius:50%;background:var(--lu-green);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:800;flex:none;}
.lu-portal-wrap{background:var(--lu-bg);padding:55px 0 75px;min-height:650px;}
.lu-portal-card{background:#fff;border:1px solid var(--lu-border);border-radius:14px;box-shadow:0 5px 20px rgba(0,0,0,.05);overflow:hidden;margin-bottom:24px;}
.lu-portal-card-header{padding:18px 22px;background:#f8fbfa;border-bottom:1px solid var(--lu-border);}
.lu-portal-card-header h2,.lu-portal-card-header h3{margin:0;color:var(--lu-green);font-weight:800;}
.lu-portal-card-body{padding:24px;}
.lu-form-label{font-weight:700;color:#40524d;margin-bottom:6px;display:block;}
.lu-portal-card .form-control,.lu-portal-card .form-select{border:1px solid #cddbd6;border-radius:7px;min-height:44px;}
.lu-portal-card textarea.form-control{min-height:110px;}
.lu-portal-card .form-control:focus,.lu-portal-card .form-select:focus{border-color:#6da596;box-shadow:0 0 0 .2rem rgba(23,79,69,.12);}
.lu-status{display:inline-block;border-radius:20px;padding:5px 10px;font-size:.78rem;font-weight:800;text-transform:capitalize;}
.lu-status-draft{background:#eef2f1;color:#54625e;}
.lu-status-submitted,.lu-status-review{background:#fff4cc;color:#7f6410;}
.lu-status-approved,.lu-status-active{background:#dff4e9;color:#1b6a45;}
.lu-status-rejected{background:#fde5e5;color:#992f2f;}
.lu-footer{background:#102f29;color:#dbe9e4;padding:48px 0 24px;}
.lu-footer-logo{width:150px;filter:brightness(0) invert(1);margin-bottom:12px;}
.lu-footer a{color:#fff;text-decoration:none;margin-left:15px;font-weight:600;}
.lu-footer hr{border-color:rgba(255,255,255,.15);margin:30px 0 20px;}
@media(max-width:991px){.lu-logo img{width:160px}.lu-navbar{min-height:86px}.lu-hero h1{font-size:2.5rem}.lu-phone{margin:8px 0}.lu-footer a{margin:0 12px 0 0}}
@media(max-width:575px){.lu-hero{min-height:430px}.lu-hero h1{font-size:2rem}.lu-hero-inner{padding:50px 0}.lu-section{padding:50px 0}.lu-portal-card-body{padding:18px}}
