.travel-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(300px, .82fr) minmax(0, 1.18fr);
  gap: 0;
  min-height: 510px;
  margin-top: 4px;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(8, 145, 178, .22);
  border-radius: 28px;
  background: #f0fdfa;
  box-shadow: 0 24px 60px rgba(8, 47, 73, .16);
}

.travel-hero__visual {
  min-height: 510px;
  background:
    linear-gradient(180deg, transparent 56%, rgba(4, 47, 46, .44)),
    url("../images/travel/summer-resort.jpg") center 58% / cover no-repeat;
}

.travel-hero__main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(28px, 4vw, 58px);
  background:
    radial-gradient(circle at 86% 8%, rgba(253, 224, 71, .24), transparent 28%),
    radial-gradient(circle at 12% 88%, rgba(45, 212, 191, .17), transparent 32%),
    linear-gradient(145deg, rgba(240, 253, 250, .98), rgba(239, 246, 255, .97));
}

.summer-kicker {
  align-self: flex-start;
  margin-bottom: 13px;
  padding: 7px 11px;
  border-radius: 999px;
  background: #ccfbf1;
  color: #0f766e;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .06em;
}

.travel-hero h1 {
  margin: 0 0 14px;
  color: #102a43;
  font-size: clamp(34px, 4.2vw, 62px);
  font-weight: 950;
  line-height: 1.06;
  letter-spacing: -.05em;
}

.travel-hero h1 em {
  color: #0891b2;
  font-style: normal;
}

.travel-hero p {
  max-width: 670px;
  margin: 0;
  color: #486581;
  font-size: clamp(15px, 1.4vw, 18px);
  font-weight: 700;
  line-height: 1.65;
}

.summer-intents {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 20px;
}

.summer-intents button {
  min-height: 38px;
  padding: 7px 11px;
  border: 1px solid rgba(8, 145, 178, .2);
  border-radius: 999px;
  background: rgba(255, 255, 255, .86);
  color: #155e75;
  font: inherit;
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 6px 16px rgba(8, 47, 73, .06);
  transition: .16s ease;
}

.summer-intents button:hover,
.summer-intents button:focus-visible {
  border-color: transparent;
  background: #0e7490;
  color: #fff;
  transform: translateY(-2px);
}

.travel-search {
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr) 110px;
  gap: 8px;
  margin-top: 22px;
  padding: 8px;
  border: 1px solid rgba(8, 145, 178, .18);
  border-radius: 18px;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 14px 32px rgba(8, 47, 73, .09);
}

.travel-search select,
.travel-search input,
.travel-search button {
  min-height: 48px;
  border-radius: 12px;
  font: inherit;
  font-size: 14px;
}

.travel-search select,
.travel-search input {
  border: 1px solid #d8e8ee;
  background: #fff;
  color: #102a43;
  padding: 0 13px;
}

.travel-search button {
  border: 0;
  background: linear-gradient(135deg, #0891b2, #0f766e);
  color: #fff;
  padding: 0 14px;
  font-weight: 950;
  cursor: pointer;
}

.travel-search-note {
  margin-top: 8px !important;
  color: #627d98 !important;
  font-size: 12px !important;
  font-weight: 750 !important;
}

.summer-booking {
  margin-top: 18px;
  padding: clamp(20px, 2.6vw, 32px);
  border: 1px solid rgba(14, 116, 144, .16);
  border-radius: 24px;
  background:
    radial-gradient(circle at 5% 0%, rgba(34, 211, 238, .12), transparent 24%),
    linear-gradient(135deg, #fff, #f0fdfa 58%, #eff6ff);
  box-shadow: var(--tpl-shadow);
}

.summer-booking__head {
  display: grid;
  grid-template-columns: 1fr minmax(280px, .7fr);
  align-items: end;
  gap: 28px;
  margin-bottom: 18px;
}

.summer-booking__head span {
  display: block;
  margin-bottom: 5px;
  color: #0891b2;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .08em;
}

.summer-booking__head h2 {
  margin: 0;
  color: #102a43;
  font-size: clamp(24px, 2.4vw, 34px);
  letter-spacing: -.03em;
}

.summer-booking__head p {
  margin: 0;
  color: #627d98;
  font-size: 14px;
  line-height: 1.55;
}

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

.summer-booking-card {
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 13px;
  min-width: 0;
  padding: 18px;
  border: 1px solid rgba(14, 116, 144, .14);
  border-radius: 20px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 10px 24px rgba(8, 47, 73, .06);
}

.summer-booking-card__icon {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 15px;
  background: #cffafe;
  font-size: 24px;
}

.summer-booking-card--overseas .summer-booking-card__icon {
  background: #fef3c7;
}

.summer-booking-card--activity .summer-booking-card__icon {
  background: #ede9fe;
}

.summer-booking-card small {
  color: #0891b2;
  font-size: 12px;
  font-weight: 900;
}

.summer-booking-card h3 {
  margin: 3px 0 7px;
  color: #102a43;
  font-size: 20px;
}

.summer-booking-card p {
  margin: 0;
  color: #627d98;
  font-size: 13.5px;
  line-height: 1.55;
}

.summer-booking-card__actions {
  display: grid;
  gap: 7px;
}

.summer-booking-card__actions a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 8px 10px;
  border-radius: 12px;
  background: linear-gradient(135deg, #0891b2, #0f766e);
  color: #fff;
  font-size: 13px;
  font-weight: 950;
  text-align: center;
  text-decoration: none;
}

.summer-booking-card__actions a + a {
  border: 1px solid #c6e6e8;
  background: #ecfeff;
  color: #0f766e;
}

.summer-booking__disclosure {
  margin: 12px 2px 0;
  color: #627d98;
  font-size: 11.5px;
}

.travel-partner-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 12px;
  padding: 9px 12px;
  border: 1px solid rgba(14, 116, 144, .14);
  border-radius: 16px;
  background: rgba(255, 255, 255, .82);
  box-shadow: var(--tpl-shadow);
}

.travel-partner-group {
  display: flex;
  align-items: center;
  gap: 5px;
  min-width: 0;
}

.travel-partner-group strong {
  flex: 0 0 auto;
  margin-right: 3px;
  color: var(--tpl-text);
  font-size: 12px;
  white-space: nowrap;
}

.travel-partner-group a {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-height: 31px;
  padding: 5px 8px;
  border: 1px solid var(--tpl-border);
  border-radius: 999px;
  background: var(--tpl-card);
  color: var(--tpl-muted);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  transition: .16s ease;
}

.travel-partner-group a:hover {
  border-color: #0ea5a4;
  background: #ecfeff;
  color: #0f766e;
  transform: translateY(-1px);
}

.travel-partner-group img {
  width: 17px;
  height: 17px;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 0 0 1px rgba(15, 23, 42, .08);
}

.travel-affiliate {
  border-color: rgba(8, 145, 178, .2);
  background:
    radial-gradient(circle at 100% 0%, rgba(253, 224, 71, .12), transparent 28%),
    linear-gradient(135deg, rgba(240, 253, 250, .95), rgba(239, 246, 255, .88));
}

.affiliate-feature-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.affiliate-card--featured {
  min-height: 218px;
  border-color: rgba(8, 145, 178, .25);
}

.affiliate-card__bottom a,
.affiliate-route a {
  border-color: transparent;
  background: linear-gradient(135deg, #0891b2, #0f766e);
  color: #fff;
}

.summer-sticky {
  display: none;
}

body.theme-dark .travel-hero__main {
  background:
    radial-gradient(circle at 86% 8%, rgba(250, 204, 21, .12), transparent 28%),
    radial-gradient(circle at 12% 88%, rgba(45, 212, 191, .12), transparent 32%),
    linear-gradient(145deg, #13253c, #0f2032);
}

body.theme-dark .travel-hero h1,
body.theme-dark .summer-booking__head h2,
body.theme-dark .summer-booking-card h3 {
  color: #f0fdfa;
}

body.theme-dark .travel-hero p,
body.theme-dark .summer-booking__head p,
body.theme-dark .summer-booking-card p,
body.theme-dark .summer-booking__disclosure {
  color: #a8bfd0;
}

body.theme-dark .summer-intents button,
body.theme-dark .travel-search,
body.theme-dark .summer-booking-card,
body.theme-dark .travel-partner-strip,
body.theme-dark .travel-partner-group a {
  border-color: rgba(125, 211, 252, .16);
  background: rgba(15, 32, 50, .88);
  color: #dff7fa;
}

body.theme-dark .travel-search select,
body.theme-dark .travel-search input {
  border-color: rgba(125, 211, 252, .16);
  background: #111f33;
  color: #eefcff;
}

body.theme-dark .summer-booking {
  border-color: rgba(45, 212, 191, .18);
  background:
    radial-gradient(circle at 5% 0%, rgba(34, 211, 238, .10), transparent 24%),
    linear-gradient(135deg, #101e31, #10263a);
}

body.theme-dark .travel-affiliate {
  border-color: rgba(45, 212, 191, .18);
  background:
    radial-gradient(circle at 100% 0%, rgba(250, 204, 21, .07), transparent 28%),
    linear-gradient(135deg, rgba(15, 32, 50, .98), rgba(12, 28, 45, .96));
}

@media (max-width: 1180px) {
  .travel-hero {
    grid-template-columns: minmax(260px, .7fr) minmax(0, 1.3fr);
  }
  .travel-partner-strip {
    align-items: flex-start;
    flex-direction: column;
  }
  .travel-partner-group {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 2px;
    scrollbar-width: none;
  }
  .affiliate-feature-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .travel-hero {
    grid-template-columns: 1fr;
  }
  .travel-hero__visual {
    min-height: 270px;
    background-position: center 62%;
  }
  .travel-hero__main {
    padding: 26px;
  }
  .summer-booking__head {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .summer-booking-grid,
  .affiliate-feature-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .tpl-page {
    padding-bottom: 78px;
  }
  .tpl-menu-row {
    align-items: center;
  }
  .tpl-menu-row .site-nav {
    display: flex;
    flex-wrap: nowrap;
    gap: 6px;
    overflow-x: auto;
    padding: 2px 0 5px;
    scrollbar-width: none;
  }
  .tpl-menu-row .site-nav::-webkit-scrollbar {
    display: none;
  }
  .tpl-menu-row .site-nav__item,
  .tpl-menu-row .tpl-theme {
    flex: 0 0 auto;
    min-width: auto;
    min-height: 40px;
    padding: 7px 12px;
  }
  .travel-hero {
    min-height: 0;
    border-radius: 22px;
  }
  .travel-hero__visual {
    min-height: 215px;
  }
  .travel-hero__main {
    padding: 22px 16px;
  }
  .travel-hero h1 {
    font-size: clamp(31px, 9vw, 36px);
  }
  .travel-hero h1 span {
    display: block;
  }
  .summer-kicker {
    font-size: 10.5px;
  }
  .summer-intents {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .summer-intents button {
    padding: 7px 5px;
    font-size: 11.5px;
  }
  .travel-search {
    grid-template-columns: 1fr;
  }
  .travel-search select,
  .travel-search input,
  .travel-search button {
    min-height: 50px;
  }
  .summer-booking {
    padding: 18px 14px;
    border-radius: 20px;
  }
  .summer-booking-card {
    padding: 16px;
  }
  .travel-partner-strip {
    padding: 9px;
  }
  .travel-partner-group a {
    min-height: 35px;
    padding: 6px 9px;
  }
  .summer-sticky {
    position: fixed;
    z-index: 50;
    right: 10px;
    bottom: 10px;
    left: 10px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 6px;
    padding: 7px;
    border: 1px solid rgba(8, 145, 178, .24);
    border-radius: 18px;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 14px 38px rgba(8, 47, 73, .2);
    backdrop-filter: blur(14px);
  }
  .summer-sticky a {
    display: grid;
    place-items: center;
    min-height: 46px;
    border-radius: 13px;
    background: #ecfeff;
    color: #0f766e;
    font-size: 12px;
    font-weight: 950;
    text-decoration: none;
  }
  .summer-sticky a:first-child {
    background: linear-gradient(135deg, #0891b2, #0f766e);
    color: #fff;
  }
  body.theme-dark .summer-sticky {
    border-color: rgba(125, 211, 252, .18);
    background: rgba(15, 32, 50, .94);
  }
  body.theme-dark .summer-sticky a {
    background: #132a40;
    color: #cffafe;
  }
}
