.elementor-1613 .elementor-element.elementor-element-fef8bf3{--display:flex;--background-transition:0.3s;}/* Start custom CSS for text-editor, class: .elementor-element-1380be3 */.ahtm-page {
  font-family: Arial, sans-serif;
  color: #183f43;
  background: #fff;
  line-height: 1.6;
}

.ahtm-container {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
}

.ahtm-section {
  padding: 70px 0;
}

.ahtm-soft {
  background: #f5fbfb;
}

.ahtm-hero {
  padding: 80px 0;
  background: linear-gradient(180deg, #ffffff 0%, #f3fbfb 100%);
}

.ahtm-hero-grid {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 50px;
  align-items: center;
}

.ahtm-kicker {
  color: #008b8b;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 12px;
}

.ahtm-hero h1 {
  font-size: 50px;
  line-height: 1.1;
  color: #073f44;
  margin: 0 0 20px;
}

.ahtm-lead {
  font-size: 18px;
  color: #4d686b;
  max-width: 650px;
}

.ahtm-btn {
  display: inline-block;
  background: #008b8b;
  color: #fff !important;
  text-decoration: none;
  padding: 14px 26px;
  border-radius: 8px;
  font-weight: 700;
  margin-top: 22px;
}

.ahtm-btn:hover {
  background: #006f72;
}

.ahtm-btn-light {
  background: #fff;
  color: #00777a !important;
}

.ahtm-hero-image img {
  width: 100%;
  max-width: 460px;
  display: block;
  margin: auto;
  border-radius: 24px;
  box-shadow: 0 20px 45px rgba(0, 0, 0, .12);
}

.ahtm-badges {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 25px;
}

.ahtm-badges span {
  background: #e8f8f8;
  color: #08777a;
  padding: 10px 14px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 14px;
}

.ahtm-section h2 {
  font-size: 36px;
  color: #073f44;
  text-align: center;
  margin: 0 0 25px;
}

.ahtm-center {
  text-align: center;
  max-width: 820px;
  margin: 0 auto 35px;
  color: #4d686b;
}

.ahtm-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.ahtm-card {
  background: #fff;
  border: 1px solid #d8eeee;
  border-radius: 16px;
  padding: 26px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, .04);
}

.ahtm-card h3 {
  color: #08777a;
  margin-top: 0;
}

/* --- SECȚIUNEA PENTRU PAȘI (MODIFICATĂ) --- */
.ahtm-steps {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  max-width: 950px;
  margin: auto;
  justify-content: center; /* Centrează perfect cardurile de pe rândul doi */
}

.ahtm-steps div {
  background: #fff;
  border: 1px solid #d8eeee;
  border-radius: 16px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 8px 20px rgba(0, 0, 0, .04);
  width: calc(33.333% - 17px); /* Desktop: 3 pe rând */
  box-sizing: border-box;
}

.ahtm-steps strong {
  display: inline-flex;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #008b8b;
  color: #fff;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.ahtm-steps h3 {
  color: #073f44;
  margin: 8px 0;
}
/* ----------------------------------------- */

.ahtm-two {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

.ahtm-two h2 {
  text-align: left;
}

.ahtm-list-box {
  background: #fff;
  border: 1px solid #d8eeee;
  border-radius: 18px;
  padding: 30px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, .04);
}

.ahtm-list-box ul {
  margin: 0;
  padding-left: 20px;
}

.ahtm-list-box li {
  margin-bottom: 10px;
}

.ahtm-prices {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.ahtm-price {
  position: relative;
  background: #fff;
  border: 1px solid #d8eeee;
  border-radius: 18px;
  padding: 32px 24px;
  text-align: center;
  box-shadow: 0 8px 22px rgba(0, 0, 0, .05);
}

.ahtm-featured {
  border: 3px solid #008b8b;
  transform: scale(1.03);
}

.ahtm-label {
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  background: #008b8b;
  color: #fff;
  padding: 6px 16px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
}

.ahtm-amount {
  font-size: 42px;
  font-weight: 800;
  color: #008b8b;
  margin: 12px 0;
}

.ahtm-price a {
  display: inline-block;
  color: #008b8b;
  border: 1px solid #008b8b;
  padding: 10px 18px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  margin-top: 15px;
}

.ahtm-faq {
  max-width: 850px;
  margin: auto;
}

.ahtm-faq details {
  border: 1px solid #d8eeee;
  border-radius: 12px;
  margin-bottom: 12px;
  background: #fff;
  padding: 16px 18px;
}

.ahtm-faq summary {
  cursor: pointer;
  font-weight: 700;
  color: #073f44;
}

.ahtm-faq p {
  margin-bottom: 0;
  color: #4d686b;
}

.ahtm-cta {
  background: linear-gradient(135deg, #008b8b, #073f44);
  color: #fff;
  text-align: center;
  border-radius: 24px;
  padding: 50px 25px;
}

.ahtm-cta h2 {
  color: #fff;
  margin-bottom: 12px;
}

.ahtm-cta p {
  color: #e8ffff;
}

.ahtm-phone {
  display: block;
  color: #fff !important;
  font-size: 30px;
  font-weight: 800;
  text-decoration: none;
  margin: 15px 0;
}

@media(max-width:900px) {
  .ahtm-hero-grid,
  .ahtm-grid,
  .ahtm-two,
  .ahtm-prices {
    grid-template-columns: 1fr;
  }

  /* Responsive pași: 2 pe rând pentru tablete */
  .ahtm-steps div {
    width: calc(50% - 13px);
  }

  .ahtm-hero h1 {
    font-size: 36px;
  }

  .ahtm-two h2 {
    text-align: center;
  }

  .ahtm-featured {
    transform: none;
  }
}

@media(max-width:600px) {
  .ahtm-section {
    padding: 50px 0;
  }

  /* Responsive pași: 1 singur pe rând pentru telefoane */
  .ahtm-steps div {
    width: 100%;
  }

  .ahtm-section h2 {
    font-size: 28px;
  }

  .ahtm-amount {
    font-size: 34px;
  }
}/* End custom CSS */