/* ── header-bg (coperta paginilor din secțiunea INFO) ───────── */
.header-bg {
  width: 100%;
  max-height: 620px;
  overflow: hidden;
  position: relative; }

.header-bg img {
  width: 100%;
  height: 620px;
  object-fit: cover;
  display: block; }

/* elimină golul dintre coperta și titlu — scoped doar la paginile
   cu .header-bg deasupra, nu atinge .h1-margin-top folosit în alte
   pagini (ex. Contact) unde chiar are rost acel spațiu */
.header-bg + .section h1.h1-margin-top {
  margin-top: 30px; }

@media (max-width: 767px) {
  .header-bg, .header-bg img { max-height: 300px; height: 300px; }
  .header-bg + .section h1.h1-margin-top { margin-top: 20px; } }

/* ── info-content (redesign text CMS — pasi, plata, etc.) ───── */
.info-content {
  padding-bottom: 20px; }

.info-lead {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 22px;
  font-weight: 300;
  font-style: italic;
  color: #7A6655;
  line-height: 1.6em;
  max-width: 760px;
  margin: 0 auto 40px auto;
  text-align: center; }

.info-content h3 {
  font-size: 28px;
  margin: 40px 0 22px 0; }

.info-content > p {
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  color: #3D2B1F;
  line-height: 1.75em;
  margin-bottom: 18px; }

/* pași de urmat — listă cu bulină numerotată */
.info-steps {
  list-style: none;
  margin: 0 0 10px 0;
  padding: 0; }

.info-steps li {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding: 16px 0;
  border-bottom: 1px solid #EDE5D8; }

.info-steps li:last-child { border-bottom: 0; }

.info-steps-nr {
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #6B7A3A;
  color: #F7F2EB;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 600; }

.info-steps-cnt strong {
  display: block;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #2C1A0E;
  margin-bottom: 4px; }

.info-steps-cnt p {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  color: #7A6655;
  line-height: 1.6em;
  margin: 0; }

/* modalitate de plată — bandă cu 4 etape */
.info-payment {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin: 10px 0 30px 0; }

.info-payment-step {
  flex: 1 1 160px;
  background: #F7F2EB;
  border: 1px solid #EDE5D8;
  border-top: 3px solid #6B7A3A;
  padding: 22px 18px;
  text-align: center; }

.info-payment-pct {
  display: block;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 36px;
  font-weight: 400;
  color: #2C1A0E;
  line-height: 1em;
  margin-bottom: 8px; }

.info-payment-label {
  display: block;
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #7A6655;
  line-height: 1.4em; }

.info-cta-line {
  text-align: center;
  border-top: 1px solid #EDE5D8;
  padding-top: 26px;
  margin-top: 10px;
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  color: #3D2B1F; }

.info-cta-line a {
  font-weight: 600;
  border-bottom: 1px solid rgba(107, 122, 58, 0.4); }

@media (max-width: 767px) {
  .info-lead { font-size: 19px; margin-bottom: 28px; }
  .info-content h3 { font-size: 24px; margin: 30px 0 16px 0; }
  .info-payment-step { flex: 1 1 130px; padding: 16px 12px; }
  .info-payment-pct { font-size: 28px; } }
