.mobile-gallery-dots {
  display: none;
}

.stories-section {
  position: relative;
  background:
    radial-gradient(circle at 50% 10%, rgba(191, 219, 254, 0.5), transparent 22%),
    linear-gradient(180deg, #ffffff 0%, #f7fbff 58%, #ffffff 100%);
  color: #18212f;
  padding: 52px 14px 62px;
  overflow: hidden;
}

.stories-wrap,
.reviews-wrap {
  max-width: 1328px;
  margin: 0 auto;
}

.social-proof-stack {
  width: 100%;
  overflow: hidden;
}

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

.section-title {
  margin: 0;
  font-size: clamp(22px, 2.3vw, 34px);
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: #18212f;
}

.section-line {
  width: 84px;
  height: 4px;
  border-radius: 999px;
  margin: 12px auto 16px;
  background: linear-gradient(90deg, #f4a300 0%, #ffd45f 100%);
}

.section-text {
  margin: 0 auto;
  max-width: 760px;
  font-size: 17px;
  line-height: 1.65;
  color: #334155;
}

.stories-shell,
.reviews-shell {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 16px;
  align-items: center;
}

.stories-shell {
  margin-top: 34px;
}

.stories-arrow,
.reviews-arrow {
  border: 0;
  border-radius: 50%;
  background: #ffffff;
  color: #111827;
  display: grid;
  place-items: center;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.1);
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.stories-arrow {
  width: 58px;
  height: 58px;
}

.reviews-arrow {
  width: 50px;
  height: 50px;
}

.stories-arrow:hover,
.reviews-arrow:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 34px rgba(15, 23, 42, 0.16);
}

.stories-arrow .icon,
.reviews-arrow .icon {
  width: 22px;
  height: 22px;
  stroke-width: 2.2;
}

.stories-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.story-card {
  display: block;
  color: inherit;
  text-align: center;
}

.story-thumb {
  position: relative;
  aspect-ratio: 1.08 / 0.78;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.14);
  background: #dbe6f4;
}

.story-thumb iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

.story-poster {
  position: absolute;
  inset: 0;
  border: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background: transparent;
  display: block;
  overflow: hidden;
}

.story-poster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}

.story-poster::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 18, 30, 0.02) 0%, rgba(10, 18, 30, 0.24) 100%);
}

.story-poster:hover img {
  transform: scale(1.05);
}

.story-play {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 60px;
  height: 60px;
  margin: auto;
  border-radius: 50%;
  border: 3px solid rgba(255, 255, 255, 0.96);
  background: rgba(255, 255, 255, 0.12);
  display: grid;
  place-items: center;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  pointer-events: none;
}

.story-play .icon {
  width: 20px;
  height: 20px;
  fill: #fff;
  stroke: none;
  margin-left: 2px;
}

.story-name {
  margin: 16px 0 8px;
  font-size: 18px;
  font-weight: 700;
  color: #1f2937;
  line-height: 1.18;
}

.story-route {
  margin: 0;
  font-size: 15px;
  line-height: 1.45;
  color: #4b5563;
}

.stories-pager,
.reviews-pager {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 18px;
}

.stories-dot,
.reviews-dot {
  width: 9px;
  height: 9px;
  border: 0;
  border-radius: 999px;
  padding: 0;
  background: #cbd5e1;
  cursor: pointer;
  transition: width 0.2s ease, background-color 0.2s ease;
}

.stories-dot.active,
.reviews-dot.active {
  width: 26px;
  background: #0f172a;
}

.reviews-showcase.trip .reviews-dot.active {
  background: #00aa6c;
}

.reviews-showcase {
  background: linear-gradient(180deg, #ffffff 0%, #f9fbfe 100%);
  color: #18212f;
  padding: 22px 36px 52px;
}

.reviews-showcase.trip {
  background: linear-gradient(180deg, #ffffff 0%, #fbfefc 100%);
}

.reviews-showcase.alt {
  background: linear-gradient(180deg, #ffffff 0%, #f5f9ff 100%);
  padding-top: 8px;
}

.reviews-head {
  text-align: center;
  margin-bottom: 26px;
}

.reviews-logo {
  display: block;
  max-width: 280px;
  width: 100%;
  height: auto;
  margin: 0 auto 18px;
}

.google-reviews-brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin: 0 auto 16px;
  padding: 4px 0;
}

.google-g {
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  display: block;
  object-fit: contain;
}

.google-reviews-text {
  font-size: 28px;
  line-height: 1;
  font-weight: 700;
  color: #202124;
}

.trip-rating-dots {
  display: inline-flex;
  gap: 6px;
  align-items: center;
}

.trip-rating-dots span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #00aa6c;
  display: inline-block;
}

.review-summary {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  margin-top: 22px;
  flex-wrap: wrap;
  color: #334155;
}

.review-summary-score {
  font-size: 17px;
  font-weight: 700;
  color: #0f172a;
}

.review-stars {
  display: inline-flex;
  gap: 4px;
  color: #f4a300;
  font-size: 20px;
  line-height: 1;
}

.review-summary-link {
  color: #2563eb;
  font-size: 15px;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.reviews-shell {
  margin-top: 28px;
}

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

.review-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 18px;
  padding: 20px;
  min-height: 100%;
}

.reviews-showcase.trip .review-card {
  border-radius: 8px;
  border-color: #d7e6dd;
  box-shadow: none;
}

.review-card-top {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
}

.review-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: linear-gradient(135deg, #334155 0%, #64748b 100%);
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
}

.reviews-showcase.trip .review-avatar {
  background: linear-gradient(135deg, #dbe7de 0%, #b8cdc1 100%);
  color: #24443a;
}

.review-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.review-name {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  color: #0f172a;
}

.review-stars-inline {
  display: inline-flex;
  gap: 2px;
  color: #f4a300;
  margin-top: 6px;
  font-size: 16px;
  line-height: 1;
}

.review-card-title {
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
  color: #111827;
}

.reviews-showcase.trip .review-card-title {
  font-size: 18px;
}

.review-card-text {
  margin: 0;
  font-size: 14px;
  line-height: 1.75;
  color: #475569;
}

.reviews-cta {
  text-align: center;
  margin-top: 22px;
}

.reviews-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 24px;
  border-radius: 10px;
  border: 1px solid #0f172a;
  color: #0f172a;
  font-size: 15px;
  font-weight: 700;
  background: #ffffff;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.reviews-showcase.trip .reviews-button {
  border-radius: 999px;
  border-color: #00aa6c;
  color: #006b45;
}

.reviews-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.08);
}

@media (max-width: 1180px) {
  .stories-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (max-width: 860px) {
  .stories-section {
    padding: 42px 16px 50px;
  }

  .stories-shell,
  .reviews-shell {
    grid-template-columns: 1fr;
  }

  .stories-arrow,
  .reviews-arrow {
    display: none;
  }

  .stories-pager,
  .reviews-pager {
    display: flex;
  }

  .reviews-showcase {
    padding: 18px 20px 40px;
  }
}

@media (max-width: 560px) {
  .section-title,
  .google-reviews-text {
    font-size: 24px;
  }

  .section-text {
    font-size: 15px;
  }

  .review-card-top {
    gap: 12px;
  }

  .review-card-title {
    font-size: 15px;
  }

  .review-card-text {
    font-size: 14px;
    line-height: 1.65;
  }

  .reviews-button {
    width: 100%;
    min-height: 48px;
  }
}

@media (min-width: 901px) {
  .content {
    max-width: 1280px;
  }

  .details-row {
    display: block !important;
  }

  .main-column {
    min-width: 0;
    padding-right: 348px;
  }

  .sidebar {
    display: none !important;
    position: fixed !important;
    top: 96px;
    right: max(16px, calc((100vw - 1280px) / 2 + 14px));
    width: 300px;
    flex-direction: column;
    gap: 16px;
    z-index: 15;
  }

  .sidebar.sidebar-fixed {
    display: flex !important;
  }

  .sidebar.sidebar-hidden {
    display: none !important;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }

  .stories-wrap,
  .reviews-wrap {
    max-width: 100%;
  }

  .stories-shell,
  .reviews-shell {
    grid-template-columns: 48px minmax(0, 1fr) 48px;
    gap: 12px;
  }

  .stories-arrow,
  .reviews-arrow {
    width: 48px;
    height: 48px;
  }

  .stories-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
  }

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

  .review-summary {
    gap: 10px;
  }
}
@media (min-width: 901px) and (max-width: 1400px) {
  .story-name {
    font-size: 16px;
  }

  .story-route {
    font-size: 14px;
  }
}
