.elementor-6318 .elementor-element.elementor-element-a0e8ad1{--background-transition:0.3s;}/* Start custom CSS for text-editor, class: .elementor-element-e1f9a08 */.neuro-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;
}

.neuro-page * {
  box-sizing: border-box;
}

.neuro-page h1,
.neuro-page h2,
.neuro-page h3,
.neuro-badge,
.neuro-btn,
.neuro-btn-outline,
.neuro-price-row,
.neuro-icons div,
.neuro-symptom-grid div,
.neuro-risk-grid div,
.neuro-offer-card {
  font-family: "Montserrat", "Segoe UI", Roboto, Arial, sans-serif;
}

.neuro-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;
}

.neuro-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;
}

.neuro-hero h1 {
  font-size: clamp(34px, 4.5vw, 58px);
  line-height: 1.1;
  margin: 0 0 20px;
  color: #386fa8;
  font-weight: 800;
  letter-spacing: -1px;
}

.neuro-sub {
  font-size: 20px;
  color: #30465d;
  margin-bottom: 28px;
}

.neuro-icons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 13px;
  margin-bottom: 25px;
}

.neuro-icons div,
.neuro-symptom-grid div,
.neuro-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);
}

.neuro-icons div:before,
.neuro-symptom-grid div:before {
  content: "✓ ";
  color: #4a7db8;
  font-weight: 900;
}

.neuro-price-row {
  display: flex;
  gap: 18px;
  align-items: center;
  margin: 22px 0;
}

.neuro-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.neuro-btn,
.neuro-btn-outline {
  display: inline-block;
  text-decoration: none !important;
  border-radius: 999px;
  padding: 16px 34px;
  font-weight: 800;
  transition: .25s ease;
}

.neuro-btn {
  background: linear-gradient(135deg, #6f9dd1, #3d72ad);
  color: #fff !important;
  box-shadow: 0 14px 32px rgba(61, 114, 173, .28);
}

.neuro-btn-outline {
  border: 2px solid #6f9dd1;
  color: #3d72ad !important;
  background: #fff;
}

.neuro-btn:hover,
.neuro-btn-outline:hover {
  transform: translateY(-3px);
}

.neuro-product-wrap {
  position: relative;
  min-height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.neuro-product-wrap img {
  width: 100%;
  max-width: 520px;
  position: relative;
  z-index: 3;
  filter: drop-shadow(0 28px 35px rgba(40, 70, 110, .22));
}

.neuro-circle {
  position: absolute;
  border-radius: 50%;
  border: 1.5px solid rgba(74, 125, 184, .35);
  animation: neuroFloat 7s ease-in-out infinite;
}

.neuro-circle.one {
  width: 430px;
  height: 430px;
  background: rgba(111, 157, 209, .10);
}

.neuro-circle.two {
  width: 520px;
  height: 520px;
  animation-delay: 1.5s;
}

.neuro-dot {
  position: absolute;
  width: 18px;
  height: 18px;
  background: #4a7db8;
  border-radius: 50%;
  z-index: 2;
  animation: neuroPulse 2.8s ease-in-out infinite;
}

.dot1 { top: 40px; right: 70px; }
.dot2 { bottom: 70px; left: 50px; }

@keyframes neuroFloat {
  0%, 100% { transform: translateY(0) scale(1); }
  50% { transform: translateY(-12px) scale(1.02); }
}

@keyframes neuroPulse {
  0%, 100% { opacity: .45; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.25); }
}

.neuro-symptoms,
.neuro-section,
.neuro-split,
.neuro-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);
}

.neuro-page h2 {
  color: #386fa8;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.18;
  margin: 0 0 20px;
  font-weight: 800;
}

.neuro-page h3 {
  color: #3d72ad;
  font-size: 22px;
  margin: 0 0 10px;
}

.neuro-page p,
.neuro-page li {
  font-size: 18px;
}

.neuro-symptom-grid,
.neuro-risk-grid,
.neuro-ingredients {
  display: grid;
  gap: 16px;
}

.neuro-symptom-grid {
  grid-template-columns: repeat(4, 1fr);
}

.neuro-risk-grid {
  grid-template-columns: repeat(3, 1fr);
  margin-top: 25px;
}

.neuro-split {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 30px;
}

.neuro-info-card,
.neuro-ingredients div {
  background: #f7fbff;
  border: 1px solid #d7e7f7;
  border-radius: 24px;
  padding: 25px;
}

.neuro-info-card ul,
.neuro-list {
  margin: 0;
  padding-left: 20px;
}

.neuro-info-card li,
.neuro-list li {
  margin-bottom: 9px;
}

.blue {
  background: linear-gradient(135deg, #edf5ff, #ffffff);
}

.neuro-ingredients {
  grid-template-columns: repeat(2, 1fr);
}

/* Oferte pachete */
.neuro-offers {
  background: linear-gradient(135deg, #edf5ff, #ffffff);
  text-align: center;
}

.neuro-offer-grid {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.neuro-offer-card {
  position: relative;
  background: #ffffff;
  border: 1px solid #d7e7f7;
  border-radius: 26px;
  padding: 35px 30px;
  box-shadow: 0 12px 30px rgba(74, 125, 184, .08);
  max-width: 550px;
  width: 100%;
}

.neuro-offer-card.featured {
  border: 2px solid #6f9dd1;
  box-shadow: 0 20px 45px rgba(74, 125, 184, .16);
}

.neuro-offer-label {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: #3d72ad;
  color: #ffffff;
  padding: 7px 18px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
}

.neuro-offer-card h3 {
  font-size: 28px;
  margin-bottom: 6px;
}

.neuro-offer-sub {
  font-size: 16px !important;
  color: #60758a;
}

.neuro-offer-price {
  font-size: 44px;
  font-weight: 900;
  color: #3d72ad;
  margin: 16px 0;
}

.neuro-phone-footer {
  margin-top: 25px;
  font-size: 18px;
  font-weight: 700;
  color: #30465d;
}

.neuro-phone-footer a {
  color: #3d72ad;
  text-decoration: none;
  font-size: 22px;
}

@media (max-width: 900px) {
  .neuro-hero,
  .neuro-split {
    grid-template-columns: 1fr;
  }

  .neuro-product-wrap {
    order: -1;
  }

  .neuro-symptom-grid,
  .neuro-risk-grid,
  .neuro-ingredients {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 600px) {
  .neuro-page {
    padding: 30px 12px;
  }

  .neuro-hero,
  .neuro-symptoms,
  .neuro-section,
  .neuro-split,
  .neuro-offers {
    padding: 28px;
    border-radius: 24px;
  }

  .neuro-icons,
  .neuro-symptom-grid,
  .neuro-risk-grid,
  .neuro-ingredients {
    grid-template-columns: 1fr;
  }

  .neuro-actions {
    flex-direction: column;
  }

  .neuro-btn,
  .neuro-btn-outline {
    width: 100%;
    text-align: center;
  }

  .neuro-product-wrap {
    min-height: 300px;
  }

  .neuro-circle.one {
    width: 280px;
    height: 280px;
  }

  .neuro-circle.two {
    width: 340px;
    height: 340px;
  }
}/* End custom CSS */