@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

/* ==========================================================================
   Romstal · Program Partener Expert Pompe de Căldură
   Stiluri „refresh" — scop izolat sub .pdc-lp ca să nu intre în conflict
   cu Bootstrap 4 sau cu temele existente din site.
   Culoare de brand: Albastru Romstal #0085CA
   ========================================================================== */

.pdc-lp {
  --pdc-blue:      #0085CA;
  --pdc-blue-d:    #006BA6;
  --pdc-blue-hi:   #004A75;
  --pdc-blue-tint: #E6F3FA;
  --pdc-ink:       #171A1F;
  --pdc-slate:     #5B6470;
  --pdc-line:      #E7E9EE;
  --pdc-soft:      #F5F6F8;
  --pdc-white:     #ffffff;

  --pdc-radius:    16px;
  --pdc-radius-sm: 10px;
  --pdc-shadow:    0 10px 30px rgba(23,26,31,.08);
  --pdc-shadow-lg: 0 18px 44px rgba(23,26,31,.14);

  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  color: var(--pdc-ink);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

.pdc-lp *,
.pdc-lp *::before,
.pdc-lp *::after { box-sizing: border-box; }

.pdc-lp img { max-width: 100%; }

.pdc-lp h1, .pdc-lp h2, .pdc-lp h3, .pdc-lp h4 {
  font-weight: 700;
  color: var(--pdc-ink);
  line-height: 1.18;
  margin: 0;
}

.pdc-lp p { margin: 0; }

.pdc-lp a { text-decoration: none; }

/* ---------- Structură / secțiuni ---------- */
.pdc-section        { padding: 72px 0; }
.pdc-section--soft  { background: var(--pdc-soft); }
.pdc-section--tight { padding: 40px 0; }

.pdc-head           { max-width: 620px; margin-bottom: 40px; }
.pdc-head--center   { margin-left: auto; margin-right: auto; text-align: center; }

.pdc-eyebrow {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: var(--pdc-blue);
  margin-bottom: 12px;
}
.pdc-title    { font-size: 30px; }
.pdc-title-lg { font-size: 40px; }
.pdc-lead     { font-size: 16px; color: var(--pdc-slate); margin-top: 10px; }

/* ---------- Butoane ---------- */
.pdc-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  padding: 13px 24px;
  border-radius: var(--pdc-radius-sm);
  border: 1.5px solid transparent;
  cursor: pointer;
  transition: background .16s ease, color .16s ease, border-color .16s ease, transform .16s ease;
}
.pdc-btn svg { width: 17px; height: 17px; }
.pdc-btn-primary { background: var(--pdc-blue); color: #fff; }
.pdc-btn-primary:hover { background: var(--pdc-blue-d); color: #fff; }
.pdc-btn-light-outline { background: transparent; color: #fff; border-color: rgba(255,255,255,.5); }
.pdc-btn-light-outline:hover { background: rgba(255,255,255,.12); color: #fff; }
.pdc-btn-outline { background: transparent; color: var(--pdc-blue); border-color: var(--pdc-line); }
.pdc-btn-outline:hover { border-color: var(--pdc-blue); color: var(--pdc-blue-d); }

.pdc-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: var(--pdc-blue);
  font-weight: 600;
  font-size: 13px;
}
.pdc-link svg { width: 15px; height: 15px; transition: transform .16s ease; }
.pdc-link:hover { color: var(--pdc-blue-d); }
.pdc-link:hover svg { transform: translateX(3px); }

/* ---------- HERO ---------- */
.pdc-hero {
  /* position: relative;
  min-height: 680px; */
  display: flex;
  align-items: center;
  /* background: #20242B; */
  overflow: hidden;
  border-radius: var(--pdc-radius);
  margin-top: 32px;
  background-repeat: no-repeat;
  background-position: center center;
}

.pdc-hero__bg {
  /* position: absolute; inset: 0; */
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  /* opacity: .55; */
}
.pdc-hero__scrim {
  position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(15,18,22,.82) 0%, rgba(15,18,22,.55) 55%, rgba(15,18,22,.2) 100%);
}
.pdc-hero__inner { position: relative; padding: 60px 56px; max-width: 620px; }
.pdc-hero__badge {
  display: inline-block;
  background: var(--pdc-blue);
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  padding: 7px 14px;
  border-radius: 6px;
}
.pdc-hero h1 { color: #fff; font-size: 42px; font-weight: 800; margin: 22px 0 16px; }
.pdc-hero p  { color: #D9DCE2; font-size: 18px; margin-bottom: 30px; }
.pdc-hero__cta { display: flex; flex-wrap: wrap; gap: 12px; }

/* ---------- Furnizori (trust strip) ---------- */
.pdc-suppliers { background: #fff; border-bottom: 1px solid var(--pdc-line); }
.pdc-suppliers__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 18px 40px;
  padding: 26px 0;
}
.pdc-suppliers__label {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .5px;
  color: var(--pdc-slate);
  text-transform: uppercase;
}
.pdc-suppliers img {
  height: 30px;
  width: auto;
  object-fit: contain;
  filter: grayscale(1);
  opacity: .6;
  transition: filter .2s ease, opacity .2s ease;
}
.pdc-suppliers img:hover { filter: none; opacity: 1; }

/* ---------- Noutăți (carusel) ---------- */
.pdc-slider-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; }
.pdc-slider-nav  { display: flex; gap: 8px; flex-shrink: 0; }
.pdc-nav-btn {
  width: 42px; height: 42px;
  border-radius: 50%;
  border: 1px solid var(--pdc-line);
  background: #fff;
  color: var(--pdc-ink);
  display: flex; align-items: center; justify-content: center;
  cursor: pointer;
  transition: border-color .16s ease, color .16s ease;
}
.pdc-nav-btn svg { width: 18px; height: 18px; }
.pdc-nav-btn:hover { border-color: var(--pdc-blue); color: var(--pdc-blue); }
.pdc-nav-btn:disabled { opacity: .4; cursor: default; }
.pdc-nav-btn:disabled:hover { border-color: var(--pdc-line); color: var(--pdc-ink); }

.pdc-slider {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding: 4px 2px 16px;
  margin-top: 26px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.pdc-slider::-webkit-scrollbar { display: none; }
.pdc-slider > * { scroll-snap-align: start; }

.pdc-news-card {
  flex: 0 0 300px;
  max-width: 300px;
  background: #fff;
  border: 1px solid var(--pdc-line);
  border-radius: var(--pdc-radius);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.pdc-news-card:hover { transform: translateY(-4px); box-shadow: var(--pdc-shadow); border-color: #D5D8E0; }
.pdc-news-card__img { width: 100%; height: 158px; object-fit: cover; background: var(--pdc-soft); }
.pdc-news-card__body { padding: 20px 22px; display: flex; flex-direction: column; flex: 1; }
.pdc-tag {
  font-size: 11px; font-weight: 600; letter-spacing: .5px;
  text-transform: uppercase; color: var(--pdc-blue); margin-bottom: 8px;
}
.pdc-news-card h3 { font-size: 17px; margin-bottom: 8px; }
.pdc-news-card p  { font-size: 13px; color: var(--pdc-slate); flex: 1; }
.pdc-news-card__foot { display: flex; align-items: center; justify-content: space-between; margin-top: 16px; }
.pdc-news-card__date { font-size: 12px; color: #9AA0AB; }

/* ---------- Avantaje ---------- */
.pdc-benefit {
  height: 100%;
  background: #fff;
  border: 1px solid var(--pdc-line);
  border-radius: var(--pdc-radius);
  padding: 26px 26px 24px;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.pdc-benefit:hover { transform: translateY(-4px); box-shadow: var(--pdc-shadow); border-color: #D5D8E0; }
.pdc-benefit__icon {
  width: 50px; height: 50px;
  border-radius: 13px;
  background: var(--pdc-blue-tint);
  color: var(--pdc-blue);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 18px;
}
.pdc-benefit__icon svg { width: 25px; height: 25px; }
.pdc-benefit h3 { font-size: 17px; margin-bottom: 8px; }
.pdc-benefit p  { font-size: 13.5px; color: var(--pdc-slate); }
.pdc-benefit .pdc-link { margin-top: 14px; }

/* ---------- Produse ---------- */
.pdc-product {
  height: 100%;
  background: #fff;
  border: 1px solid var(--pdc-line);
  border-radius: var(--pdc-radius);
  overflow: hidden;
  display: flex; flex-direction: column;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.pdc-product:hover { transform: translateY(-4px); box-shadow: var(--pdc-shadow); border-color: #D5D8E0; }
.pdc-product__img { width: 100%; height: 190px; object-fit: cover; background: var(--pdc-soft); }
.pdc-product__body { padding: 24px; display: flex; flex-direction: column; flex: 1; }
.pdc-product h3 { font-size: 19px; margin-bottom: 4px; }
.pdc-product__kw { color: var(--pdc-blue); font-weight: 600; font-size: 14px; margin-bottom: 18px; }
.pdc-product .pdc-btn { margin-top: auto; justify-content: center; }

/* ---------- Bandă eligibilitate ---------- */
.pdc-eligibility {
  background: var(--pdc-blue-tint);
  border: 1px solid #CDE8F6;
  border-radius: var(--pdc-radius);
  padding: 26px 30px;
  display: flex;
  align-items: center;
  gap: 18px;
}
.pdc-eligibility svg { width: 34px; height: 34px; color: var(--pdc-blue); flex-shrink: 0; }
.pdc-eligibility p { font-size: 14.5px; color: #0f4a63; }
.pdc-eligibility strong { color: var(--pdc-ink); }

/* ---------- Contact + hartă ---------- */
.pdc-map-holder {
  position: relative;
  background: #fff;
  border: 1px solid var(--pdc-line);
  border-radius: var(--pdc-radius);
  padding: 18px;
  overflow: visible;
}
.pdc-map-holder img,
.pdc-map-holder svg { width: 100%; height: auto; display: block; }

/* Județe din SVG (path) și etichete (text) — poartă data-zone="1".."10".
   Toate elementele aceleiași zone se aprind împreună. */
.pdc-map-holder path[data-zone] {
  fill: var(--pdc-blue);
  stroke: #fff;
  stroke-width: 1;
  cursor: pointer;
  transition: fill .18s ease, opacity .18s ease, filter .18s ease;
}
.pdc-map-holder path[data-zone]:hover,
.pdc-map-holder path[data-zone].is-active { fill: var(--pdc-blue-hi); }
.pdc-map-holder path[data-zone].is-active { filter: drop-shadow(1px 2px 5px rgba(0,0,0,.2)); }
.pdc-map-holder text[data-zone] {
  fill: #fff;
  font-family: 'Inter', sans-serif;
  cursor: pointer;
  transition: opacity .18s ease;
}
/* când o zonă e activă, restul hărții se estompează ușor */
.pdc-map-holder.has-selection path[data-zone]:not(.is-active),
.pdc-map-holder.has-selection text[data-zone]:not(.is-active) { opacity: .3; }

.pdc-map-note {
  font-size: 12px; color: var(--pdc-slate); text-align: center; margin-top: 12px;
  display: flex; align-items: center; justify-content: center; gap: 6px;
}
.pdc-map-note svg { width: 14px; height: 14px; }

/* Popup contact peste hartă */
.pdc-pop {
  position: absolute;
  min-width: 220px;
  background: #fff;
  border: 1px solid var(--pdc-line);
  border-radius: 12px;
  padding: 14px 16px;
  box-shadow: var(--pdc-shadow-lg);
  transform: translate(-50%, calc(-100% - 14px));
  opacity: 0; visibility: hidden;
  transition: opacity .14s ease, visibility .14s ease;
  z-index: 20; pointer-events: auto;
}
.pdc-pop.is-open { opacity: 1; visibility: visible; }
/* „punte" invizibilă care acoperă spațiul dintre popup și zonă, ca mouse-ul
   să ajungă pe popup fără ca județul vecin de dedesubt să preia hover-ul */
.pdc-pop::before {
  content: ""; position: absolute; left: 50%; transform: translateX(-50%);
  bottom: -18px; width: 78%; height: 20px;
}
.pdc-pop--below::before { bottom: auto; top: -18px; }
.pdc-pop::after {
  content: ""; position: absolute; left: 50%; bottom: -7px;
  width: 13px; height: 13px; background: #fff;
  border-right: 1px solid var(--pdc-line); border-bottom: 1px solid var(--pdc-line);
  transform: translateX(-50%) rotate(45deg);
}

/* Lista de zone (coloană dreapta / fallback mobil) */
.pdc-zone-list { display: flex; flex-direction: column; gap: 10px; }
.pdc-zone {
  display: flex; align-items: flex-start; gap: 14px;
  background: #fff;
  border: 1px solid var(--pdc-line);
  border-radius: 12px;
  padding: 14px 16px;
  transition: border-color .16s ease, box-shadow .16s ease;
  cursor: default;
}
.pdc-zone.is-active,
.pdc-zone:hover { border-color: var(--pdc-blue); box-shadow: 0 4px 14px rgba(0,133,202,.1); }
.pdc-zone__badge {
  flex-shrink: 0;
  width: 40px; height: 40px;
  border-radius: 10px;
  background: var(--pdc-blue-tint);
  color: var(--pdc-blue);
  font-weight: 700; font-size: 13px;
  display: flex; align-items: center; justify-content: center;
}
.pdc-zone__name { font-size: 14px; font-weight: 600; }
.pdc-zone__contacts { margin-top: 4px; }
.pdc-zone__contacts a {
  display: inline-flex; align-items: center; gap: 5px;
  font-size: 13px; color: var(--pdc-slate); margin-right: 14px;
}
.pdc-zone__contacts a:hover { color: var(--pdc-blue); }
.pdc-zone__contacts svg { width: 13px; height: 13px; }
.pdc-zone__person { display: block; margin-top: 6px; }
.pdc-zone__person:first-child { margin-top: 4px; }
.pdc-zone__cov { font-size: 11.5px; color: var(--pdc-slate); margin: 3px 0 7px; line-height: 1.4; }
.pdc-pop { min-width: 230px; }
.pdc-pop .pdc-zone__cov { margin: 2px 0 8px; }
.pdc-pop__person { display: flex; align-items: baseline; justify-content: space-between; gap: 1px; margin-top: 10px;flex-direction: column; }
.pdc-pop__person .pdc-zone__name { font-size: 13px;margin: 0;padding: 0;}
.pdc-pop__person a { font-size: 12.5px; color: var(--pdc-slate); white-space: nowrap; }
.pdc-pop__person a:hover { color: var(--pdc-blue); }

/* ==========================================================================
   Pagină secundară (șablon „Vezi detalii")
   ========================================================================== */
.pdc-subhero { background: var(--pdc-ink); padding: 46px 0 42px; }
.pdc-breadcrumb { font-size: 12.5px; color: #9AA0AB; margin-bottom: 14px; }
.pdc-breadcrumb a { color: var(--pdc-blue); }
.pdc-breadcrumb span { margin: 0 8px; opacity: .5; }
.pdc-subhero h1 { color: #fff; font-size: 32px; margin-bottom: 10px; }
.pdc-subhero p  { color: #B9BEC7; font-size: 16px; max-width: 620px; }

.pdc-article h2 { font-size: 21px; margin: 0 0 14px; }
.pdc-article h3 { font-size: 17px; margin: 28px 0 10px; }
.pdc-article p  { font-size: 15px; color: var(--pdc-slate); margin-bottom: 16px; }
.pdc-steps { display: flex; flex-direction: column; gap: 16px; margin: 22px 0; }
.pdc-step  { display: flex; gap: 16px; }
.pdc-step__num {
  flex-shrink: 0; width: 34px; height: 34px; border-radius: 9px;
  background: var(--pdc-blue-tint); color: var(--pdc-blue);
  font-weight: 700; font-size: 14px;
  display: flex; align-items: center; justify-content: center;
}
.pdc-step h4 { font-size: 15px; margin-bottom: 3px; }
.pdc-step p  { font-size: 13.5px; color: var(--pdc-slate); margin: 0; }

.pdc-aside {
  position: sticky; top: 24px;
  background: var(--pdc-soft);
  border: 1px solid var(--pdc-line);
  border-radius: var(--pdc-radius);
  padding: 24px;
}
.pdc-aside__label { font-size: 12px; font-weight: 600; letter-spacing: .5px; text-transform: uppercase; color: var(--pdc-slate); margin-bottom: 8px; }
.pdc-aside h3 { font-size: 18px; margin-bottom: 8px; }
.pdc-aside p  { font-size: 13.5px; color: var(--pdc-slate); margin-bottom: 18px; }
.pdc-aside .pdc-btn { width: 100%; justify-content: center; }

/* Popup afișat DEDESUBT (pentru zonele din partea de sus a hărții) */
.pdc-pop--below { transform: translate(-50%, 16px); }
.pdc-pop--below::after {
  top: -7px; bottom: auto;
  border-right: none; border-bottom: none;
  border-left: 1px solid var(--pdc-line); border-top: 1px solid var(--pdc-line);
}

/* ---------- YouTube (grid de clipuri) ---------- */
.pdc-video {
  position: relative; display: block;
  border-radius: var(--pdc-radius); overflow: hidden;
  border: 1px solid var(--pdc-line);
  transition: transform .18s ease, box-shadow .18s ease;
}
.pdc-video:hover { transform: translateY(-4px); box-shadow: var(--pdc-shadow); }
.pdc-video img { width: 100%; height: auto; display: block; }
.pdc-video__play {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  background: rgba(23,26,31,.28); transition: background .18s ease;
}
.pdc-video:hover .pdc-video__play { background: rgba(23,26,31,.42); }
.pdc-video__play span {
  width: 62px; height: 62px; border-radius: 50%;
  background: var(--pdc-blue); color: #fff;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 6px 18px rgba(0,0,0,.25); transition: transform .18s ease;
}
.pdc-video:hover .pdc-video__play span { transform: scale(1.08); }
.pdc-video__play svg { width: 26px; height: 26px; margin-left: 3px; }

/* ---------- Blog (grid de articole) ---------- */
.pdc-post {
  height: 100%; display: flex; flex-direction: column;
  background: #fff; border: 1px solid var(--pdc-line);
  border-radius: var(--pdc-radius); overflow: hidden;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.pdc-post:hover { transform: translateY(-4px); box-shadow: var(--pdc-shadow); border-color: #D5D8E0; }
.pdc-post img { width: 100%; height: 190px; object-fit: cover; background: var(--pdc-soft); }
.pdc-post__body { padding: 22px 24px; display: flex; flex-direction: column; flex: 1; }
.pdc-post h3 { font-size: 16.5px; line-height: 1.35; margin-bottom: 14px; }
.pdc-post .pdc-link { margin-top: auto; }
.pdc-section-cta { text-align: center; margin-top: 32px; }

/* ---------- Lightbox video ---------- */
.pdc-lightbox {
  position: fixed; inset: 0; z-index: 9999;
  display: none; align-items: center; justify-content: center;
  background: rgba(10,12,15,.82); padding: 24px;
}
.pdc-lightbox.is-open { display: flex; }
.pdc-lightbox__stage {
  position: relative; width: 100%; max-width: 900px;
}
.pdc-lightbox__inner {
  position: relative; width: 100%;
  aspect-ratio: 16 / 9; background: #000;
  border-radius: 12px; overflow: hidden;
  box-shadow: 0 20px 60px rgba(0,0,0,.5);
}
.pdc-lightbox__yt {
  position: absolute; left: 50%; transform: translateX(-50%);
  bottom: -38px; color: #fff; font-size: 13px;
  text-decoration: underline; opacity: .85;
}
.pdc-lightbox__yt:hover { opacity: 1; }
.pdc-lightbox__inner iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.pdc-lightbox__close {
  position: absolute; top: -46px; right: 0;
  width: 38px; height: 38px; border-radius: 50%;
  background: rgba(255,255,255,.15); color: #fff; border: 0; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
}
.pdc-lightbox__close:hover { background: rgba(255,255,255,.28); }
.pdc-lightbox__close svg { width: 20px; height: 20px; }

/* ---------- Focus / accesibilitate ---------- */
.pdc-lp a:focus-visible,
.pdc-lp button:focus-visible {
  outline: 3px solid rgba(0,133,202,.45);
  outline-offset: 2px;
  border-radius: 6px;
}

/* ---------- Responsive ---------- */
@media (max-width: 991px) {
  .pdc-hero h1 { font-size: 34px; }
  .pdc-title-lg { font-size: 32px; }
}
@media (max-width: 767px) {
  .pdc-section { padding: 52px 0; }
  .pdc-hero { min-height: 400px; margin-top: 20px; }
  .pdc-hero__inner { padding: 40px 28px; }
  .pdc-hero h1 { font-size: 28px; }
  .pdc-hero p { font-size: 16px; }
  .pdc-hero__scrim { background: linear-gradient(180deg, rgba(15,18,22,.55) 0%, rgba(15,18,22,.8) 100%); }
  .pdc-title, .pdc-title-lg { font-size: 26px; }
  .pdc-slider-head { flex-direction: column; align-items: flex-start; }
  .pdc-eligibility { flex-direction: column; text-align: center; }
}

@media (prefers-reduced-motion: reduce) {
  .pdc-lp *, .pdc-slider { transition: none !important; scroll-behavior: auto !important; }
}

/* =============================================================================
   SIMULATOR / CALCULATOR pompă de căldură — integrat în landing page
   -----------------------------------------------------------------------------
   Integrare: învelește conținutul din calculator-pompa-caldura.html (de la <h1>
   până la finalul .form) într-un <div class="pdc-calc">, FĂRĂ blocul lui <style>.
   Totul e scope-uit sub .pdc-lp .pdc-calc ca să NU intre în conflict cu grila
   Bootstrap 4 (mai ales .row).
   ============================================================================= */
.pdc-lp .pdc-calc {
  max-width: 920px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid var(--pdc-line);
  border-radius: var(--pdc-radius);
  box-shadow: var(--pdc-shadow);
  padding: 40px;
}
.pdc-lp .pdc-calc h1,
.pdc-lp .pdc-calc h2 {
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  color: var(--pdc-ink);
  max-width: 640px;
  margin: 0 auto 36px;
  line-height: 1.25;
}
.pdc-lp .pdc-calc .form { max-width: none; margin: 0; }

/* rând Q + câmp — anulează grila/flex-ul Bootstrap 4 pe .row din interior */
.pdc-lp .pdc-calc .row {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) 1.4fr;
  gap: 24px;
  align-items: start;
  margin: 0 0 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--pdc-line);
}
.pdc-lp .pdc-calc .row:last-of-type { border-bottom: 0; margin-bottom: 0; }

.pdc-lp .pdc-calc label.q {
  font-size: 16px; font-weight: 600; color: var(--pdc-ink); padding-top: 12px;
}
.pdc-lp .pdc-calc .req { color: var(--pdc-blue); font-weight: 700; margin-left: 2px; }
.pdc-lp .pdc-calc .field { display: flex; flex-direction: column; }

.pdc-lp .pdc-calc input[type="number"],
.pdc-lp .pdc-calc input[type="text"],
.pdc-lp .pdc-calc select {
  width: 100%;
  padding: 13px 15px;
  font-family: inherit;
  font-size: 15px;
  color: var(--pdc-ink);
  background: #fff;
  border: 1.5px solid var(--pdc-line);
  border-radius: 10px;
  outline: none;
  transition: border-color .15s ease, box-shadow .15s ease;
}
.pdc-lp .pdc-calc input[type="number"]:focus,
.pdc-lp .pdc-calc select:focus {
  border-color: var(--pdc-blue);
  box-shadow: 0 0 0 3px var(--pdc-blue-tint);
}
.pdc-lp .pdc-calc input[readonly] {
  background: var(--pdc-soft);
  color: var(--pdc-slate);
  cursor: default;
}
.pdc-lp .pdc-calc .hint { font-size: 13px; color: var(--pdc-slate); margin-top: 8px; }

.pdc-lp .pdc-calc .radios { display: flex; flex-direction: column; gap: 12px; padding-top: 6px; }
.pdc-lp .pdc-calc .radios label {
  display: flex; align-items: center; gap: 12px;
  font-size: 15px; color: var(--pdc-ink); cursor: pointer;
  padding: 12px 16px;
  border: 1.5px solid var(--pdc-line);
  border-radius: 10px;
  transition: border-color .15s ease, background .15s ease;
}
.pdc-lp .pdc-calc .radios label:hover { border-color: #CDE8F6; background: var(--pdc-soft); }
.pdc-lp .pdc-calc .radios input { width: 18px; height: 18px; accent-color: var(--pdc-blue); }

/* câmpuri de rezultat — evidențiate în tonul brandului */
.pdc-lp .pdc-calc .result input {
  font-weight: 700; font-size: 16px;
  color: var(--pdc-blue-hi);
  background: var(--pdc-blue-tint);
  border-color: #CDE8F6;
}

.pdc-lp .pdc-calc .note {
  background: var(--pdc-blue-tint);
  border: 1px solid #CDE8F6;
  border-radius: 12px;
  padding: 20px 24px;
  font-size: 14.5px;
  line-height: 1.6;
  color: #0f4a63;
  margin: 8px 0 28px;
}
.pdc-lp .pdc-calc .reco-title { font-size: 16px; font-weight: 600; color: var(--pdc-ink); margin-bottom: 14px; }
.pdc-lp .pdc-calc .reco {
  border: 1px solid var(--pdc-line);
  border-left: 4px solid var(--pdc-blue);
  border-radius: 12px;
  padding: 20px 24px;
  font-size: 16px;
  background: var(--pdc-soft);
  min-height: 56px;
  line-height: 1.6;
  color: var(--pdc-slate);
}
.pdc-lp .pdc-calc .reco b { color: var(--pdc-blue); font-weight: 700; }

@media (max-width: 680px) {
  .pdc-lp .pdc-calc { padding: 24px; }
  .pdc-lp .pdc-calc .row { grid-template-columns: 1fr; gap: 8px; }
  .pdc-lp .pdc-calc label.q { padding-top: 0; }
}
