/* FILE: assets/css/style-neonatologie.css */

:root{
  --neo-bg: #f6f0ea;
  --neo-card: #ffffff;
  --neo-line: rgba(0,0,0,.10);
  --neo-text: #0b0d0e;
  --neo-muted: rgba(0,0,0,.65);
  --neo-green: #57b47a;
  --neo-shadow: 0 20px 60px rgba(0,0,0,.08);
  --neo-radius-xl: 26px;
  --neo-radius-lg: 22px;
  --neo-radius-md: 16px;

  /* desktop fine-tune doctors image position */
  --neo-doc-x: -108px; /* (-) muta la stanga, (+) muta la dreapta */
  --neo-doc-y: 15px;   /* (-) urca, (+) coboara */

  /* desktop fine-tune doctor labels (text peste imagine) */
  --neo-docText-y: 450px; /* (+) coboara textele, (-) urca */
  --neo-docText-x: 0px;   /* (+) muta ambele spre interior, (-) spre exterior */
}

/* =========================================================
   HERO WRAPPER
========================================================= */
.neo-hero{
  background: var(--neo-bg);
  padding: 14px 0 22px;
  overflow: hidden;
}

/* breadcrumb spacing (suporta majoritatea pluginurilor) */
.neo-hero .breadcrumb,
.neo-hero .breadcrumbs,
.neo-hero .rank-math-breadcrumb,
.neo-hero .yoast-breadcrumb{
  margin: 0 0 8px !important;
}

/* =========================================================
   TOP GRID
========================================================= */
.neo-hero__top{
  display:grid;
  grid-template-columns: minmax(0, 560px) minmax(0, 1fr);
  gap: 26px;
  align-items: stretch;
}

/* LEFT */
.neo-hero__left{ padding: 0; }

.neo-hero__pillwrap{
  margin: 2px 0 10px;
}

.neo-hero__pill{
  display:inline-flex;
  align-items:center;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,.55);
  border: 1px solid rgba(0,0,0,.15);
  font-weight: 600;
  font-size: 14px;
  color: rgba(0,0,0,.78);
  box-shadow: 0 6px 24px rgba(0,0,0,.06);
}

/* H1 */
.neo-hero__h1{
  margin: 0 0 14px;
  font-size: clamp(38px, 4.2vw, 60px);
  line-height: 0.98;
  letter-spacing: -0.025em;
  color: var(--neo-text);
  font-weight: 800;
}
.neo-h1line{ display:block; }

.neo-hero__lead{
  margin: 0 0 18px;
  max-width: 520px;
  font-size: 15px;
  line-height: 1.5;
  color: rgba(0,0,0,.65);
}

/* CTA buttons */
.neo-hero__actions{
  display:flex;
  align-items:center;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}

.neo-hero__btn{
  display:inline-flex;
  align-items:center;
  gap: 10px;
  padding: 14px 18px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 14px;
  text-decoration:none;
  border: 1px solid rgba(0,0,0,.12);
  background: rgba(255,255,255,.66);
  color: rgba(0,0,0,.88);
  box-shadow: 0 12px 32px rgba(0,0,0,.08);
  transition: transform .15s ease, box-shadow .15s ease, filter .15s ease;
}

.neo-hero__btnicon{
  width: 18px; height: 18px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
}

.neo-hero__btn--green{
  background: #1f8f57;
  color: #fff;
  border-color: rgba(0,0,0,.14);
  box-shadow: 0 14px 40px rgba(31,143,87,.30);
}
.neo-hero__btn:hover{ transform: translateY(-1px); }

.neo-hero__clinic{
  display:inline-flex;
  align-items:center;
  gap: 12px;
  font-weight: 700;
  font-size: 13px;
  color: rgba(0,0,0,.75);
  text-decoration:none;
}

.neo-hero__play{
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: rgba(255,255,255,.75);
  border: 1px solid rgba(0,0,0,.12);
  display:flex;
  align-items:center;
  justify-content:center;
  box-shadow: 0 10px 24px rgba(0,0,0,.06);
}
.neo-hero__play svg{ width: 12px; height: 12px; opacity: .85; }

/* =========================================================
   DOCTORS (TEXT - IMAGE - TEXT)
========================================================= */
.neo-hero__doctors{
  position: relative;
  display:grid;
  grid-template-columns: 240px minmax(0, 1fr) 240px;
  gap: 16px;
  align-items: end;
  height: 100%;
}

/* IMPORTANT:
   - elimina padding-uri negative (nu functioneaza)
   - pe layout-ul default (sub 981px), textele stau normal, in flow
*/
.neo-hero__docCol{
  max-width: 240px;
  font-size: 12px;
  line-height: 1.35;
  color: rgba(0,0,0,.62);
  position: relative;
  z-index: 4;
  align-self: start;
  padding-top: 118px;
}

.neo-hero__docName{
  font-weight: 800;
  font-size: 13px;
  color: rgba(0,0,0,.85);
  margin-bottom: 4px;
}

.neo-hero__docMeta{ color: rgba(0,0,0,.62); }

.neo-hero__docCol--left{
  text-align:left;
  justify-self: end;
  padding-right: 6px;
}
.neo-hero__docCol--right{
  text-align:left;
  justify-self: start;
  padding-left: 6px;
}

.neo-hero__docImgWrap{
  position: relative;
  display:flex;
  align-items:flex-start;
  justify-content:center;
  min-height: 520px;
  margin-bottom: -4px;
  z-index: 1;
}

.neo-hero__doctorsImg{
  width: 100%;
  max-width: 900px;
  height: auto;
  display:block;
  transform: translateY(16px);
}

/* Only shrink the default image used in specializari */
.neo-hero__docImgWrap--default{min-height:480px}
.neo-hero__doctorsImg--default{max-width:820px;transform:translateY(8px)}

/* =========================================================
   BELOW GRID
========================================================= */
.neo-hero__below{
  margin-top: 6px;
  display:grid;
  grid-template-columns: 320px 1fr;
  gap: 18px;
  align-items: stretch;
}

/* CALL CARD */
.neo-hero__callcard{
  background: #d9effd;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: var(--neo-radius-lg);
  padding: 18px;
  box-shadow: 0 16px 42px rgba(0,0,0,.06);
}

.neo-hero__calltop{
  display:flex;
  align-items:center;
  gap: 12px;
  margin-bottom: 10px;
}

.neo-hero__callavatar{
  width: 54px;
  height: 54px;
  border-radius: 16px;
  background: rgba(255,255,255,.65);
  border: 1px solid rgba(0,0,0,.08);
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
}

.neo-hero__callavatar img{
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.neo-hero__calltitle{
  font-weight: 800;
  font-size: 12px;
  color: rgba(0,0,0,.62);
}

.neo-hero__callphone{
  font-weight: 800;
  font-size: 28px;
  line-height: 1.05;
  color: rgba(0,0,0,.88);
}

.neo-hero__calldesc{
  margin: 10px 0 14px;
  font-size: 12px;
  line-height: 1.45;
  color: rgba(0,0,0,.60);
}

.neo-hero__callbtn{
  display:flex;
  align-items:center;
  justify-content:center;
  gap: 10px;
  padding: 14px 16px;
  border-radius: 999px;
  background: rgba(255,255,255,.85);
  border: 1px solid rgba(0,0,0,.12);
  text-decoration:none;
  font-weight: 800;
  font-size: 13px;
  color: #0b57d0;
}

.neo-hero__callbtnicon{
  width: 30px;
  height: 30px;
  border-radius: 999px;
  background: #28c36b;
  color: #fff;
  display:flex;
  align-items:center;
  justify-content:center;
  box-shadow: 0 10px 24px rgba(40,195,107,.35);
}
.neo-hero__callbtnicon svg{ width: 16px; height: 16px; }

/* WHAT CARD */
.neo-hero__whatCard{
  background: rgba(255,255,255,.78);
  border: 1px solid rgba(0,0,0,.10);
  border-radius: var(--neo-radius-xl);
  box-shadow: 0 18px 50px rgba(0,0,0,.08);
  padding: 18px;
}

.neo-hero__whatGrid{
  display:grid;
  grid-template-columns: 1.25fr .75fr;
  gap: 18px;
  align-items: stretch;
}

.neo-hero__h2{
  margin: 4px 0 10px;
  font-size: clamp(34px, 3.2vw, 44px);
  letter-spacing: -0.025em;
  line-height: 1.02;
  font-weight: 800;
  color: rgba(0,0,0,.9);
}

.neo-hero__p{
  margin: 0 0 12px;
  font-size: 13px;
  line-height: 1.55;
  color: rgba(0,0,0,.66);
  max-width: 680px;
}
.neo-hero__p--muted{ color: rgba(0,0,0,.70); }

.neo-hero__video{
  position:relative;
  border-radius: 22px;
  background: #050607;
  min-height: 180px;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  text-decoration:none;
  border: 1px solid rgba(0,0,0,.2);
}

.neo-hero__videoBtn{
  display:inline-flex;
  align-items:center;
  gap: 10px;
  padding: 12px 16px;
  border-radius: 999px;
  background: rgba(255,255,255,.16);
  border: 1px solid rgba(255,255,255,.14);
  color: rgba(255,255,255,.92);
  font-weight: 800;
  font-size: 13px;
  backdrop-filter: blur(8px);
}

.neo-hero__videoIcon{
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: rgba(255,255,255,.18);
  display:flex;
  align-items:center;
  justify-content:center;
}
.neo-hero__videoIcon svg{ width: 12px; height: 12px; }

/* =========================================================
   RESPONSIVE
========================================================= */
@media (max-width: 1100px){
  .neo-hero__doctors{
    grid-template-columns: 220px 1fr 220px;
  }
  .neo-hero__doctorsImg{ max-width: 840px; }
  .neo-hero__docCol{ padding-top: 106px; }
}

@media (max-width: 980px){
  .neo-hero__top{
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .neo-hero__doctors{
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 10px;
    text-align:center;
  }

  .neo-hero__docCol{
    max-width: 520px;
    text-align:center;
    justify-self: center;
    padding: 0;
  }

  .neo-hero__docImgWrap{
    min-height: 0;
    margin-bottom: 0;
    width: 100%;
  }

  .neo-hero__doctorsImg{
    width: min(92vw, 760px);
    max-width: 760px;
    transform: translateY(0);
  }

  .neo-hero__below{
    grid-template-columns: 1fr;
    margin-top: 10px;
  }

  .neo-hero__whatGrid{ grid-template-columns: 1fr; }
  .neo-hero__video{ min-height: 220px; }
}

@media (max-width: 640px){
  .neo-hero{
    padding: 10px 0 18px;
  }

  .neo-hero__h1{
    font-size: clamp(34px, 10.2vw, 48px);
    line-height: 1.06;
  }

  .neo-h1line{ display:inline; }
  .neo-h1line + .neo-h1line::before{ content:" "; }

  .neo-hero__doctorsImg{
    width: 94vw;
    max-width: 520px;
  }
}

/* =========================================================
   FIX DESKTOP: poza doctori mare + control X/Y + coborare texte
========================================================= */
@media (min-width: 981px){

  .neo-hero__doctors{
    grid-template-columns: 1fr;
    align-items: end;
    overflow: visible;
  }

  .neo-hero__docImgWrap{
    grid-column: 1 / -1;
    display:flex;
    justify-content:center;
    align-items:flex-end;
    min-height: 540px;
    margin-bottom: 8px;
    z-index: 1;
  }

  .neo-hero__doctorsImg{
    width: auto;
    height: 540px;
    max-width: none;
    object-fit: contain;
    transform: translateX(var(--neo-doc-x)) translateY(var(--neo-doc-y));
    will-change: transform;
  }

  /* TEXT peste imagine:
     - acum nu mai e legat de padding-top
     - il cobori dintr-un singur loc: --neo-docText-y
  */
  .neo-hero__docCol{
    position: absolute;
    top: var(--neo-docText-y);
    width: min(1240px, 100%);
    max-width: 240px;
    padding-top: 0;
    z-index: 4;
    pointer-events: none;
  }

  .neo-hero__docCol--left{
    left: var(--neo-docText-x);
    text-align: left;
  }
  .neo-hero__docCol--right{
    right: var(--neo-docText-x);
    text-align: left;
  }

  @media (prefers-reduced-motion: no-preference){
    .neo-hero__doctorsImg{
      animation: neoDocIn .55s ease both;
    }
    @keyframes neoDocIn{
      from{
        opacity: 0;
        transform: translateX(calc(var(--neo-doc-x) - 16px)) translateY(calc(var(--neo-doc-y) + 8px));
      }
      to{
        opacity: 1;
        transform: translateX(var(--neo-doc-x)) translateY(var(--neo-doc-y));
      }
    }
  }
}

@media (min-width: 1280px){
  .neo-hero__docImgWrap{ min-height: 580px; }
  .neo-hero__doctorsImg{ height: 580px; }
}

/* =========================================================
   WHY ADEOMED (after hero) – refined + responsive
   - Desktop: 3 coloane, icon + titlu pe aceeasi linie
   - Tablet/Mobile: 1 coloana, icon mai mic, inline cu titlul
   FILE: assets/css/style-neonatologie.css
========================================================= */

.neo-why{
  background: var(--neo-bg);
  padding: 56px 0 26px;
  position: relative;
  overflow: hidden;
}

/* glow subtil */
.neo-why::before{
  content:"";
  position:absolute;
  left: 50%;
  top: -120px;
  width: 900px;
  height: 360px;
  transform: translateX(-50%);
  background: radial-gradient(circle at center, rgba(111,190,255,.18), rgba(255,255,255,0) 60%);
  pointer-events:none;
}

.neo-why .container{
  position: relative;
  z-index: 1;
}

.neo-why__head{
  text-align:center;
  max-width: 980px;
  margin: 0 auto 28px;
}

.neo-why__pill{
  display:inline-flex;
  align-items:center;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(0,0,0,.10);
  background: rgba(255,255,255,.55);
  font-weight: 700;
  font-size: 13px;
  color: rgba(0,0,0,.72);
  box-shadow: 0 10px 26px rgba(0,0,0,.05);
  margin-bottom: 14px;
}

.neo-why__h2{
  margin: 0 0 10px;
  line-height: 1.06;
  letter-spacing: -0.02em;
  font-size: clamp(34px, 3.1vw, 54px);
  font-weight: 700;
  color: rgba(0,0,0,.82);
}

.neo-why__h2light{
  font-weight: 500;
  color: rgba(0,0,0,.62);
}

.neo-why__h2strong{
  font-weight: 900;
  color: rgba(0,0,0,.82);
}

.neo-why__sub{
  margin: 0 auto;
  max-width: 760px;
  font-size: 14px;
  line-height: 1.55;
  color: rgba(0,0,0,.58);
}

/* GRID */
.neo-why__grid{
  display:grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 52px;
  align-items:start;
  margin: 30px 0 20px;
}

.neo-why__card{
  text-align:left;
}

/* =========================================================
   ICON + TITLE INLINE (same row)
========================================================= */

/* randul de sus (icon + title) */
.neo-why__img{
  display:flex;
  align-items:center;
  gap: 14px;
  margin: 0 0 12px;
}

/* badge circular (desktop) */
.neo-why__img img{
  width: 96px;                  /* CONTROL desktop */
  height: 96px;                 /* CONTROL desktop */
  object-fit: contain;
  display:block;

  padding: 14px;
  border-radius: 999px;
  background: rgba(96,180,255,.16);
  border: 1px solid rgba(0,0,0,.06);
  box-shadow: 0 16px 46px rgba(0,0,0,.06);

  filter: saturate(.98) contrast(.98);
}

/* titlu (sta pe aceeasi linie cu iconul) */
.neo-why__title{
  margin: 0;                    /* IMPORTANT: altfel coboara */
  font-size: 22px;
  line-height: 1.15;
  letter-spacing: -0.01em;
  font-weight: 900;
  color: rgba(0,0,0,.88);
}

/* continut */
.neo-why__text{
  font-size: 14px;
  line-height: 1.65;
  color: rgba(0,0,0,.56);
}
.neo-why__text p{ margin: 0 0 12px; }

/* text jos */
.neo-why__bottom{
  margin: 26px auto 0;
  max-width: 1060px;
  font-size: 13px;
  line-height: 1.6;
  color: rgba(0,0,0,.52);
  text-align: center;
  padding: 0 18px;
}

/* =========================================================
   RESPONSIVE
========================================================= */
@media (max-width: 1100px){
  .neo-why__grid{ gap: 34px; }

  .neo-why__img img{
    width: 88px;
    height: 88px;
    padding: 12px;
  }

  .neo-why__title{
    font-size: 20px;
  }
}

@media (max-width: 980px){
  .neo-why{
    padding: 44px 0 22px;
  }

  .neo-why__grid{
    grid-template-columns: 1fr;
    gap: 22px;
    margin-top: 22px;
    justify-items: stretch;
  }

  .neo-why__card{
    max-width: none;
    width: 100%;
    margin: 0;
    display: block;
  }

  .neo-why__toprow{
    display:flex;
    align-items:center;
    justify-content:flex-start;
    gap: 12px;
    margin: 0 0 10px;
    width: 100%;
  }

  .neo-why__img{
    width: 72px;
    height: 72px;
    flex: 0 0 72px;
    margin: 0;
    border-radius: 999px;
    background: rgba(96,180,255,.16);
    border: 1px solid rgba(0,0,0,.06);
    box-shadow: 0 12px 34px rgba(0,0,0,.06);
    display:flex;
    align-items:center;
    justify-content:center;
  }

  .neo-why__img img{
    width: 48px;
    height: 48px;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .neo-why__title{
    font-size: 22px;
    margin: 0;
  }

  .neo-why__bottom{
    text-align: left;
    max-width: 680px;
  }
}

@media (max-width: 640px){
  .neo-why__toprow{ gap: 10px; }
  .neo-why__img{
    width: 56px;
    height: 56px;
    flex-basis: 56px;
  }

  /* mai mic pe mobil */
  .neo-why__img img{
    width: 38px;
    height: 38px;
  }

  .neo-why__title{
    font-size: 18px;
    line-height: 1.2;
  }
}

@media (max-width: 420px){
  .neo-why__img{
    width: 48px;
    height: 48px;
    flex-basis: 48px;
  }
  .neo-why__img img{
    width: 32px;
    height: 32px;
  }
  .neo-why__title{
    font-size: 17px;
  }
}

.neo-why__toprow{
  display:flex;
  align-items:center;
  gap: 14px;
  margin: 0 0 12px;
}

.neo-why__toprow .neo-why__img{ margin: 0; }

/* =========================================================
   MEDICI (after WHY) – neonatologie
   FILE: assets/css/style-neonatologie.css
========================================================= */

.neo-docs{
  background: var(--neo-bg);
  padding: 56px 0 18px;
}

.neo-docs__head{
  text-align:center;
  max-width: 980px;
  margin: 0 auto 26px;
}

.neo-docs__pill{
  display:inline-flex;
  align-items:center;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(0,0,0,.10);
  background: rgba(255,255,255,.55);
  font-weight: 700;
  font-size: 13px;
  color: rgba(0,0,0,.72);
  box-shadow: 0 10px 26px rgba(0,0,0,.05);
  margin-bottom: 14px;
}

.neo-docs__h2{
  margin: 0 0 10px;
  line-height: 1.06;
  letter-spacing: -0.02em;
  font-size: clamp(34px, 3.0vw, 54px);
  font-weight: 500;
  color: rgba(0,0,0,.62);
}

.neo-docs__sub{
  margin: 0 auto;
  max-width: 760px;
  font-size: 14px;
  line-height: 1.55;
  color: rgba(0,0,0,.58);
}

.neo-docs__grid{
  display:grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  align-items:start;
  margin-top: 18px;
}

.neo-docs__card{
  background: transparent;
}

.neo-docs__media{
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  background: rgba(0,0,0,.06);
  border: 1px solid rgba(0,0,0,.10);
  box-shadow: 0 18px 52px rgba(0,0,0,.06);
  aspect-ratio: 1 / 1;
}

.neo-docs__img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display:block;
  transform: scale(1.01);
}

.neo-docs__badge{
  position:absolute;
  left: 14px;
  bottom: 14px;
  display:inline-flex;
  align-items:center;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(246,240,234,.92);
  border: 1px solid rgba(0,0,0,.10);
  font-size: 12px;
  font-weight: 700;
  color: rgba(0,0,0,.62);
  box-shadow: 0 12px 30px rgba(0,0,0,.08);
}

.neo-docs__body{
  padding: 14px 6px 0;
}

.neo-docs__name{
  margin: 0 0 6px;
  font-size: 22px;
  line-height: 1.15;
  letter-spacing: -0.01em;
  font-weight: 900;
  color: rgba(0,0,0,.88);
}

.neo-docs__meta{
  font-size: 13px;
  line-height: 1.45;
  color: rgba(0,0,0,.56);
  margin-bottom: 10px;
}

.neo-docs__cta{
  display:inline-flex;
  align-items:center;
  gap: 10px;
  font-weight: 800;
  font-size: 13px;
  color: rgba(11,87,208,.95);
  text-decoration: none;
}

.neo-docs__ctaIcon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width: 26px;
  height: 26px;
  border-radius: 999px;
  background: rgba(96,180,255,.18);
  border: 1px solid rgba(0,0,0,.06);
  color: rgba(0,0,0,.55);
}

/* hover subtle */
.neo-docs__card:hover .neo-docs__media{
  box-shadow: 0 22px 64px rgba(0,0,0,.08);
}

/* responsive */
@media (max-width: 1100px){
  .neo-docs__grid{ gap: 20px; }
  .neo-docs__name{ font-size: 20px; }
}

@media (max-width: 980px){
  .neo-docs{
    padding: 44px 0 12px;
  }
  .neo-docs__grid{
    grid-template-columns: 1fr;
    gap: 22px;
    max-width: 680px;
    margin: 18px auto 0;
  }
  .neo-docs__media{
    max-width: 520px;
    margin: 0 auto;
  }
  .neo-docs__body{
    max-width: 520px;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
  }
}

/* =========================================================
   PRETURI NEONATOLOGIE
   FILE: assets/css/style-neonatologie.css
========================================================= */

.neo-prices{
  background: var(--neo-bg);
  padding: 54px 0 26px;
}

.neo-prices__head{
  text-align:center;
  max-width: 980px;
  margin: 0 auto 18px;
}

.neo-prices__pill{
  display:inline-flex;
  align-items:center;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(0,0,0,.10);
  background: rgba(255,255,255,.55);
  font-weight: 700;
  font-size: 13px;
  color: rgba(0,0,0,.72);
  box-shadow: 0 10px 26px rgba(0,0,0,.05);
  margin-bottom: 14px;
}

.neo-prices__h2{
  margin: 0 0 8px;
  line-height: 1.06;
  letter-spacing: -0.02em;
  font-size: clamp(34px, 3.0vw, 54px);
  font-weight: 500;
  color: rgba(0,0,0,.62);
}

.neo-prices__sub{
  margin: 0 auto;
  max-width: 760px;
  font-size: 14px;
  line-height: 1.55;
  color: rgba(0,0,0,.58);
}

/* table wrapper */
.neo-prices__wrap{
  max-width: 1180px;
  margin: 22px auto 0;
}

.neo-prices__table{
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.neo-prices__th,
.neo-prices__td{
  padding: 10px 6px;
  border-bottom: 2px solid rgba(0,0,0,.25);
  vertical-align: middle;
}

.neo-prices__top .neo-prices__th{
  border-bottom: 2px solid rgba(0,0,0,.35);
  padding-top: 16px;
  padding-bottom: 10px;
  font-weight: 900;
  color: rgba(0,0,0,.85);
}

.neo-prices__subhead .neo-prices__th{
  border-bottom: 2px solid rgba(0,0,0,.25);
  padding-top: 6px;
  padding-bottom: 12px;
  font-weight: 500;
  color: rgba(0,0,0,.70);
}

.neo-prices__th--service,
.neo-prices__td--service{
  text-align: left;
  width: 44%;
  padding-left: 2px;
}

.neo-prices__th--doc{
  text-align: center;
  width: 28%;
}

.neo-prices__td--price{
  text-align: center;
  font-weight: 500;
  color: rgba(0,0,0,.80);
}

.neo-prices__td--service{
  font-weight: 500;
  color: rgba(0,0,0,.80);
}

.neo-prices__row .neo-prices__td,
.neo-prices__row .neo-prices__th{
  border-bottom: 2px solid rgba(0,0,0,.25);
}

/* optional note */
.neo-prices__note{
  margin: 18px auto 0;
  max-width: 980px;
  font-size: 13px;
  line-height: 1.6;
  color: rgba(0,0,0,.52);
  text-align: center;
  padding: 0 18px;
}

/* responsive: stack rows, no horizontal scroll */
@media (max-width: 980px){
  .neo-prices{
    padding: 42px 0 22px;
  }

  .neo-prices__wrap{
    overflow: visible;
  }

  .neo-prices__table{
    min-width: 0;
    table-layout: auto;
  }

  .neo-prices__table thead{
    display: none;
  }

  .neo-prices__table tbody{
    display: block;
  }

  .neo-prices__row{
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 8px 10px;
    padding: 12px 0;
    border-bottom: 2px solid rgba(0,0,0,.25);
  }

  .neo-prices__row .neo-prices__td,
  .neo-prices__row .neo-prices__th{
    border-bottom: 0;
    padding: 0 6px;
  }

  .neo-prices__td--service{
    width: auto;
  }

  .neo-prices__td--price{
    white-space: nowrap;
    text-align: right;
  }
}

/* =========================================================
   FAQ – Neonatologie (wrapper rounded, no full white background)
   FILE: assets/css/style-neonatologie.css
========================================================= */

.neo-faq{
  /* NU mai fortam alb pe tot ecranul */
  background: transparent;
  padding: 56px 0 54px;
}

/* wrapper ca “card” mare, cu colturi rotunjite */
.neo-faq .container{
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 28px;
  box-shadow: 0 18px 60px rgba(0,0,0,.06);
  padding: 34px 26px 26px;
  backdrop-filter: blur(10px);
}

.neo-faq__head{
  text-align:center;
  max-width: 980px;
  margin: 0 auto 26px;
}

.neo-faq__pill{
  display:inline-flex;
  align-items:center;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(0,0,0,.10);
  background: rgba(255,255,255,.85);
  font-weight: 700;
  font-size: 13px;
  color: rgba(0,0,0,.72);
  box-shadow: 0 10px 26px rgba(0,0,0,.05);
  margin-bottom: 14px;
}

.neo-faq__h2{
  margin: 0 0 10px;
  line-height: 1.05;
  letter-spacing: -0.02em;
  font-size: clamp(34px, 3.2vw, 54px);
  font-weight: 500;
  color: rgba(0,0,0,.55);
}

.neo-faq__sub{
  margin: 0 auto;
  max-width: 760px;
  font-size: 14px;
  line-height: 1.55;
  color: rgba(0,0,0,.58);
}

.neo-faq__list{
  max-width: 1120px;
  margin: 0 auto;
  display:flex;
  flex-direction: column;
  gap: 14px;
}

/* ITEM */
.neo-faq__item{
  border: 1px solid rgba(0,0,0,.10);
  border-radius: 18px;
  background: rgba(255,255,255,.86);
  box-shadow: 0 12px 40px rgba(0,0,0,.05);
  overflow:hidden;
}

/* hide default marker */
.neo-faq__summary{
  list-style: none;
}
.neo-faq__summary::-webkit-details-marker{
  display:none;
}

.neo-faq__summary{
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 18px;
  padding: 18px 20px;
}

.neo-faq__q{
  font-weight: 900;
  font-size: 18px;
  letter-spacing: -0.01em;
  color: rgba(0,0,0,.90);
}

.neo-faq__icon{
  width: 28px;
  height: 28px;
  border-radius: 999px;
  border: 1px solid rgba(0,0,0,.10);
  background: rgba(0,0,0,.02);
  position: relative;
  flex: 0 0 auto;
}

.neo-faq__icon::before,
.neo-faq__icon::after{
  content:"";
  position:absolute;
  left: 50%;
  top: 50%;
  width: 12px;
  height: 2px;
  background: rgba(0,0,0,.55);
  transform: translate(-50%, -50%);
  border-radius: 2px;
}
.neo-faq__icon::after{
  transform: translate(-50%, -50%) rotate(90deg);
}

.neo-faq__item[open] .neo-faq__icon::after{
  transform: translate(-50%, -50%) rotate(0deg);
  opacity: 0;
}

.neo-faq__content{
  padding: 0 20px 18px;
  font-size: 14px;
  line-height: 1.7;
  color: rgba(0,0,0,.62);
}
.neo-faq__content p{ margin: 0 0 12px; }
.neo-faq__content ul{ margin: 0 0 12px 18px; }

/* CTA */
.neo-faq__cta{
  max-width: 1120px;
  margin: 18px auto 0;
  padding: 0 2px;
}
.neo-faq__ctaLink{
  font-weight: 900;
  color: rgba(0,0,0,.88);
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* Responsive */
@media (max-width: 980px){
  .neo-faq{
    padding: 44px 0 44px;
  }
  .neo-faq .container{
    padding: 26px 16px 18px;
    border-radius: 24px;
  }
  .neo-faq__q{
    font-size: 16px;
  }
  .neo-faq__summary{
    padding: 16px 16px;
  }
  .neo-faq__content{
    padding: 0 16px 16px;
  }
}

@media (max-width: 640px){
  .neo-faq .container{
    border-radius: 20px;
  }
  .neo-faq__icon{
    width: 26px;
    height: 26px;
  }
  .neo-faq__q{
    font-size: 15px;
  }
}
