/* ─── REVIEWS HERO ────────────────────────────────────────────────── */
.reviews-hero {
  background: #fef4eb;
  padding: 196px 0 40px;
  position: relative;
  overflow: hidden;
}

.reviews-hero__deco {
  position: absolute;
  pointer-events: none;
}

.reviews-hero__deco--1 {
  left: calc(50% - 231px);
  top: 262px;
}

.reviews-hero__deco--2 {
  left: calc(50% - 205px);
  top: 258px;
}

.reviews-hero__deco--3 {
  left: calc(50% + 180px);
  top: 355px;
}

.reviews-hero__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  text-align: center;
}

.reviews-hero__badge {
  display: inline-flex;
  align-items: center;
  padding: 10px 20px;
  border: 1px solid #e5e7eb;
  border-radius: 9999px;
  background: #fff;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  color: #4a5565;
}

.reviews-hero__title {
  font-size: 64px;
  font-weight: 800;
  line-height: 70px;
  letter-spacing: -0.5px;
  color: #0c3249;
  margin: 0;
  text-align: center;
}

.reviews-hero__hl-wrap {
  position: relative;
  display: inline-block;
}

.reviews-hero__blob {
  position: absolute;
  left: 50%;
  top: 65%;
  transform: translate(-50%, -50%);
  width: calc(100% + 28px);
  height: auto;
  z-index: 0;
  pointer-events: none;
}

.reviews-hero__hl {
  position: relative;
  z-index: 1;
  color: #fff;
}

/* ─── REVIEWS CAROUSEL ────────────────────────────────────────────── */
.reviews {
  background: #fef4eb;
  padding: 80px 0 80px;
}

/* ─── SUCCESS STORIES ─────────────────────────────────────────────── */
.reviews-stories {
  background: #f3f9ff;
  padding: 100px 0;
}

.reviews-stories__header {

  margin-bottom: 48px;
}

.reviews-stories__title {
  font-size: 44px;
  font-weight: 800;
  color: #0c3249;
  letter-spacing: -0.5px;
  line-height: 1.2;
  margin: 0 0 16px;
  display: inline-block;
}

.reviews-stories__hl-wrap {
  position: relative;
  display: inline-block;
}

.reviews-stories__success {
  position: relative;
  display: inline-block;
}

.reviews-stories__stars {
  position: absolute;
  top: -22px;
  left: calc(100% + 6px);
  display: inline-flex;
  align-items: flex-end;
  gap: 4px;
  pointer-events: none;
}

.reviews-stories__stars img:last-child {
  margin-bottom: 18px;
}


.reviews-stories__blob {
  position: absolute;
  left: -8px;
  top: 50%;
  transform: translateY(-50%);
  width: calc(100% + 16px);
  height: auto;
  z-index: 0;
  pointer-events: none;
}

.reviews-stories__hl {
  position: relative;
  z-index: 1;
  color: #fff;
}

.reviews-stories__title-rest {
  color: #0c3249;
}

.reviews-stories__subtitle {
  font-size: 18px;
  font-weight: 300;
  color: #4a5565;
  line-height: 30px;
  margin: 0;
}

.reviews-stories__list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.story-card {
  background: #e6f3ff;
  border: 1px solid #d1d5dc;
  border-radius: 40px;
  padding: 40px 60px;
  display: flex;
  gap: 24px;
  align-items: flex-start;
}

.story-card__avatar {
  width: 64px;
  height: 64px;
  background: #0c3249;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 800;
  color: #fff;
  flex-shrink: 0;
  line-height: 1;
}

.story-card__content {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.story-card__name {
  font-size: 20px;
  font-weight: 800;
  color: #0c3249;
  line-height: 28px;
  margin: 0;
}

.story-card__role {
  font-size: 16px;
  font-weight: 400;
  color: #4a5565;
  line-height: 24px;
  margin: 0 0 4px;
}

.story-card__text {
  font-size: 16px;
  font-weight: 300;
  color: #4a5565;
  line-height: 26px;
  margin: 0;
}

/* ─── CTA ─────────────────────────────────────────────────────────── */
.reviews-cta-section {
  background: #fff;
  padding: 100px 0;
}

.reviews-cta {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  background: linear-gradient(96.7deg, rgb(178, 220, 255) 7.7%, rgb(138, 195, 248) 94.7%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 80px 40px;
  text-align: center;
  min-height: 320px;
}

.reviews-cta__bg {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  width: auto;
  object-fit: contain;
  object-position: bottom right;
  mix-blend-mode: lighten;
  pointer-events: none;
  opacity: 0.55;
}

.reviews-cta__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.reviews-cta__title {
  font-size: 34px;
  font-weight: 800;
  color: #fff;
  line-height: 1.1;
  margin: 0;
}

.reviews-cta__text {
  font-size: 18px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.5;
  margin: 0;
  max-width: 550px;
}

.reviews-cta__btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 56px;
  padding: 0 30px;
  border-radius: 44px;
  background: #cf031d;
  border: 1px solid #cf031d;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  transition: background 0.2s, border-color 0.2s;
  margin-top: 8px;
}

.reviews-cta__btn:hover {
  background: rgba(207, 3, 29, 0.85);
}
