.elementor-6221 .elementor-element.elementor-element-e732134{--background-transition:0.3s;}/* Start custom CSS for text-editor, class: .elementor-element-5f3e5f6 */.hiru-page {
  max-width: 1180px;
  margin: 0 auto;
  padding: 50px 18px;
  font-family: "Open Sans", "Segoe UI", Roboto, Arial, sans-serif;
  color: #26384a;
  line-height: 1.7;
}

.hiru-page * {
  box-sizing: border-box;
}

.hiru-page h1,
.hiru-page h2,
.hiru-page h3,
.hiru-badge,
.hiru-btn,
.hiru-btn-outline,
.hiru-price-row,
.hiru-icons div,
.hiru-symptom-grid div,
.hiru-risk-grid div,
.hiru-offer-card {
  font-family: "Montserrat", "Segoe UI", Roboto, Arial, sans-serif;
}

.hiru-hero {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  align-items: center;
  gap: 45px;
  padding: 58px;
  border-radius: 34px;
  background: linear-gradient(135deg, #f7fbff 0%, #ffffff 65%);
  border: 1px solid #dbe8f6;
  box-shadow: 0 22px 60px rgba(74, 125, 184, .16);
  overflow: hidden;
  position: relative;
}

.hiru-badge {
  display: inline-block;
  background: #edf5ff;
  color: #3d72ad;
  border: 1px solid #c7ddf3;
  padding: 9px 18px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 20px;
}

.hiru-hero h1 {
  font-size: clamp(38px, 5vw, 64px);
  line-height: 1.06;
  margin: 0 0 20px;
  color: #386fa8;
  font-weight: 800;
  letter-spacing: -1px;
}

.hiru-sub {
  font-size: 21px;
  color: #30465d;
  margin-bottom: 28px;
}

.hiru-icons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 13px;
  margin-bottom: 25px;
}

.hiru-icons div,
.hiru-symptom-grid div,
.hiru-risk-grid div {
  background: #ffffff;
  border: 1px solid #d7e7f7;
  border-radius: 18px;
  padding: 13px 16px;
  font-weight: 700;
  box-shadow: 0 8px 22px rgba(74, 125, 184, .07);
}

.hiru-icons div:before,
.hiru-symptom-grid div:before {
  content: "✓ ";
  color: #4a7db8;
  font-weight: 900;
}

.hiru-price-row {
  display: flex;
  gap: 18px;
  align-items: center;
  margin: 22px 0;
}

.hiru-price-row strong,
.hiru-final strong {
  font-size: 40px;
  color: #3d72ad;
  font-weight: 800;
}

.hiru-price-row span {
  font-size: 18px;
  color: #3a4e62;
}

.hiru-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.hiru-actions.center {
  justify-content: center;
}

.hiru-btn,
.hiru-btn-outline {
  display: inline-block;
  text-decoration: none !important;
  border-radius: 999px;
  padding: 16px 34px;
  font-weight: 800;
  transition: .25s ease;
}

.hiru-btn {
  background: linear-gradient(135deg, #6f9dd1, #3d72ad);
  color: #fff !important;
  box-shadow: 0 14px 32px rgba(61, 114, 173, .28);
}

.hiru-btn-outline {
  border: 2px solid #6f9dd1;
  color: #3d72ad !important;
  background: #fff;
}

.hiru-btn:hover,
.hiru-btn-outline:hover {
  transform: translateY(-3px);
}

.hiru-product-wrap {
  position: relative;
  min-height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hiru-product-wrap img {
  width: 100%;
  max-width: 520px;
  position: relative;
  z-index: 3;
  filter: drop-shadow(0 28px 35px rgba(40, 70, 110, .22));
}

.hiru-circle {
  position: absolute;
  border-radius: 50%;
  border: 1.5px solid rgba(74, 125, 184, .35);
  animation: hiruFloat 7s ease-in-out infinite;
}

.hiru-circle.one {
  width: 430px;
  height: 430px;
  background: rgba(111, 157, 209, .10);
}

.hiru-circle.two {
  width: 520px;
  height: 520px;
  animation-delay: 1.5s;
}

.hiru-dot {
  position: absolute;
  width: 18px;
  height: 18px;
  background: #4a7db8;
  border-radius: 50%;
  z-index: 2;
  animation: hiruPulse 2.8s ease-in-out infinite;
}

.dot1 {
  top: 40px;
  right: 70px;
}

.dot2 {
  bottom: 70px;
  left: 50px;
}

@keyframes hiruFloat {
  0%, 100% { transform: translateY(0) scale(1); }
  50% { transform: translateY(-12px) scale(1.02); }
}

@keyframes hiruPulse {
  0%, 100% { opacity: .45; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.25); }
}

.hiru-symptoms,
.hiru-section,
.hiru-split,
.hiru-experience,
.hiru-final,
.hiru-offers {
  margin-top: 36px;
  padding: 42px;
  border-radius: 30px;
  background: #ffffff;
  border: 1px solid #dbe8f6;
  box-shadow: 0 14px 38px rgba(74, 125, 184, .08);
}

.hiru-page h2 {
  color: #386fa8;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.18;
  margin: 0 0 20px;
  font-weight: 800;
}

.hiru-page h3 {
  color: #3d72ad;
  font-size: 23px;
  margin: 0 0 10px;
}

.hiru-page p,
.hiru-page li {
  font-size: 18px;
}

.hiru-symptom-grid,
.hiru-risk-grid,
.hiru-ingredients {
  display: grid;
  gap: 16px;
}

.hiru-symptom-grid {
  grid-template-columns: repeat(4, 1fr);
}

.hiru-risk-grid {
  grid-template-columns: repeat(3, 1fr);
  margin-top: 25px;
}

.hiru-split {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 30px;
}

.hiru-info-card,
.hiru-ingredients div {
  background: #f7fbff;
  border: 1px solid #d7e7f7;
  border-radius: 24px;
  padding: 25px;
}

.hiru-info-card ul,
.hiru-list {
  margin: 0;
  padding-left: 20px;
}

.hiru-info-card li,
.hiru-list li {
  margin-bottom: 9px;
}

.blue {
  background: linear-gradient(135deg, #edf5ff, #ffffff);
}

.hiru-experience {
  background: linear-gradient(135deg, #eaf3ff, #ffffff);
  border: 2px solid #c9ddf1;
}

.hiru-ingredients {
  grid-template-columns: repeat(4, 1fr);
}

/* Oferte pachete */

.hiru-offers {
  background: linear-gradient(135deg, #edf5ff, #ffffff);
  text-align: center;
}

.hiru-offer-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 30px;
}

.hiru-offer-card {
  position: relative;
  background: #ffffff;
  border: 1px solid #d7e7f7;
  border-radius: 26px;
  padding: 30px 24px;
  box-shadow: 0 12px 30px rgba(74, 125, 184, .08);
}

.hiru-offer-card.featured {
  border: 2px solid #6f9dd1;
  transform: translateY(-8px);
  box-shadow: 0 20px 45px rgba(74, 125, 184, .16);
}

.hiru-offer-label {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: #3d72ad;
  color: #ffffff;
  padding: 7px 16px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
}

.hiru-offer-card h3 {
  font-size: 28px;
  margin-bottom: 6px;
}

.hiru-offer-sub {
  font-size: 16px !important;
  color: #60758a;
}

.hiru-offer-price {
  font-size: 38px;
  font-weight: 900;
  color: #3d72ad;
  margin: 14px 0;
}

/* Final */

.hiru-final {
  text-align: center;
  background: linear-gradient(135deg, #4a7db8, #7faadc);
  color: #fff;
}

.hiru-final h2,
.hiru-final p,
.hiru-final strong {
  color: #fff;
}

.hiru-btn.white {
  background: #ffffff;
  color: #3d72ad !important;
}

.hiru-btn-outline.white-outline {
  background: transparent;
  border-color: #ffffff;
  color: #ffffff !important;
}

@media (max-width: 900px) {
  .hiru-hero,
  .hiru-split {
    grid-template-columns: 1fr;
  }

  .hiru-product-wrap {
    order: -1;
  }

  .hiru-symptom-grid,
  .hiru-risk-grid,
  .hiru-ingredients {
    grid-template-columns: 1fr 1fr;
  }

  .hiru-offer-grid {
    grid-template-columns: 1fr;
  }

  .hiru-offer-card.featured {
    transform: none;
  }
}

@media (max-width: 600px) {
  .hiru-page {
    padding: 30px 12px;
  }

  .hiru-hero,
  .hiru-symptoms,
  .hiru-section,
  .hiru-split,
  .hiru-experience,
  .hiru-final,
  .hiru-offers {
    padding: 28px;
    border-radius: 24px;
  }

  .hiru-icons,
  .hiru-symptom-grid,
  .hiru-risk-grid,
  .hiru-ingredients {
    grid-template-columns: 1fr;
  }

  .hiru-actions {
    flex-direction: column;
  }

  .hiru-btn,
  .hiru-btn-outline {
    width: 100%;
    text-align: center;
  }

  .hiru-product-wrap {
    min-height: 300px;
  }

  .hiru-circle.one {
    width: 280px;
    height: 280px;
  }

  .hiru-circle.two {
    width: 340px;
    height: 340px;
  }
}/* End custom CSS */