<style>
/* ——— Descriere & Intro ——— */
@media screen and (min-width: 1337px) {
  .descriere { font-size: 70px; }
}



#calculator iframe { height: 800px; }

#accountingIntro {
  padding: 30px 10px 0 10px;
  background-color: #fdfdfd;
  margin: 0 0 -100px 0;
}

/* ——— Secțiunea "Ce este inclus" ——— */
#includedServices { margin: 55px 0 25px 0; }

#includedServices .included-card {
  background: #fff;
  border: 1px solid #e6eef8;
  border-radius: 16px;
  box-shadow: 0 4px 24px rgba(24, 76, 164, 0.09);
  padding: 28px 24px;
}

/* Numărătoare pentru lista ta existentă (.included-steps) */
#includedServices .included-steps {
  margin: 0;
  padding-left: 0;
  counter-reset: step;
}

#includedServices .included-steps li {
  padding-left: 44px;
  margin: 12px 0;
  position: relative;
}

#includedServices .included-steps li::before {
  counter-increment: step;
  content: counter(step);
  position: absolute;
  left: 0; top: 2px;
  width: 28px; height: 28px;
  border-radius: 8px;
  display: grid; place-items: center;
  font-weight: 800;
  font-size: 0.95rem;
  background: #eaf2ff;
  color: #0d469d;
  border: 1px solid #d6e6ff;
}

#includedServices .included-steps h6 {
  margin: 0;
  padding-top: 5px;
  font-weight: 500 !important;
  font-size: 18px;
  color: #1f2a44;
  line-height: 1.35;
}

/* Tabel prețuri (aliniere prima coloană) */
#pricingWhenNoActivity table tbody td { font-size:18px !important;  }
#pricingWhenNoActivity table tbody td:first-child { text-align: left !important; padding-left:3% !important;  }

/* ——— Carousel carduri domenii ——— */
#ducontTeamCarousel * { box-sizing: border-box; }

#ducontTeamCarousel {
  padding-bottom: 50px;
  width: 100%;
  max-width: 1240px;
  margin: 100px auto 0 auto;
  position: relative;
  z-index: 2;
  overflow-x: hidden;
}

#ducontTeamCarousel .about-title {
  font-size: 3.2rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  text-align: center;
  margin-bottom: 24px;
  background: linear-gradient(to bottom, rgb(8 42 123 / 35%) 30%, rgb(255 255 255 / 0%) 76%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

#ducontTeamCarousel .carousel-container {
  width: 100%;
  max-width: 1100px;
  height: 420px;
  margin: 0 auto;
  position: relative;
  perspective: 1000px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#ducontTeamCarousel .carousel-track {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transform-style: preserve-3d;
  transition: transform 0.8s cubic-bezier(0.25,0.46,0.45,0.94);
}

#ducontTeamCarousel .card {
  position: absolute;
  width: 260px;
  height: 340px;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0,0,0,0.12);
  transition: all 0.8s cubic-bezier(0.25,0.46,0.45,0.94);
  cursor: pointer;
}

#ducontTeamCarousel .card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s cubic-bezier(0.25,0.46,0.45,0.94);
}

#ducontTeamCarousel .card.center {
  z-index: 10;
  transform: scale(1.08) translateZ(0);
}

#ducontTeamCarousel .card.left-2 {
  z-index: 1;
  transform: translateX(-400px) scale(0.8) translateZ(-300px);
  opacity: 0.5;
}

#ducontTeamCarousel .card.left-1 {
  z-index: 5;
  transform: translateX(-200px) scale(0.92) translateZ(-120px);
  opacity: 0.75;
}

#ducontTeamCarousel .card.right-1 {
  z-index: 5;
  transform: translateX(200px) scale(0.92) translateZ(-120px);
  opacity: 0.75;
}

#ducontTeamCarousel .card.right-2 {
  z-index: 1;
  transform: translateX(400px) scale(0.8) translateZ(-300px);
  opacity: 0.5;
}

#ducontTeamCarousel .card.hidden {
  opacity: 0;
  pointer-events: none;
}

#ducontTeamCarousel .card::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0;
  width: 100%; height: 50%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent);
  pointer-events: none;
  z-index: 2;
}

#ducontTeamCarousel .card:not(.center) img { filter: grayscale(95%); }

#ducontTeamCarousel .member-info {
  text-align: center;
  margin: -90px 0 0 0;
}

#ducontTeamCarousel .member-name {
  color: #fff;
  font-size: 1.7rem;
  font-weight: 800;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.85);
  margin-bottom: 48px;
  position: relative;
  display: inline-block;
  opacity: 0;
  transform: translateY(10px) scale(0.9);
  transition: opacity 0.3s cubic-bezier(.7,.17,.18,.98), transform 0.3s cubic-bezier(.7,.17,.18,.98);
}

#ducontTeamCarousel .member-name.active {
  opacity: 1;
  transform: translateY(0) scale(1);
}

#ducontTeamCarousel .member-role {
  color: #184ca4;
  font-size: 2.1rem;
  font-weight: 700;
  margin: 0;
  letter-spacing: 0.02em;
  text-shadow: 0 1px 8px #e7f1ff;
  transition: all 0.3s cubic-bezier(.7,.17,.18,.98);
}

#ducontTeamCarousel .dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 30px;
}

#ducontTeamCarousel .dot {
  width: 12px; height: 12px;
  border-radius: 50%;
  background: rgba(8, 42, 123, 0.13);
  cursor: pointer;
  transition: all 0.3s;
}

#ducontTeamCarousel .dot.active {
  background: #082a7b;
  transform: scale(1.18);
}

#ducontTeamCarousel .nav-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(8,42,123,0.73);
  color: white;
  width: 40px; height: 40px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer; z-index: 30;
  font-size: 35px;
  border: none; outline: none;
  transition: all 0.3s;
  padding-bottom: 7px;
}

#ducontTeamCarousel .nav-arrow.left { padding-left: 4px; left: 5px; }
#ducontTeamCarousel .nav-arrow.right { padding-right: 4px; right: 5px; }
#ducontTeamCarousel .nav-arrow:hover { background: #051c49; }

#ducontTeamCarousel .member-details {
  font-size: 1.07rem;
  color: #356dc0;
  background: transparent;
  padding: 10px 20px;
  min-height: 38px;
  display: inline-block;
}

#ducontTeamCarousel .member-role,
#ducontTeamCarousel .member-details {
  opacity: 0;
  transform: translateY(10px) scale(0.9);
  transition: opacity 0.3s cubic-bezier(.7,.17,.18,.98), transform 0.3s cubic-bezier(.7,.17,.18,.98);
}

#ducontTeamCarousel .member-role.active,
#ducontTeamCarousel .member-details.active {
  opacity: 1;
  transform: translateY(0) scale(1);
}

#ducontTeamCarousel .member-specs {
  list-style: none;
  margin: 0; padding: 0;
  font-size: 1.07rem;
}

#ducontTeamCarousel .member-specs li {
  padding: 4px 0;
  border-bottom: 1px solid #d5e7ff;
  display: flex; justify-content: space-between;
  font-size: 1.01rem;
}

#ducontTeamCarousel .member-specs li:last-child { border-bottom: none; }

#ducontTeamCarousel .member-inline-specs {
  display: flex; flex-wrap: wrap;
  gap: 10px; justify-content: center;
  margin-top: 6px; margin-bottom: 3px;
}

#ducontTeamCarousel .spec-badge {
  display: flex; flex-direction: column; align-items: center;
  background: #f3f3f3; color: #184ca4;
  border-radius: 15px;
  padding: 10px 14px 8px 14px;
  font-size: 1.05rem; font-weight: 600;
  box-shadow: 0 2px 10px rgba(8, 42, 123, 0.05);
  border: 1px solid #f4f4f4;
  min-width: 60px;
  margin: 0 6px;
}

#ducontTeamCarousel .spec-label {
  color: #073b4c;
  font-weight: 600;
  margin-bottom: -2px;
  font-size: 1.2rem;
}

#ducontTeamCarousel .spec-value {
  color: #356dc0;
  font-weight: 600;
  font-size: 1.1rem;
}

/* ——— Breakpoints ——— */
@media (max-width: 1000px) {
  #ducontTeamCarousel .carousel-container { height: 330px; }
  #ducontTeamCarousel .card { width: 190px; height: 230px; }
  #ducontTeamCarousel .card.left-2 { transform: translateX(-240px) scale(0.8) translateZ(-200px); }
  #ducontTeamCarousel .card.left-1 { transform: translateX(-100px) scale(0.92) translateZ(-60px); }
  #ducontTeamCarousel .card.right-1 { transform: translateX(100px) scale(0.92) translateZ(-60px); }
  #ducontTeamCarousel .card.right-2 { transform: translateX(240px) scale(0.8) translateZ(-200px); }
}

@media (max-width: 992px) {
  #calculator iframe {
    min-height: 1570px;
    max-height: 1800px;
  }
  #accountingIntro {
    padding: 30px 10px;
    margin: 0 0 -60px 0;
  }
}

@media (max-width: 600px) {
  .section-heading { margin-bottom: 0 !important; }

  #includedServices .included-card { padding: 16px 14px; }
  #includedServices .included-steps li { padding-left: 40px; margin: 10px 0; }
  #includedServices .included-steps li::before {
    width: 26px; height: 26px; border-radius: 8px; font-size: .9rem;
  }
  #includedServices .included-steps h6 { font-size: 0.98rem; }

  #ducontTeamCarousel { margin: 25px auto 0 auto; }
  #ducontTeamCarousel .member-details {
    font-size: 0.95rem;
    padding: 7px 10px;
    min-height: 30px;
  }
  #ducontTeamCarousel .spec-label { font-size: 1rem; }
  #ducontTeamCarousel .spec-value { font-size: 0.9rem; }
  #ducontTeamCarousel .about-title { font-size: 2rem; }
  #ducontTeamCarousel .carousel-container { height: 270px; }
  #ducontTeamCarousel .card {
    width: 170px; height: 230px; border-radius: 14px;
  }
  #ducontTeamCarousel .card.left-2 {
    transform: translateX(-120px) scale(0.8) translateZ(-90px);
  }
  #ducontTeamCarousel .card.left-1 {
    transform: translateX(-50px) scale(0.92) translateZ(-24px);
  }
  #ducontTeamCarousel .card.right-1 {
    transform: translateX(50px) scale(0.92) translateZ(-24px);
  }
  #ducontTeamCarousel .card.right-2 {
    transform: translateX(120px) scale(0.8) translateZ(-90px);
  }
  #ducontTeamCarousel .member-info { margin: -50px 0 0 0; transition: all 0.9s; }
  #ducontTeamCarousel .member-name { font-size: 1.1rem; margin-bottom: 40px; }
  #ducontTeamCarousel .member-role { font-size: 1.3rem; }
  #ducontTeamCarousel .member-specs { font-size: 0.95rem; }
  #ducontTeamCarousel .member-specs li { font-size: 0.92rem; }
  #ducontTeamCarousel .spec-badge {
    font-size: 0.96rem;
    padding: 6px 10px 6px 9px;
  }
  #ducontTeamCarousel .nav-arrow { padding-bottom: 3px; }
  #ducontTeamCarousel .nav-arrow.left { padding-left: 4px; left: 30px; }
  #ducontTeamCarousel .nav-arrow.right { padding-right: 4px; right: 30px; }
  #pricingWhenNoActivity table tbody td { font-size: 0.95rem !important;  }
}

</style>