:root{--brand:#198754;--brand-dark:#12663e;--gold:#f4bf33;--ink:#17324d;--soft:#f4f7fa;}
body{background:var(--soft);color:#24384d;min-height:100vh;}
.navbar-brand img{height:42px;width:auto;}
.navbar-movilidad{background:linear-gradient(100deg,var(--brand),var(--brand-dark));box-shadow:0 8px 24px rgba(0,0,0,.12);}
.hero{background:linear-gradient(135deg,#0f6e48,#198754 60%,#2a9d68);color:#fff;border-radius:22px;padding:2.2rem;box-shadow:0 18px 45px rgba(18,102,62,.22);}
.hero-publico{background:linear-gradient(135deg,#143957,#1d5c84);}
.card{border:0;border-radius:17px;box-shadow:0 10px 28px rgba(19,50,77,.08);}
.card-hover{transition:transform .15s ease,box-shadow .15s ease;}
.card-hover:hover{transform:translateY(-3px);box-shadow:0 16px 34px rgba(19,50,77,.13);}
.company-mark{width:58px;height:58px;display:grid;place-items:center;border-radius:16px;background:rgba(25,135,84,.12);color:var(--brand);font-size:1.45rem;font-weight:800;}
.stat{font-size:2rem;font-weight:800;color:var(--ink);}
.badge-estado{font-size:.75rem;padding:.48rem .7rem;border-radius:999px;}
.form-label{font-weight:650;color:#30465b;}
.required::after{content:' *';color:#dc3545;}
.table thead th{white-space:nowrap;color:#506174;font-size:.86rem;}
.document-box{border:1px dashed #aab7c4;border-radius:14px;padding:1rem;background:#fbfcfd;}
.public-card{border-top:6px solid var(--brand);overflow:hidden;}
.driver-photo{width:150px;height:180px;object-fit:cover;border-radius:13px;border:4px solid #fff;box-shadow:0 6px 20px rgba(0,0,0,.18);}
.sidebar-link{border-radius:10px;color:#365067;text-decoration:none;padding:.7rem .85rem;display:block;font-weight:600;}
.sidebar-link:hover,.sidebar-link.active{background:rgba(25,135,84,.12);color:var(--brand-dark);}
.alert-expira{border-left:5px solid #dc3545;}
@media(max-width:767px){.hero{padding:1.4rem}.driver-photo{width:115px;height:140px}}
