body.lp-reviews {
  background: #fff;
}

body.lp-reviews .lp-page-hero {
  padding: 20px 0 8px;
  background: #fff;
}

body.lp-reviews .lp-page-hero h1 {
  max-width: 900px;
  margin: 0 0 14px;
  color: #111;
  font-family: var(--title-font);
  font-size: clamp(40px, 6vw, 72px);
  font-weight: 800;
  line-height: 0.95;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

body.lp-reviews .lp-page-hero p {
  max-width: 640px;
  margin: 0;
  color: #555;
  font-size: 18px;
  line-height: 1.5;
}

body.lp-reviews .large-container {
  padding-left: 28px;
  padding-right: 28px;
}

body.lp-reviews .lp-reviews-section {
  padding: 40px 0 8px;
}

body.lp-reviews .lp-reviews-section__head {
  margin-bottom: 28px;
}

body.lp-reviews .lp-reviews-section__head h2 {
  margin: 0;
  color: #111;
  font-family: var(--title-font);
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 800;
  line-height: 1.1;
  text-transform: uppercase;
}

body.lp-reviews .reviews_blocks {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  width: 100%;
}

body.lp-reviews .reviews_block {
  background: #fff;
  border: 1px solid #ececec;
  border-top: 2px solid #ff3a00;
}

body.lp-reviews .reviews_block_up {
  position: relative;
  border-radius: 0;
}

body.lp-reviews .reviews_block_info_image {
  display: block;
  width: 100%;
  height: 280px;
  object-fit: cover;
  border-radius: 0;
}

body.lp-reviews .reviews_block_info_overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.08) 55%);
  pointer-events: none;
}

body.lp-reviews .reviews_block_info_overlay.hidden,
body.lp-reviews .reviews_block_play.hidden {
  display: none;
}

body.lp-reviews .reviews_block_play,
body.lp-reviews .rewiews_audio_play {
  position: absolute;
  width: 56px;
  height: 56px;
  color: #ff3a00;
  cursor: pointer;
  z-index: 2;
  filter: none;
  background: transparent;
  border-radius: 0;
  padding: 0;
  transition: transform 0.2s ease;
}

body.lp-reviews .reviews_block_play {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

body.lp-reviews .reviews_block_play:hover,
body.lp-reviews .rewiews_audio_play:hover {
  transform: translate(-50%, -50%) scale(1.06);
  color: #e63500;
}

body.lp-reviews .reviews_block_info {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 1;
}

body.lp-reviews .reviews_block_info_name,
body.lp-reviews .reviews_block_info_teg {
  margin: 0;
  color: #fff;
  font-family: var(--title-font);
  line-height: 1.15;
  text-transform: uppercase;
}

body.lp-reviews .reviews_block_info_name {
  font-size: 18px;
  font-weight: 800;
}

body.lp-reviews .reviews_block_info_teg {
  margin-top: 4px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  opacity: 0.85;
}

body.lp-reviews .reviews_block_info_stars,
body.lp-reviews .rewiews_text_block_up_stars {
  display: flex;
  gap: 3px;
  margin-top: 8px;
  color: #ff3a00;
}

body.lp-reviews .reviews_block_info_stars svg,
body.lp-reviews .rewiews_text_block_up_stars svg {
  width: 14px;
  height: 14px;
  display: block;
}

body.lp-reviews .reviews_block_info_stars svg g,
body.lp-reviews .rewiews_text_block_up_stars svg g,
body.lp-reviews .reviews_block_info_stars svg path,
body.lp-reviews .rewiews_text_block_up_stars svg path {
  fill: currentColor;
}

body.lp-reviews .reviews_block_bottom {
  background: #fff;
  border: 0;
  border-radius: 0;
  padding: 16px 18px 18px;
}

body.lp-reviews .reviews_block_bottom_text {
  margin: 0;
  color: #555;
  font-size: 15px;
  line-height: 1.5;
}

body.lp-reviews .rewiews_text,
body.lp-reviews .rewiews_audio,
body.lp-reviews .reviews_blocks {
  width: 100%;
  max-width: none;
  margin: 0;
}

body.lp-reviews .rewiews_audio_blocks {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

body.lp-reviews .rewiews_audio_block {
  width: 100%;
}

body.lp-reviews .rewiews_audio_block_content {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px;
  background: #111;
  border-radius: 0;
}

body.lp-reviews .rewiews_audio_block_avatar {
  position: relative;
  width: 72px;
  height: 72px;
  flex-shrink: 0;
}

body.lp-reviews .rewiews_audio_block_avatar_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
}

body.lp-reviews .rewiews_audio_play {
  right: -8px;
  bottom: -8px;
  width: 36px;
  height: 36px;
  background: #fff;
  color: #ff3a00;
  transform: none;
}

body.lp-reviews .rewiews_audio_play:hover {
  transform: scale(1.06);
  color: #e63500;
}

body.lp-reviews .rewiews_audio_block_title {
  margin: 0 0 8px;
  color: #fff;
  font-family: var(--title-font);
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  text-align: left;
}

body.lp-reviews .rewiews_audio_equalizer {
  height: 24px;
}

body.lp-reviews .equalizer-bar {
  background: #ff3a00;
  border-radius: 0;
}

body.lp-reviews .rewiews_audio_timer {
  color: #bbb;
  font-family: var(--title-font);
  font-size: 13px;
  letter-spacing: 0.06em;
}

body.lp-reviews .rewiews_text_blocks {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

body.lp-reviews .rewiews_text_block {
  width: 100%;
  margin: 0;
  border: 0;
  border-radius: 0;
}

body.lp-reviews .rewiews_text_block_content {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 22px 22px 20px;
  background: #fff;
  border: 1px solid #ececec;
  border-top: 2px solid #ff3a00;
  border-radius: 0;
}

body.lp-reviews .rewiews_text_block_up {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

body.lp-reviews .rewiews_text_block_up_info {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

body.lp-reviews .rewiews_text_block_avatar {
  width: 56px;
  height: 56px;
  object-fit: cover;
  border-radius: 0;
  flex-shrink: 0;
}

body.lp-reviews .rewiews_text_block_up_name {
  margin: 0 0 4px;
  color: #111;
  font-family: var(--title-font);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.1;
  text-transform: uppercase;
}

body.lp-reviews .rewiews_text_block_up_desctiption {
  margin: 0;
  color: #777;
  font-size: 13px;
  line-height: 1.3;
}

body.lp-reviews .rewiews_text_block_up_stars {
  margin-top: 4px;
  flex-shrink: 0;
}

body.lp-reviews .rewiews_text_block_text {
  margin: 0;
  color: #555;
  font-size: 15px;
  line-height: 1.55;
}

body.lp-reviews .lp-reviews-platforms {
  padding-bottom: 64px;
}

body.lp-reviews .reviews__items {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin: 0;
}

body.lp-reviews .review-item {
  width: 100%;
  margin: 0;
}

body.lp-reviews .review-link,
body.lp-reviews .review-item-no-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 140px;
  height: 100%;
  padding: 20px 16px;
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 0;
  text-align: center;
  text-decoration: none;
  box-shadow: none;
  transition: border-color 0.2s ease, background 0.2s ease;
}

body.lp-reviews .review-link:hover {
  transform: none;
  box-shadow: none;
  border-color: #ff3a00;
  text-decoration: none;
  background: #fffaf8;
}

body.lp-reviews .review-logo {
  width: 120px;
  height: 56px;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

body.lp-reviews .review-logo img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 0;
}

body.lp-reviews .review-text {
  margin: 0;
  color: #555;
  font-size: 13px;
  line-height: 1.4;
}

body.lp-reviews .review-link:hover .review-text {
  color: #111;
}

body.lp-reviews .lp-reviews-cta {
  padding: 80px 0;
  background: #111;
}

body.lp-reviews .lp-reviews-cta__inner {
  max-width: 760px;
}

body.lp-reviews .lp-reviews-cta .lp-kicker {
  color: #ff3a00;
}

body.lp-reviews .lp-reviews-cta h2 {
  margin: 0 0 16px;
  color: #fff;
  font-family: var(--title-font);
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 800;
  line-height: 1.05;
  text-transform: uppercase;
}

body.lp-reviews .lp-reviews-cta p {
  margin: 0 0 28px;
  color: #ddd;
  font-size: 18px;
  line-height: 1.5;
}

body.lp-reviews .faq-inner-section {
  display: none;
}

@media (max-width: 991px) {
  body.lp-reviews .reviews_blocks,
  body.lp-reviews .rewiews_text_blocks,
  body.lp-reviews .reviews__items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.lp-reviews .rewiews_audio_blocks {
    grid-template-columns: 1fr;
  }

  body.lp-reviews .lp-reviews-cta {
    padding: 56px 0;
  }
}

@media (max-width: 575px) {
  body.lp-reviews .reviews_blocks,
  body.lp-reviews .rewiews_text_blocks,
  body.lp-reviews .reviews__items {
    grid-template-columns: 1fr;
  }
}
