.tez-hot-tours-page {
  --bg: #f2f7fd;
  --text: #101f4b;
  --muted: #66738f;
  --line: #dfe8f4;
  --brand: #2162f4;
  --brand-dark: #1148b1;
  --container: 1240px;
  --shadow-soft: 0 18px 45px rgba(26, 55, 110, 0.08);
  --shadow-card: 0 22px 54px rgba(22, 63, 129, 0.12);
  position: relative;
  left: 50%;
  width: 100vw;
  margin-left: -50vw;
  margin-right: -50vw;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(53, 120, 255, 0.06), transparent 24%),
    linear-gradient(180deg, #fbfdff 0%, #f1f6fc 100%);
  overflow: clip;
}

.tez-hot-tours-page,
.tez-hot-tours-page * {
  box-sizing: border-box;
}

.tez-hot-tours-page h1,
.tez-hot-tours-page h2,
.tez-hot-tours-page h3,
.tez-hot-tours-page h4,
.tez-hot-tours-page header,
.tez-hot-tours-page p,
.tez-hot-tours-page ul,
.tez-hot-tours-page ol,
.tez-hot-tours-page li,
.tez-hot-tours-page figure,
.tez-hot-tours-page picture,
.tez-hot-tours-page img {
  background: transparent;
  border: 0;
  box-shadow: none;
}

.tez-hot-tours-page h1,
.tez-hot-tours-page h2,
.tez-hot-tours-page h3,
.tez-hot-tours-page h4,
.tez-hot-tours-page header {
  margin: 0;
  padding: 0;
  color: inherit;
  text-transform: none;
}

.tez-hot-tours-page p {
  margin: 0;
  padding: 0;
  text-align: left;
}

.tez-hot-tours-page article {
  float: none;
  width: auto;
  max-width: none;
}

.tez-hot-tours-page article .container {
  width: auto;
  max-width: none;
  margin: 0;
  padding: 0;
}

.tez-hot-tours-page ul,
.tez-hot-tours-page ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.tez-hot-tours-page li::before {
  content: none;
}

.tez-hot-tours-page img,
.tez-hot-tours-page svg {
  display: block;
  max-width: 100%;
  height: auto;
}

.tez-hot-tours-page h1::selection,
.tez-hot-tours-page h2::selection,
.tez-hot-tours-page h3::selection,
.tez-hot-tours-page h4::selection,
.tez-hot-tours-page p::selection,
.tez-hot-tours-page a::selection,
.tez-hot-tours-page span::selection {
  background: transparent;
  color: inherit;
}

.tez-hot-tours-page h1::-moz-selection,
.tez-hot-tours-page h2::-moz-selection,
.tez-hot-tours-page h3::-moz-selection,
.tez-hot-tours-page h4::-moz-selection,
.tez-hot-tours-page p::-moz-selection,
.tez-hot-tours-page a::-moz-selection,
.tez-hot-tours-page span::-moz-selection {
  background: transparent;
  color: inherit;
}

.tez-hot-tours-page a,
.tez-hot-tours-page button {
  font: inherit;
}

.tez-hot-tours-page .container {
  width: min(var(--container), calc(100% - 40px));
  margin: 0 auto;
}

.hero {
  position: relative;
  overflow: hidden;
  background: #eef5ff;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.88) 0%, rgba(255, 255, 255, 0.8) 30%, rgba(255, 255, 255, 0.22) 56%, rgba(255, 255, 255, 0.02) 72%);
  pointer-events: none;
  z-index: 1;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 160px;
  background: linear-gradient(180deg, rgba(242, 247, 253, 0) 0%, rgba(242, 247, 253, 0.9) 100%);
  pointer-events: none;
  z-index: 2;
}

.hero__media {
  position: absolute;
  inset: 0;
}

.hero__media picture,
.hero__media img {
  display: block;
  width: 100%;
  height: 100%;
}

.hero__media img {
  object-fit: cover;
  object-position: center center;
}

.hero__inner {
  position: relative;
  z-index: 3;
  padding: 56px 0 66px;
}

.hero__copy {
  max-width: 620px;
}

.hero h1 {
  margin: 0;
  max-width: 620px;
  color: #111f4f;
  font-size: clamp(44px, 5.5vw, 66px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.06em;
}

.hero-title__line,
.hero-title__city {
  display: block;
}

.hero-title__city {
  white-space: nowrap;
}

.hero__lead {
  margin: 24px 0 0;
  max-width: 600px;
  color: rgba(17, 31, 79, 0.88);
  font-size: 19px;
  line-height: 1.6;
  font-weight: 500;
}

.hero__cta {
  margin-top: 30px;
  min-width: 336px;
  padding: 19px 28px;
  border: 0;
  border-radius: 16px;
  background: linear-gradient(180deg, #2c6dff 0%, #1457e2 100%);
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 22px 40px rgba(35, 101, 245, 0.24);
}

.tez-hot-tours-page .hero-benefits {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
  max-width: 920px;
  margin-top: 38px;
}

.tez-hot-tours-page .hero-benefit {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  align-items: start;
  gap: 14px;
}

.tez-hot-tours-page .hero-benefit__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  color: #2566f7;
  overflow: hidden;
}

.tez-hot-tours-page .hero-benefit__icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.tez-hot-tours-page .hero-benefit > span:last-child {
  display: block;
  min-width: 0;
  max-width: 150px;
  color: #152453;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 600;
  text-align: left;
  word-break: normal;
}

.checks {
  padding: 56px 0 40px;
}

.tez-hot-tours-page .section-heading {
  max-width: 820px;
  margin: 0 auto 30px;
  text-align: center;
}

.tez-hot-tours-page .section-heading h2 {
  margin: 0;
  color: #111f4f;
  font-size: clamp(38px, 4.8vw, 56px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.05em;
}

.tez-hot-tours-page .section-heading p {
  margin: 18px auto 0;
  max-width: 700px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.68;
  text-align: center;
}

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

.check-card {
  min-height: 246px;
  padding: 24px 22px 22px;
  border: 1px solid rgba(231, 238, 248, 0.9);
  border-radius: 26px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94) 0%, rgba(255, 255, 255, 0.88) 100%);
  box-shadow: 0 20px 48px rgba(25, 58, 116, 0.08);
  display: flex;
  flex-direction: column;
}

.check-card__icon {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.check-card__icon img {
  width: 44px;
  height: 44px;
  object-fit: contain;
}

.check-card h3 {
  margin: 22px 0 12px;
  color: #111f4f;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}

.check-card p {
  margin: 0;
  color: rgba(39, 52, 86, 0.84);
  font-size: 15px;
  line-height: 1.64;
}

.widget-section {
  padding: 52px 0 62px;
  background: #f3f8ff;
}

.tez-hot-tours-page .section-heading--compact {
  max-width: 980px;
  margin-bottom: 22px;
}

.tez-hot-tours-page .section-heading--compact h2 {
  font-size: clamp(40px, 4.8vw, 54px);
}

.widget-stage {
  position: relative;
  padding: 16px;
  border: 1px solid rgba(191, 212, 242, 0.34);
  border-radius: 30px;
  background:
    radial-gradient(circle at top left, rgba(83, 142, 255, 0.22), transparent 30%),
    radial-gradient(circle at bottom right, rgba(255, 255, 255, 0.08), transparent 24%),
    linear-gradient(180deg, #0a2a57 0%, #071a37 100%);
  box-shadow: 0 28px 58px rgba(6, 27, 58, 0.18);
  overflow: hidden;
}

.widget-stage::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  border: 1px solid rgba(255, 255, 255, 0.08);
  pointer-events: none;
}

#sletat-test-module {
  min-height: 290px;
}

.tez-hot-tours-page .widget-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 14px;
  color: #6b7c96;
  font-size: 16px;
  line-height: 1.45;
  text-align: center;
}

.tez-hot-tours-page .widget-note::before {
  content: "ⓘ";
  color: #8799b6;
  font-size: 24px;
  line-height: 1;
}

.offers-showcase {
  padding: 54px 0 0;
  background: linear-gradient(180deg, rgba(242, 247, 255, 0.9) 0%, rgba(238, 245, 255, 0.98) 100%);
}

.offers-showcase__head {
  margin-bottom: 22px;
}

.offers-showcase__copy {
  max-width: 880px;
  margin-bottom: 0;
}

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

.tez-hot-tours-page .offer-card {
  position: relative;
  min-height: 492px;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 22px 50px rgba(22, 57, 115, 0.14);
  isolation: isolate;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 18px 18px 20px;
  color: #fff;
  background: linear-gradient(180deg, rgba(6, 20, 49, 0.14) 0%, rgba(6, 20, 49, 0.84) 100%);
}

.offer-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--offer-bg) center center / cover no-repeat;
  z-index: -2;
  transform: scale(1.001);
  transition: transform 0.35s ease;
}

.offer-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(8, 22, 52, 0.02) 0%, rgba(8, 22, 52, 0.18) 34%, rgba(8, 22, 52, 0.92) 100%);
  z-index: -1;
  transition: background 0.3s ease;
}

.offer-card:hover::before {
  transform: scale(1.04);
}

.offer-card:hover::after {
  background:
    linear-gradient(180deg, rgba(8, 22, 52, 0.14) 0%, rgba(8, 22, 52, 0.32) 30%, rgba(8, 22, 52, 0.96) 100%);
}

.tez-hot-tours-page .offer-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.offer-card__badge,
.offer-card__origin {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  color: #2b4b8e;
  font-size: 13px;
  font-weight: 600;
  box-shadow: 0 8px 20px rgba(13, 38, 87, 0.12);
}

.offer-card__origin::before {
  content: "✈";
  margin-right: 8px;
  color: #2f6eff;
  font-size: 13px;
}

.tez-hot-tours-page .offer-card__body {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: auto;
  padding-top: 138px;
}

.tez-hot-tours-page .offer-card__place {
  font-size: 15px;
  margin: 0;
  line-height: 1.35;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.88);
}

.tez-hot-tours-page .offer-card h3 {
  margin: 0;
  padding: 0;
  font-size: 25px;
  line-height: 1.16;
  letter-spacing: -0.04em;
  font-weight: 800;
  color: #fff;
}

.tez-hot-tours-page .offer-card__departure {
  margin: 0;
  padding: 0;
  text-align: left;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.86);
}

.tez-hot-tours-page .offer-card__price {
  margin-top: 4px;
  font-size: 28px;
  line-height: 1;
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.04em;
}

.tez-hot-tours-page .offer-card__price--with-note {
  display: flex;
  align-items: baseline;
  gap: 8px;
  flex-wrap: nowrap;
  white-space: nowrap;
  font-size: 26px;
}

.tez-hot-tours-page .offer-card__price--with-note span {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0;
  color: rgba(255, 255, 255, 0.9);
}

.tez-hot-tours-page .offer-card__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  min-width: 220px;
  width: auto;
  margin-top: 6px;
  padding: 14px 22px;
  border-radius: 15px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  box-shadow: none;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.offer-card__button:hover {
  background: #fff;
  color: #2864c7;
  border-color: #fff;
  transform: translateY(-1px);
}

.tez-hot-tours-page .offer-card__hover {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 94px;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(9, 26, 58, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(12px);
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.25s ease, transform 0.25s ease;
  pointer-events: none;
}

.offer-card:hover .offer-card__hover {
  opacity: 1;
  transform: translateY(0);
}

.offer-card__hover-title {
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 700;
}

.offer-card__hover-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 6px;
  font-size: 14px;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.92);
}

.offer-card__hover-list li::before {
  content: "•";
  margin-right: 8px;
  color: #8cb4ff;
}

.tez-hot-tours-page .offers-showcase__note {
  display: block;
  margin: 18px 0 0;
  padding: 18px 22px;
  border: 1px solid rgba(218, 229, 245, 0.94);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.78);
  color: #61718e;
  font-size: 15px;
  line-height: 1.6;
  text-align: left;
  box-shadow: 0 10px 26px rgba(25, 58, 116, 0.04);
}

.audience-fit {
  padding: 54px 0 0;
  background: linear-gradient(180deg, rgba(238, 245, 255, 0.98) 0%, rgba(244, 249, 255, 0.96) 100%);
}

.audience-fit__head {
  text-align: center;
  margin: 0 auto 26px;
}

.audience-fit__head p {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

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

.audience-card {
  min-height: 278px;
  padding: 28px 24px 24px;
  border: 1px solid rgba(229, 237, 248, 0.92);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255,255,255,0.96) 0%, rgba(255,255,255,0.92) 100%);
  box-shadow: 0 12px 30px rgba(25, 58, 116, 0.05);
}

.audience-card__icon {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.audience-card__icon img {
  width: 72px;
  height: 72px;
  display: block;
  object-fit: contain;
}

.audience-card h3 {
  margin: 22px 0 12px;
  color: #111f4f;
  font-size: 20px;
  line-height: 1.16;
  letter-spacing: -0.03em;
  font-weight: 800;
}

.audience-card p {
  margin: 0;
  color: rgba(39, 52, 86, 0.84);
  font-size: 16px;
  line-height: 1.62;
}

.hot-timing {
  padding: 70px 0 0;
}

.hot-timing__panel {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.08fr);
  gap: 42px;
  padding: 34px 34px 32px;
  border: 1px solid rgba(211, 226, 246, 0.92);
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(245, 249, 255, 0.42) 0%, rgba(236, 244, 255, 0.58) 100%),
    url("./assets/when-hot-deals-bg-crop-fixed.jpg") center center / cover no-repeat;
  box-shadow: 0 18px 46px rgba(26, 55, 110, 0.08);
}

.hot-timing__copy {
  position: relative;
  z-index: 1;
  max-width: 460px;
  display: flex;
  flex-direction: column;
  padding: 34px 0 26px;
}

.hot-timing__copy h2 {
  margin: 0;
  color: #111f4f;
  font-size: clamp(32px, 3.8vw, 52px);
  line-height: 1.08;
  letter-spacing: -0.05em;
}

.hot-timing__copy p {
  margin: 18px 0 0;
  color: rgba(57, 72, 105, 0.9);
  font-size: 18px;
  line-height: 1.72;
}

.hot-timing__facts {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  align-content: center;
  padding-top: 38px;
}

.hot-timing__fact {
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 82px;
  padding: 18px 20px;
  border: 1px solid rgba(225, 235, 247, 0.96);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 10px 24px rgba(27, 58, 116, 0.04);
}

.hot-timing__icon {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  color: #2f6eff;
}

.hot-timing__icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.hot-timing__fact span {
  color: #2861d7;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 600;
}

.hot-timing__timeline {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  width: min(100%, 500px);
  margin-top: auto;
  padding: 22px 4px 0;
}

.hot-timing__timeline::before {
  content: "";
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 9px;
  border-bottom: 1px dashed rgba(69, 112, 205, 0.6);
  opacity: 1;
}

.hot-timing__timeline-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 14px;
}

.hot-timing__timeline-item::after {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fff;
  border: 4px solid #4a7bff;
  box-shadow: 0 4px 12px rgba(45, 93, 214, 0.14);
}

.hot-timing__timeline-item span {
  color: #111f4f;
  font-size: 15px;
  line-height: 1.25;
  font-weight: 500;
}

.purchase-steps {
  padding: 62px 0 0;
}

.purchase-steps__head {
  margin-bottom: 22px;
}

.purchase-steps__track {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: center;
  gap: 14px;
  margin: 0 0 -18px;
  padding: 0 7px;
  z-index: 2;
}

.purchase-steps__track::before {
  content: "";
  position: absolute;
  left: calc(10% + 27px);
  right: calc(10% + 27px);
  top: 20px;
  height: 2px;
  background: linear-gradient(90deg, rgba(53, 104, 236, 0.88) 0%, rgba(53, 104, 236, 0.78) 100%);
}

.purchase-steps__track span {
  position: relative;
  justify-self: center;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(180deg, #417dff 0%, #2d66f2 100%);
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  box-shadow: none;
}

.purchase-steps__grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.purchase-step {
  min-height: 180px;
  padding: 66px 18px 24px;
  border: 1px solid rgba(221, 232, 247, 0.96);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 16px 34px rgba(23, 61, 128, 0.08);
  text-align: center;
}

.purchase-step__icon {
  width: 48px;
  height: 48px;
  margin: 0 auto 18px;
  color: #2f6eff;
}

.purchase-step__icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.purchase-step h3 {
  margin: 0;
  color: #14275b;
  font-size: 18px;
  line-height: 1.42;
  font-weight: 700;
}

.reviews-section {
  padding: 62px 0 28px;
  background: #f3f8ff;
}

.reviews-section__head {
  margin-bottom: 24px;
}

.reviews-section__head p {
  max-width: 860px;
}

.reviews-slider {
  position: relative;
}

.reviews-track {
  display: grid;
  align-items: start;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 36px) / 3);
  gap: 18px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding: 10px 0 4px;
  scrollbar-width: none;
}

.reviews-track::-webkit-scrollbar {
  display: none;
}

.reviews-slider__controls {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 20px;
}

.reviews-slider__nav {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(57, 109, 233, 0.26);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  color: #2f63db;
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 8px 18px rgba(31, 45, 80, 0.08);
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.reviews-slider__nav:hover {
  background: #2f63db;
  color: #fff;
  border-color: #2f63db;
  transform: translateY(-1px);
}

.review-card {
  scroll-snap-align: start;
  align-self: start;
  min-height: 0;
  padding: 22px 22px 18px;
  border: 1px solid rgba(223, 233, 246, 0.96);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255,255,255,0.96) 0%, rgba(255,255,255,0.92) 100%);
  box-shadow: 0 12px 30px rgba(25, 58, 116, 0.05);
}

.review-card__top {
  display: flex;
  align-items: center;
  gap: 14px;
}

.tez-hot-tours-page .review-card__avatar {
  width: 52px;
  height: 52px;
  min-width: 52px;
  max-width: 52px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center center;
  flex: 0 0 52px;
  display: block;
  overflow: hidden;
  background: #dfeaf8;
}

.review-card h3 {
  margin: 0 0 4px;
  color: #112153;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
}

.review-card__stars {
  color: #f3c62e;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.1em;
}

.review-card p {
  margin: 14px 0 0;
  color: rgba(44, 60, 96, 0.9);
  font-size: 15px;
  line-height: 1.58;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.review-card.is-expanded p {
  display: block;
  overflow: visible;
  -webkit-line-clamp: unset;
  -webkit-box-orient: initial;
}

.review-card__toggle {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 10px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #2d6bff;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 600;
  cursor: pointer;
}

.review-card__toggle:hover {
  color: #1b56de;
}

.review-card__thumbs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 16px;
}

.review-thumb {
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.review-thumb img {
  display: block;
  width: 100%;
  height: 84px;
  border-radius: 16px;
  object-fit: cover;
  box-shadow: 0 8px 20px rgba(30, 49, 96, 0.1);
}

.faq-section {
  padding: 62px 0 0;
}

.faq-section__head {
  margin-bottom: 20px;
}

.faq-list {
  display: grid;
  gap: 14px;
}

.tez-hot-tours-page .faq-item {
  border: 1px solid rgba(204, 220, 244, 0.96);
  border-radius: 18px;
  background: rgba(255,255,255,0.98);
  box-shadow: 0 8px 20px rgba(25, 58, 116, 0.03);
  overflow: hidden;
}

.tez-hot-tours-page .faq-item summary {
  position: relative;
  list-style: none;
  cursor: pointer;
  padding: 22px 60px 22px 56px;
  color: #1f2d4d;
  font-size: 18px;
  line-height: 1.32;
  font-weight: 600;
}

.tez-hot-tours-page .faq-item summary::-webkit-details-marker {
  display: none;
}

.tez-hot-tours-page .faq-item summary::before {
  content: "+";
  position: absolute;
  left: 22px;
  top: 50%;
  transform: translateY(-50%);
  color: #2c66e7;
  font-size: 28px;
  line-height: 1;
  font-weight: 400;
}

.tez-hot-tours-page .faq-item summary::after {
  content: "+";
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  color: #2c66e7;
  font-size: 28px;
  line-height: 1;
  font-weight: 400;
}

.tez-hot-tours-page .faq-item[open] summary::after {
  content: "–";
}

.tez-hot-tours-page .faq-item p {
  margin: 0;
  padding: 18px 20px 22px;
  border-top: 1px solid rgba(220, 232, 248, 0.95);
  background: rgba(244, 248, 255, 0.85);
  color: rgba(47, 62, 95, 0.9);
  font-size: 15px;
  line-height: 1.6;
}

.tez-hot-tours-page .review-lightbox {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(8, 19, 43, 0.76);
}

.tez-hot-tours-page .review-lightbox[hidden] {
  display: none;
}

.tez-hot-tours-page .review-lightbox__image {
  max-width: min(92vw, 1100px);
  max-height: 86vh;
  border-radius: 20px;
  object-fit: contain;
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.28);
  background: #fff;
}

.tez-hot-tours-page .review-lightbox__close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  color: #16305c;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
}

.why-tez {
  padding: 34px 0 0;
  background: #f3f8ff;
}

.why-tez__panel {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.72fr);
  gap: 28px;
  padding: 24px 28px 20px;
  border: 1px solid rgba(221, 232, 247, 0.96);
  border-radius: 34px;
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.82), transparent 36%),
    linear-gradient(180deg, #f5f9ff 0%, #edf5ff 100%);
  box-shadow: 0 20px 46px rgba(24, 61, 128, 0.08);
}

.why-tez__content h2 {
  margin: 0;
  color: #112153;
  font-size: clamp(32px, 4.4vw, 56px);
  line-height: 1.04;
  letter-spacing: -0.05em;
}

.why-tez__content p {
  margin: 12px 0 0;
  color: rgba(54, 72, 108, 0.92);
  font-size: 17px;
  line-height: 1.58;
  max-width: 760px;
}

.why-tez__list {
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
  max-width: 740px;
}

.why-tez__list li {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  padding: 6px 0;
}

.why-tez__check {
  position: relative;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(239, 245, 255, 0.95);
  border: 1px solid rgba(224, 233, 246, 0.96);
  box-shadow: 0 6px 14px rgba(18, 49, 99, 0.04);
}

.why-tez__check::before {
  content: "";
  position: absolute;
  left: 9px;
  top: 6px;
  width: 7px;
  height: 11px;
  border-right: 2px solid #2f6eff;
  border-bottom: 2px solid #2f6eff;
  transform: rotate(40deg);
}

.why-tez__list li span:last-child {
  color: #233a6b;
  font-size: 16px;
  line-height: 1.34;
}

.why-tez__photo {
  overflow: hidden;
  border-radius: 28px;
  min-height: 420px;
  max-height: 420px;
  background: #dce8f8;
  box-shadow: 0 18px 40px rgba(20, 52, 110, 0.08);
}

.why-tez__photo img {
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  display: block;
}

.final-cta {
  padding: 64px 0 0;
}

.final-cta__panel {
  position: relative;
  overflow: hidden;
  display: block;
  padding: 34px 36px 28px;
  border: 1px solid rgba(215, 229, 247, 0.96);
  border-radius: 34px;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.92) 0%, rgba(255,255,255,0.84) 34%, rgba(255,255,255,0.22) 62%, rgba(255,255,255,0.02) 76%),
    url("./assets/final-cta-bg.jpg") center center / cover no-repeat;
  box-shadow: 0 22px 52px rgba(24, 61, 128, 0.08);
}

.final-cta__content {
  position: relative;
  z-index: 1;
  max-width: 690px;
}

.final-cta__content h2 {
  margin: 0;
  color: #112153;
  font-size: clamp(32px, 4.6vw, 60px);
  line-height: 1.04;
  letter-spacing: -0.05em;
}

.final-cta__content p {
  margin: 22px 0 0;
  color: rgba(56, 73, 107, 0.92);
  font-size: 18px;
  line-height: 1.72;
  max-width: 720px;
}

.final-cta__button {
  margin-top: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-width: 334px;
  min-height: 62px;
  padding: 16px 28px;
  border: 0;
  border-radius: 18px;
  background: linear-gradient(180deg, #3e7cff 0%, #2c65f2 100%);
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  box-shadow: 0 18px 34px rgba(35, 86, 198, 0.22);
}

.final-cta__button svg {
  width: 22px;
  height: 22px;
}

.final-cta__facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  margin-top: 30px;
  max-width: 980px;
}

.final-cta__fact {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #15305f;
  font-size: 15px;
  line-height: 1.35;
}

.final-cta__fact-icon {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(222, 232, 246, 0.96);
  color: #2f6eff;
}

.final-cta__fact-icon svg {
  width: 24px;
  height: 24px;
  display: block;
}

.site-footer {
  margin-top: 36px;
  background:
    radial-gradient(circle at top right, rgba(24, 70, 150, 0.18), transparent 28%),
    linear-gradient(135deg, #07204a 0%, #082a5a 100%);
  color: rgba(255,255,255,0.88);
}

.site-footer__inner {
  width: min(1320px, calc(100% - 40px));
  margin: 0 auto;
  padding: 36px 0 28px;
}

.site-footer__top {
  display: grid;
  grid-template-columns: minmax(260px, 1.2fr) repeat(4, minmax(140px, 1fr));
  gap: 36px;
}

.site-footer__brand img {
  width: 176px;
  height: auto;
  display: block;
}

.site-footer__brand p {
  margin: 22px 0 0;
  max-width: 340px;
  font-size: 16px;
  line-height: 1.6;
  color: rgba(255,255,255,0.82);
}

.site-footer__telegram {
  margin-top: 28px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 14px 18px;
  border: 1px solid rgba(121, 155, 214, 0.42);
  border-radius: 16px;
  color: #fff;
  text-decoration: none;
}

.site-footer__telegram img {
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  display: block;
}

.site-footer__col h3 {
  margin: 8px 0 20px;
  color: #fff;
  font-size: 18px;
  line-height: 1.2;
}

.site-footer__col nav,
.site-footer__col ul {
  display: grid;
  gap: 14px;
}

.site-footer__col ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-footer__col a,
.site-footer__col li,
.site-footer__official,
.site-footer__bottom a,
.site-footer__bottom div {
  color: rgba(255,255,255,0.86);
  text-decoration: none;
  font-size: 16px;
  line-height: 1.45;
}

.site-footer__col em {
  font-style: normal;
  color: rgba(255,255,255,0.68);
}

.site-footer__meta-icon {
  display: inline-flex;
  width: 28px;
  justify-content: center;
  margin-right: 12px;
  color: #fff;
}

.site-footer__meta-icon--img img {
  width: 18px;
  height: 18px;
  display: block;
}

.site-footer__all-link {
  color: #5ea2ff !important;
}

.site-footer__bottom {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr 1.2fr;
  gap: 18px;
  align-items: center;
  margin-top: 32px;
  padding-top: 22px;
  border-top: 1px solid rgba(121, 155, 214, 0.24);
}

.site-footer__bottom a,
.site-footer__bottom div,
.site-footer__official {
  color: rgba(255,255,255,0.54);
  font-size: 13px;
  line-height: 1.35;
}

.directions,
.value-check,
.booking-sheet,
.all-inclusive {
  padding: 54px 0 0;
}

.directions__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 22px;
  padding-bottom: 12px;
}

.directions__copy h2,
.all-inclusive h2 {
  margin: 0;
  color: #111f4f;
  font-size: clamp(34px, 4.6vw, 54px);
  line-height: 1.08;
  letter-spacing: -0.05em;
}

.directions__copy p,
.all-inclusive__content p {
  margin: 14px 0 0;
  max-width: 720px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.66;
}

.directions__toggle {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0;
  margin-top: 0;
  border: 0;
  background: transparent;
  color: #2b67f3;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  align-self: flex-end;
  margin-bottom: 8px;
}

.directions__toggle svg {
  width: 18px;
  height: 18px;
  transition: transform 0.2s ease;
}

.directions__toggle[aria-expanded="true"] svg {
  transform: rotate(90deg);
}

.directions-grid {
  display: grid;
  grid-template-columns: 1.18fr 1fr 1fr 0.92fr;
  grid-template-rows: repeat(3, 170px);
  gap: 14px;
  margin-top: 12px;
}

.direction-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 170px;
  padding: 24px 20px;
  border-radius: 24px;
  overflow: hidden;
  color: #fff;
  text-decoration: none;
  background: linear-gradient(180deg, rgba(24, 59, 125, 0.12) 0%, rgba(12, 31, 75, 0.9) 100%);
  box-shadow: 0 18px 40px rgba(22, 54, 112, 0.14);
  isolation: isolate;
}

.direction-card:hover,
.direction-card:hover *,
.direction-card:focus,
.direction-card:focus *,
.direction-card:active,
.direction-card:active * {
  text-decoration: none !important;
}

.direction-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--bg) center center / cover no-repeat;
  transform: scale(1.001);
  transition: transform 0.3s ease;
  z-index: -2;
}

.direction-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(7, 20, 54, 0.06) 0%, rgba(7, 20, 54, 0.18) 40%, rgba(6, 20, 49, 0.82) 100%);
  z-index: -1;
}

.direction-card:hover::before {
  transform: scale(1.05);
}

.direction-card:hover .direction-card__title::after {
  transform: translateX(4px);
  opacity: 1;
}

.direction-card__title {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 24px;
  line-height: 1.1;
  font-weight: 800;
}

.direction-card__title::after {
  content: "↗";
  font-size: 16px;
  opacity: 0;
  transform: translateX(0);
  transition: transform 0.22s ease, opacity 0.22s ease;
}

.direction-card__meta {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.94);
  font-size: 15px;
  line-height: 1.45;
  max-width: 260px;
}

.direction-card--turkey {
  grid-row: 1 / span 3;
}

.direction-card--egypt {
  grid-column: 2 / span 2;
  grid-row: 1 / span 1;
}

.direction-card--uae {
  grid-column: 4;
  grid-row: 1 / span 1;
}

.direction-card--thailand {
  grid-column: 2;
  grid-row: 2 / span 1;
}

.direction-card--maldives {
  grid-column: 3;
  grid-row: 2 / span 1;
}

.direction-card--srilanka {
  grid-column: 4;
  grid-row: 2 / span 1;
}

.direction-card--vietnam {
  grid-column: 2 / span 2;
  grid-row: 3 / span 1;
}

.direction-card--tunisia {
  grid-column: 4;
  grid-row: 3 / span 1;
}

.all-directions {
  margin-top: 18px;
  padding: 30px 28px;
  border: 1px solid rgba(226, 234, 245, 0.92);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 14px 32px rgba(30, 63, 126, 0.08);
}

.all-directions h3 {
  margin: 0 0 18px;
  text-align: center;
  color: #102154;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.12;
  letter-spacing: -0.04em;
}

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

.all-directions__grid a {
  position: relative;
  display: block;
  padding: 14px 42px 14px 14px;
  border: 1px solid rgba(227, 234, 244, 0.96);
  border-radius: 14px;
  background: #fff;
  color: #15306a;
  text-decoration: none;
  font-size: 15px;
  line-height: 1.45;
}

.all-directions__grid a::after {
  content: "›";
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: #2c6dff;
  font-size: 24px;
  line-height: 1;
}

.value-check__heading {
  max-width: 920px;
}

.value-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 420px) minmax(0, 1fr);
  align-items: center;
  gap: 20px;
}

.value-points {
  display: grid;
  gap: 16px;
}

.tez-hot-tours-page .value-point {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 18px 18px 18px 16px;
  border: 1px solid rgba(228, 235, 246, 0.92);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 14px 32px rgba(19, 52, 104, 0.07);
}

.tez-hot-tours-page .value-point__icon {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  color: #2d67f3;
  background: rgba(43, 103, 243, 0.08);
}

.tez-hot-tours-page .value-point__icon svg {
  width: 24px;
  height: 24px;
}

.tez-hot-tours-page .value-point > :not(.value-point__icon) {
  flex: 1 1 auto;
  min-width: 0;
}

.tez-hot-tours-page .value-point h3,
.sheet-col h3,
.inclusive-card h3,
.scenario-card h3 {
  margin: 0 0 6px;
  color: #102154;
  font-size: 18px;
  line-height: 1.22;
}

.tez-hot-tours-page .value-point p,
.inclusive-card p,
.scenario-card p {
  margin: 0;
  color: rgba(39, 52, 86, 0.86);
  font-size: 14px;
  line-height: 1.5;
}

.voucher {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 88px;
  align-items: stretch;
  animation: voucherFloat 4.6s ease-in-out infinite;
}

@keyframes voucherFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}

.voucher__main,
.voucher__stub {
  background: linear-gradient(180deg, rgba(255,255,255,0.97) 0%, rgba(246,249,255,0.95) 100%);
  border: 1px solid rgba(225, 233, 245, 0.96);
  box-shadow: 0 22px 48px rgba(18, 49, 99, 0.1);
}

.voucher__main {
  padding: 18px 18px 20px;
  border-radius: 24px 0 0 24px;
}

.voucher__stub {
  position: relative;
  border-left: 0;
  border-radius: 0 24px 24px 0;
  background:
    radial-gradient(circle at left center, transparent 12px, rgba(255,255,255,0.97) 12px) left center / 24px 28px repeat-y,
    linear-gradient(180deg, rgba(255,255,255,0.97) 0%, rgba(246,249,255,0.95) 100%);
}

.voucher__stub::before,
.voucher__stub::after {
  content: "";
  position: absolute;
  left: -12px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #f1f6fc;
  border: 1px solid rgba(225, 233, 245, 0.96);
}

.voucher__stub::before { top: 28px; }
.voucher__stub::after { bottom: 28px; }

.voucher__tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 12px 12px 12px 4px;
  background: linear-gradient(180deg, #2f6eff 0%, #1757d7 100%);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.voucher__tag::before {
  content: "✓";
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.16);
  font-size: 12px;
}

.voucher__title {
  margin-top: 22px;
  color: #0f2050;
  font-size: 36px;
  line-height: 1.04;
  font-weight: 800;
  letter-spacing: -0.05em;
}

.voucher__row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 12px;
  color: #5b6b89;
  font-size: 15px;
}

.voucher__row svg {
  width: 18px;
  height: 18px;
  color: #356ef7;
}

.voucher__status {
  display: inline-flex;
  margin-top: 18px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(32, 88, 231, 0.08);
  color: #4e6185;
  font-size: 13px;
  font-weight: 600;
}

.voucher__plane {
  position: absolute;
  top: 96px;
  left: 50%;
  transform: translateX(-50%);
  color: #4f6db1;
  font-size: 22px;
}

.voucher__barcode {
  position: absolute;
  right: 20px;
  bottom: 24px;
  width: 24px;
  height: 92px;
  background: repeating-linear-gradient(
    90deg,
    rgba(20, 32, 73, 0.92) 0 2px,
    transparent 2px 4px,
    rgba(20, 32, 73, 0.72) 4px 5px,
    transparent 5px 7px
  );
}

.booking-sheet {
  padding-top: 72px;
}

.booking-sheet .section-heading {
  margin-bottom: 28px;
}

.sheet-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}

.sheet-card {
  position: relative;
  overflow: hidden;
  min-height: 360px;
  padding: 36px 44px 32px;
  border: 1px solid #dce8f8;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(24, 58, 116, 0.08);
}

.sheet-card--left {
  background: #fff url("./assets/tour-price-card-left.jpg?v=5") no-repeat center / 100% 100%;
}

.sheet-card--right {
  background: #fff url("./assets/tour-price-card-right.jpg?v=5") no-repeat center / 100% 100%;
}

.sheet-card__content {
  position: relative;
  max-width: 64%;
}

.sheet-card--left .sheet-card__content {
  margin-left: 0;
  max-width: 58%;
}

.sheet-card--right .sheet-card__content {
  max-width: 58%;
}

.sheet-card--right .sheet-col h3 {
  font-size: 24px;
  letter-spacing: -0.03em;
}

.sheet-list,
.inclusive-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sheet-col h3 {
  margin: 0 0 24px;
  color: #102352;
  font-size: 28px;
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.card-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.card-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #33415c;
  font-size: 16px;
  line-height: 1.35;
}

.card-list-marker {
  position: relative;
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  margin-top: 3px;
  border-radius: 50%;
  background: #2d6bff;
}

.card-list-marker::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 3px;
  width: 4px;
  height: 7px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
}

.all-inclusive {
  padding-bottom: 64px;
}

.all-inclusive__panel {
  padding: 28px 28px 30px;
  border: 1px solid rgba(221, 234, 248, 0.92);
  border-radius: 32px;
  background:
    radial-gradient(circle at top left, rgba(255,255,255,0.78), transparent 34%),
    linear-gradient(180deg, #edf5ff 0%, #d7e8ff 100%);
  box-shadow: 0 22px 52px rgba(23, 63, 133, 0.12);
}

.all-inclusive__top {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.98fr);
  gap: 26px;
  align-items: start;
}

.all-inclusive__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  background: #fff;
  color: #2363ea;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 10px 20px rgba(31, 81, 187, 0.08);
}

.all-inclusive__badge::before {
  content: "✦";
  color: #f4b400;
  font-size: 14px;
}

.all-inclusive__mini {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  max-width: 720px;
  margin-top: 24px;
}

.all-inclusive__mini > span {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  align-items: center;
  column-gap: 12px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: #17305d;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
}

.all-inclusive__mini-icon {
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-self: center;
  align-self: center;
  border-radius: 50%;
  background: #fff;
  border: 1px solid rgba(223, 232, 246, 0.96);
  box-shadow: 0 10px 22px rgba(18, 49, 99, 0.08);
}

.all-inclusive__mini-icon svg {
  width: 24px;
  height: 24px;
  display: block;
}

.all-inclusive__mini > span em {
  font-style: normal;
  display: block;
  max-width: 170px;
  align-self: center;
  font-size: 13px;
  line-height: 1.35;
}

.all-inclusive__scene {
  position: relative;
  min-height: 330px;
  padding: 0;
  margin-top: 32px;
}

.all-inclusive__photo {
  overflow: hidden;
  border-radius: 26px;
  min-height: 330px;
  height: 330px;
  box-shadow: 0 18px 42px rgba(21, 57, 120, 0.12);
  background: #dbe9fb;
  position: relative;
}

.all-inclusive__photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(17, 31, 79, 0.06) 0%, rgba(17, 31, 79, 0.16) 100%);
  pointer-events: none;
}

.all-inclusive__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(1.03) contrast(1.02) brightness(1);
}

.inclusive-card,
.scenario-card {
  border: 1px solid rgba(224, 232, 244, 0.96);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 14px 30px rgba(18, 49, 99, 0.08);
}

.inclusive-card {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 314px;
  padding: 22px 22px 20px;
  border-radius: 22px;
  box-shadow: 0 16px 36px rgba(18, 49, 99, 0.12);
}

.inclusive-card p {
  margin-top: 18px;
  font-size: 13px;
  color: #647493;
}

.scenario-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 16px;
}

.scenario-card {
  padding: 14px 16px 14px;
  border-radius: 20px;
  box-shadow: 0 10px 22px rgba(18, 49, 99, 0.06);
}

.scenario-card__icon {
  width: 28px;
  height: 28px;
  margin-bottom: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #2f6eff;
  background: transparent;
}

.scenario-card__icon img,
.scenario-card__icon svg {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.all-inclusive__cta-wrap {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}

.all-inclusive__cta {
  min-width: 320px;
  padding: 18px 26px;
  border: 0;
  border-radius: 16px;
  background: linear-gradient(180deg, #2c6dff 0%, #1457e2 100%);
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  box-shadow: 0 18px 34px rgba(35, 101, 245, 0.22);
  cursor: pointer;
}

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

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

  .direction-card,
  .direction-card--turkey,
  .direction-card--egypt,
  .direction-card--uae,
  .direction-card--thailand,
  .direction-card--maldives,
  .direction-card--srilanka,
  .direction-card--vietnam,
  .direction-card--tunisia {
    grid-column: auto;
    grid-row: auto;
    margin-left: 0;
    min-height: 220px;
  }

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

  .value-layout {
    grid-template-columns: 1fr;
  }

  .value-points {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .voucher {
    order: -1;
    max-width: 520px;
    margin: 0 auto;
  }

  .all-inclusive__scene {
    margin-top: 18px;
  }
}

@media (max-width: 960px) {
  .hero__media img {
    object-position: 72% center;
  }

  .hero__inner {
    padding: 42px 0 50px;
  }

  .hot-timing__timeline {
    gap: 12px;
    width: min(100%, 440px);
    padding: 16px 0 0;
  }

  .hot-timing__timeline::before {
    left: 22px;
    right: 22px;
  }

  .hot-timing__timeline-item {
    gap: 16px;
  }

  .hot-timing__timeline-item span {
    font-size: 15px;
  }

  .hero__lead,
  .tez-hot-tours-page .section-heading p {
    font-size: 18px;
  }

  .audience-fit__grid,
  .offers-grid,
  .directions__head,
  .sheet-cards,
  .purchase-steps__grid {
    grid-template-columns: 1fr;
  }

  .reviews-track {
    grid-auto-columns: calc((100% - 18px) / 2);
  }

  .why-tez__panel {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .why-tez__photo {
    max-width: 560px;
    width: 100%;
    margin: 0 auto;
    min-height: 420px;
    max-height: 420px;
  }

  .final-cta__panel {
    padding: 28px 22px 24px;
  }

  .final-cta__facts,
  .site-footer__top,
  .site-footer__bottom {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .all-inclusive__top {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .all-inclusive__scene {
    width: 100%;
    margin-top: 0;
  }

  .all-inclusive__photo {
    width: 100%;
  }

  .hot-timing__panel {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .hot-timing__copy {
    max-width: none;
    padding: 8px 0 0;
  }

  .hot-timing__facts {
    padding-top: 46px;
  }

  .offer-card {
    min-height: 468px;
  }

  .purchase-steps__track {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    margin: 0 0 -14px;
    padding: 0 6px;
  }

  .purchase-steps__track::before {
    left: calc(10% + 23px);
    right: calc(10% + 23px);
  }

  .purchase-steps__track span {
    width: 34px;
    height: 34px;
    font-size: 17px;
  }

  .purchase-step {
    min-height: 0;
    padding: 52px 18px 22px;
  }

  .purchase-step h3 {
    font-size: 17px;
  }

  .why-tez__content h2 {
    font-size: 40px;
  }

  .why-tez__content p {
    font-size: 17px;
  }

  .directions__head {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 22px;
    padding-bottom: 12px;
  }

  .directions__toggle {
    align-self: flex-start;
    margin-bottom: 0;
  }

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

  .sheet-card {
    padding: 36px 34px;
    min-height: 0;
  }

  .sheet-card--left {
    background-size: 100% 100%;
  }

  .sheet-card--right {
    background-size: 100% 100%;
  }

  .sheet-card__content {
    max-width: 100%;
  }

  .sheet-card--left .sheet-card__content,
  .sheet-card--right .sheet-card__content {
    max-width: 100%;
    margin-left: 0;
  }

  .sheet-card--right .sheet-col h3 {
    font-size: 24px;
  }

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

  .all-inclusive__top,
  .all-inclusive__scene {
    min-height: 0;
  }

  .all-inclusive__scene {
    margin-top: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
  }

  .inclusive-card {
    position: static;
    width: auto;
    margin-top: 0;
  }
}

@media (max-width: 720px) {
  .tez-hot-tours-page .container {
    width: min(var(--container), calc(100% - 24px));
  }

  .hero__media img {
    object-position: 78% center;
  }
  .hero h1 {
    max-width: 100%;
    font-size: 36px;
    line-height: 1.08;
  }

  .hero-title__city {
    white-space: nowrap;
  }

  .hero__cta {
    min-width: 100%;
  }

  .tez-hot-tours-page .hero-benefits,
  .checks__grid,
  .value-points,
  .all-directions__grid,
  .scenario-grid {
    grid-template-columns: 1fr;
  }

  .tez-hot-tours-page .hero-benefits {
    gap: 18px;
    max-width: 100%;
  }

  .tez-hot-tours-page .hero-benefit {
    grid-template-columns: 34px minmax(0, 1fr);
    align-items: start;
    justify-items: start;
    background: transparent;
  }

  .tez-hot-tours-page .hero-benefit > span:last-child {
    max-width: none;
  }

  .checks,
  .widget-section,
  .directions,
  .value-check,
  .booking-sheet,
  .all-inclusive {
    padding: 38px 0 42px;
  }

  .tez-hot-tours-page .section-heading {
    margin-bottom: 24px;
  }

  .check-card {
    min-height: auto;
    padding: 20px 18px 16px;
  }

  .check-card h3 {
    margin: 18px 0 10px;
  }

  .check-card p {
    font-size: 15px;
    line-height: 1.58;
  }

  .check-card::after {
    display: none;
  }

  .widget-stage {
    padding: 12px;
  }

  .directions__copy h2,
  .all-inclusive h2,
  .all-directions h3,
  .voucher__title {
    font-size: 32px;
  }

  .directions-grid {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    padding-bottom: 6px;
    scroll-snap-type: x proximity;
  }

  .direction-card {
    min-width: 82%;
    min-height: 220px;
    scroll-snap-align: start;
  }

  .directions__toggle {
    margin-top: 0;
  }

  .all-directions {
    padding: 22px 18px;
  }

  .all-directions__grid a {
    font-size: 14px;
  }

  .value-layout {
    gap: 16px;
  }

  .voucher {
    grid-template-columns: minmax(0, 1fr) 66px;
  }

  .voucher__main {
    padding: 16px 16px 18px;
  }

  .voucher__title {
    margin-top: 18px;
  }

  .voucher__row {
    font-size: 14px;
  }

  .value-point {
    padding: 16px 14px;
  }

  .sheet-card {
    padding: 24px 22px 24px;
    min-height: 0;
  }

  .sheet-card--left {
    background: #fff url("./assets/tour-price-card-left.jpg?v=5") no-repeat center / cover;
  }

  .sheet-card--right {
    background: #fff url("./assets/tour-price-card-right.jpg?v=5") no-repeat center / cover;
  }

  .sheet-card__content,
  .sheet-card--left .sheet-card__content,
  .sheet-card--right .sheet-card__content {
    max-width: 100%;
    margin-left: 0;
  }

  .sheet-col h3 {
    font-size: 24px;
  }

  .sheet-card--right .sheet-col h3 {
    font-size: 22px;
  }

  .card-list li {
    font-size: 15px;
  }

  .all-inclusive__panel {
    padding: 22px 18px;
  }

  .all-inclusive__mini {
    grid-template-columns: 1fr;
    gap: 12px;
    max-width: none;
  }

  .all-inclusive__photo {
    min-height: 240px;
    height: 240px;
    border-radius: 20px;
  }

  .inclusive-card {
    width: auto;
    padding: 18px 18px 16px;
    border-radius: 18px;
  }

  .all-inclusive__cta {
    width: 100%;
    min-width: 0;
  }

  .tez-hot-tours-page .widget-note {
    font-size: 15px;
  }

  .audience-fit,
  .offers-showcase,
  .widget-section,
  .directions,
  .value-check,
  .booking-sheet,
  .all-inclusive,
  .hot-timing,
  .purchase-steps,
  .why-tez,
  .final-cta {
    padding-top: 46px;
  }

  .offer-card {
    min-height: 460px;
    padding: 16px 16px 18px;
  }

  .audience-card {
    min-height: 0;
    padding: 24px 20px 22px;
  }

  .audience-card__icon {
    width: 64px;
    height: 64px;
  }

  .audience-card__icon img {
    width: 64px;
    height: 64px;
  }

  .audience-card h3 {
    font-size: 18px;
    margin-top: 18px;
  }

  .audience-card p {
    font-size: 15px;
  }

  .hot-timing__panel {
    padding: 24px 18px 20px;
    border-radius: 24px;
    background:
      linear-gradient(180deg, rgba(245, 249, 255, 0.7) 0%, rgba(236, 244, 255, 0.82) 100%),
      url("./assets/when-hot-deals-bg-crop-fixed.jpg") right top / cover no-repeat;
  }

  .hot-timing__copy h2 {
    font-size: 32px;
  }

  .hot-timing__copy p {
    font-size: 16px;
    line-height: 1.62;
  }

  .hot-timing__facts {
    grid-template-columns: 1fr;
    gap: 12px;
    padding-top: 0;
  }

  .hot-timing__timeline {
    display: none;
  }

  .tez-hot-tours-page .hot-timing__fact {
    display: flex;
    align-items: center;
    gap: 14px;
    min-height: 74px;
    padding: 16px 16px;
  }

  .tez-hot-tours-page .hot-timing__icon {
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
  }

  .tez-hot-tours-page .hot-timing__fact span {
    display: block;
    flex: 1 1 auto;
    min-width: 0;
    font-size: 16px;
    line-height: 1.25;
  }

  .purchase-steps__track {
    display: none;
  }

  .tez-hot-tours-page .purchase-step {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 24px 20px 22px;
    text-align: left;
  }

  .tez-hot-tours-page .purchase-step__icon {
    width: 36px;
    height: 36px;
    flex: 0 0 36px;
    margin: 0;
  }

  .tez-hot-tours-page .purchase-step h3 {
    margin: 0;
    flex: 1 1 auto;
    min-width: 0;
    font-size: 16px;
    line-height: 1.35;
  }

  .reviews-section,
  .faq-section {
    padding-top: 46px;
  }

  .review-card {
    padding: 20px 18px 18px;
    border-radius: 20px;
  }

  .review-card__avatar {
    width: 46px;
    height: 46px;
    flex-basis: 46px;
  }

  .review-card h3 {
    font-size: 17px;
  }

  .review-card p {
    font-size: 14px;
    line-height: 1.55;
  }

  .reviews-track {
    grid-auto-columns: 100%;
    gap: 14px;
  }

  .reviews-slider__nav {
    display: none;
  }

  .review-thumb img {
    height: 72px;
    border-radius: 14px;
  }

  .tez-hot-tours-page .faq-item summary {
    padding: 16px 44px 16px 48px;
    font-size: 17px;
  }

  .tez-hot-tours-page .faq-item p {
    padding: 14px 16px 16px;
    font-size: 14px;
  }

  .why-tez__panel {
    padding: 24px 18px 22px;
    border-radius: 24px;
  }

  .why-tez__content h2 {
    font-size: 32px;
  }

  .why-tez__content p {
    font-size: 16px;
    line-height: 1.62;
  }

  .why-tez__list {
    margin-top: 20px;
  }

  .why-tez__list li {
    grid-template-columns: 32px minmax(0, 1fr);
    gap: 10px;
    padding: 6px 0;
  }

  .why-tez__check {
    width: 26px;
    height: 26px;
  }

  .why-tez__check::before {
    left: 8px;
    top: 5px;
    width: 7px;
    height: 11px;
  }

  .why-tez__list li span:last-child {
    font-size: 15px;
    line-height: 1.34;
  }

  .why-tez__photo {
    border-radius: 20px;
    min-height: 300px;
    max-height: 300px;
  }

  .final-cta__panel {
    padding: 24px 18px 22px;
    border-radius: 24px;
    background:
      linear-gradient(180deg, rgba(255,255,255,0.94) 0%, rgba(255,255,255,0.86) 42%, rgba(255,255,255,0.3) 100%),
      url("./assets/final-cta-bg.jpg") 72% center / cover no-repeat;
  }

  .final-cta__content h2 {
    font-size: 32px;
  }

  .final-cta__content p {
    font-size: 16px;
    line-height: 1.62;
  }

  .final-cta__button {
    width: 100%;
    min-width: 0;
    min-height: 58px;
    margin-top: 22px;
    font-size: 16px;
    border-radius: 16px;
  }

  .final-cta__facts,
  .site-footer__top,
  .site-footer__bottom {
    grid-template-columns: 1fr;
  }

  .final-cta__facts {
    margin-top: 24px;
    gap: 14px;
  }

  .final-cta__fact {
    font-size: 15px;
    line-height: 1.42;
  }

  .final-cta__fact-icon {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
    border-radius: 14px;
  }

  .site-footer {
    margin-top: 28px;
  }

  .site-footer__inner {
    width: calc(100% - 24px);
    padding: 28px 0 22px;
  }

  .site-footer__brand img {
    width: 148px;
  }

  .site-footer__brand p,
  .site-footer__col a,
  .site-footer__col li,
  .site-footer__bottom a,
  .site-footer__bottom div,
  .site-footer__official {
    font-size: 15px;
  }

  .site-footer__telegram {
    width: 100%;
    justify-content: center;
  }

  .site-footer__bottom {
    gap: 12px;
  }

  .offer-card h3 {
    font-size: 24px;
  }

  .offer-card__price {
    font-size: 28px;
  }

  .offer-card__price--with-note {
    font-size: 24px;
  }

  .offer-card__button {
    min-height: 50px;
    min-width: 0;
    width: 100%;
    font-size: 16px;
  }

  .offer-card__hover {
    position: static;
    margin-top: 10px;
    opacity: 1;
    transform: none;
    background: rgba(9, 26, 58, 0.48);
  }

  .offers-showcase__note {
    padding: 16px 18px;
    font-size: 14px;
  }
}

.main_body > section > .main:has(.tez-hot-tours-page){max-width:none;width:100%;padding:0;margin:0;}
.main_body > section:has(.tez-hot-tours-page){padding:0;}
.legacy-hot-tours-footer{display:none !important;}

@media (max-width: 768px) {
}
