.htt-fe {width: 100%; min-width: 0; max-width: 1200px; margin: 0 auto; padding: 16px; background: #fff; box-sizing: border-box;}

.htt-fe__container {max-width: 1200px; margin: 0 auto; background: #fff;}

.htt-bc {font-size: 14px; line-height: 1.4; margin: 8px 0 12px;}

.htt-bc__list {list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 0;}

.htt-bc__item {display: flex; align-items: center; color: #666;}

.htt-bc__item + .htt-bc__item::before {content: '\203A'; display: inline-block; margin: 0 8px; color: #999;}

.htt-bc__link {text-decoration: none;}

.htt-bc__link:hover {text-decoration: underline;}

.htt-bc__item--current {color: #222;}

.htt-gal {margin-bottom: 16px;}

.htt-gal__inner {position: relative;}

.htt-gal__mosaic {display: grid; grid-template-columns: 2fr 1fr 1fr; grid-template-rows: repeat(3, 160px); gap: 12px;}

.htt-gal__cell {border: 0; padding: 0; background: transparent; cursor: pointer; border-radius: 12px; overflow: hidden; position: relative;}

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

.htt-gal__cell--main {grid-row: 1 / span 3; grid-column: 1 / 2; min-height: 480px; position: relative;}

.htt-gal__cell--side {min-height: 160px;}

.htt-gal__cta {position: absolute; left: auto; bottom: 16px; border: 0; background: #fff; color: #0b5fff; padding: 10px 14px; border-radius: 999px; font-weight: 600; cursor: pointer; box-shadow: 0 6px 18px rgba(0,0,0,.18); right: 16px;}

.htt-gal__empty {background: #f6f6f6; border-radius: 12px; padding: 28px; color: #666;}

.htt-fe__head {margin-top: 14px;}

.htt-fe__title {font-size: 34px; line-height: 1.15; margin: 0 0 6px; font-weight: 600;}

.htt-fe__meeting {display: flex; align-items: flex-start; gap: 10px; margin: 10px 0 4px; font-size: 18px; line-height: 1.5; color: #1f2430; font-weight: 500;}

.htt-fe__meetingIcon {color: #0b5fff; flex: 0 0 auto; line-height: 1; display: inline-flex; align-items: center; justify-content: center; transform: translateY(2px);}

.htt-fe__meetingText {display: block; font-size: 18px; line-height: 1.4;}

.htt-shortDesc {background: transparent; border: 0; border-radius: 0 !important; padding: 8px 4px 4px; font-size: 15px; line-height: 1.75; color: #303a4d; margin: 12px 0 4px;}

.htt-accordions {margin-top: 6px; background: transparent; border-top: 1px solid #dfe5ed; border-bottom: 1px solid #dfe5ed;}

.htt-acc {background: transparent; border: 0; border-radius: 0 !important; overflow: hidden; margin: 0;}

.htt-acc + .htt-acc {border-top: 1px solid #dfe5ed;}

.htt-sec {background: #fff; border: 1px solid #e6e6ea; border-radius: 0 !important; padding: 22px 24px; margin: 22px 0;}

.htt-priceBox__unit {font-size: 12px; color: #666; margin: 8px 0 14px; display: none; margin-top: 4px;}

.htt-btn {display: inline-flex; align-items: center; justify-content: center; width: 100%; min-height: 64px; padding: 12px 14px; background: #111; color: #fff !important; border: 1px solid rgba(0,0,0,.12); border-radius: 12px; font-weight: 800; font-size: 21px; text-decoration: none; letter-spacing: .01em;}

.htt-btn:hover {filter: brightness(1.05);}

.htt-trust .is-disabled {font-size: 14px; line-height: 1.4; color: #a0a5b1; opacity: .45; cursor: default; text-decoration: none;}

.htt-fe__sections {margin-top: 22px; display: flex; flex-direction: column; gap: 16px;}

.htt-shortDesc > :first-child {margin-top: 0;}

.htt-shortDesc > :last-child {margin-bottom: 0;}

.htt-secTitle {font-size: 18px; line-height: 1.2; margin: 18px 0 10px; color: #111; font-weight: 900;}

.htt-fe--single .htt-acc__btn,
.htt-fe--single .htt-acc__btn:hover,
.htt-fe--single .htt-acc__btn:active,
.htt-fe--single .htt-acc__btn:focus {
  appearance: none;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 22px 4px;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  color: #17233b !important;
  font-size: 20px !important;
  font-weight: 750;
  line-height: 1.25;
  text-align: left;
  cursor: pointer;
  transition: background-color .16s ease, color .16s ease;
}

.htt-fe--single .htt-acc__btn:hover {
  background: transparent !important;
  color: #145aa8 !important;
}

.htt-fe--single .htt-acc__btn:focus-visible {
  outline: 3px solid rgba(20,90,168,.28) !important;
  outline-offset: -3px;
}

.htt-acc__chev {flex: 0 0 auto; font-size: 22px !important; line-height: 1; color: #145aa8; transition: transform .2s ease;}

.htt-acc.is-open .htt-acc__chev {transform: rotate(180deg);}

.htt-acc__panel {display: none; padding: 0 4px 24px; font-size: 14px; line-height: 1.8; color: #333;}

.htt-acc.is-open .htt-acc__panel {display: block;}

.htt-2col {display: grid; grid-template-columns: 1fr 1fr; gap: 16px;}

.htt-2col h4 {margin: 12px 0 8px; font-size: 14px; line-height: 1.3; color: #111; font-weight: 900;}

#htt-options-prices {scroll-margin-top: 24px;}

.htt-flash {box-shadow: 0 0 0 4px rgba(11,95,255,.08); outline: 3px solid rgba(0,0,0,.12); outline-offset: 6px; border-radius: 16px;}

.htt-modal {position: fixed; inset: 0; background: rgba(0,0,0,.65); z-index: 999999; display: none;}

.htt-modal.is-open {display: block;}

.htt-modal__panel {position: absolute; inset: 24px; background: #fff; border-radius: 14px; overflow: hidden; display: flex; flex-direction: column;}

.htt-modal__top {display: flex; align-items: center; justify-content: space-between; padding: 12px 14px; border-bottom: 1px solid #eee; background: #fff;}

.htt-modal__title {font-size: 16px; font-weight: 700; margin: 0;}

.htt-modal__close {border: 0; background: #111 !important; font-size: 22px; cursor: pointer; line-height: 1 !important; padding: 0 !important; opacity: 1 !important; visibility: visible !important; color: #fff !important; border-radius: 999px !important; width: 42px !important; height: 42px !important; display: inline-flex !important; align-items: center !important; justify-content: center !important;}

.htt-modal__body {flex: 1; overflow: auto; padding: 14px;}

.htt-modal .htt-grid {display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px;}

.htt-modal .htt-grid__btn {border: 0; padding: 0; background: transparent; cursor: pointer; border-radius: 12px; overflow: hidden;}

.htt-modal .htt-grid__btn img {width: 100%; height: 240px !important; object-fit: cover; display: block;}

.htt-viewer {position: fixed; inset: 0; background: rgba(0,0,0,.85); z-index: 1000000; display: none;}

.htt-viewer.is-open {display: block;}

.htt-viewer__close {position: absolute; top: 16px; right: 16px; border: 0; background: rgba(255,255,255,.15); color: transparent !important; border-radius: 999px; width: 44px; height: 44px; font-size: 0 !important; cursor: pointer; opacity: 1 !important; visibility: visible !important; display: flex !important; align-items: center !important; justify-content: center !important;}

.htt-viewer__stage {position: absolute; inset: 90px 90px 110px; display: flex; align-items: center; justify-content: center;}

.htt-viewer__img {max-width: 100%; max-height: 100%; border-radius: 12px;}

.htt-viewer__nav {position: absolute; top: 50%; transform: translateY(-50%); border: 0; background: rgba(255,255,255,.18); color: transparent !important; border-radius: 999px; width: 52px; height: 52px; font-size: 0 !important; cursor: pointer; display: flex !important; align-items: center !important; justify-content: center !important;}

.htt-viewer__prev {left: 16px;}

.htt-viewer__next {right: 16px;}

.htt-viewer__thumbs {position: absolute; left: 18px; right: 18px; bottom: 18px; display: flex; gap: 8px; overflow: auto; padding-bottom: 6px;}

.htt-viewer__thumb {border: 2px solid transparent; border-radius: 10px; overflow: hidden; flex: 0 0 auto; cursor: pointer; background: transparent; padding: 0;}

.htt-viewer__thumb.is-active {border-color: #0b5fff;}

.htt-viewer__thumb img {width: 86px; height: 60px; object-fit: cover; display: block;}

body.htt-noscroll {overflow: hidden;}

.htt-gal__cell--empty {background: #f2f4f7;}

.htt-gal__ctaIn {position: absolute; right: 16px; bottom: 16px; z-index: 5; display: inline-flex; align-items: center; justify-content: center; background: #fff; border: 1px solid rgba(0,0,0,.10); border-radius: 999px; padding: 10px 14px; font-weight: 700; font-size: 14px; box-shadow: 0 8px 22px rgba(0,0,0,.18); color: #0b5fff !important;}

.htt-viewer__nav::before {content: ''; display: block; color: #fff; line-height: 1;}

.htt-viewer__close::before {content: '\00D7'; display: block; color: #fff; line-height: 1; font-size: 28px;}

.htt-viewer__prev::before {content: '\2039'; font-size: 34px;}

.htt-viewer__next::before {content: '\203A'; font-size: 34px;}

.htt-trust__item {position: relative; display: flex; align-items: center; gap: 8px; justify-content: center;}

.htt-trust__label {font-size: 14px; line-height: 1.4; color: #24365f; font-weight: 500;}

.htt-trust__help {display: inline-flex; align-items: center; justify-content: center; width: 22px; height: 22px; border-radius: 999px; border: 1px solid #145aa8; background: #fff; color: #145aa8; font-size: 13px; font-weight: 800; cursor: pointer; padding: 0; flex: 0 0 22px;}

.htt-trust__help:hover {background: #f4f8fd;}

.htt-trust__popover {position: absolute; left: auto; top: calc(100% + 10px); z-index: 20; width: min(460px, calc(100vw - 48px)); padding: 14px 16px; background: #fff; border: 1px solid #e6e6ea; border-radius: 0 !important; box-shadow: 0 14px 32px rgba(12,24,45,.14); font-size: 14px; line-height: 1.7; color: #2c3448; right: 0; text-align: left;}

.htt-trust__popover[hidden] {display: none !important;}

.htt-fe--single {font-size: 14px;}

.htt-trust__popover p {font-size: 14px; line-height: 1.7;}

.htt-trust__popover li {font-size: 14px; line-height: 1.7;}

.htt-trust a {color: inherit; text-decoration: underline;}

@media (max-width: 1023px) {
  .htt-fe__meeting {font-size: 16px;}
  .htt-shortDesc {padding: 7px 2px 3px;}
  .htt-sec {padding: 18px 18px;}
  .htt-fe--single .htt-acc__btn,
  .htt-fe--single .htt-acc__btn:hover,
  .htt-fe--single .htt-acc__btn:active,
  .htt-fe--single .htt-acc__btn:focus {padding: 18px 2px; font-size: 18px !important;}
  .htt-acc__panel {padding: 0 2px 20px;}
  .htt-2col {grid-template-columns: 1fr; gap: 16px;}
  .htt-fe {padding: 12px;}
  .htt-gal__mosaic {display: block; position: relative;}
  .htt-gal__cell--main {min-height: auto;}
  .htt-gal__cta {left: 16px; bottom: 16px; right: auto;}
  .htt-gal__mosaic.htt-gal__mosaic--mobile {overflow: hidden;}
  .htt-gal__track {display: flex; overflow: auto; scroll-snap-type: x mandatory; gap: 0; border-radius: 12px;}
  .htt-gal__track::-webkit-scrollbar {display: none;}
  .htt-gal__slide {flex: 0 0 100%; scroll-snap-align: start;}
  .htt-gal__slide img {width: 100%; height: 280px; object-fit: cover; display: block;}
  .htt-gal__thumbstrip {display: flex; gap: 8px; overflow: auto; margin-top: 10px; padding-bottom: 4px;}
  .htt-gal__thumbstrip::-webkit-scrollbar {display: none;}
  .htt-gal__thumbstrip button {border: 2px solid transparent; border-radius: 10px; padding: 0; background: transparent; flex: 0 0 auto;}
  .htt-gal__thumbstrip button.is-active {border-color: #0b5fff;}
  .htt-gal__thumbstrip img {width: 84px; height: 60px; object-fit: cover; border-radius: 8px; display: block;}
  .htt-modal__panel {inset: 0; border-radius: 0;}
  .htt-modal__body {padding: 0;}
  .htt-modal .htt-list {display: flex; flex-direction: column; padding: 14px 0;}
  .htt-modal .htt-list__img {width: min(720px, 92vw); height: auto; display: block; margin: 0 auto 14px; border-radius: 14px; overflow: hidden;}
  .htt-btn {min-height: 58px; font-size: 19px;}
  .htt-fe__title {font-size: 42px;}
  .htt-fe__meetingText {font-size: 16px;}
}

@media (max-width: 980px) {
  .htt-2col {grid-template-columns: 1fr;}
}
.htt-generated-policy {margin: 0; padding-left: 18px;}
.htt-generated-policy li + li {margin-top: 8px;}


/* Top product area: Gallery + essentials + shared Hero Action Card. */
.htt-productTop {
  --htt-product-gallery-height: min(417px, calc((100vw - 366px) / 2));
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 24px;
  align-items: start;
  position: relative;
  overflow: visible;
  margin: 0;
}

.htt-productTop__main {min-width: 0;}

.htt-productTop .htt-gal {margin: 0 0 16px;}

.htt-productTop .htt-gal__mosaic {
  display: grid;
  grid-template-columns: calc((100% - 10px) / 2) repeat(2, calc((100% - 30px) / 4));
  grid-template-rows: repeat(2, calc((var(--htt-product-gallery-height) - 10px) / 2));
  gap: 10px;
  height: var(--htt-product-gallery-height);
}

.htt-productTop .htt-gal__cell--main {
  grid-row: 1 / span 2;
  grid-column: 1 / 2;
  min-height: 0;
}

.htt-productTop .htt-gal__cell--side {min-height: 0;}
.htt-productTop .htt-gal__empty {grid-column: 1 / -1; grid-row: 1 / -1;}

.htt-productTop .htt-fe__head {margin-top: 0;}

.htt-productTop .htt-fe__title {
  margin: 0 0 6px;
  font-size: 34px;
  line-height: 1.15;
  font-weight: 600;
}

.htt-productTop .htt-fe__meeting {
  margin: 8px 0 0;
  font-size: 16px;
  line-height: 1.45;
}

.htt-productTop .htt-fe__meetingText {
  font-size: 16px;
  line-height: 1.45;
}

.htt-productEssentials {
  margin-top: 16px;
  padding: 0 1px;
  font-size: 15px;
  line-height: 1.55;
  color: #303a4d;
}

.htt-productEssentials__line + .htt-productEssentials__line {margin-top: 3px;}

.htt-productEssentials__line strong {
  color: #1f2c43;
  font-weight: 700;
}

.htt-productEssentials__itinerary {
  margin-top: 8px;
  font: inherit;
  color: inherit;
  font-style: italic;
}

.htt-productEssentials__itinerary > :first-child {margin-top: 0;}
.htt-productEssentials__itinerary > :last-child {margin-bottom: 0;}
.htt-productEssentials__itinerary p {margin: 0;}

.htt-productTop__divider {
  width: 100%;
  height: 0;
  margin: 26px 0 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #e2e7ee;
}

.htt-productTop + .htt-productTop__divider + .htt-bookingSticky + .htt-fe__sections,
.htt-productTop + .htt-productTop__divider + .htt-fe__sections {
  margin-top: 18px;
}

.htt-priceBox {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: var(--htt-product-gallery-height);
  min-height: var(--htt-product-gallery-height);
  align-self: start;
  position: sticky;
  top: 16px;
  overflow: visible;
  background: #fff;
  border: 1px solid #e1e5eb;
  border-radius: 12px !important;
  box-shadow: 0 8px 28px rgba(20, 33, 55, .08);
  text-align: left;
}

.htt-priceBox__inner {
  box-sizing: border-box;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  width: 100%;
  min-height: 0;
  padding: 24px;
}

.htt-priceBox__main {
  display: flex;
  flex-direction: column;
  gap: 14px;
  width: 100%;
}

.htt-priceBox--online .htt-priceBox__main {margin-top: auto;}
.htt-priceBox--inquiry .htt-priceBox__main,
.htt-priceBox--contact .htt-priceBox__main {margin: auto 0;}

.htt-priceBox__from {
  margin: 0;
  width: 100%;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 600;
  color: #667085;
  text-align: left;
}

.htt-priceBox__status {
  margin: 0;
  color: #1f2c43;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 750;
}

.htt-priceBox__prices {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  gap: 10px;
  flex-wrap: wrap;
  margin: 0;
  width: 100%;
  text-align: left;
}

.htt-priceBox__public {
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  color: #777;
  text-decoration: line-through;
  white-space: nowrap;
}

.htt-priceBox__sales {
  display: inline-flex;
  align-items: baseline;
  justify-content: flex-start;
  gap: 0;
  color: var(--htt-brand-orange);
  font-size: 34px;
  line-height: 1;
  font-weight: 800;
  white-space: nowrap;
}

.htt-priceBox__unitInline {
  margin-left: 3px;
  color: #344054;
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
}

.htt-priceBox__helper,
.htt-priceBox__support {
  margin: 0;
  color: #5e6878;
  font-size: 14px;
  line-height: 1.55;
}

.htt-priceBox__support {
  margin-top: -2px;
  font-size: 13px;
}

.htt-priceBox .htt-btn,
.htt-priceBox .htt-btn:hover,
.htt-priceBox .htt-btn:active,
.htt-priceBox .htt-btn:focus {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 54px;
  margin-top: 4px;
  padding: 12px 16px;
  border: 1px solid #145aa8 !important;
  border-radius: 10px !important;
  background: #145aa8 !important;
  box-shadow: none !important;
  color: #fff !important;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 800;
  text-decoration: none;
}

.htt-priceBox .htt-btn:hover {filter: brightness(1.04);}

.htt-priceBox .htt-btn:focus-visible {
  outline: 3px solid rgba(20,90,168,.22) !important;
  outline-offset: 2px;
}

.htt-priceBox .htt-trust {
  width: 100%;
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid #ebedf2;
  color: #444;
  font-size: 13px;
}

.htt-priceBox .htt-trust__item {justify-content: flex-start;}

.htt-priceBox .htt-trust__label {
  color: #344054;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
}

@media (max-width: 1100px) and (min-width: 1024px) {
  .htt-productTop {
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 24px;
  }

  .htt-priceBox__inner {padding: 22px;}
  .htt-priceBox__sales {font-size: 31px;}
}

@media (max-width: 1023px) {
  .htt-productTop {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
  }

  .htt-productTop .htt-gal {margin-bottom: 16px;}

  .htt-productTop .htt-gal__mosaic {
    display: block;
    height: auto;
  }

  .htt-productTop .htt-gal__cell--main {min-height: auto;}

  .htt-productTop .htt-fe__title {
    font-size: 36px;
    line-height: 1.15;
  }

  .htt-productEssentials {margin-top: 14px;}

  .htt-priceBox {
    position: static;
    top: auto;
    height: auto;
    min-height: 0;
  }

  .htt-priceBox__inner {padding: 24px;}
  .htt-priceBox--online .htt-priceBox__main,
  .htt-priceBox--inquiry .htt-priceBox__main,
  .htt-priceBox--contact .htt-priceBox__main {margin: 0;}
  .htt-priceBox .htt-trust {margin-top: 20px;}

  .htt-productTop__divider {margin-top: 24px;}
}

@media (max-width: 767px) {
  .htt-productTop {gap: 16px;}

  .htt-productTop .htt-fe__title {
    font-size: 32px;
    line-height: 1.15;
  }

  .htt-productTop .htt-fe__meeting,
  .htt-productTop .htt-fe__meetingText {font-size: 15px;}

  .htt-productEssentials {
    margin-top: 13px;
    font-size: 15px;
  }

  .htt-productEssentials__itinerary {margin-top: 7px;}

  .htt-priceBox__inner {padding: 22px 20px;}
  .htt-priceBox__status {font-size: 22px;}
  .htt-priceBox__sales {font-size: 31px;}
  .htt-priceBox .htt-btn {min-height: 52px;}
  .htt-productTop__divider {margin-top: 22px;}
}

@media (max-width: 420px) {
  .htt-priceBox__inner {padding: 20px 16px;}
  .htt-priceBox__sales {font-size: 29px;}
}

