/* ===== BANNER TITLURI - MOBIL/TABLETA ===== */
@media screen and (max-width: 980px) {
  .t001__title.t-title.t-title_xl {
    font-size: 44px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
  }
  .t001__descr.t-descr.t-descr_xl {
    font-size: 20px !important;
    line-height: 1.5 !important;
  }
}
@media screen and (max-width: 640px) {
  .t001__title.t-title.t-title_xl {
    font-size: 38px !important;
    font-weight: 700 !important;
  }
  .t001__descr.t-descr.t-descr_xl {
    font-size: 18px !important;
  }
}
@media screen and (max-width: 480px) {
  .t001__title.t-title.t-title_xl {
    font-size: 34px !important;
    font-weight: 700 !important;
  }
  .t001__descr.t-descr.t-descr_xl {
    font-size: 16px !important;
  }
}

/* ===== BLOC 165 (text + imagine) ===== */
@media screen and (max-width: 640px) {
  .t165__title {
    font-size: 22px !important;
    line-height: 1.3 !important;
  }
  .t165__text {
    font-size: 15px !important;
    line-height: 1.6 !important;
  }
}

/* ===== BLOC 1066 (carduri cu imagine) ===== */
@media screen and (max-width: 640px) {
  .t1066__heading {
    font-size: 18px !important;
  }
  .t1066__descr {
    font-size: 14px !important;
    line-height: 1.5 !important;
  }
}

/* ===== BLOC 1070 (servicii/prețuri) ===== */
@media screen and (max-width: 640px) {
  .t1070__col {
    width: 100% !important;
    margin-bottom: 20px !important;
  }
  .t1070__price_current {
    font-size: 20px !important;
    font-weight: 700 !important;
  }
}

/* ===== BLOC 050 (titlu secțiune) ===== */
@media screen and (max-width: 640px) {
  .t050__title {
    font-size: 24px !important;
    font-weight: 700 !important;
  }
  .t050__descr {
    font-size: 15px !important;
  }
}

/* ===== BLOC 578 (testimoniale) ===== */
@media screen and (max-width: 640px) {
  .t578__title {
    font-size: 22px !important;
  }
  .t578__text {
    font-size: 15px !important;
    line-height: 1.5 !important;
  }
}

/* ===== BLOC 994 (slider/stories) ===== */
@media screen and (max-width: 640px) {
  .t994__title {
    font-size: 18px !important;
  }
  .t994__descr {
    font-size: 14px !important;
  }
}

/* ===== BLOC 668 (accordion/FAQ) ===== */
@media screen and (max-width: 640px) {
  .t668__content {
    font-size: 15px !important;
    line-height: 1.5 !important;
  }
}

/* ===== FORMULARE ===== */
@media screen and (max-width: 640px) {
  .t-input-group {
    width: 100% !important;
  }
  .t-input {
    font-size: 16px !important;
  }
}

/* ===== IMAGINI RESPONSIVE ===== */
@media screen and (max-width: 640px) {
  .t165__img,
  .t578__imgwrapper img,
  .t1066__img {
    max-width: 100% !important;
    height: auto !important;
  }
}
