/* ── cl-banner ────────────────────────────────────────────── */
.cl-banner {
  min-height: 442px;
  padding-top: 80px;
  background: url(/img/app/cum-lucram/banner.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  display: flex;
  align-items: flex-end;
  padding-bottom: 54px; }

.cl-banner::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(20, 10, 4, 0.50) 0%,
    rgba(20, 10, 4, 0.75) 100%
  ); }

.cl-banner .container { position: relative; z-index: 1; }

.cl-banner-supra {
  font-family: "DM Sans", sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #8A9E4A;
  margin-bottom: 14px; }

.cl-banner h1 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 46px;
  font-weight: 300;
  color: #fff;
  margin: 0 0 16px 0;
  line-height: 1.15em; }

.cl-banner-sub {
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.78);
  max-width: 560px;
  line-height: 1.65em;
  margin: 0; }

/* ── cl-jaloane (termen total + repere) ───────────────────── */
.cl-jaloane {
  background: #2C1A0E;
  padding: 30px 0; }

.cl-jaloane-total {
  display: flex;
  align-items: baseline;
  gap: 12px; }

.cl-jaloane-total-nr {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 40px;
  font-weight: 300;
  color: #F7F2EB; }

.cl-jaloane-total-nr .ph-cifra {
  font-family: "DM Sans", sans-serif;
  font-size: 13px;
  background: #3D2B1F;
  border-color: #6B7A3A;
  color: #F9A825; }

.cl-jaloane-total-label {
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: #A89070; }

.cl-jaloane-list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 28px;
  height: 100%; }

.cl-jalon {
  display: flex;
  align-items: center;
  font-family: "DM Sans", sans-serif;
  font-size: 13px;
  color: #F7F2EB; }

.cl-jalon-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #6B7A3A;
  margin-right: 10px;
  flex: none; }

/* ── cl-etapa (timeline vertical) ─────────────────────────── */
.cl-timeline {
  position: relative;
  padding-left: 0; }

.cl-etapa {
  position: relative;
  padding: 0 0 60px 90px;
  border-left: 2px solid #D9CFC4;
  margin-left: 34px; }

.cl-etapa:last-child {
  border-left-color: transparent;
  padding-bottom: 0; }

.cl-etapa-nr {
  position: absolute;
  left: -35px;
  top: 0;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: #F7F2EB;
  border: 2px solid #6B7A3A;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 28px;
  font-weight: 400;
  color: #6B7A3A; }

.cl-etapa-cnt h3 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 26px;
  font-weight: 400;
  color: #2C1A0E;
  margin: 6px 0 8px 0; }

.cl-etapa-optional .cl-etapa-nr {
  border-style: dashed;
  color: #A89070;
  border-color: #A89070; }

.cl-etapa-badge-optional {
  display: inline-block;
  font-family: "DM Sans", sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #A89070;
  background: #EDE5D8;
  padding: 4px 12px;
  margin-bottom: 14px; }

.cl-etapa-cnt p {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  color: #7A6655;
  line-height: 1.7em;
  margin-bottom: 0;
  max-width: 640px; }

/* ── cl-plata (grafic de plăți) ───────────────────────────── */
.cl-plata {
  background: #EDE5D8;
  padding: 60px 0; }

.cl-plata-table {
  max-width: 720px;
  margin: 0 auto;
  background: #FDFAF6;
  border: 1px solid #D9CFC4; }

.cl-plata-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 28px;
  border-bottom: 1px solid #EDE5D8; }

.cl-plata-row:last-child { border-bottom: 0; }

.cl-plata-moment {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  color: #2C1A0E; }

.cl-plata-procent {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 24px;
  font-weight: 500;
  color: #6B7A3A; }

/* ── cl-documente ─────────────────────────────────────────── */
.cl-documente-list {
  list-style: none;
  padding: 0;
  margin: 0;
  max-width: 640px;
  margin: 0 auto; }

.cl-documente-list li {
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  color: #3D2B1F;
  padding: 14px 0 14px 34px;
  border-bottom: 1px solid #EDE5D8;
  position: relative; }

.cl-documente-list li:last-child { border-bottom: 0; }

.cl-documente-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 20px;
  width: 8px;
  height: 8px;
  background: #6B7A3A; }

/* ── responsive ───────────────────────────────────────────── */
@media (max-width: 767px) {
  .cl-banner { min-height: 364px; padding-bottom: 34px; }
  .cl-banner h1 { font-size: 30px; }
  .cl-etapa { padding-left: 0; padding-top: 78px; margin-left: 0; border-left: 0; }
  .cl-etapa-nr { position: static; margin-bottom: 14px; }
  .cl-etapa:not(:last-child) { border-bottom: 2px solid #D9CFC4; padding-bottom: 40px; margin-bottom: 20px; }
  .cl-plata-row { padding: 14px 16px; }
  .cl-plata-moment { font-size: 13px; }
  .cl-jaloane-list { justify-content: flex-start; margin-top: 16px; gap: 16px; }
  .cl-jaloane-total { margin-bottom: 4px; } }
