:root { --brand:#6f42c1; --brand-2:#20c997; --bg-soft:#f8f9fc; }
body{background:var(--bg-soft)}
.card,.modal-content{border-radius:1rem;box-shadow:0 10px 30px rgba(0,0,0,.08)}
img.responsive-cover{width:100%;height:220px;object-fit:cover;border-radius:.75rem}
.grid-two img{width:100%;height:300px;object-fit:cover;border-radius:.75rem}
.form-compact .form-label{margin-bottom:.25rem}
.form-compact .form-control,.form-compact .form-select{padding-top:.45rem;padding-bottom:.45rem}
.form-compact textarea.form-control{min-height:70px;max-height:110px}
.navbar-brand span{font-weight:700;letter-spacing:.5px}
.hero{background:linear-gradient(135deg,rgba(111,66,193,.15),rgba(32,201,151,.15));border-radius:1rem;padding:2rem}
.rd-desc-inner {
  background: #fff;
  border-radius: 16px;
  padding: 1.25rem 1.25rem;
  box-shadow: 0 10px 30px rgba(0,0,0,.06);
  line-height: 1.75;
  color: #2b2f33;
  font-size: 1.03rem;
}
.rd-desc-inner h1,.rd-desc-inner h2,.rd-desc-inner h3{ margin-top:1rem; font-weight:800; }
.rd-desc-inner h4,.rd-desc-inner h5,.rd-desc-inner h6{ margin-top:.85rem; font-weight:700; }
.rd-desc-inner p { margin: .75rem 0; }
.rd-desc-inner ul, .rd-desc-inner ol { padding-left: 1.25rem; margin: .5rem 0 .75rem; }
