/* Tourism — Figma 247:8734 */

/* ——— Hero 247:8735 ——— */
.sm-tour-hero {
  position: relative;
  min-height: 854px;
  overflow: hidden;
  background: #fff;
  border-bottom: 1px solid #d6d6d6;
  color: var(--sm-grey-900);
}

.sm-tour-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.sm-tour-hero__bg picture {
  display: contents;
}

/* Pre-cropped to Figma frame 348:9279 (1440×854) — fill hero, no extra shift */
.sm-tour-hero__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  display: block;
  object-fit: cover;
  object-position: center center;
}

.sm-tour-hero__fade {
  position: absolute;
  z-index: 1;
  left: -6px;
  top: 0;
  width: min(871px, 60.5%);
  height: 100%;
  background: linear-gradient(
    90deg,
    #fff 0%,
    rgba(255, 255, 255, 0.85) 35%,
    rgba(255, 255, 255, 0) 100%
  );
  pointer-events: none;
}

.sm-tour-hero .sm-container {
  position: relative;
  z-index: 2;
}

.sm-tour-hero__content {
  position: relative;
  z-index: 2;
  max-width: 616px;
  padding: 220px 0 180px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: flex-start;
}

.sm-tour-hero__eyebrow {
  display: flex;
  gap: 12px;
  align-items: center;
  font-family: var(--sm-font-body);
  font-weight: 700;
  font-size: 24px;
  line-height: 20px;
  color: var(--sm-grey-600);
}

.sm-tour-hero__plus {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  display: block;
}

.sm-tour-hero__eyebrow .sm-eyebrow__icon {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
}

/* Dual stars only on mobile (Figma 501:13530); desktop keeps single leading icon */
.sm-tour-hero__star-end {
  display: none;
}

.sm-tour-hero__title {
  margin: 0;
  font-family: var(--sm-font-display);
  font-weight: 700;
  font-size: clamp(2.25rem, 4.5vw, 4rem);
  line-height: 1;
  color: var(--sm-grey-900);
}

.sm-tour-hero__text {
  margin: 0;
  font-family: var(--sm-font-body);
  font-weight: 500;
  font-size: 20px;
  line-height: 1.35;
  color: var(--sm-grey-600);
  max-width: 616px;
}

.sm-tour-hero__actions {
  display: flex;
  gap: 12px;
}

/* ——— Audience 255:7957 ——— */
.sm-tour-audience {
  padding: 102px 0;
  background: #fff;
}

.sm-tour-audience__grid {
  display: grid;
  grid-template-columns: minmax(280px, 532px) minmax(280px, 616px);
  gap: clamp(32px, 8vw, 132px);
  align-items: center;
  justify-content: space-between;
}

.sm-tour-audience__media {
  margin: 0;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(0, 58, 50, 0.1);
  aspect-ratio: 532 / 411;
  background: var(--sm-main-100);
}

.sm-tour-audience__media picture {
  display: contents;
}

.sm-tour-audience__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}

.sm-tour-audience__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 616px;
}

.sm-tour-audience__title {
  margin: 0;
  font-family: var(--sm-font-display);
  font-weight: 700;
  font-size: 52px;
  line-height: 52px;
  color: var(--sm-grey-900);
}

.sm-tour-audience__pills {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 11px;
  align-items: flex-start;
}

.sm-tour-audience__pill {
  margin: 0;
  padding: 10px 16px;
  border-radius: 999px;
  font-family: var(--sm-font-ui, var(--sm-font-body));
  font-size: 16px;
  line-height: 20px;
  color: #000;
  width: fit-content;
  max-width: 100%;
}

/* Figma 380:9609 — first pill single-line ~534px */
.sm-tour-audience__pill:first-child {
  max-width: 534px;
}

/* Figma 380:9611 / 380:9613 — shorter 480px, text wraps */
.sm-tour-audience__pill:nth-child(2),
.sm-tour-audience__pill:nth-child(3) {
  max-width: 480px;
}

.sm-tour-audience__pill--yellow {
  background: rgba(255, 229, 82, 0.3);
}

.sm-tour-audience__pill--mint {
  background: rgba(25, 214, 180, 0.16);
}

/* ——— Steps 254:7927 ——— */
.sm-tour-steps {
  position: relative;
  padding: 102px 0;
  background: #fafafa;
  overflow: visible;
}

/* Figma 391:10257 Mask group — 306×830 at x=1149, y=-472 (@1440) */
.sm-tour-steps__giraffe {
  position: absolute;
  left: calc(1149 / 1440 * 100%);
  top: calc(-472 / 1440 * 100vw);
  width: calc(306 / 1440 * 100vw);
  height: auto;
  aspect-ratio: 306 / 830;
  max-width: none;
  pointer-events: none;
  z-index: 0;
  user-select: none;
}

@media (min-width: 1440px) {
  .sm-tour-steps__giraffe {
    left: 1149px;
    top: -472px;
    width: 306px;
  }
}

.sm-tour-steps .sm-container {
  position: relative;
  z-index: 1;
}

.sm-tour-steps__head {
  max-width: 616px;
  margin: 0 auto 40px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
}

.sm-tour-steps__eyebrow {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
  font-family: var(--sm-font-body);
  font-weight: 700;
  font-size: 24px;
  line-height: 20px;
  color: var(--sm-grey-600);
}

.sm-tour-steps__spark {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
}

.sm-tour-steps__title {
  margin: 0;
  font-family: var(--sm-font-display);
  font-weight: 700;
  font-size: 52px;
  line-height: 52px;
  color: var(--sm-grey-900);
}

.sm-tour-steps__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
}

.sm-tour-steps__card {
  background: #fff;
  border: 1px solid rgba(0, 58, 50, 0.1);
  border-radius: 16px;
  padding: 16px 24px 32px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-height: 100%;
}

.sm-tour-steps__num {
  font-family: var(--sm-font-ui);
  font-weight: 600;
  font-size: 64px;
  line-height: 1;
  background: linear-gradient(180deg, #cfefe4 0%, #b5f0dc 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.sm-tour-steps__card-title {
  margin: 0;
  font-family: var(--sm-font-body);
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: var(--sm-grey-900);
}

.sm-tour-steps__card-text {
  margin: 0;
  font-size: 16px;
  line-height: 20px;
  color: var(--sm-grey-600);
}

/* ——— Reviews 358:9033 ——— */
.sm-tour-reviews {
  position: relative;
  padding: 102px 0 80px;
  background: #fff;
  overflow: visible;
}

/* Figma 392:10908 — 309×566, left:0, top:-272 (peeks into Process) */
.sm-tour-reviews__giraffe {
  position: absolute;
  left: 0;
  top: calc(-272 / 1440 * 100vw);
  width: calc(309 / 1440 * 100vw);
  height: auto;
  aspect-ratio: 309 / 566;
  max-width: none;
  pointer-events: none;
  z-index: 2;
  user-select: none;
}

@media (min-width: 1440px) {
  .sm-tour-reviews__giraffe {
    top: -272px;
    width: 309px;
  }
}

.sm-tour-reviews .sm-container {
  position: relative;
  z-index: 1;
}

.sm-tour-reviews__head {
  max-width: 616px;
  margin: 0 auto 48px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
}

.sm-tour-reviews__eyebrow {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
  font-family: var(--sm-font-body);
  font-weight: 700;
  font-size: 24px;
  line-height: 20px;
  color: var(--sm-grey-600);
}

.sm-tour-reviews__spark {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
}

.sm-tour-reviews__title {
  margin: 0;
  font-family: var(--sm-font-display);
  font-weight: 700;
  font-size: 52px;
  line-height: 52px;
  color: var(--sm-grey-900);
}

.sm-tour-reviews__cloud {
  position: relative;
  z-index: 1;
  min-height: 520px;
  max-width: 1280px;
  margin: 0 auto;
}

.sm-tour-reviews__item {
  margin: 0;
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-end;
  max-width: 400px;
}

.sm-tour-reviews__item--a {
  left: 2%;
  top: 8%;
  transform: rotate(-2deg);
  align-items: flex-start;
}

.sm-tour-reviews__item--b {
  right: 4%;
  top: 0;
  transform: rotate(2.5deg);
}

.sm-tour-reviews__item--c {
  left: 32%;
  top: 28%;
  transform: rotate(-1.7deg);
}

.sm-tour-reviews__item--d {
  left: 6%;
  bottom: 4%;
  transform: rotate(5deg);
  align-items: flex-start;
}

.sm-tour-reviews__item--e {
  right: 2%;
  bottom: 0;
  transform: rotate(-1.7deg);
}

.sm-tour-reviews__bubble {
  margin: 0;
  padding: 24px;
  border-radius: 16px;
  position: relative;
}

.sm-tour-reviews__bubble p {
  margin: 0;
  font-family: var(--sm-font-ui);
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
  color: var(--sm-grey-900);
}

.sm-tour-reviews__bubble--mint {
  background: #daf9f3;
}

.sm-tour-reviews__bubble--yellow {
  background: #fff7cb;
}

.sm-tour-reviews__bubble::after {
  content: "";
  position: absolute;
  right: 28px;
  bottom: -10px;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #fff7cb;
}

.sm-tour-reviews__bubble--mint::after {
  border-top-color: #daf9f3;
}

.sm-tour-reviews__item--a .sm-tour-reviews__bubble::after {
  right: auto;
  left: 48px;
  bottom: auto;
  top: -10px;
  border-top: 0;
  border-bottom: 12px solid #daf9f3;
}

.sm-tour-reviews__avatar {
  width: 81px;
  height: 81px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  overflow: hidden;
  flex: 0 0 81px;
  box-shadow: 0 4px 12px rgba(37, 37, 37, 0.12);
}

.sm-tour-reviews__avatar picture {
  display: block;
  width: 100%;
  height: 100%;
}

.sm-tour-reviews__avatar img {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover !important;
  object-position: center center !important;
  display: block;
}

/* ——— CTA 335:15057 ——— */
/* Figma Frame 152: 1279×296 overflow clip; staff 335:15069 left 616.5 top -26 w709 h492 */
.sm-tour-cta {
  padding: 101px 0;
  background: #fff;
  overflow: visible;
}

.sm-tour-cta__wrap {
  position: relative;
  height: 296px;
  overflow: hidden;
}

.sm-tour-cta__card {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  gap: 48px;
  box-sizing: border-box;
  padding: 32px;
  border-radius: 16px;
  border: 1px solid rgba(0, 58, 50, 0.1);
  overflow: hidden;
  background: #fff;
}

.sm-tour-cta__lines {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.27;
  pointer-events: none;
  transform: rotate(-90deg) scale(1.4);
  transform-origin: center;
}

.sm-tour-cta__panel {
  position: static;
  z-index: 1;
  flex: 0 1 616px;
  max-width: 616px;
  padding: 32px;
  border-radius: 24px;
  background: linear-gradient(96deg, #fffee9 0%, #fff1a4 98%);
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
}

/* Mobile-only eyebrow (Figma 501:13518); desktop CTA has no eyebrow */
.sm-tour-cta__eyebrow {
  display: none;
  gap: 12px;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-family: var(--sm-font-body);
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: var(--sm-grey-600);
}

.sm-tour-cta__eyebrow .sm-eyebrow__icon {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
}

.sm-tour-cta__title {
  margin: 0;
  font-family: var(--sm-font-display);
  font-weight: 700;
  font-size: 52px;
  line-height: 52px;
  color: var(--sm-grey-900);
}

.sm-tour-cta__text {
  margin: 0;
  font-size: 16px;
  line-height: 20px;
  color: var(--sm-grey-600);
}

.sm-tour-cta__actions {
  display: flex;
}

.sm-tour-cta__media {
  position: absolute;
  left: calc(616.5 / 1279 * 100%);
  top: -26px;
  width: calc(709 / 1279 * 100%);
  height: 492px;
  z-index: 2;
  pointer-events: none;
}

.sm-tour-cta__media picture {
  display: block;
  width: 100%;
  height: 100%;
}

.sm-tour-cta__img,
.sm-tour-cta__media img {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover !important;
  object-position: center top !important;
  display: block;
}

/* ——— FAQ 256:7988 ——— */
/* Figma: section 1440×764; mint y=52 h=712; photo 256:8003 y=-55 h=820 ×878 at x=-53 */
.sm-section.sm-tour-faq {
  position: relative;
  padding: 0;
  height: 764px;
  box-sizing: border-box;
  background: #fafafa;
  overflow: visible;
  z-index: 2;
}

.sm-tour-faq__panel {
  position: absolute;
  left: 0;
  right: 0;
  top: 52px;
  height: 712px;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  overflow: hidden;
  background-image: linear-gradient(
    94.87deg,
    var(--sm-main-100, #ebfff6) 0%,
    var(--sm-main-300, #a9e0ce) 100%
  );
}

/* Sibling of panel — tops extend ~107px above mint */
.sm-tour-faq__media {
  position: absolute;
  left: -53px;
  top: -55px;
  bottom: auto;
  width: min(878px, 61%);
  height: 820px;
  z-index: 1;
  pointer-events: none;
  background: transparent;
  overflow: visible;
}

.sm-tour-faq__media picture {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.sm-tour-faq__img,
.sm-tour-faq__media img {
  position: absolute !important;
  left: 0 !important;
  right: auto !important;
  bottom: 0 !important;
  top: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  display: block;
  object-fit: contain !important;
  object-position: left bottom !important;
}

.sm-tour-faq__content {
  position: relative;
  z-index: 2;
  flex: 0 1 auto;
  width: min(720px, 50%);
  margin-right: var(--sm-pad, 80px);
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: flex-start;
  justify-content: center;
  max-width: none;
}

.sm-tour-faq__head {
  display: flex;
  align-items: center;
  gap: 12px;
}

.sm-tour-faq__star {
  display: none;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.sm-tour-faq__star svg {
  display: block;
  width: 100%;
  height: 100%;
}

.sm-tour-faq__title {
  margin: 0;
  font-family: var(--sm-font-body);
  font-weight: 700;
  font-size: 24px;
  line-height: 20px;
  color: var(--sm-grey-700);
}

.sm-tour-faq .sm-accordion {
  width: 100%;
}

.sm-tour-faq .sm-accordion__item {
  background: rgba(255, 255, 255, 0.25);
  border: 1px solid rgba(243, 243, 243, 0.3);
  border-radius: 16px;
  box-shadow: none;
}

.sm-tour-faq .sm-accordion__item.is-open {
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid #cffffb;
  box-shadow: 0 4px 6px rgba(43, 54, 55, 0.1);
}

.sm-tour-faq .sm-accordion__trigger {
  padding: 24px 16px;
}

.sm-tour-faq .sm-accordion__panel {
  padding: 0 16px 24px;
  color: var(--sm-grey-600);
}

@media (max-width: 1200px) {
  .sm-tour-steps__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 1100px) {
  .sm-tour-hero {
    min-height: 0;
  }

  .sm-tour-hero__content {
    padding: 140px 0 64px;
    max-width: 100%;
  }

  .sm-tour-hero__fade {
    width: 85%;
  }

  .sm-tour-audience__grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .sm-tour-steps__grid {
    grid-template-columns: 1fr;
  }

  .sm-tour-steps__giraffe,
  .sm-tour-reviews__giraffe {
    display: none;
  }

  .sm-tour-reviews__cloud {
    min-height: 0;
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  .sm-tour-reviews__item {
    position: relative;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    transform: none !important;
    max-width: 100%;
    align-items: flex-start !important;
  }

  .sm-tour-cta__wrap {
    height: auto;
    overflow: visible;
  }

  .sm-tour-cta__card {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    height: auto;
    flex-direction: column;
    align-items: stretch;
    min-height: 0;
  }

  .sm-tour-cta__media {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    height: 280px;
    margin-top: -24px;
  }

  .sm-tour-cta__panel {
    position: relative;
    max-width: 100%;
  }

  /* FAQ tablet/mobile stack — title + accordion, then photo */
  .sm-section.sm-tour-faq {
    display: flex;
    flex-direction: column;
    height: auto;
    padding: 48px 16px 0;
    overflow: hidden;
    background-color: transparent;
    background-image: linear-gradient(
      90.89deg,
      var(--sm-main-100, #ebfff6) 0%,
      var(--sm-main-300, #a9e0ce) 100%
    );
  }

  .sm-tour-faq__panel {
    order: 1;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    height: auto;
    min-height: 0;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    overflow: visible;
    background: transparent;
  }

  .sm-tour-faq__media {
    order: 2;
    position: relative;
    left: auto;
    top: auto;
    bottom: auto;
    width: 100%;
    max-width: 358px;
    min-height: 360px;
    height: 360px;
    margin: 24px auto 0;
    overflow: hidden;
  }

  .sm-tour-faq__media picture {
    position: absolute;
    inset: 0;
  }

  /* Figma 560:7846 — family crop inside 358×360 */
  .sm-tour-faq__img,
  .sm-tour-faq__media img {
    left: -7.94% !important;
    top: -10.37% !important;
    right: auto !important;
    bottom: auto !important;
    width: 119.73% !important;
    height: 129.4% !important;
    object-fit: cover !important;
    object-position: center top !important;
  }

  .sm-tour-faq__content {
    width: 100%;
    margin-right: 0;
    padding: 0;
    gap: 24px;
    align-items: stretch;
  }

  .sm-tour-faq__head {
    justify-content: center;
    width: 100%;
  }

  .sm-tour-faq__star {
    display: inline-flex;
  }

  h2.sm-tour-faq__title {
    font-size: 16px;
    line-height: 20px;
    color: var(--sm-grey-600);
    text-align: center;
    margin: 0;
  }

  .sm-tour-faq .sm-accordion {
    gap: 8px;
  }
}

/* Tourism mobile 390 — Figma 499:13064
 * Photo layer 499:13294: −618 / −153, 1116.382×834 (asset = layer bake) */
@media (max-width: 430px) {
  .sm-tour-hero {
    min-height: 0;
    aspect-ratio: 390 / 832;
    display: flex;
    align-items: flex-end;
  }

  /* Figma content wrap inset 23 */
  .sm-tour-hero .sm-container {
    width: min(100% - 46px, var(--sm-container));
  }

  .sm-tour-hero__bg picture {
    display: contents;
  }

  .sm-tour-hero__img {
    inset: auto;
    right: auto;
    bottom: auto;
    left: calc(100% * -618 / 390);
    top: calc(100vw * -153 / 390);
    width: calc(100% * 1116.382 / 390);
    height: auto;
    aspect-ratio: 1116.382 / 834;
    max-width: none;
    object-fit: cover;
    object-position: center center;
  }

  .sm-tour-hero__fade {
    width: 100%;
    left: 0;
    background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0) 38%,
      rgba(255, 255, 255, 0.4) 48%,
      rgba(255, 255, 255, 0.82) 58%,
      rgba(255, 255, 255, 0.97) 64%,
      #fff 67%
    );
  }

  .sm-tour-hero__content {
    padding: 0 0 48px;
    max-width: 100%;
    width: 100%;
    text-align: center;
    align-items: center;
    gap: 24px;
  }

  .sm-tour-hero__eyebrow {
    justify-content: center;
    gap: 12px;
    font-size: 16px;
    line-height: 20px;
  }

  .sm-tour-hero__eyebrow .sm-eyebrow__icon,
  .sm-tour-hero__plus {
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
  }

  .sm-tour-hero__star-end {
    display: block;
  }

  .sm-tour-hero__title {
    font-size: 40px;
    line-height: 38px;
  }

  .sm-tour-hero__text {
    font-size: 16px;
    text-align: center;
  }

  /* Figma 499:13077 / 499:13078 — full-width mint pill, 344×51 */
  .sm-tour-hero__actions {
    width: 100%;
    margin: 0;
  }

  .sm-tour-hero__content .sm-btn,
  .sm-tour-hero .sm-btn {
    width: 100%;
    justify-content: center;
    min-height: 51px;
    height: 51px;
    padding: 12px;
    border-radius: 999px;
    font-size: 16px;
    font-weight: 700;
    background: var(--sm-main-200);
    border-color: var(--sm-main-300);
    color: var(--sm-grey-900);
  }

  .sm-tour-audience,
  .sm-tour-steps,
  .sm-tour-reviews,
  .sm-tour-cta {
    padding: 48px 0;
  }

  /* ——— Reviews mobile — Figma 499:13090 / Group 12 501:13392 ——— */
  .sm-tour-reviews {
    padding: 48px 16px;
    overflow: hidden;
  }

  .sm-tour-reviews .sm-container {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
  }

  .sm-tour-reviews__head {
    max-width: none;
    width: 100%;
    margin: 0 0 32px;
    gap: 12px;
  }

  .sm-tour-reviews__eyebrow {
    font-size: 16px;
    line-height: 20px;
    gap: 12px;
  }

  .sm-tour-reviews__title {
    font-size: 32px;
    line-height: 38px;
  }

  /* Absolute cloud like desktop — coords from Figma Group 12 (≈388×985) */
  .sm-tour-reviews__cloud {
    position: relative;
    display: block;
    width: calc(100% + 32px);
    margin-left: -16px;
    margin-right: -16px;
    max-width: none;
    min-height: calc(100vw * 985 / 390);
    height: calc(100vw * 985 / 390);
    gap: 0;
  }

  .sm-tour-reviews__item {
    position: absolute !important;
    margin: 0;
    max-width: none;
    gap: 0;
    display: block;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    transform: none !important;
    align-items: stretch !important;
    flex-direction: row;
  }

  .sm-tour-reviews__bubble {
    position: absolute;
    padding: 24px;
    border-radius: 16px;
    box-sizing: border-box;
    margin: 0;
    z-index: 1;
  }

  .sm-tour-reviews__bubble p {
    font-size: 20px;
    line-height: 20px;
  }

  .sm-tour-reviews__avatar {
    position: absolute;
    box-shadow: 0 4px 12px rgba(37, 37, 37, 0.12);
    z-index: 2;
  }

  /* a — Group 5: avatar top-right, mint bubble below, tail up */
  .sm-tour-reviews__item--a {
    left: calc(100% * 24.2 / 390) !important;
    top: calc(100% * 11 / 985) !important;
    width: calc(100% * 328.879 / 390);
    height: calc(100% * 208.879 / 985);
  }

  .sm-tour-reviews__item--a .sm-tour-reviews__avatar {
    top: 0;
    right: 0;
    width: 68px;
    height: 68px;
    flex: none;
    transform: rotate(-1.95deg);
  }

  .sm-tour-reviews__item--a .sm-tour-reviews__bubble {
    left: 0;
    top: calc(100% * 90 / 208.879);
    width: calc(100% * 322.316 / 328.879);
    transform: rotate(-1.95deg);
  }

  .sm-tour-reviews__item--a .sm-tour-reviews__bubble::after {
    left: auto;
    right: 28px;
    top: -10px;
    bottom: auto;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 0;
    border-bottom: 12px solid #daf9f3;
  }

  /* d — Group 7: yellow bubble, avatar bottom-right */
  .sm-tour-reviews__item--d {
    left: calc(100% * 36.15 / 390) !important;
    top: calc(100% * 174.81 / 985) !important;
    width: calc(100% * 352.3 / 390);
    height: calc(100% * 267.393 / 985);
  }

  .sm-tour-reviews__item--d .sm-tour-reviews__bubble {
    left: 0;
    top: calc(100% * 29 / 267.393);
    width: calc(100% * 344.176 / 352.3);
    transform: rotate(5.02deg);
  }

  .sm-tour-reviews__item--d .sm-tour-reviews__avatar {
    top: calc(100% * 173.6 / 267.393);
    left: calc(100% * 250 / 352.3);
    width: 81px;
    height: 81px;
    flex: none;
    transform: rotate(9.98deg);
  }

  .sm-tour-reviews__item--d .sm-tour-reviews__bubble::after {
    right: 28px;
    left: auto;
    bottom: -10px;
    top: auto;
    border-bottom: 0;
    border-top: 12px solid #fff7cb;
  }

  /* c — Group 4: yellow bubble, avatar bottom-left */
  .sm-tour-reviews__item--c {
    left: calc(100% * 28.79 / 390) !important;
    top: calc(100% * 397.26 / 985) !important;
    width: calc(100% * 351.612 / 390);
    height: calc(100% * 239.935 / 985);
  }

  .sm-tour-reviews__item--c .sm-tour-reviews__bubble {
    left: 0;
    top: calc(100% * 28.6 / 239.935);
    width: calc(100% * 331.62 / 351.612);
    transform: rotate(-1.74deg);
  }

  .sm-tour-reviews__item--c .sm-tour-reviews__avatar {
    top: calc(100% * 141 / 239.935);
    left: calc(100% * 18.72 / 351.612);
    width: 81px;
    height: 81px;
    flex: none;
    transform: rotate(3.22deg);
  }

  .sm-tour-reviews__item--c .sm-tour-reviews__bubble::after {
    right: auto;
    left: 36px;
    bottom: -10px;
    top: auto;
    border-bottom: 0;
    border-top: 12px solid #fff7cb;
  }

  /* b — Group 6: mint bubble, avatar bottom-left */
  .sm-tour-reviews__item--b {
    left: calc(100% * 10.8 / 390) !important;
    top: calc(100% * 599.28 / 985) !important;
    width: calc(100% * 357.914 / 390);
    height: calc(100% * 198.788 / 985);
  }

  .sm-tour-reviews__item--b .sm-tour-reviews__bubble {
    left: 0;
    top: 0;
    width: 100%;
    transform: rotate(2.68deg);
  }

  .sm-tour-reviews__item--b .sm-tour-reviews__avatar {
    top: calc(100% * 133 / 198.788);
    left: calc(100% * 10.24 / 357.914);
    width: 61px;
    height: 66px;
    flex: none;
    border-radius: 50%;
  }

  .sm-tour-reviews__item--b .sm-tour-reviews__bubble::after {
    right: auto;
    left: 28px;
    bottom: -10px;
    top: auto;
    border-bottom: 0;
    border-top: 12px solid #daf9f3;
  }

  /* e — Group 8: yellow bubble, avatar bottom-right */
  .sm-tour-reviews__item--e {
    left: calc(100% * 23.95 / 390) !important;
    top: calc(100% * 756.28 / 985) !important;
    width: calc(100% * 374.263 / 390);
    height: calc(100% * 228.72 / 985);
  }

  .sm-tour-reviews__item--e .sm-tour-reviews__bubble {
    left: 0;
    top: 0;
    width: calc(100% * 344.593 / 374.263);
    transform: rotate(-1.74deg);
  }

  .sm-tour-reviews__item--e .sm-tour-reviews__avatar {
    top: calc(100% * 143.3 / 228.72);
    left: calc(100% * 282.11 / 374.263);
    width: 81px;
    height: 81px;
    flex: none;
    transform: rotate(3.22deg);
  }

  .sm-tour-reviews__item--e .sm-tour-reviews__bubble::after {
    right: 28px;
    left: auto;
    bottom: -10px;
    top: auto;
    border-bottom: 0;
    border-top: 12px solid #fff7cb;
  }

  .sm-section.sm-tour-faq {
    padding: 48px 16px 0;
  }

  .sm-tour-audience__title,
  .sm-tour-steps__title,
  .sm-tour-reviews__title,
  .sm-tour-cta__title {
    font-size: 32px;
    line-height: 38px;
    text-align: center;
  }

  .sm-tour-audience__head .sm-eyebrow,
  .sm-tour-steps__head .sm-eyebrow,
  .sm-tour-reviews__head .sm-eyebrow {
    justify-content: center;
  }

  .sm-tour-audience__head,
  .sm-tour-steps__head,
  .sm-tour-reviews__head {
    text-align: center;
  }

  /* ——— CTA mobile — Figma 501:13482
   * Outer Frame 151 358×678 (cloud + border)
   * Yellow Frame 11 326×446 inset 16/32, pb 204
   * Photo 501:13528: 593.5×412, bottom −201, centered
   */
  .sm-tour-cta {
    padding: 48px 16px;
  }

  .sm-tour-cta .sm-container {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
  }

  /* Frame 151 shell — white + cloud, clips photo */
  .sm-tour-cta__wrap {
    position: relative;
    height: auto;
    min-height: calc(100vw * 678 / 390);
    overflow: hidden;
    border-radius: 16px;
    border: 1px solid rgba(0, 58, 50, 0.1);
    padding: 0;
    box-sizing: border-box;
    background: #fff;
  }

  /* Frame 151 padding box (pt32 px16 pb200) */
  .sm-tour-cta__card {
    position: relative;
    inset: auto;
    display: block;
    height: auto;
    min-height: calc(100vw * 678 / 390);
    padding: 32px 16px 200px;
    border: 0;
    border-radius: 0;
    overflow: visible;
    background: transparent;
    box-sizing: border-box;
  }

  .sm-tour-cta__lines {
    position: absolute;
    inset: -26% -44% -26% -41%;
    width: auto;
    height: auto;
    max-width: none;
    opacity: 1;
    transform: none;
    object-fit: fill;
    z-index: 0;
    pointer-events: none;
  }

  /* Frame 11 — yellow inset card */
  .sm-tour-cta__panel {
    position: relative;
    z-index: 1;
    flex: none;
    max-width: none;
    width: 100%;
    box-sizing: border-box;
    min-height: calc((100vw - 64px) * 446 / 326);
    padding: 32px 16px 204px;
    border-radius: 24px;
    background: linear-gradient(91.76deg, #fffee9 0%, #fff1a4 98%);
    align-items: center;
    text-align: center;
    gap: 0;
    overflow: visible;
  }

  .sm-tour-cta__eyebrow {
    display: flex;
    margin: 0 0 24px;
    position: relative;
    z-index: 3;
  }

  .sm-tour-cta__title {
    font-size: 32px;
    line-height: 38px;
    text-align: center;
    width: 100%;
    margin: 0 0 16px;
    position: relative;
    z-index: 3;
    white-space: nowrap;
    letter-spacing: -0.02em;
  }

  .sm-tour-cta__text {
    text-align: center;
    max-width: 294px;
    margin: 0 auto 8px;
    font-size: 16px;
    line-height: 20px;
    position: relative;
    z-index: 3;
  }

  .sm-tour-cta__actions {
    justify-content: center;
    width: 100%;
    margin: 0;
    position: relative;
    z-index: 3;
  }

  .sm-tour-cta__panel .sm-btn {
    width: auto;
    min-width: 197px;
    min-height: 44px;
    height: 44px;
    padding: 12px 16px;
    border-radius: 999px;
    font-size: 16px;
    font-weight: 700;
    justify-content: center;
  }

  /* Photo 501:13528 — bottom −201 inside yellow Frame 11 */
  .sm-tour-cta__media {
    position: absolute;
    left: 50%;
    top: auto;
    bottom: -201px;
    right: auto;
    transform: translateX(-50%);
    width: calc((100vw - 64px) * 593.5 / 326);
    height: calc((100vw - 64px) * 412.03 / 326);
    margin: 0;
    z-index: 2;
    pointer-events: none;
  }

  .sm-tour-cta__media picture {
    display: contents;
  }

  .sm-tour-cta__img,
  .sm-tour-cta__media img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center top !important;
  }

  /* FAQ photo stays 358×360 (Figma 560:7846); keep ≤1100 rules */
  .sm-tour-faq__media {
    height: 360px;
    min-height: 360px;
    max-width: 358px;
  }

  h2.sm-tour-faq__title {
    font-size: 16px;
    line-height: 20px;
    color: var(--sm-grey-600);
  }
}
