.information-img-1, .information-img-2, .information-img-main, .information-block {
	display:none;
}

.information:not(.keys) {
	padding-bottom: 0px;
	margin-bottom: 0px;
	background: white;
}

/* hero */
.hero {
  margin-top:85px;
}
.hero-top {
  display: flex;
  align-items: flex-end;
  gap: 10px;
}
.hero-top__left-title {
  position: relative;
}
.hero-top__left-title img {
  position: absolute;
  left: -80px;
  top: -60px;
}
.hero-top__left h1 {
  font-size: 40px;
  line-height: 130%;
}
.hero-top__right {
  display: flex;
  flex-direction: column;
}
.hero-top__right-button {
  margin-top: 20px;
}

.hero-bottom {
  display: grid;
  grid-template-columns: 1fr 1fr 2fr;
  gap: 20px;
  margin-top: 60px;
  height: 400px;
}

.hero-bottom-card-1 {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  max-width: 285px;
  min-width: 285px;
  background: url('../../img/main-page/hero/card1.webp') no-repeat center/cover;
  border-radius: 20px;
  padding: 20px;
}
.hero-bottom-card__description {
  max-width: 235px;
  margin-top: 8px;
}
.hero-bottom-card__description-2 {
  margin-top: 8px;
}
.hero-bottom-card-1 img {
  margin-bottom: 24px;
  max-width: 200px;
}
.hero-bottom-card-2 {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  max-width: 285px;
  min-width: 285px;
  border-radius: 20px;
  background: url('../../img/main-page/hero/card2.webp') no-repeat center/cover;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .hero {
    margin-top: 25px;
  }

  .hero-bottom-card-2 {
    background: url('../../img/main-page/hero/card2-mob.webp') no-repeat center/cover;
  }
}
.hero-bottom-card-3 {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: url('../../img/main-page/hero/card3.webp') no-repeat center/cover;
  border-radius: 20px;
  padding: 20px;
  padding-bottom: 46px;
  min-width: 590px;
  position: relative;
}
.hero-bottom-card-3 img {
  position: absolute;
  right: -50px;
  top: -50px;
}


/* Ensure hero decorative star (img-98) is not clipped, while allowing horizontal scroll on mobile */

.hero-bottom-card-3 {
  overflow: visible;
}
.hero-bottom-card-3 img.img-98 {
  z-index: 5;
}

/* why */
.why-logo {
  margin: 0 auto;
  margin-top: 20px;
}
.why {
  margin-top: 100px;
}

.why-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 60px;
}

.why-top h2 {
  font-size: 32px;
}
.why-top-description {
  margin-top: 20px;
  max-width: 590px;
  text-align: center;
}

.why-bottom {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  align-items: center;
  gap: 30px;
}

.why-bottom-block {
  display: flex;
  flex-direction: column;
  gap: 50px;
  padding-top: 39px;
}

.why-bottom-right {
  gap: 37px;
}

/* .why-bottom-middle img {
  width: 570px;
  min-width: 570px;
} */

.why-bottom-right div span{
  display: flex;
  align-items: center;
}
.why-bottom-left {
  position: relative;
}

.why-bottom-left::before {
  content: "";
  height: 1px;
  width: 1900px;
  background: #E0DFDE;
  position: absolute;
  top: 52%;
  left: 100%;
  margin-right: -100%;
  transform: translate(-100%, -50%);
}
.why-bottom-right {
  position: relative;
}

.why-bottom-right::before {
  content: "";
  height: 1px;
  width: 1900px;
  background: #E0DFDE;
  position: absolute;
  top: 52%;
  right: 100%;
  margin-left: -100%;
  transform: translate(100%, -50%);
}

@media screen and (max-width: 1200px) {
  .why-bottom-right::before, .why-bottom-left::before {
    display: none;
  }
}
.why-bottom-left div span{
  display: flex;
  align-items: center;
}
.why-bottom-block div span img {
  margin-right: 8px;
}
.why-bottom-block div span .text {
  margin-left: 8px;
}
.why-bottom-block div span {
  display: flex;
  align-items: center;
}
.why-bottom-block-common {
  display: flex;
  align-items: flex-start;
  gap: 3px;
}

.why-bottom-block-common div span {
  margin-bottom: 8px;
}
.why-bottom-block-common div span span {
  margin-bottom: 0px;
}

.why-bottom-block-common img {
  margin-top: -7px;
  margin-right: 2px;
}

/* information */
.container-1920 {
  max-width: 1960px;
  margin: 0 auto;
  padding: 0 20px;
}
.information {
  background: #FFCEFF;
  border-radius: 20px;
  padding-top: 163px;
  margin-top: 164px;
  padding-bottom: 412px;
  margin-bottom: 428px;
  position: relative;
}

.information-img-1 {
  position: absolute;
  left: 0;
  top: -30px;
}
.information-img-2 {
  position: absolute;
  right: 90px;
  bottom: 40px;
}

.information-block h2 {
  max-width: 996px;
  font-size: 32px;
  font-weight: 700;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 2;
}

/* .information-top {
  position: absolute;
  top: -40px;
  display: flex;
  width: 100%;
  left: 0;
} */
.information-top {
  display: flex;
  width: 110%;
  margin-left: -65px;
}

.information-top-container {
  z-index: 3;
  left: 50%;
  /* width: calc(100% + 90px); */
  transform: translateX(-50%);
  max-width: 1960px;
  padding: 0px 20px;
  position: absolute;
  top: -40px;
  overflow: hidden;
  padding-top: 6px;
  padding-bottom: 6px;
}

.information-top-block {
  width: auto;
  border-radius: 999px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #F91E93;
  font-size: 24px;
  padding: 0px;
  white-space: nowrap;
  width: 244px;
  min-width: 244px;
}

.information-top-block-text {
  width: 100%;
  padding: 0px 72px;
  max-width: 588px;
  transition: .3s ease-in-out;
  cursor: pointer;
  position: relative;
  z-index: 4;
}

.information-top-block-text:hover {
  box-shadow: 0px 0px 8.3px 1px #F91E93;
}

.information-img-main {
  position: absolute;
  bottom: -330px;
  left: 50%;
  margin-right: -50%;
  transform: translateX(-50%)
}

/* request */

.request {

}

.request-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
  position: relative;
}
.request-top img {
  position: absolute;
  right: -255px;
  bottom: -180px;
}

@media screen and (max-width: 768px) {
  .request-top img {
    display: none;
  }
}

.request-top-title {
  font-size: 32px;
  max-width: 710px;
  margin-right: 10px;
}

.request-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 110px 220px 110px;
  gap: 24px;
  margin: 40px auto;
  background: #FFF7FC;
  border-radius: 24px;
}

/* Базовые стили блока */
.request {
  background: #fff;
  border-radius: 18px;
  padding: 20px 24px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 20px;
}

/* Цветные блоки по классу */
.request-green {
  background: #E4FFCB;
  grid-column: 2 / 3;
  grid-row: 1 / 3;
  font-weight: bold;
  font-size: 24px;
}

.request-pink {
  background: #FFD7FA;
  grid-column: 2 / 3;
  grid-row: 3 / 4;
  font-weight: bold;
}

.request-img {
  padding: 0;
  background: transparent;
  border: none;
  grid-column: 3 / 4;
  grid-row: 1 / 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.request-img img {
  border-radius: 16px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.request:nth-child(1) { grid-column: 1 / 2; grid-row: 1 / 2; }
.request:nth-child(4) { grid-column: 1 / 2; grid-row: 2 / 3; }
.request:nth-child(6) { grid-column: 1 / 2; grid-row: 3 / 4; }
.request:nth-child(7) { grid-column: 3 / 4; grid-row: 2 / 3; }
.request:nth-child(8) { grid-column: 3 / 4; grid-row: 3 / 4; }

.request strong { display: block; font-weight: 700; margin-bottom: 6px; font-size: 20px; }
.request .request-description { 
  font-size: 16px; 
  color: #282828; 
}

.promo-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 190px 190px 190px;
  gap: 20px;
  border-radius: 24px;
}

/* Карточки с текстом */
.promo-card {
  background: #fff;
  border-radius: 18px;
  padding: 24px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Тексты */
.promo-card strong {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
}
.promo-card span {
  font-size: 19px;
}
/* Цветные */
.lose-weight {
  background: url('../../img/main-page/request/problems.png') no-repeat;
  background-size: 100% 100%;
  grid-column: 2 / 3;
  grid-row: 1 / 3;
  justify-content: flex-end;
}
.lose-weight strong {
  font-size: 24px;
}
.pink strong {
  font-size: 24px;
}
.pink {
  background: url('../../img/main-page/request/problems-2.webp') no-repeat;
  grid-column: 2 / 3;
  grid-row: 3 / 4;
  justify-content: flex-end;
}

.kitchen {
  grid-column: 3 / 5;
  grid-row: 1 / 2;
  padding: 0;
  border: none;
}
.tomatoes {
  grid-column: 1 / 3;
  grid-row: 3 / 3;
  padding: 0;
  border: none;
}
.kitchen img,
.tomatoes img {
  border-radius: 16px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.brain { grid-column: 1 / 2; grid-row: 1 / 2;}
.overeat { 
  grid-column: 1 / 2; 
  grid-row: 2 / 3;
  background: #F9F3F1;
}
.health { grid-column: 3 / 4; grid-row: 2 / 4;}
.energy { 
  grid-column: 4 / 5; 
  grid-row: 2 / 3;
  background: #F3F2F2;
}
.balance { grid-column: 4 / 5; grid-row: 3 / 4; }

.brain, .balance {
  border: 1px solid #E0DFDE;
  border-radius: 20px;
}

.show-1080 {
    display: none;
}

.mobile-btn {
  display: none;
}

/* experts */
.experts {
  margin-top: 100px;
}

/* Fix corner halo: replace masked gradient stroke with native border */
.expert-card.stroke-border-20 {
  border: 1px solid #E0DFDE;
}
.expert-card.stroke-border-20::before {
  content: none !important;
}

.experts-block {
  text-align: center;
}

.experts-block p {
  max-width: 590px;
  margin: 0 auto;
  text-align: center;
  margin-top: 20px;
}

.experts-block-title {
  font-size: 32px;
  max-width: 590px;
  text-align: center;
  margin: 0 auto;
  position: relative;
}

.experts-block-title img {
  position: absolute;
  top: -40px;
  right: -70px;
}

.slider-container {
  position: relative;
  margin-top: 60px;
  height: 660px;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 20px;
}
.swiper {
  padding: 16px;
  height: 100% !important;
}
.expert-card {
  background: #fff;
  border-radius: 20px;
  /* border: 1px solid #E0DFDE; */
  display: flex;
  width: 590px;
  gap: 16px;
  min-height: 320px;
  transition: .3s ease-in-out;
  cursor: pointer;
  height: 100%;
  /* box-shadow: 0 2px 8px rgba(100,30,100,0.04); */
  /* border: 1px solid #E0DFDE; */
  overflow: hidden;               /* prevent inner corners from bleeding when sliding */
  backface-visibility: hidden;    /* fix GPU rounding artifacts */
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
  will-change: transform;
}
.expert-card:hover {
  box-shadow: 0px 0px 5.3px 0px #F91E93;
  /* border: 1px solid #F91E93; */
}
@media screen and (max-width: 1343px) {

  .swiper-button-next.custom-arrow,
  .swiper-button-prev.custom-arrow {
    display: none;
  }

  .expert-card:hover {
    box-shadow: none;
  }
}

.expert-card.stroke-border-20:hover::before {
  padding: 0;
}

.expert-card.active {
  border-color: #f19ecc;
  box-shadow: 0 4px 16px rgba(241,30,147,0.09);
}
@media screen and (max-width: 1343px) {
  .expert-card.active {
    border-color: transparent;
    box-shadow: none;
  }
}
.expert-photo {
  width: 285px;
  height: 100%;
  border-radius: 15px;
  object-fit: cover;
}
.expert-content {
  flex: 1;
  display: flex;
  max-height: 163px;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}
.expert-reviews {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}
.expert-rating {
  border-radius: 10px;
  background: #ffd7fa;
  color: #f19ecc;
  font-weight: medium;
  padding: 2px 10px;
  font-size: 15px;
}
.rate-pink { background: #ffd7fa; color: #000; }
.expert-name {
  font-weight: bold;
  margin: 12px 0 7px 0;
  transition: .3s ease-in-out;
}
.expert-desc {
  -webkit-line-clamp: 10;
  font-size: 14px;
  color: #333;
}

.expert-reviews-count {
  font-size: 16px;
}
/* Кастомные стрелки */
.custom-arrow {
  background: #000;
  color: #fff;
  width: 40px !important;
  height: 40px !important;
  border-radius: 50%;
  position: absolute;
  top: 48%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
  font-size: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}


.expert-card {
  width: 585px;
  min-height: 320px;
  background: #fff;
  border-radius: 20px;
  /* box-shadow: 0 2px 8px rgba(100,30,100,0.04);
  border: 2px solid #e5e5e5; */
  display: flex;
  gap: 16px;
  transition: border 0.3s;
  overflow: hidden;               /* keep inner content within rounded border */
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
  will-change: transform;
}
.custom-arrow::after {
  content: "" !important;
  background: url('../../img/main-page/experts/arrow-left.svg') no-repeat;
  width: 18px;
  height: 18px;
  background-size: contain;
}

.custom-arrow-right::after {
  transform: rotate(180deg);
}

.mySwiper  {
  padding-bottom: 8px !important;
}
.mySwiper-wrapper {
  padding-top: 3px;
  padding-left: 3px;
  padding-right: 3px;
}
.swiper-button-disabled {
  opacity: .35 !important;
}

.swiper-button-next, .swiper-button-prev {
  margin-top: auto !important;
}
.swiper-button-next-review, .swiper-button-prev-review {
  margin-top: auto !important;
}
.swiper-button-prev.custom-arrow { left: -54px; }
.swiper-button-next.custom-arrow { right: -54px; }
.swiper-button-prev-review.custom-arrow { left: -54px; }
.swiper-button-next-review.custom-arrow { right: -54px; }


/* keys */
.text-black {
  color: #000;
}
.keys {
  margin-top: 157px;
  background: #DBFF8C;
  padding-bottom: 120px;
  margin-bottom: 100px;
}

.js-marquee {
  display: flex !important;
  margin-right: 0 !important;
}
.marquee-main {
  position: absolute;
  padding-top: 10px;
  padding-bottom: 10px;
  top: -39px;
  width: 100%;
  /* allow hover shadow to spill vertically, hide only horizontal overflow */
  overflow-x: hidden;
  overflow-y: visible;
  z-index: 4;
}
.marquee-main-second {
  top: 4px;
}


/* Hover effect for all marquee blocks, like text block */
.marquee-main, .marquee-main-second {
  cursor: pointer;
}

.marquee-main .marquee-block:hover {
  box-shadow: 0px 0px 8.3px 1px #F91E93;
  position: relative;
  z-index: 6;
}

@media screen and (max-width: 768px) {
  .marquee-main {
    position: absolute;
    top: -30px;
    width: 100%;
    /* disable manual horizontal scroll on mobile */
    overflow-x: hidden;
    overflow-y: visible;
  }

  .marquee-main .marquee-block:hover {
    box-shadow: none;
  }
}

.keys-star {
  position: absolute;
  bottom: -125px;
  left: 50px;
}

.marquee-track {
  padding-top: 5px;
  width: 100vw;
  /* allow hover shadow to spill vertically */
  overflow-x: hidden;
  overflow-y: visible;
  background: transparent;
  position: relative;
  height: 90px;
  box-sizing: border-box;
  position: absolute;
  top: -40px;
  left: 0;
  max-width: 100%;
}

.marquee-inner {
  display: flex;
  width: max-content;
  animation: marquee-linear 21s linear infinite;
}

@keyframes marquee-linear {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* Пример стиля для блока */
.marquee-block {
  background: #ffd7fa;
  border-radius: 40px;
  color: #DB0075;
  font-family: 'druk', Arial, sans-serif;
  font-size: 22px;
  font-weight: 600;
  padding: 16px 38px;
  min-width: auto;
  width: auto;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  height: 64px;
}

.pink-marquee {
  background: #ffd7fa;
  color: #DB0075;
}

.text-black {
  color: #000 !important;
}

.keys-content-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.keys-description {
  font-size: 20px;
  font-weight: 400;
  max-width: 387px;
}
.keys-right-block {
  display: flex;
  align-items: center;
}
.keys-right-block div {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.keys-right-block div span {
  font-size: 32px;
}
.keys-right-block div p {
  font-size: 32px;
}
.keys-right-block img {
  margin-left: 42px;
}
.keys-content-top {
  margin-bottom: 60px;
}
.keys-content-cards {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 20px;
  align-items: center;
  height: 400px;
}
.keys-content-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: #fff;
  border-radius: 16px;
  padding: 20px;
}
.keys-content-card span {
  font-size: 24px;
}
.keys-content-card p {
  font-size: 20px;
  margin-top: 8px;
}
.keys-content-card-1 {
  background: url('../../img/main-page/keys/card1.webp') no-repeat;
  background-size: 100% 100%;
  padding-bottom: 44px;
}
.keys-content-card-2 {
  background: url('../../img/main-page/keys/card1.png') no-repeat;
  background-size: 100% 100%;
}
.keys-content-card-3 {
  background: url('../../img/main-page/keys/card2.png') no-repeat;
  background-size: 100% 100%;
}

/* find */
.find {
  margin-bottom: 100px;
}

.find-title {
  text-align: center;
  max-width: 590px;
  margin: 0 auto;
}

.find-subtitle {
  margin-top: 20px;
}

.find-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
}
.find-content-top {
  margin-bottom: 40px;
}
.find-content-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 285px;
}

.find-content-block h3 {
  margin-top: 20px;
  margin-bottom: 8px;
}

.find-content-middle {
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
}

.find-content-middle-block {
  display: flex;
  align-items: center;
  gap: 20px;
}


.find-content-left {
  position: relative;
}

.find-content-left::before {
  content: "";
  height: 1px;
  width: 1900px;
  background: #E0DFDE;
  position: absolute;
  top: 50%;
  left: 100%;
  margin-right: -100%;
  transform: translate(-100%, -50%);
}
.find-content-right {
  position: relative;
}

.find-content-right::before {
  content: "";
  height: 1px;
  width: 1900px;
  background: #E0DFDE;
  position: absolute;
  top: 50%;
  right: 100%;
  margin-left: -100%;
  transform: translate(100%, -50%);
}

@media screen and (max-width: 1200px) {
  .find-content-right::before, .find-content-left::before {
    display: none;
  }
}

.find-content-middle .elem {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%)
}
.find-content-middle-block:last-child {
  flex-direction: row-reverse;
}

.find-content-middle-block-circle {
  width: 210px;
  height: 210px;
  border-radius: 100%;
}

/* review */
.review-title {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
}

.review-title-img-star {
  position: absolute;
  left: -150px;
  top: 0;
}

.review-title h2 {
  line-height: 163%;
  text-align: center;
}

.container-review-img {
  position: relative;
}

.review-img-star {
  position: absolute;
  right: -50px;
  top: -50px;
}
@media screen and (max-width: 1080px) {
  .review-img-star {
    display: none;
  }
  .review-title-img-star {
    display: none;
  }
}

.review-img {
  margin-bottom: 40px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.review-title p {
  max-width: 590px;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 60px;
  text-align: center;
}

.review-block {
  border: 1px solid #E0DFDE;
  border-radius: 20px;
  padding: 20px;
  /* Keep uniform card height inside slider */
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.review-block-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.review-block-top span {
  font-weight: 500;
  font-size: 17px;
}
.review-block-top div {
  font-weight: 500;
  border-radius: 999px;
  padding: 4px 10px;
  font-size: 15px;
}

.review-block p {
  font-size: 20px;
  font-weight: 400;
  margin-top: 8px;
  margin-bottom: 8px;
  /* clamp to avoid overflow when texts are long */
  flex: 1 1 auto;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}

.review-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.review-bottom span {
  font-size: 20px;
  font-weight: 400;
}

.slider-container-reviews {
  height: 295px;
  margin-bottom: 130px;
}

.swiper-pagination {
  bottom: -50px !important;
}

/* Ensure review slider pagination is visible on all screens */
.review .swiper-pagination,
.slider-container-reviews .swiper-pagination {
  display: block !important;
}

.swiper-pagination-bullet {
  border-radius: 0px !important;
  width: 10px !important;
  height: 10px !important;
}

.swiper-pagination-bullet-active {
  background: #DB0075 !important;
}

.blog {
  margin-bottom: 120px;
}

.blog-top h2 {
  margin-bottom: 20px;
}

.blog-top div {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.blog-top div p {
  max-width: 590px;
}
.blog-top div a {
  font-weight: 700;
  font-size: 20px;
}

.blog-top {
  margin-bottom: 60px;
}

.blog-bottom {
  display: flex;
  gap: 20px;
  overflow: auto;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 6px;
  padding-bottom: 6px;
}

.blog-bottom-block {
  padding: 20px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  position: relative;
  width: 285px;
  height: 543px;
  min-width: 285px;
  transition: .3s ease-in-out;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .blog-bottom-block-home {
    height: 320px !important;
  }
  .blog-bottom-block-home p {
    font-size: 15px !important;
    line-height: 18px !important;
  }
}

.blog-bottom-block .badge {
  position: absolute;
  top: 17px;
  left: 20px;
  border-radius: 999px;
  padding: 4px 12px;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog-bottom-block img {
  width: 200px;
  height: 200px;
  display: flex;
  align-self: center;
  margin-bottom: 10px;
}

.blog-bottom-block span {
  font-weight: 700;
  font-size: 20px;
  /* Title should fit fully without truncation */
  display: block;
  overflow: visible;
}
.blog-bottom-block p {
  margin-top: 8px;
  font-size: 17px;
  font-weight: 500;
  /* Clamp excerpt to 5 lines with ellipsis */
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.experts-footer {
  margin-top: 30px;
  text-align: center;
}

.experts-footer .pink-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.expert-card-link {
  display: flex;
  flex-direction: column;
  color: inherit;
  text-decoration: none;
  height: 100%;
}

.review-total {
  margin-top: 20px;
  text-align: center;
  font-size: 16px;
}

.review-total a {
  color: #db0075;
}

.review-block-bottom {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 16px;
}

.review-date {
  font-size: 14px;
  color: #6f6f6f;
}
