.twostars-reviews-showcase {
  padding: clamp(4.5rem, 7vw, 7rem) 5%;
  background:
    radial-gradient(circle at top left, rgba(212, 165, 116, 0.18), transparent 28%),
    linear-gradient(180deg, #fffaf4 0%, #f5ede2 100%);
}

.twostars-reviews-showcase__header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 2rem;
  align-items: end;
  max-width: 1360px;
  margin: 0 auto 2.5rem;
}

.twostars-reviews-showcase__intro {
  max-width: 760px;
  margin: 1rem 0 0;
  color: rgba(13, 27, 42, 0.72);
  line-height: 1.8;
}

.twostars-reviews-showcase__summary {
  min-width: 200px;
  padding: 1.1rem 1.2rem;
  border: 1px solid rgba(27, 58, 107, 0.1);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 20px 50px rgba(13, 27, 42, 0.08);
  text-align: right;
}

.twostars-reviews-showcase__summary strong {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2rem, 4vw, 3rem);
  color: #173150;
  line-height: 1;
}

.twostars-reviews-showcase__summary span {
  display: block;
  margin-top: 0.45rem;
  color: rgba(13, 27, 42, 0.62);
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.twostars-reviews-showcase__slides {
  position: relative;
  max-width: 1000px;
  min-height: 480px;
  margin: 0 auto;
}

.twostars-reviews-showcase__arrows {
  position: absolute;
  right: 1.5rem;
  bottom: 1.5rem;
  z-index: 4;
  display: flex;
  gap: 0.75rem;
}

.twostars-reviews-showcase__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.3rem;
  height: 3.3rem;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(12, 24, 38, 0.6);
  color: #fff7ef;
  cursor: pointer;
  backdrop-filter: blur(12px);
  transition: transform 0.24s ease, background 0.24s ease, border-color 0.24s ease;
}

.twostars-reviews-showcase__arrow:hover {
  transform: translateY(-2px);
  background: rgba(201, 141, 70, 0.92);
  border-color: rgba(201, 141, 70, 0.92);
}

.twostars-reviews-showcase__arrow span {
  font-size: 1.25rem;
  line-height: 1;
}

.twostars-reviews-showcase__slide {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 34px;
  background-color: #0f1f33;
  background-size: cover;
  background-position: center;
  box-shadow: 0 28px 80px rgba(13, 27, 42, 0.18);
  opacity: 0;
  pointer-events: none;
  transform: translateY(18px) scale(0.985);
  transition: opacity 0.45s ease, transform 0.45s ease;
}

.twostars-reviews-showcase__slide-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at center, rgba(15, 31, 51, 0.4) 0%, rgba(10, 21, 36, 0.8) 100%),
    linear-gradient(180deg, rgba(8, 15, 24, 0.1) 0%, rgba(8, 15, 24, 0.6) 100%);
  z-index: 1;
}

.twostars-reviews-showcase__slide.is-active {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

.twostars-reviews-showcase__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
  gap: 1.5rem;
  padding: clamp(2rem, 5vw, 4.2rem);
  max-width: 800px;
  width: 100%;
}

.twostars-reviews-showcase__quote-icon {
  font-family: inherit;
  font-size: 5.5rem;
  line-height: 0;
  color: #c98d46;
  opacity: 0.25;
  margin-top: 1rem;
  margin-bottom: -1.2rem;
}

.twostars-reviews-showcase__rating {
  margin: 0;
  color: #c98d46;
  letter-spacing: 0.22em;
  font-size: 1rem;
}

.twostars-reviews-showcase__quote {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.6rem, 3vw, 2.6rem);
  line-height: 1.25;
  color: #fff;
}

.twostars-reviews-showcase__guest {
  display: grid;
  justify-items: center;
  gap: 0.35rem;
  margin-top: 0.5rem;
}

.twostars-reviews-showcase__guest strong {
  font-size: 1rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff;
}

.twostars-reviews-showcase__guest span {
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.7;
}

.twostars-reviews-showcase__footer {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.25rem;
  align-items: center;
  max-width: 1360px;
  margin: 1.75rem auto 0;
}

.twostars-reviews-showcase__actions {
  display: flex;
  justify-content: flex-end;
  gap: 0.9rem;
  flex-wrap: wrap;
}
.twostars-reviews-showcase__actions .twostars-safari-button--ghost {
  color: #102133;
}

.twostars-reviews-showcase__grid-wrap {
  max-width: 1360px;
  margin: 3rem auto 0;
}

.twostars-reviews-showcase__grid-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.twostars-reviews-showcase__grid-title {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2rem, 3vw, 2.8rem);
  color: #102133;
}

.twostars-reviews-showcase__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.4rem;
}

.twostars-reviews-showcase__card {
  display: grid;
  overflow: hidden;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(23, 49, 80, 0.08);
  box-shadow: 0 20px 52px rgba(13, 27, 42, 0.08);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.twostars-reviews-showcase__card:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 60px rgba(13, 27, 42, 0.12);
}

.twostars-reviews-showcase__card-body {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  padding: 2.5rem 2rem;
  justify-content: space-between;
  height: 100%;
  background:
    radial-gradient(circle at top right, rgba(212, 165, 116, 0.08), transparent 30%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(250, 243, 235, 0.88));
}

.twostars-reviews-showcase__card-rating {
  margin: 0;
  color: #c98d46;
  letter-spacing: 0.18em;
  font-size: 0.92rem;
}

.twostars-reviews-showcase__card-quote {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.35rem, 2vw, 1.75rem);
  line-height: 1.22;
  color: #102133;
}

.twostars-reviews-showcase__card-guest {
  display: grid;
  gap: 0.28rem;
}

.twostars-reviews-showcase__card-guest strong {
  color: #173150;
  font-size: 0.92rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.twostars-reviews-showcase__card-guest span {
  color: rgba(13, 27, 42, 0.64);
  line-height: 1.65;
  font-size: 0.92rem;
}

.twostars-reviews-showcase__modal[hidden],
.twostars-reviews-showcase__thankyou[hidden] {
  display: none !important;
}

.twostars-reviews-showcase__modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  padding: 2rem;
}

.twostars-reviews-showcase__modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(7, 11, 16, 0.68);
  backdrop-filter: blur(6px);
}

.twostars-reviews-showcase__modal-dialog {
  position: relative;
  z-index: 1;
  width: min(760px, 100%);
  max-height: calc(100vh - 4rem);
  overflow-y: auto;
  padding: 2rem;
  border-radius: 26px;
  background: #fffaf4;
  box-shadow: 0 32px 90px rgba(7, 11, 16, 0.32);
}

.twostars-reviews-showcase__modal-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 999px;
  background: rgba(16, 33, 51, 0.08);
  color: #102133;
  font-size: 1.35rem;
  cursor: pointer;
}

.twostars-reviews-showcase__modal-eyebrow {
  margin: 0 0 0.5rem;
  color: #c47d34;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.twostars-reviews-showcase__modal-head h3 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2rem, 3vw, 2.8rem);
  color: #102133;
}

.twostars-reviews-showcase__modal-head p:last-child {
  margin: 1rem 0 0;
  color: rgba(13, 27, 42, 0.74);
  line-height: 1.8;
}

.twostars-reviews-showcase__review-form {
  margin-top: 1.75rem;
}

.twostars-reviews-showcase__review-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.twostars-reviews-showcase__field {
  display: grid;
  gap: 0.45rem;
}

.twostars-reviews-showcase__field--wide {
  grid-column: 1 / -1;
}

.twostars-reviews-showcase__field span {
  color: #173150;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.twostars-reviews-showcase__field input,
.twostars-reviews-showcase__field select,
.twostars-reviews-showcase__field textarea {
  width: 100%;
  min-height: 50px;
  padding: 0.9rem 1rem;
  border: 1px solid rgba(16, 33, 51, 0.12);
  border-radius: 16px;
  background: #fff;
  font: inherit;
  box-sizing: border-box;
}

.twostars-reviews-showcase__field textarea {
  min-height: 144px;
  resize: vertical;
}

.twostars-reviews-showcase__star-picker {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.twostars-reviews-showcase__star {
  border: 0;
  background: transparent;
  color: rgba(201, 141, 70, 0.38);
  font-size: 1.9rem;
  line-height: 1;
  cursor: pointer;
  transition: transform 0.2s ease, color 0.2s ease;
}

.twostars-reviews-showcase__star.is-active,
.twostars-reviews-showcase__star:hover {
  color: #c98d46;
  transform: translateY(-1px);
}

.twostars-reviews-showcase__consent {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  margin-top: 1rem;
  color: rgba(13, 27, 42, 0.72);
  line-height: 1.7;
}

.twostars-reviews-showcase__review-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1.25rem;
}

.twostars-reviews-showcase__review-submit {
  border: 0;
  border-radius: 999px;
  padding: 0.95rem 1.45rem;
  background: #ff8c61;
  color: #fff;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.twostars-reviews-showcase__review-status {
  margin: 0;
  color: rgba(13, 27, 42, 0.72);
}

.twostars-reviews-showcase__thankyou {
  margin-top: 1.5rem;
}

@media (max-width: 1024px) {
  .twostars-reviews-showcase__header,
  .twostars-reviews-showcase__footer {
    grid-template-columns: 1fr;
  }

  .twostars-reviews-showcase__summary {
    text-align: left;
  }

  .twostars-reviews-showcase__slides {
    min-height: 0;
  }

  .twostars-reviews-showcase__slide {
    position: relative;
    opacity: 0;
    height: 0;
  }

  .twostars-reviews-showcase__slide.is-active {
    opacity: 1;
    height: auto;
  }

  .twostars-reviews-showcase__actions {
    justify-content: flex-start;
  }

  .twostars-reviews-showcase__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .twostars-reviews-showcase__arrows {
    right: 1rem;
    bottom: 1rem;
  }

  .twostars-reviews-showcase__arrow {
    width: 2.9rem;
    height: 2.9rem;
  }

  .twostars-reviews-showcase__grid {
    grid-template-columns: 1fr;
  }

  .twostars-reviews-showcase__review-grid {
    grid-template-columns: 1fr;
  }

  .twostars-reviews-showcase__review-actions {
    flex-direction: column;
    align-items: stretch;
  }
}
