/* ── lege-section (Legea 169/2026 - regim de notificare) ─── */
.lege-section {
  background: #EDE5D8;
  padding: 90px 0; }

.lege-eyebrow {
  font-family: "DM Sans", sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #A89070;
  margin: 0 0 16px 0; }

.lege-lead {
  font-family: "DM Sans", sans-serif;
  font-size: 15.5px;
  color: #7A6655;
  max-width: 760px;
  margin: 20px auto 0;
  line-height: 1.7em; }

.lege-cols-row { margin-top: 50px; }

.lege-col h4 {
  font-family: "DM Sans", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #2C1A0E;
  margin: 0 0 16px 0; }

.lege-list {
  list-style: none;
  margin: 0;
  padding: 0; }

.lege-list li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 12px;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  line-height: 1.55em;
  color: #3D2B1F; }

.lege-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  box-sizing: border-box; }

/* "se aplica" -- olive, bifa */
.lege-list-yes li::before { background: #6B7A3A; }
.lege-list-yes li::after {
  content: '';
  position: absolute;
  left: 4px;
  top: 7px;
  width: 8px;
  height: 4px;
  border-left: 2px solid #F7F2EB;
  border-bottom: 2px solid #F7F2EB;
  transform: rotate(-45deg); }

/* "nu se aplica" -- tan, linie (delimitare, nu eroare -- nu rosu) */
.lege-list-no li::before { background: #A89070; }
.lege-list-no li::after {
  content: '';
  position: absolute;
  left: 4px;
  top: 10px;
  width: 8px;
  height: 2px;
  background: #F7F2EB; }

/* "iti trebuie in continuare" -- contur neutru */
.lege-list-need li::before {
  background: transparent;
  border: 2px solid #A89070; }
.lege-list-need li::after {
  content: '';
  position: absolute;
  left: 6px;
  top: 9px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #A89070; }

.lege-opercons {
  max-width: 780px;
  margin: 60px auto 0;
  text-align: center;
  padding-top: 44px;
  border-top: 1px solid #D9CFC4; }

.lege-opercons p {
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  color: #3D2B1F;
  line-height: 1.7em;
  margin-bottom: 26px; }

.lege-opercons strong { color: #2C1A0E; }

.lege-disclaimer {
  max-width: 780px;
  margin: 30px auto 0;
  font-family: "DM Sans", sans-serif;
  font-size: 13px;
  color: #7A6655;
  line-height: 1.6em;
  text-align: center; }

/* ── varianta scurta (a_short) -- /structuri-la-poarta ────── */
.lege-short {
  background: #EDE5D8;
  border: 1px solid #D9CFC4;
  padding: 50px 44px; }

.lege-short .lege-eyebrow { text-align: center; }
.lege-short h2 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 28px;
  font-weight: 400;
  color: #2C1A0E;
  text-align: center;
  margin: 0 0 14px 0; }

.lege-short .lege-lead { text-align: center; margin-bottom: 34px; }

.lege-short-cols {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 30px; }

.lege-short-col { flex: 1 1 260px; }

.lege-short-col h4 {
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #2C1A0E;
  margin: 0 0 12px 0; }

.lege-short .lege-disclaimer { margin-top: 24px; }

/* ── Sectiunea B (onesta, cazare turistica) -- /cabane-si-tiny-house ── */
.lege-b {
  background: #EDE5D8;
  border-left: 3px solid #A89070;
  padding: 40px 44px; }

.lege-b h2 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 26px;
  font-weight: 400;
  color: #2C1A0E;
  margin: 0 0 14px 0; }

.lege-b .lege-lead { margin: 0 0 26px 0; text-align: left; }

.lege-b .lege-list li { color: #3D2B1F; }

.lege-b-opercons {
  margin-top: 30px;
  padding-top: 26px;
  border-top: 1px solid #D9CFC4; }

.lege-b-opercons p {
  font-family: "DM Sans", sans-serif;
  font-size: 14.5px;
  color: #3D2B1F;
  line-height: 1.7em;
  margin-bottom: 22px; }

/* ── responsive ───────────────────────────────────────────── */
@media (max-width: 767px) {
  .lege-section { padding: 56px 0; }
  .lege-cols-row .lege-col { width: 100%; flex: 0 0 100%; max-width: 100%; margin-bottom: 32px; }
  .lege-short { padding: 34px 24px; }
  .lege-short-cols { flex-direction: column; gap: 24px; }
  .lege-b { padding: 30px 24px; } }
