@import url('https://fonts.googleapis.com/css2?family=Permanent+Marker&display=swap');

:root {
  /* TOA Design System: Figma node 0:1. */
  --toa-primary-900: #003f3b;
  --toa-primary-800: #005a57;
  --toa-primary-700: #006a67;
  --toa-primary-600: #007978;
  --toa-primary-500: #008585;
  --toa-primary-400: #179798;
  --toa-primary-300: #44a9ab;
  --toa-primary-200: #7ac1c4;
  --toa-primary-100: #aed9db;
  --toa-primary-50: #dfeff1;
  --toa-secondary-900: #852a00;
  --toa-secondary-800: #8c4200;
  --toa-secondary-700: #915000;
  --toa-secondary-600: #955c00;
  --toa-secondary-500: #966500;
  --toa-secondary-400: #a17900;
  --toa-secondary-300: #ae8d20;
  --toa-secondary-200: #c3ac66;
  --toa-secondary-100: #dacda5;
  --toa-secondary-50: #f0ebdb;
  --toa-sunset-1: #f46036;
  --toa-sunset-2: #f68e70;
  --toa-sunset-3: #f8ad98;
  --toa-sunset-4: #facdc0;
  --toa-sunset-5: #f8eae8;
  --toa-purple-1: #1e152a;
  --toa-purple-2: #bcaeca;
  --toa-purple-3: #f0e2ff;
  --toa-purple-4: #fff3ff;
  --toa-gray-900: #121212;
  --toa-gray-800: #323232;
  --toa-gray-700: #505050;
  --toa-gray-600: #636363;
  --toa-gray-500: #8a8a8a;
  --toa-gray-400: #ababab;
  --toa-gray-300: #d0d0d0;
  --toa-gray-200: #e2e2e2;
  --toa-gray-100: #eeeeee;
  --toa-gray-50: #f7f7f7;
  --toa-forest: var(--toa-primary-900);
  --toa-green: var(--toa-primary-900);
  --toa-cream: var(--toa-secondary-50);
  --toa-honey: var(--toa-secondary-100);
  --toa-ink: #000d22;
  --toa-white: #fff;
  --toa-container: 1188px;
  --toa-gutter: 20px;
  --toa-grid-mobile: 335px;
  --toa-button-radius: 5px;
  --toa-button-padding-y: 8px;
  --toa-button-padding-x: 26px;
  --toa-font-h1: 60px;
  --toa-line-h1: 64px;
  --toa-font-h2: 48px;
  --toa-line-h2: 60px;
  --toa-font-h3: 32px;
  --toa-line-h3: 46px;
  --toa-font-h3-mobile: 26px;
  --toa-line-h3-mobile: 34px;
  --toa-font-h4: 26px;
  --toa-line-h4: 34px;
  --toa-font-h5: 21px;
  --toa-line-h5: 30px;
  --toa-font-body-1: 17px;
  --toa-line-body-1: 26px;
  --toa-font-body-2: 15px;
  --toa-line-body-2: 22px;
  --toa-font-caption: 13px;
  --toa-line-caption: 18px;
  --toa-font-overline: 11px;
  --toa-line-overline: 16px;
}

/* Trang Thẻ chinh phục. */
.toa-conqueror-page {
  color: var(--toa-gray-900);
  font-size: var(--toa-font-body-1);
  line-height: var(--toa-line-body-1);
  background: #fff;
}

.toa-conqueror-page .toa-container {
  width: min(calc(100% - 40px), var(--toa-container));
}

.toa-conqueror-hero {
  padding-block: 80px 42px;
}

.toa-conqueror-hero__media {
  position: relative;
  overflow: hidden;
  min-height: 420px;
  border-radius: 5px;
  background: var(--toa-primary-900);
}

.toa-conqueror-hero__media video {
  display: block;
  width: 100%;
  height: 420px;
  object-fit: cover;
}

.toa-conqueror-hero__media::after {
  position: absolute;
  inset: 0;
  content: '';
  background: linear-gradient(180deg, rgba(0, 63, 59, 0.02), rgba(0, 0, 0, 0.2));
  pointer-events: none;
}

.toa-conqueror-hero h1 {
  position: absolute;
  inset: 50% auto auto 50%;
  z-index: 1;
  display: grid;
  gap: 16px;
  width: min(760px, 90%);
  margin: 0;
  color: #fff;
  text-align: center;
  transform: translate(-50%, -50%);
}

.toa-conqueror-hero h1 span {
  font-size: 48px;
  line-height: 56px;
}

.toa-conqueror-hero h1 strong {
  font-size: 90px;
  line-height: 79px;
}

.toa-conqueror-hero__copy {
  max-width: 850px;
  margin: 30px auto 0;
  text-align: justify;
}

.toa-conqueror-subtitle {
  margin: 0 0 16px;
  font-size: 21px;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
}

.toa-conqueror-subtitle span,
.toa-conqueror-section-heading h2 span,
.toa-conqueror-notice span,
.toa-conqueror-cta span {
  color: var(--toa-sunset-1);
}

.toa-conqueror-benefits {
  padding-block: 44px 80px;
  background: var(--toa-gray-100);
}

.toa-conqueror-section-heading {
  max-width: 850px;
  margin: 0 auto 34px;
  text-align: center;
}

.toa-conqueror-section-heading h2 {
  margin: 0 0 18px;
  font-size: 48px;
  line-height: 60px;
}

.toa-conqueror-section-heading p {
  margin: 0;
  text-align: justify;
}

.toa-conqueror-benefit-track {
  display: grid;
  grid-auto-columns: 279px;
  grid-auto-flow: column;
  gap: 24px;
  overflow-x: auto;
  padding: 4px 0 10px;
  scroll-snap-type: x mandatory;
}

.toa-conqueror-benefit-card {
  position: relative;
  display: block;
  overflow: hidden;
  height: 360px;
  color: #fff;
  border: 1px solid var(--toa-gray-200);
  border-radius: 10px;
  scroll-snap-align: start;
}

.toa-conqueror-benefit-card::after {
  position: absolute;
  inset: 0;
  content: '';
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.07) 44%, rgba(0, 0, 0, 0.72) 100%);
}

.toa-conqueror-benefit-card>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 250ms ease;
}

.toa-conqueror-benefit-card:hover>img,
.toa-conqueror-benefit-card:focus-visible>img {
  transform: scale(1.04);
}

.toa-conqueror-benefit-card__sale {
  position: absolute;
  top: 17px;
  left: 22px;
  z-index: 1;
  min-width: 77px;
  padding: 4px 10px;
  color: #fff;
  background: var(--toa-sunset-1);
  border-radius: 30px;
  font-size: 15px;
  font-weight: 700;
  line-height: 22px;
  text-align: center;
}

.toa-conqueror-benefit-card__body {
  position: absolute;
  left: 22px;
  right: 21px;
  bottom: 24px;
  z-index: 1;
  display: grid;
  gap: 16px;
}

.toa-conqueror-benefit-card__brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 17px;
  font-weight: 700;
  line-height: 20px;
}

.toa-conqueror-benefit-card__brand img {
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 50%;
  background: #fff;
  object-fit: cover;
}

.toa-conqueror-benefit-card__body>span:last-child {
  display: -webkit-box;
  overflow: hidden;
  font-size: 15px;
  line-height: 20px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.toa-conqueror-partners {
  padding-block: 72px 34px;
}

.toa-conqueror-partner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 70px;
  align-items: center;
  margin-bottom: 70px;
}

.toa-conqueror-partner--reverse .toa-conqueror-partner__image {
  order: 2;
}

.toa-conqueror-partner__image {
  overflow: hidden;
  border-radius: 5px;
}

.toa-conqueror-partner__image img {
  display: block;
  width: 100%;
  aspect-ratio: 560 / 412;
  object-fit: cover;
}

.toa-conqueror-partner__content header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
  padding-bottom: 12px;
  border-bottom: 2px solid var(--toa-gray-200);
}

.toa-conqueror-partner__content header>span {
  display: grid;
  min-width: 86px;
  padding: 8px 16px 8px 20px;
  color: #fff;
  background: var(--toa-sunset-1);
  font-size: 17px;
  font-weight: 700;
  line-height: 22px;
  clip-path: polygon(0% 0%, 10% 10%, 0% 20%, 10% 30%, 0% 40%, 10% 50%, 0% 60%, 10% 70%, 0% 80%, 10% 90%, 0% 100%, 100% 100%, 100% 0%);
}

.toa-conqueror-partner__content h2 {
  margin: 0;
  font-size: 32px;
  line-height: 46px;
}

.toa-conqueror-partner__content header p {
  margin: 0;
  color: var(--toa-sunset-1);
  font-weight: 700;
}

.toa-conqueror-partner__content>p {
  margin: 0 0 18px;
  text-align: justify;
}

.toa-conqueror-partner__content ul {
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
  font-size: 15px;
  font-style: italic;
  line-height: 20px;
}

.toa-conqueror-partner__button {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 18px;
  color: #fff;
  background: var(--toa-primary-900);
  border-radius: 5px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}

.toa-conqueror-notice {
  padding-block: 24px;
  text-align: center;
}

.toa-conqueror-notice .toa-container {
  padding-block: 24px;
  border-top: 2px solid var(--toa-gray-200);
  border-bottom: 2px solid var(--toa-gray-200);
}

.toa-conqueror-notice p {
  margin: 0;
  font-size: 15px;
  line-height: 22px;
}

.toa-conqueror-notice__mobile {
  display: none;
}

.toa-conqueror-cards {
  overflow: hidden;
  padding-block: 38px 72px;
}

.toa-conqueror-cards__row {
  display: flex;
  gap: 8px;
  width: max-content;
  margin-bottom: 16px;
  will-change: transform;
}

.toa-conqueror-cards__row img {
  width: 146px;
  height: 225px;
  object-fit: contain;
  flex: 0 0 auto;
}

.toa-conqueror-faq {
  padding-block: 70px;
  background: var(--toa-gray-100);
}

.toa-conqueror-faq__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
}

.toa-conqueror-faq h2 {
  margin: 0 0 28px;
  font-size: 32px;
  line-height: 40px;
}

.toa-conqueror-faq header p {
  margin: 0;
}

.toa-conqueror-faq .underline {
  text-decoration: underline;
}

.toa-conqueror-faq__item {
  margin-bottom: 16px;
  background: #fff;
}

.toa-conqueror-faq__item summary {
  position: relative;
  min-height: 56px;
  padding: 16px 52px 16px 18px;
  cursor: pointer;
  font-weight: 700;
  list-style: none;
}

.toa-conqueror-faq__item summary::-webkit-details-marker {
  display: none;
}

.toa-conqueror-faq__item summary::after {
  position: absolute;
  top: 18px;
  right: 20px;
  content: '+';
  color: var(--toa-primary-900);
  font-size: 22px;
  line-height: 22px;
}

.toa-conqueror-faq__item[open] summary::after {
  content: '−';
}

.toa-conqueror-faq__item p {
  margin: 0;
  padding: 0 18px 20px;
  font-size: 15px;
  line-height: 22px;
}

.toa-conqueror-cta {
  padding-block: 42px 88px;
  text-align: center;
}

.toa-conqueror-cta h2 {
  margin: 0;
  font-size: 21px;
  line-height: 30px;
}

@media (max-width: 991px) {
  .toa-conqueror-hero {
    padding-block: 56px 30px;
  }

  .toa-conqueror-hero__media,
  .toa-conqueror-hero__media video {
    min-height: 230px;
    height: 230px;
  }

  .toa-conqueror-hero h1 {
    gap: 8px;
  }

  .toa-conqueror-hero h1 span {
    font-size: 28px;
    line-height: 34px;
  }

  .toa-conqueror-hero h1 strong {
    font-size: 48px;
    line-height: 46px;
  }

  .toa-conqueror-section-heading h2 {
    font-size: 26px;
    line-height: 34px;
  }

  .toa-conqueror-benefit-track {
    grid-auto-columns: minmax(230px, 76vw);
    gap: 15px;
  }

  .toa-conqueror-partner,
  .toa-conqueror-faq__grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .toa-conqueror-partner {
    margin-bottom: 44px;
    padding-bottom: 30px;
    border-bottom: 2px solid var(--toa-gray-100);
  }

  .toa-conqueror-partner--reverse .toa-conqueror-partner__image {
    order: 0;
  }

  .toa-conqueror-partner__content header {
    align-items: flex-start;
    border-bottom: 0;
  }

  .toa-conqueror-partner__content header>span {
    min-width: 68px;
    padding-inline: 15px;
    font-size: 13px;
    line-height: 18px;
  }

  .toa-conqueror-partner__content h2 {
    font-size: 21px;
    line-height: 30px;
  }

  .toa-conqueror-notice .toa-container {
    padding: 14px 12px;
    background: var(--toa-gray-50);
    border: 1px solid var(--toa-gray-200);
    border-radius: 5px;
    text-align: justify;
  }

  .toa-conqueror-notice__desktop {
    display: none;
  }

  .toa-conqueror-notice__mobile {
    display: block;
  }

  .toa-conqueror-cards {
    padding-block: 24px 52px;
  }

  .toa-conqueror-cards__row img {
    width: 100px;
    height: 156px;
  }

  .toa-conqueror-faq {
    padding-block: 42px;
  }
}

/* Trang sản phẩm: thông số lấy từ frame Figma Desktop/Mobile. */
.toa-tour-page {
  --toa-product-width: 1188px;
  --toa-product-copy-width: 784px;
  color: #000;
  font-size: 17px;
  line-height: 26px;
}

.toa-tour-page .toa-container {
  width: min(calc(100% - 40px), var(--toa-product-width));
}

.toa-tour-intro {
  max-width: var(--toa-product-width);
  padding-top: 56px;
  padding-bottom: 64px;
}

.toa-tour-intro h1 {
  font-size: 48px;
  line-height: 60px;
}

.toa-tour-intro__level {
  margin: 4px 0 18px;
  font-size: 21px;
  line-height: 30px;
}

.toa-tour-intro__description {
  max-width: var(--toa-product-copy-width);
}

.toa-tour-intro__description> :last-child {
  margin-bottom: 0;
}

.toa-tour-gallery {
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: repeat(2, 196px);
  min-height: 398px;
  margin-top: 48px;
  gap: 6px;
  border-radius: 5px;
}

.toa-tour-guides {
  padding-block: 80px 54px;
}

.toa-tour-guides h2,
.toa-tour-overview h2,
.toa-tour-faq h2,
.toa-tour-related h2,
.toa-tour-section>h2 {
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 0;
  text-transform: uppercase;
}

.toa-tour-guide-card {
  grid-template-columns: 343px 1fr;
  gap: 24px;
  max-width: 710px;
}

.toa-tour-guide-card__image {
  height: 279px;
  aspect-ratio: auto;
}

.toa-tour-guide-card h3 {
  margin-bottom: 0;
  font-size: 26px;
  line-height: 34px;
}

.toa-tour-guide-card__role {
  margin-bottom: 20px;
  color: #f46036;
  font-size: 15px;
  line-height: 22px;
  text-transform: uppercase;
}

.toa-tour-overview {
  padding-block: 72px;
  background: #f7f7f7;
}

.toa-tour-body-layout {
  grid-template-columns: 784px minmax(280px, 1fr);
  gap: 24px;
  padding-block: 72px;
}

.toa-tour-section {
  padding-block: 0 80px;
  border-top: 0;
}

.toa-tour-section>h2 {
  margin-bottom: 18px;
}

.toa-tour-detail {
  margin-bottom: 16px;
  border-color: #e2e2e2;
  border-radius: 5px;
}

.toa-tour-detail>summary {
  position: relative;
  min-height: 56px;
  padding: 15px 56px 11px 24px;
  color: #000;
  background: #f7f7f7;
  font-size: 21px;
  line-height: 30px;
  list-style: none;
}

.toa-tour-detail>summary::-webkit-details-marker {
  display: none;
}

.toa-tour-detail>summary::after {
  position: absolute;
  top: 16px;
  right: 24px;
  content: '+';
  color: #003f3b;
  font-size: 24px;
  line-height: 24px;
}

.toa-tour-detail[open]>summary::after {
  content: '−';
}

.toa-tour-detail__description {
  padding: 16px 24px 24px;
}

.toa-tour-costs {
  display: block;
}

.toa-tour-cost {
  padding: 0;
  margin-bottom: 32px;
  background: transparent;
}

.toa-tour-cost h3 {
  font-size: 21px;
  line-height: 30px;
}

.toa-tour-cost ul {
  columns: 2;
  column-gap: 32px;
  padding-left: 28px;
}

.toa-tour-cost li {
  break-inside: avoid;
  margin-bottom: 12px;
}

.toa-tour-cost li::marker {
  color: #003f3b;
}

.toa-tour-booking-card {
  top: 88px;
  border: 1px solid #d0d0d0;
  border-radius: 5px;
  background: #f0ebdb;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
}

.toa-tour-faq {
  padding-block: 72px;
  background: #fff;
}

.toa-tour-faq__list {
  max-width: 784px;
}

.toa-tour-related {
  padding-block: 72px 96px;
  background: #fff;
}

.toa-tour-related h2 {
  margin-bottom: 26px;
  color: #000;
  text-align: center;
}

.toa-tour-related__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.toa-related-card {
  overflow: hidden;
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  background: #fff;
}

.toa-related-card__image {
  display: block;
  height: 264px;
  overflow: hidden;
}

.toa-related-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 180ms ease;
}

.toa-related-card:hover .toa-related-card__image img {
  transform: scale(1.025);
}

.toa-related-card__body {
  padding: 16px 24px;
  border-top: 7px solid #dacda5;
}

.toa-related-card h3 {
  margin-bottom: 8px;
  font-size: 26px;
  line-height: 34px;
  text-transform: uppercase;
}

.toa-related-card h3 a {
  text-decoration: none;
}

.toa-related-card__excerpt {
  min-height: 104px;
  margin-bottom: 8px;
}

.toa-related-card strong {
  display: block;
  color: #003f3b;
  font-size: 21px;
  line-height: 30px;
}

@font-face {
  font-family: 'Livvic';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/livvic-regular.woff') format('woff');
}

@font-face {
  font-family: 'Livvic';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/livvic-bold.ttf') format('truetype');
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--toa-ink);
  background: var(--toa-white);
  font-family: 'Livvic', sans-serif;
  font-size: 17px;
  line-height: 1.6;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h2 {
  color: var(--toa-forest);
  font-size: clamp(2rem, 4vw, 3.25rem);
  line-height: 1.15;
}

a {
  color: inherit;
}

img {
  max-width: 100%;
  height: auto;
}

.toa-container {
  width: min(100% - (2 * var(--toa-gutter)), var(--toa-container));
  margin-inline: auto;
}

.toa-header {
  position: relative;
  z-index: 20;
  color: var(--toa-white);
  background: #003f3b;
}

.toa-header__inner {
  display: flex;
  min-height: 70px;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.toa-header .toa-container {
  width: min(calc(100% - 40px), 1888px);
}

.toa-brand {
  color: var(--toa-forest);
  font-weight: 700;
  text-decoration: none;
}

.toa-brand img {
  display: block;
}

.toa-navigation {
  display: flex;
  flex: 1 1 auto;
  align-self: stretch;
  justify-content: center;
}

.toa-menu {
  display: flex;
  height: 100%;
  margin: 0;
  padding: 0;
  align-items: stretch;
  justify-content: center;
  gap: clamp(18px, 1.35vw, 28px);
  list-style: none;
}

.toa-menu__item {
  display: flex;
  align-items: stretch;
}

.toa-menu__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 70px;
  padding: 0;
  border: 0;
  color: var(--toa-white);
  background: transparent;
  font-family: inherit;
  font-size: var(--toa-font-body-2);
  font-weight: 700;
  line-height: var(--toa-line-body-2);
  text-align: left;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
}

.toa-menu__item:hover>.toa-menu__link,
.toa-menu__item:focus-within>.toa-menu__link,
.toa-menu__link:hover,
.toa-menu__link:focus-visible,
.toa-menu__item:first-child>.toa-menu__link {
  color: var(--toa-white);
}

.toa-menu__chevron {
  width: 6px;
  height: 6px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
}

.toa-navigation a {
  color: inherit;
  text-decoration: none;
}

.toa-mega-menu {
  position: absolute;
  z-index: 30;
  top: 100%;
  left: 0;
  display: none;
  width: 100%;
  min-height: 0;
  color: #000;
  background: var(--toa-white);
  box-shadow: 0 1px 2px rgb(0 0 0 / 0.06), 0 1px 3px rgb(0 0 0 / 0.1);
}

.toa-menu__item:hover>.toa-mega-menu,
.toa-menu__item:focus-within>.toa-mega-menu,
.toa-menu__item.is-expanded>.toa-mega-menu {
  display: block;
}

.toa-mega-menu__inner {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  width: min(calc(100% - clamp(64px, 15vw, 288px)), 1760px);
  min-height: 0;
  padding-block: 58px 40px;
  gap: clamp(48px, 3.5vw, 72px);
}

.toa-header .toa-mega-menu__inner {
  width: min(calc(100% - clamp(64px, 15vw, 288px)), 1760px);
}

.toa-mega-menu__list {
  padding-top: 0;
  border-right: 1px solid var(--toa-gray-300);
}

.toa-mega-menu__eyebrow {
  margin: 0 0 24px;
  color: var(--toa-primary-900);
  font-size: var(--toa-font-body-2);
  font-weight: 700;
  line-height: var(--toa-line-body-2);
}

.toa-mega-menu__child {
  position: relative;
  display: block;
  width: fit-content;
  max-width: calc(100% - 22px);
  margin-top: 4px;
  color: #000;
  font-size: var(--toa-font-body-1);
  font-weight: 400;
  line-height: 24px;
}

.toa-mega-menu__child.is-active,
.toa-mega-menu__child:hover,
.toa-mega-menu__child:focus-visible {
  font-weight: 700;
}

.toa-mega-menu__child.is-active::before {
  position: absolute;
  top: 9px;
  left: -24px;
  width: 8px;
  height: 8px;
  content: '';
  border-radius: 50%;
  background: var(--toa-sunset-1);
}

.toa-mega-menu__panels {
  min-width: 0;
}

.toa-mega-menu__panel {
  display: none;
  grid-template-columns: minmax(220px, 330px) minmax(280px, 440px) minmax(260px, 396px);
  align-items: start;
  justify-content: space-between;
  column-gap: clamp(32px, 3vw, 72px);
}

.toa-mega-menu__panel.is-active {
  display: grid;
}

.toa-mega-menu__panel--default {
  grid-template-columns: 386px minmax(340px, 481px);
  gap: 80px;
}

.toa-mega-menu__parent-visual {
  display: flex;
  min-height: 280px;
  align-items: center;
  justify-content: center;
}

.toa-mega-menu__parent-visual img {
  width: 386px;
  max-height: 280px;
  object-fit: contain;
}

.toa-mega-menu__chart {
  display: flex;
  min-height: 300px;
  align-items: center;
  justify-content: center;
}

.toa-mega-menu__chart img {
  max-width: 300px;
  max-height: 300px;
  object-fit: contain;
}

.toa-mega-menu__copy {
  min-width: 0;
  padding-top: 8px;
}

.toa-mega-menu__copy h2 {
  margin: 0;
  color: var(--toa-sunset-1);
  font-size: var(--toa-font-h3);
  font-weight: 700;
  line-height: var(--toa-line-h3);
}

.toa-mega-menu__copy h3 {
  margin: -2px 0 18px;
  color: var(--toa-primary-900);
  font-size: var(--toa-font-h5);
  font-weight: 700;
  line-height: var(--toa-line-h5);
}

.toa-mega-menu__copy p {
  display: -webkit-box;
  margin: 0;
  overflow: hidden;
  color: #000;
  font-size: var(--toa-font-body-1);
  font-weight: 400;
  line-height: var(--toa-line-body-1);
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
}

.toa-mega-menu__image {
  display: block;
  overflow: hidden;
  width: 100%;
  max-width: 396px;
  aspect-ratio: 1.068 / 1;
  border-radius: 10px;
  background: var(--toa-gray-100);
}

.toa-mega-menu__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.toa-header__actions {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  gap: clamp(20px, 2vw, 44px);
  font-size: var(--toa-font-body-2);
  line-height: var(--toa-line-body-2);
}

.toa-header__actions a {
  text-decoration: none;
}

.toa-header__phone {
  color: var(--toa-secondary-100);
  font-size: var(--toa-font-body-2);
  font-weight: 700;
  line-height: var(--toa-line-body-2);
}

.toa-language {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  padding: 3px 8px;
  border: 1px solid currentColor;
  border-radius: 4px;
  color: var(--toa-white);
  font-size: var(--toa-font-body-2);
  font-weight: 700;
  line-height: var(--toa-line-body-2);
}

.toa-menu-toggle {
  display: none;
}

.toa-main {
  min-height: 60vh;
}

.toa-entry {
  padding-block: 4rem;
}

.toa-tour__hero {
  position: relative;
  min-height: 30rem;
  display: grid;
  align-items: end;
  overflow: hidden;
  color: var(--toa-white);
  background: var(--toa-forest);
}

.toa-tour__hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.72;
}

.toa-tour__hero-content {
  position: relative;
  padding-block: 4rem;
}

.toa-tour__hero h1 {
  max-width: 18ch;
  margin: 0;
  font-size: clamp(2.25rem, 7vw, 5rem);
  line-height: 1.05;
}

.toa-tour__layout {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(17rem, 1fr);
  gap: clamp(2rem, 5vw, 5rem);
  padding-block: 4rem;
}

.toa-tour__booking {
  position: sticky;
  top: 2rem;
  align-self: start;
  padding: 1.5rem;
  background: var(--toa-cream);
}

.toa-footer {
  position: relative;
  margin-top: 100px;
  padding: 72px 0 42px;
  color: var(--toa-white);
  background: #003d38;
}

.toa-footer__wave {
  position: absolute;
  z-index: 0;
  top: -100px;
  left: 0;
  width: 100%;
  height: 100px;
  object-fit: fill;
  pointer-events: none;
}

/* Footer legacy dùng hệ container responsive của Tailwind, rộng hơn container nội dung chung. */
.toa-footer .toa-container {
  width: 100%;
  max-width: 100%;
  padding-inline: 15px;
}

@media (min-width: 640px) {
  .toa-footer .toa-container {
    max-width: 640px;
    padding-inline: 0;
  }
}

@media (min-width: 768px) {
  .toa-footer .toa-container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .toa-footer .toa-container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .toa-footer .toa-container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .toa-footer .toa-container {
    max-width: 1536px;
  }
}

.toa-footer__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 72px;
}

.toa-footer__brand {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 24px;
}

.toa-footer__brand strong,
.toa-footer__links strong {
  font-size: 17px;
  line-height: 21px;
}

.toa-footer address {
  display: grid;
  gap: 10px;
  font-style: normal;
  font-size: 17px;
  line-height: 26px;
}

.toa-footer address span {
  display: grid;
  grid-template-columns: 16px minmax(0, 1fr);
  gap: 8px;
  align-items: center;
}

.toa-footer address img {
  justify-self: center;
}

.toa-footer address a {
  color: inherit;
  text-decoration: none;
}

.toa-footer__social {
  display: flex;
  gap: 12px;
  margin-top: 48px;
}

.toa-footer__links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
}

.toa-footer__links div,
.toa-footer__links a {
  display: block;
}

.toa-footer__links strong {
  display: block;
  min-height: 3rem;
  margin-bottom: 1rem;
}

.toa-footer__links a {
  margin-bottom: 0;
  color: #fff;
  font-size: 17px;
  line-height: 26px;
  text-decoration: none;
}

.toa-footer__bottom {
  position: relative;
  z-index: 1;
  margin-top: 48px;
  padding-top: 26px;
  border-top: 1px solid #fff;
  font-size: 17px;
  line-height: 26px;
}

.toa-footer__bottom p {
  margin: 0;
}

.toa-eyebrow {
  margin-bottom: 0.75rem;
  color: #f46036;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.toa-button {
  display: inline-flex;
  align-items: center;
  justify-content: safe center;
  min-height: 38px;
  padding: var(--toa-button-padding-y) var(--toa-button-padding-x);
  border: 0;
  border-radius: var(--toa-button-radius);
  color: var(--toa-white);
  background: var(--toa-forest);
  font-size: var(--toa-font-body-2);
  font-weight: 700;
  line-height: var(--toa-line-body-2);
  text-decoration: none;
}

.toa-button--light {
  color: var(--toa-forest);
  background: var(--toa-white);
}

.toa-button--outline {
  border: 1px solid var(--toa-white);
  background: transparent;
}

.toa-hero {
  position: relative;
  min-height: min(44rem, calc(100vh - 5rem));
  display: grid;
  align-items: center;
  overflow: hidden;
  color: var(--toa-white);
  background: #113f37;
}

.toa-hero picture,
.toa-hero picture::after,
.toa-hero picture img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.toa-hero picture::after {
  content: '';
  background: linear-gradient(90deg, rgba(0, 45, 40, 0.78) 0%, rgba(0, 45, 40, 0.18) 62%, rgba(0, 45, 40, 0.06) 100%);
}

.toa-hero picture img {
  object-fit: cover;
}

.toa-hero__content {
  position: relative;
  z-index: 1;
}

.toa-hero h1 {
  max-width: 18ch;
  margin-bottom: 2rem;
  font-size: clamp(2.6rem, 6vw, 5.75rem);
  line-height: 1.02;
  letter-spacing: -0.035em;
}

.toa-about-home {
  padding-block: clamp(3.5rem, 8vw, 7.5rem);
  background: url('../images/about-bg.jpg') center / cover no-repeat;
}

.toa-about-home__inner {
  display: grid;
  grid-template-columns: 11rem minmax(0, 44rem);
  justify-content: center;
  align-items: center;
  gap: clamp(2rem, 7vw, 6.5rem);
}

.toa-about-home p {
  font-size: 1.1rem;
  text-align: justify;
}

.toa-services {
  padding-block: clamp(3.5rem, 7vw, 5rem);
  background: var(--toa-cream);
}

.toa-services__layout {
  display: grid;
  grid-template-columns: minmax(16rem, 0.8fr) minmax(0, 1.6fr);
  gap: clamp(2rem, 7vw, 7rem);
}

.toa-services__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.75rem 2.5rem;
}

.toa-service {
  display: grid;
  grid-template-columns: 3.5rem minmax(0, 1fr);
  gap: 1rem;
}

.toa-service h3 {
  margin-bottom: 0.35rem;
  color: var(--toa-forest);
}

.toa-service p {
  margin-bottom: 0;
  font-size: 0.95rem;
}

.toa-tours,
.toa-guide-home,
.toa-social-home {
  padding-block: clamp(4rem, 8vw, 6rem);
}

.toa-section-heading {
  max-width: 46rem;
  margin: 0 auto 3rem;
  text-align: center;
}

.toa-tour-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.toa-tour-card {
  display: block;
  overflow: hidden;
  border: 1px solid #e2e2e2;
  border-radius: 0.35rem;
  color: inherit;
  background: var(--toa-white);
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.toa-tour-card:hover {
  transform: translateY(-0.25rem);
  box-shadow: 0 1rem 2.5rem rgba(0, 63, 59, 0.15);
}

.toa-tour-card__media {
  aspect-ratio: 1.48 / 1;
  overflow: hidden;
  border-bottom: 0.45rem solid #dacda5;
  background: #e8e8e8;
}

.toa-tour-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.toa-tour-card__body {
  min-height: 14rem;
  padding: 1.25rem;
}

.toa-tour-card h3 {
  color: var(--toa-forest);
  font-size: 1.5rem;
}

.toa-tour-card span {
  color: #f46036;
  font-weight: 700;
}

.toa-criteria {
  padding-block: clamp(4rem, 8vw, 6rem);
  background: #dfeff1;
}

.toa-criteria__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.5rem;
}

.toa-criteria article {
  padding: 1.5rem;
  background: rgba(255, 255, 255, 0.5);
}

.toa-criteria article>strong {
  color: #f46036;
  font-size: 2rem;
}

.toa-guide-home__grid,
.toa-social-home__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  align-items: center;
  gap: clamp(2rem, 7vw, 6rem);
}

.toa-guide-home img,
.toa-social-home img {
  width: 100%;
  min-height: 24rem;
  object-fit: cover;
}

.toa-safety {
  padding-block: clamp(5rem, 12vw, 8rem);
  color: var(--toa-white);
  background: url('../images/safety-bg.jpg') center / cover no-repeat;
  text-align: center;
}

.toa-safety .toa-container {
  max-width: 56rem;
}

.toa-safety h2 {
  color: var(--toa-white);
}

.toa-social-home {
  background: #f7f7f7;
}

.toa-tour-page {
  color: #111827;
  background: #fff;
}

.toa-tour-intro {
  max-width: 64rem;
  padding-block: clamp(3rem, 7vw, 5rem);
  text-align: center;
}

.toa-tour-intro h1 {
  margin: 0;
  color: var(--toa-green);
  font-size: clamp(2rem, 4vw, 3rem);
}

.toa-tour-intro__level {
  margin: 0.35rem 0 1.5rem;
  color: #111827;
  font-size: clamp(1.1rem, 2vw, 1.45rem);
  font-weight: 700;
  text-transform: uppercase;
}

.toa-tour-intro__description {
  max-width: 42rem;
  margin-inline: auto;
  line-height: 1.65;
}

.toa-tour-gallery {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: repeat(2, minmax(11rem, 1fr));
  gap: 0.35rem;
  min-height: 28rem;
  margin-top: 2.25rem;
  overflow: hidden;
}

.toa-tour-gallery__item {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
}

.toa-tour-gallery__open {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: zoom-in;
}

.toa-tour-gallery__item--1 {
  grid-row: 1 / 3;
}

.toa-tour-gallery__item--4 {
  grid-column: 3;
  grid-row: 1 / 3;
}

.toa-tour-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.toa-tour-gallery__more {
  position: absolute;
  right: 0.75rem;
  bottom: 0.75rem;
  display: inline-flex;
  gap: 8px;
  align-items: center;
  padding: 0.65rem 0.9rem;
  color: #fff;
  background: rgba(0, 63, 59, 0.9);
  font-size: 0.9rem;
  font-weight: 700;
}

.toa-tour-gallery .toa-tour-gallery__more img {
  width: 16px;
  height: 16px;
  object-fit: contain;
}

body.toa-photo-tour-is-open {
  overflow: hidden;
}

.toa-photo-tour[hidden] {
  display: none;
}

.toa-photo-tour {
  position: fixed;
  z-index: 1000000;
  inset: 0;
  overflow-x: hidden;
  overflow-y: auto;
  color: #151515;
  background: #fff;
  opacity: 0;
  overscroll-behavior: contain;
  transition: opacity 220ms ease;
}

.toa-photo-tour.is-visible {
  opacity: 1;
}

.toa-photo-tour__header {
  position: sticky;
  z-index: 5;
  top: 0;
  display: flex;
  align-items: center;
  min-height: 64px;
  padding: 8px 24px;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(12px);
}

.toa-photo-tour__close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  color: #151515;
  background: transparent;
  font-size: 24px;
  cursor: pointer;
}

.toa-photo-tour__close:hover,
.toa-photo-tour__close:focus-visible {
  background: #f2f2f2;
}

.toa-photo-tour__content {
  width: min(calc(100% - 48px), 1188px);
  padding: 12px 0 88px;
  margin: 0 auto;
  transform: translateY(18px);
  transition: transform 280ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.toa-photo-tour.is-visible .toa-photo-tour__content {
  transform: translateY(0);
}

.toa-photo-tour h2 {
  margin: 0 0 20px;
  color: #151515;
  font-size: 26px;
  line-height: 34px;
  text-transform: none;
}

.toa-photo-tour__videos {
  padding-bottom: 40px;
}

.toa-photo-tour__video-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
  align-items: start;
}

.toa-photo-tour__video {
  position: relative;
  aspect-ratio: 9 / 16;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 8px;
  background: #e8e8e8;
  cursor: pointer;
}

.toa-photo-tour__video.is-reel {
  aspect-ratio: 9 / 16;
  width: 100%;
}

.toa-photo-tour__video video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.toa-photo-tour__video>span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  color: #fff;
  background: rgba(0, 0, 0, 0.58);
  font-size: 13px;
  place-items: center;
  transform: translate(-50%, -50%);
}

.toa-photo-tour__video.is-reel>span {
  opacity: 0;
}

.toa-video-viewer {
  position: fixed;
  z-index: 100002;
  inset: 0;
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) 72px;
  grid-template-rows: 64px minmax(0, 1fr);
  color: #fff;
  background: rgba(0, 0, 0, 0.78);
  opacity: 0;
  transition: opacity 180ms ease;
}

.toa-video-viewer[hidden] {
  display: none;
}

.toa-video-viewer.is-visible {
  opacity: 1;
}

.toa-video-viewer__toolbar {
  z-index: 2;
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
}

.toa-video-viewer__toolbar button,
.toa-video-viewer__nav {
  border: 0;
  color: #fff;
  background: transparent;
  cursor: pointer;
}

.toa-video-viewer__toolbar button {
  width: 44px;
  height: 44px;
  font-size: 34px;
}

.toa-video-viewer__nav {
  z-index: 2;
  grid-row: 2;
  font-size: 52px;
}

.toa-video-viewer__nav--next {
  grid-column: 3;
}

.toa-video-viewer__stage {
  grid-column: 2;
  grid-row: 2;
  display: grid;
  min-width: 0;
  min-height: 0;
  padding: 0 0 24px;
  place-items: center;
}

.toa-video-viewer__stage figure {
  display: flex;
  width: min(420px, calc(100vw - 184px));
  height: min(760px, calc(100vh - 88px));
  margin: 0;
  align-items: center;
  justify-content: center;
}

.toa-video-viewer__stage figure[hidden] {
  display: none;
}

.toa-video-viewer__stage video {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  aspect-ratio: 9 / 16;
  background: #000;
  object-fit: contain;
}

.toa-photo-tour__nav {
  display: flex;
  gap: 10px;
  padding: 0 0 36px;
  overflow-x: auto;
  scrollbar-width: none;
}

.toa-photo-tour__nav::-webkit-scrollbar {
  display: none;
}

.toa-photo-tour__nav button {
  flex: 0 0 112px;
  padding: 0;
  border: 0;
  color: #151515;
  background: transparent;
  text-align: left;
  cursor: pointer;
}

.toa-photo-tour__nav img,
.toa-photo-tour__nav button::before {
  display: block;
  width: 112px;
  height: 74px;
  margin-bottom: 6px;
  border-radius: 6px;
  object-fit: cover;
}

.toa-photo-tour__nav button:not(:has(img))::before {
  content: '';
  background: #f2f2f2;
}

.toa-photo-tour__nav span {
  display: -webkit-box;
  overflow: hidden;
  font-size: 13px;
  line-height: 18px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.toa-photo-tour__schedule {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
  gap: 40px;
  align-items: start;
  padding: 32px 0 16px;
  scroll-margin-top: 64px;
}

.toa-photo-tour__schedule-title {
  position: sticky;
  top: 88px;
  min-width: 0;
}

.toa-photo-tour__schedule h2 {
  max-width: 12ch;
  font-weight: 700;
  overflow-wrap: anywhere;
}

.toa-photo-tour__schedule-media {
  min-width: 0;
}

.toa-photo-tour__image-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-flow: dense;
  gap: 8px;
}

.toa-photo-tour__image {
  display: block;
  width: 100%;
  min-height: 260px;
  padding: 0;
  margin: 0;
  overflow: hidden;
  border: 0;
  border-radius: 4px;
  background: #f2f2f2;
  cursor: zoom-in;
}

.toa-photo-tour__image--1,
.toa-photo-tour__image--5 {
  grid-column: 1 / -1;
  min-height: 430px;
}

.toa-photo-tour__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 300ms ease;
}

.toa-photo-tour__image:hover img {
  transform: scale(1.015);
}

.toa-photo-tour__empty {
  padding: 24px;
  border-radius: 8px;
  color: #6a6a6a;
  background: #f7f7f7;
}

.toa-photo-viewer[hidden] {
  display: none;
}

.toa-photo-viewer {
  position: fixed;
  z-index: 10;
  inset: 0;
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) 72px;
  grid-template-rows: 64px minmax(0, 1fr);
  color: #fff;
  background: rgba(0, 0, 0, 0.96);
  opacity: 0;
  transition: opacity 180ms ease;
}

.toa-photo-viewer.is-visible {
  opacity: 1;
}

.toa-photo-viewer__toolbar {
  display: flex;
  grid-column: 1 / -1;
  align-items: center;
  justify-content: space-between;
  padding: 8px 20px;
  font-size: 15px;
}

.toa-photo-viewer__toolbar button,
.toa-photo-viewer__nav {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  color: #fff;
  background: transparent;
  cursor: pointer;
}

.toa-photo-viewer__toolbar button {
  width: 40px;
  height: 40px;
  font-size: 30px;
}

.toa-photo-viewer__stage {
  min-width: 0;
  min-height: 0;
}

.toa-photo-viewer__stage figure {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin: 0;
}

.toa-photo-viewer__stage figure[hidden] {
  display: none;
}

.toa-photo-viewer__stage img {
  display: block;
  max-width: 100%;
  max-height: calc(100dvh - 88px);
  object-fit: contain;
}

.toa-photo-viewer__nav {
  align-self: center;
  width: 52px;
  height: 64px;
  font-size: 48px;
  opacity: 0.8;
}

.toa-photo-viewer__nav:hover,
.toa-photo-viewer__nav:focus-visible {
  opacity: 1;
}

.toa-photo-viewer__nav--previous {
  justify-self: center;
}

.toa-photo-viewer__nav--next {
  justify-self: center;
}

@media (prefers-reduced-motion: reduce) {

  .toa-photo-tour,
  .toa-photo-tour__content,
  .toa-photo-tour__image img {
    transition: none;
  }
}

@media (max-width: 767px) {
  .toa-photo-tour__header {
    min-height: 56px;
    padding-inline: 12px;
  }

  .toa-photo-tour__content {
    width: min(calc(100% - 32px), 560px);
    padding-top: 8px;
  }

  .toa-photo-tour h2 {
    font-size: 21px;
    line-height: 30px;
  }

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

  .toa-video-viewer {
    grid-template-columns: 44px minmax(0, 1fr) 44px;
    grid-template-rows: 56px minmax(0, 1fr);
  }

  .toa-video-viewer__stage {
    padding-bottom: 12px;
  }

  .toa-video-viewer__stage figure {
    width: min(100%, 390px);
    height: calc(100vh - 68px);
  }

  .toa-photo-tour__image {
    min-height: 180px;
  }

  .toa-photo-tour__image--1,
  .toa-photo-tour__image--5 {
    min-height: 250px;
  }

  .toa-photo-tour__schedule {
    display: block;
  }

  .toa-photo-tour__schedule-title {
    position: static;
  }

  .toa-photo-tour__schedule h2 {
    max-width: none;
  }

  .toa-photo-viewer {
    grid-template-columns: 48px minmax(0, 1fr) 48px;
    grid-template-rows: 56px minmax(0, 1fr);
  }

  .toa-photo-viewer__toolbar {
    padding-inline: 12px;
  }

  .toa-photo-viewer__nav {
    width: 42px;
    font-size: 38px;
  }
}

.toa-tour-guides {
  padding-block: clamp(4rem, 8vw, 7rem);
  background: #fff url('../images/guide.jpg') no-repeat center center;
  background-size: cover;
}

.toa-tour-guides .toa-container {
  max-width: 52rem;
}

.toa-tour-guides h2,
.toa-tour-overview h2,
.toa-tour-faq h2 {
  margin: 0 0 1rem;
  color: #101827;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  text-align: center;
  text-transform: uppercase;
}

.toa-tour-guides__lead {
  max-width: 42rem;
  margin: 0 auto 2.25rem;
  text-align: center;
}

.toa-tour-guide-card {
  display: grid;
  grid-template-columns: 279px 1fr;
  gap: 2rem;
  align-items: center;
  max-width: 42rem;
  margin: 1.5rem auto 0;
}

.toa-tour-guide-selector [data-guide-panel][hidden] {
  display: none;
}

.toa-tour-guide-card__image {
  width: 279px;
  height: 279px;
  aspect-ratio: 1;
  border-radius: 0.5rem;
  object-fit: cover;
}

.toa-tour-guide-selector {
  position: relative;
  max-width: 746px;
  margin-inline: auto;
  padding-left: 64px;
}

.toa-tour-guide-selector__tabs {
  position: absolute;
  top: 8px;
  left: 0;
  display: grid;
  gap: 8px;
}

.toa-tour-guide-selector__tab {
  width: 48px;
  height: 48px;
  padding: 0;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: 50%;
  background: #e2e2e2;
  cursor: pointer;
}

.toa-tour-guide-selector__tab.is-active {
  border-color: #f46036;
}

.toa-tour-guide-selector__tab img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.6;
}

.toa-tour-guide-selector__tab.is-active img {
  opacity: 1;
}

.toa-tour-guide-card h3 {
  margin: 0 0 0.75rem;
  color: var(--toa-green);
  font-size: 1.65rem;
}

.toa-tour-guide-card__role {
  font-weight: 700;
}

.toa-tour-overview {
  padding-block: clamp(3.5rem, 7vw, 6rem);
  background: #f5f5f5;
}

.toa-tour-overview .toa-container {
  max-width: 64rem;
}

.toa-tour-overview .toa-tour-summary {
  margin-top: 2.5rem;
  padding-top: 2rem;
  border-top: 1px solid #dedede;
}

.toa-tour-overview__primary {
  display: grid;
  grid-template-columns: 523px 380px;
  justify-content: center;
  align-items: center;
  gap: 72px;
  margin-top: 40px;
}

.toa-tour-overview__chart {
  display: block;
  width: 100%;
  max-width: 523px;
  height: 456px;
  object-fit: contain;
}

.toa-tour-overview__facts>div {
  display: grid;
  grid-template-columns: 154px 1fr;
  gap: 24px;
  padding-bottom: 12px;
}

.toa-tour-overview__facts p {
  margin: 0;
}

.toa-tour-overview__facts>div> :first-child {
  font-size: 15px;
  line-height: 22px;
}

.toa-tour-overview__facts>div> :last-child {
  font-weight: 700;
}

.toa-tour-body-layout {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(18rem, 1fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: start;
  padding-block: clamp(3.5rem, 7vw, 6rem);
}

.toa-tour-booking-card {
  position: sticky;
  top: 6rem;
  padding: 1.75rem;
  background: #f0ebdb;
}

.toa-tour-booking-card>p {
  margin: 0;
  font-weight: 700;
}

.toa-tour-booking-card del,
.toa-tour-booking-card strong,
.toa-tour-booking-card span {
  display: block;
  text-align: right;
}

.toa-tour-booking-card strong {
  color: var(--toa-green);
  font-size: 2rem;
}

.toa-tour-booking-card__promotion {
  padding-block: 1.5rem;
  margin-block: 1.5rem;
  border-block: 1px solid #dacda5;
}

.toa-tour-booking-card .toa-button {
  display: block;
  text-align: center;
}

.toa-tour-faq {
  padding-block: clamp(3.5rem, 7vw, 6rem);
  background: #f4f4f1;
}

.toa-tour-faq__list {
  max-width: 48rem;
  margin: 2rem auto 0;
}

.toa-tour-section {
  padding-block: clamp(2rem, 5vw, 4rem);
  border-top: 1px solid #e3e3e3;
}

.toa-tour-section>h2 {
  margin-bottom: 1.5rem;
}

.toa-tour-summary {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1rem;
  margin: 0;
}

.toa-tour-summary>div {
  min-width: 0;
  padding: 0 8px;
  text-align: center;
}

.toa-tour-summary__icon {
  display: block;
  width: 24px;
  height: 24px;
  margin: 0 auto 8px;
}

.toa-tour-summary dt,
.toa-tour-schedule-meta dt {
  color: #000;
  font-size: 15px;
  line-height: 22px;
}

.toa-tour-summary dt {
  display: block;
  font-size: clamp(12px, 1.15vw, 15px);
  line-height: 22px;
  white-space: nowrap;
}

.toa-tour-summary dd,
.toa-tour-schedule-meta dd {
  margin: 0;
  color: #f46036;
  font-weight: 700;
}

.toa-tour-summary dd {
  display: block;
  min-height: 22px;
  line-height: 22px;
  white-space: nowrap;
}

.toa-tour-detail {
  margin-bottom: 0.75rem;
  border: 1px solid #e3e3e3;
  border-radius: 0.35rem;
  background: var(--toa-white);
}

.toa-tour-detail>summary {
  padding: 1rem 3rem 1rem 1rem;
  color: var(--toa-green);
  background: #f4f4f1;
  cursor: pointer;
  font-weight: 700;
}

.toa-tour-detail__description {
  padding: 1rem;
}

.toa-tour-schedule-meta {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  padding: 24px 24px 0;
  margin: 0;
}

.toa-tour-schedule-meta>div {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.toa-tour-schedule-meta__icon {
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.toa-tour-schedule-meta>div>div {
  display: flex;
  flex-wrap: wrap;
  gap: 0 4px;
}

.toa-tour-schedule-meta dt {
  font-size: 17px;
  line-height: 26px;
  font-weight: 700;
}

.toa-tour-schedule-meta dd {
  color: #000;
  font-weight: 400;
}

.toa-tour-costs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.toa-tour-cost {
  padding: 1.5rem;
  border-radius: 0.5rem;
  background: #f0ebdb;
}

.toa-tour-cost h3 {
  margin-top: 0;
}

.toa-tour-cost li+li {
  margin-top: 0.5rem;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.screen-reader-text:focus {
  z-index: 100000;
  top: 1rem;
  left: 1rem;
  width: auto;
  height: auto;
  padding: 0.75rem 1rem;
  clip: auto;
  color: var(--toa-ink);
  background: var(--toa-white);
}

@media (max-width: 767px) {
  .toa-header__inner {
    min-height: 64px;
    gap: 12px;
  }

  .toa-brand img {
    width: 46px;
    height: auto;
  }

  .toa-menu-toggle {
    position: relative;
    display: inline-flex;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    border: 0;
    background: transparent;
    color: var(--toa-white);
    cursor: pointer;
  }

  .toa-menu-toggle__line,
  .toa-menu-toggle__line::before,
  .toa-menu-toggle__line::after {
    display: block;
    width: 22px;
    height: 2px;
    content: '';
    border-radius: 999px;
    background: currentColor;
    transition: transform 0.2s ease, opacity 0.2s ease;
  }

  .toa-menu-toggle__line::before {
    transform: translateY(-7px);
  }

  .toa-menu-toggle__line::after {
    transform: translateY(5px);
  }

  .toa-menu-toggle[aria-expanded="true"] .toa-menu-toggle__line {
    transform: rotate(45deg);
  }

  .toa-menu-toggle[aria-expanded="true"] .toa-menu-toggle__line::before {
    opacity: 0;
    transform: translateY(0);
  }

  .toa-menu-toggle[aria-expanded="true"] .toa-menu-toggle__line::after {
    transform: translateY(-2px) rotate(-90deg);
  }

  .toa-navigation {
    display: none;
    position: absolute;
    inset: 100% 0 auto;
    max-height: calc(100vh - 64px);
    overflow: auto;
    color: #000;
    background: var(--toa-white);
    box-shadow: 0 12px 24px rgb(0 0 0 / 0.14);
  }

  .toa-navigation.is-open {
    display: block;
  }

  .toa-menu {
    display: block;
    height: auto;
    padding: 8px 20px 28px;
  }

  .toa-menu__item {
    display: block;
    border-top: 1px solid var(--toa-gray-200);
  }

  .toa-menu__item:first-child {
    border-top: 0;
  }

  .toa-menu__link {
    width: 100%;
    min-height: 56px;
    justify-content: space-between;
    color: var(--toa-primary-900);
    font-size: var(--toa-font-body-1);
  }

  .toa-menu__item:first-child>.toa-menu__link,
  .toa-menu__item:hover>.toa-menu__link,
  .toa-menu__item:focus-within>.toa-menu__link {
    color: var(--toa-primary-900);
  }

  .toa-menu__item.is-expanded .toa-menu__chevron {
    transform: translateY(2px) rotate(225deg);
  }

  .toa-mega-menu {
    position: static;
    min-height: 0;
    box-shadow: none;
  }

  .toa-menu__item:hover>.toa-mega-menu,
  .toa-menu__item:focus-within>.toa-mega-menu {
    display: none;
  }

  .toa-menu__item.is-expanded>.toa-mega-menu {
    display: block;
  }

  .toa-mega-menu__inner {
    display: block;
    width: 100%;
    min-height: 0;
    padding: 4px 0 28px;
  }

  .toa-header .toa-mega-menu__inner {
    width: 100%;
  }

  .toa-mega-menu__list {
    padding: 0 0 20px;
    border-right: 0;
    border-bottom: 1px solid var(--toa-gray-200);
  }

  .toa-mega-menu__eyebrow {
    margin-bottom: 14px;
  }

  .toa-mega-menu__child {
    max-width: none;
    margin-top: 8px;
    padding-left: 20px;
  }

  .toa-mega-menu__child.is-active::before {
    left: 0;
  }

  .toa-mega-menu__panel,
  .toa-mega-menu__panel--default {
    flex-direction: column;
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .toa-mega-menu__panel.is-active {
    display: grid;
  }

  .toa-mega-menu__parent-visual,
  .toa-mega-menu__chart {
    min-height: 0;
    justify-content: flex-start;
  }

  .toa-mega-menu__parent-visual img,
  .toa-mega-menu__chart img {
    width: min(100%, 280px);
    max-height: 240px;
  }

  .toa-mega-menu__copy h2 {
    font-size: var(--toa-font-h3-mobile);
    line-height: var(--toa-line-h3-mobile);
  }

  .toa-mega-menu__copy h3 {
    margin-bottom: 10px;
    font-size: var(--toa-font-body-1);
    line-height: var(--toa-line-body-1);
  }

  .toa-mega-menu__image {
    width: min(100%, 320px);
  }

  .toa-tour__layout {
    grid-template-columns: 1fr;
  }

  .toa-tour__booking {
    position: static;
  }

  .toa-tour-summary,
  .toa-tour-costs,
  .toa-tour-schedule-meta {
    grid-template-columns: 1fr;
  }

  .toa-tour-gallery {
    grid-template-columns: 2fr 1fr;
    grid-template-rows: repeat(2, 8rem);
    min-height: auto;
  }

  .toa-tour-gallery__item--4 {
    display: none;
  }

  .toa-tour-guide-card,
  .toa-tour-body-layout {
    grid-template-columns: 1fr;
  }

  .toa-tour-guide-card__image {
    max-width: 16rem;
    margin-inline: auto;
  }

  .toa-tour-booking-card {
    position: static;
  }

  .toa-header__actions {
    display: none;
  }

  .toa-hero {
    min-height: 34rem;
  }

  .toa-about-home__inner,
  .toa-services__layout,
  .toa-guide-home__grid,
  .toa-social-home__grid,
  .toa-footer__grid {
    grid-template-columns: 1fr;
  }

  .toa-about-home__inner>img {
    margin-inline: auto;
  }

  .toa-services__grid,
  .toa-footer__links {
    grid-template-columns: 1fr;
  }

  .toa-tour-grid {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  .toa-tour-card {
    flex: 0 0 86%;
    scroll-snap-align: start;
  }

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

  .toa-footer__links strong {
    min-height: auto;
  }
}

/* Ghi đè cuối tệp để bảo toàn độ ưu tiên của trang sản phẩm. */
.toa-tour-page .toa-container {
  width: min(calc(100% - 40px), 1188px);
}

.toa-tour-intro {
  max-width: 1188px;
  padding: 56px 0 64px;
}

.toa-tour-intro h1 {
  font-size: 48px;
  line-height: 60px;
}

.toa-tour-intro__level {
  margin: 4px 0 18px;
  font-size: 21px;
  line-height: 30px;
}

.toa-tour-intro__description {
  max-width: 784px;
}

.toa-tour-gallery {
  grid-template-rows: repeat(2, 196px);
  min-height: 398px;
  margin-top: 48px;
  gap: 6px;
  border-radius: 5px;
}

.toa-tour-guides {
  padding-block: 80px 54px;
}

.toa-tour-guides h2,
.toa-tour-overview h2,
.toa-tour-faq h2,
.toa-tour-related h2,
.toa-tour-section>h2 {
  font-size: 32px;
  line-height: 40px;
  text-transform: uppercase;
}

.toa-tour-guide-card {
  grid-template-columns: 279px 1fr;
  gap: 24px;
  max-width: 682px;
}

.toa-tour-guide-card__image {
  height: 279px;
  aspect-ratio: auto;
}

.toa-tour-overview {
  padding-block: 72px;
  background: #f7f7f7;
}

.toa-tour-page .toa-tour-body-layout {
  width: min(calc(100% - 40px), 1218px);
  grid-template-columns: 784px 410px;
  gap: 24px;
  padding-block: 72px;
}

.toa-tour-section {
  padding-block: 0 80px;
  border-top: 0;
}

.toa-tour-detail>summary {
  color: #000;
}

/* Trang chủ theo layout Figma TOA. */
.toa-home {
  overflow: hidden;
  color: #111827;
  background: #fff;
}

.toa-home .toa-hero {
  min-height: 640px;
  align-items: start;
}

.toa-home .toa-hero picture::after {
  background: linear-gradient(90deg, rgba(0, 40, 35, 0.2), transparent 58%);
}

.toa-home .toa-hero__content {
  padding-top: clamp(70px, 10vw, 132px);
}

.toa-home .toa-hero__content p {
  margin: 0 0 -8px 46px;
  color: #f46036;
  font-size: clamp(28px, 3vw, 50px);
  font-weight: 700;
  font-style: italic;
  line-height: 1;
}

.toa-home .toa-hero h1 {
  max-width: none;
  margin: 0;
  color: #fff;
  font-size: clamp(48px, 6.4vw, 96px);
  line-height: 0.95;
  letter-spacing: -0.04em;
  text-shadow: 0 3px 12px rgba(0, 0, 0, 0.25);
}

.toa-home .toa-about-home {
  padding-block: 72px;
}

.toa-home .toa-about-home__inner {
  grid-template-columns: 180px minmax(0, 680px);
  gap: 74px;
}

.toa-home .toa-about-home p {
  margin: 0;
  font-size: 16px;
  line-height: 1.75;
}

.toa-identity {
  padding: 72px 0 76px;
  background: #f0ebdb;
}

.toa-identity__layout {
  display: grid;
  grid-template-columns: minmax(280px, 1.08fr) minmax(260px, 0.94fr) minmax(260px, 0.94fr);
  gap: clamp(52px, 6vw, 96px);
  align-items: start;
}

.toa-identity__intro h2 {
  max-width: 390px;
  margin-bottom: 22px;
  color: #111827;
  font-size: var(--toa-font-h3);
  line-height: var(--toa-line-h3);
}

.toa-identity__intro h2 span {
  color: #f46036;
}

.toa-identity__intro>p:not(.toa-eyebrow) {
  max-width: 390px;
  margin-bottom: 24px;
  color: #17202d;
  font-size: 17px;
  line-height: 1.62;
}

.toa-identity__intro .toa-button {
  display: inline-flex;
  min-width: 166px;
  min-height: 42px;
  padding: 10px 16px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.toa-identity__intro .toa-button span {
  font-size: 20px;
  line-height: 1;
}

.toa-identity__principles {
  display: contents;
}

.toa-identity__principles article {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
}

.toa-identity__principles article:nth-child(1) {
  grid-column: 2;
  grid-row: 1;
}

.toa-identity__principles article:nth-child(2) {
  grid-column: 2;
  grid-row: 1;
  margin-top: 176px;
}

.toa-identity__principles article:nth-child(3) {
  grid-column: 3;
  grid-row: 1;
}

.toa-identity__principles article>img {
  width: 52px;
  height: 52px;
  object-fit: contain;
}

.toa-identity__principle-copy {
  position: relative;
  min-width: 0;
}

.toa-identity__principles span {
  display: none;
}

.toa-identity__principles h3 {
  margin: 0 0 5px;
  color: #111827;
  font-size: 16px;
  line-height: 1.25;
  text-transform: uppercase;
}

.toa-identity__principles p {
  margin: 0;
  color: #17202d;
  font-size: 17px;
  line-height: 1.55;
}

.toa-home .toa-tours {
  padding-block: 78px 88px;
}

.toa-home .toa-section-heading {
  max-width: 700px;
  margin-bottom: 40px;
}

.toa-home .toa-section-heading h2 {
  font-size: var(--toa-font-h3);
  line-height: var(--toa-line-h3);
}

.toa-home .toa-section-heading h2 span,
.toa-home .toa-criteria h2 span {
  color: #f46036;
}

.toa-home .toa-tour-heading span:nth-child(1),
.toa-home .toa-tour-heading span:nth-child(5) {
  color: #000d22;
}

.toa-home .toa-tour-heading span:nth-child(2),
.toa-home .toa-tour-heading span:nth-child(4) {
  color: #f46036;
}

.toa-home .toa-section-heading>p:last-child {
  font-size: 17px;
  line-height: 1.65;
}

.toa-home .toa-tour-grid {
  gap: 30px 20px;
}

.toa-home .toa-tour-card {
  width: 93%;
  justify-self: center;
  border: 0;
  border-radius: 5px;
  background: transparent;
  box-shadow: none;
}

.toa-home .toa-tour-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(0, 63, 59, 0.1);
}

.toa-home .toa-tour-card__media {
  aspect-ratio: 1.4436 / 1;
  border-bottom: 7px solid #dacda5;
  border-radius: 5px 5px 0 0;
}

.toa-home .toa-tour-card__body {
  display: flex;
  min-height: 286px;
  padding: 16px;
  border: 1px solid #e2e2e2;
  border-top: 0;
  border-radius: 0 0 5px 5px;
  color: #000d22;
  background: #fff;
  flex-direction: column;
}

.toa-home .toa-tour-card h3 {
  min-height: 67px;
  margin: 0;
  color: #003f3b;
  font-size: 26px;
  line-height: 34px;
  text-transform: uppercase;
}

.toa-home .toa-tour-card p {
  display: -webkit-box;
  min-height: 116px;
  margin: 0;
  padding-top: 12px;
  overflow: hidden;
  color: #000d22;
  font-size: 17px;
  line-height: 26px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.toa-home .toa-tour-card strong {
  color: #000d22;
  font-size: 26px;
  line-height: 34px;
}

.toa-home .toa-tour-card__price {
  display: flex;
  align-items: stretch;
  margin-top: auto;
  flex-direction: column;
}

.toa-home .toa-tour-card__price del {
  min-height: 35px;
  padding-top: 12px;
  color: #000d22;
  font-size: 15px;
  line-height: 22px;
}

.toa-home .toa-criteria {
  padding-block: 80px;
  color: #000d22;
  background: #dfeff1;
}

.toa-home .toa-criteria .toa-section-heading {
  max-width: none;
  margin: 0;
  padding-bottom: 10px;
}

.toa-level-page {
  color: #000d22;
  background: #fff;
}

.toa-level-hero {
  position: relative;
  min-height: 568px;
  overflow: hidden;
  background: #003f3b;
}

.toa-level-hero__slides,
.toa-level-hero__slide {
  position: absolute;
  inset: 0;
}

.toa-level-hero__slide {
  opacity: 0;
  pointer-events: none;
  transition: opacity 520ms ease;
}

.toa-level-hero__slide.is-active {
  opacity: 1;
  pointer-events: auto;
}

.toa-level-hero__slide>img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.toa-level-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 63, 59, 0.78) 0%, rgba(0, 63, 59, 0.38) 42%, rgba(0, 0, 0, 0.5) 100%);
}

.toa-level-hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 568px;
  align-items: center;
  grid-template-columns: minmax(220px, 380px) minmax(0, 1fr);
  gap: 72px;
}

.toa-level-hero__chart {
  display: grid;
  width: min(100%, 330px);
  aspect-ratio: 1;
  place-items: center;
}

.toa-level-hero__chart img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.toa-level-hero__copy {
  color: #fff;
  text-align: center;
}

.toa-level-hero__copy p {
  margin: 0 0 18px;
  color: #dacda5;
  font-weight: 700;
  font-size: 17px;
  line-height: 26px;
  text-transform: uppercase;
}

.toa-level-hero__copy h1 {
  margin: 0;
  font-size: 48px;
  line-height: 60px;
  text-transform: uppercase;
}

.toa-level-hero__copy span {
  display: block;
  max-width: 520px;
  margin: 12px auto 0;
  font-size: 21px;
  line-height: 30px;
  text-transform: uppercase;
}

.toa-level-hero__dots {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 28px;
  left: 0;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.toa-level-hero__dots button {
  width: 28px;
  height: 3px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.42);
  cursor: pointer;
  transition: background-color 180ms ease, transform 180ms ease;
}

.toa-level-hero__dots button[aria-pressed='true'],
.toa-level-hero__dots button:hover,
.toa-level-hero__dots button:focus-visible {
  background: #fff;
  transform: scaleX(1.18);
}

.toa-level-about {
  padding: 80px 0 72px;
  background: #fff url('../images/level-bg.png') no-repeat center center;
  background-size: cover;
}

.toa-level-about__inner {
  display: grid;
  justify-items: center;
  gap: 48px;
}

.toa-level-about header {
  max-width: 784px;
  text-align: center;
}

.toa-level-about h2,
.toa-level-chart h2,
.toa-level-routes h2 {
  margin: 0 0 20px;
  font-size: 32px;
  line-height: 46px;
  text-transform: uppercase;
}

.toa-level-about h2 span,
.toa-level-chart h2 span,
.toa-level-routes h2 span,
.toa-level-safe h2 span {
  color: #f46036;
}

.toa-level-about p,
.toa-level-chart p,
.toa-level-type p,
.toa-level-safe p {
  margin: 0;
  font-size: 17px;
  line-height: 26px;
}

.toa-level-about img {
  width: min(100%, 784px);
  height: 352px;
  border-radius: 5px;
  object-fit: cover;
}

.toa-level-chart {
  padding: 72px 0 92px;
  background: #f0ebdb;
}

.toa-level-chart__heading {
  max-width: 760px;
}

.toa-level-chart__heading div {
  max-width: 620px;
  font-size: 17px;
  line-height: 26px;
}

.toa-level-chart__divider {
  width: min(100%, 1060px);
  height: 1px;
  margin: 54px auto 58px;
  background: rgba(255, 255, 255, 0.88);
}

.toa-level-chart__grid {
  position: relative;
  display: grid;
  align-items: center;
  grid-template-columns: minmax(0, 1.2fr) minmax(360px, 0.8fr);
  gap: 72px;
}

.toa-level-chart__visual {
  position: relative;
}

.toa-level-radar {
  position: relative;
  width: min(100%, 620px);
  aspect-ratio: 1;
  margin: 24px auto 0;
}

.toa-level-chart__notice {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: min(100%, 450px);
  margin: 0 auto 24px;
  padding: 10px 18px;
  color: #000d22;
  background: #e9e9e9;
  font-size: 17px;
  line-height: 27px;
  text-align: center;
  gap: 12px;
}

.toa-level-chart__notice span,
.toa-level-radar__label i,
.toa-level-chart__average button {
  display: inline-grid;
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  border: 0;
  border-radius: 50%;
  place-items: center;
  color: #fff;
  background: rgba(0, 63, 59, 0.82);
  font-weight: 800;
  font-size: 13px;
  line-height: 20px;
}

.toa-level-radar svg {
  position: absolute;
  inset: 11% 11% 7%;
  width: 78%;
  height: 82%;
  overflow: visible;
}

.toa-level-radar polygon,
.toa-level-radar line,
.toa-level-radar polyline {
  vector-effect: non-scaling-stroke;
}

.toa-level-radar__fill {
  fill: #003f3b;
}

.toa-level-radar__ring {
  fill: none;
  stroke: #dacda5;
  stroke-width: 0.55;
}

.toa-level-radar line {
  stroke: rgba(255, 255, 255, 0.42);
  stroke-width: 0.5;
}

.toa-level-radar__line {
  fill: rgba(6, 129, 148, 0.88);
  stroke: #a8a9b2;
  stroke-width: 0.85;
}

.toa-level-radar__points circle {
  fill: #f46036;
  stroke: #f4e8c5;
  stroke-width: 0.5;
}

.toa-level-radar__label {
  position: absolute;
  display: inline-flex;
  align-items: center;
  padding: 0;
  border: 0;
  color: #003f3b;
  background: transparent;
  font-weight: 700;
  font-size: 26px;
  line-height: 26px;
  text-align: center;
  cursor: pointer;
  gap: 8px;
}

.toa-level-radar__label i,
.toa-level-chart__average button {
  width: 22px;
  height: 22px;
  color: #fff;
  background: #a9a9a9;
  font-size: 14px;
}

.toa-level-radar__label--medical {
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
}

.toa-level-radar__label--distance {
  top: 39%;
  right: -2%;
}

.toa-level-radar__label--active_time {
  right: 5%;
  bottom: 2%;
  max-width: 250px;
}

.toa-level-radar__label--elevation_gain {
  bottom: 2%;
  left: 9%;
  max-width: 220px;
}

.toa-level-radar__label--peak {
  top: 39%;
  left: -2%;
  max-width: 170px;
}

.toa-level-chart__score {
  display: grid;
  gap: 28px;
}

.toa-level-chart__score-top,
.toa-level-chart__score-bottom {
  display: grid;
  gap: 16px;
}

.toa-level-chart__score-top {
  grid-template-columns: 0.8fr 0.8fr 1.8fr;
}

.toa-level-chart__score-bottom {
  grid-template-columns: 1fr 1fr;
}

.toa-level-chart__score article {
  display: grid;
  align-content: start;
  gap: 10px;
}

.toa-level-chart__score article span {
  min-height: 54px;
  color: #003f3b;
  font-weight: 700;
  font-size: 17px;
  line-height: 23px;
  text-align: center;
}

.toa-level-chart__score article strong {
  display: grid;
  min-height: 78px;
  padding: 10px 14px;
  border-radius: 5px;
  place-items: center;
  color: #f46036;
  background: #fff;
  font-size: 42px;
  line-height: 52px;
  text-align: center;
}

.toa-level-chart__average {
  display: grid;
  justify-items: center;
  margin-top: 22px;
  padding-top: 26px;
  border-top: 1px solid rgba(0, 63, 59, 0.42);
  text-align: center;
}

.toa-level-chart__average p {
  display: inline-flex;
  align-items: center;
  margin: 0 0 6px;
  color: #003f3b;
  font-weight: 700;
  gap: 10px;
}

.toa-level-chart__average strong {
  color: #f46036;
  font-size: 48px;
  line-height: 58px;
}

.toa-level-chart__average span {
  width: 100%;
  padding: 10px 18px;
  color: #003f3b;
  background: #dacda5;
  font-weight: 700;
}

.toa-level-criteria-panel {
  position: fixed;
  z-index: 20;
  width: min(620px, calc(100vw - 32px));
  padding: 20px 24px 22px;
  color: #000d22;
  background: #fff;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.14);
}

.toa-level-criteria-panel::before {
  position: absolute;
  top: 52px;
  left: -54px;
  width: 0;
  height: 0;
  border-top: 28px solid transparent;
  border-right: 54px solid #fff;
  border-bottom: 28px solid transparent;
  content: "";
}

.toa-level-criteria-panel.is-left-arrow-hidden::before {
  display: none;
}

.criteria-frame__title {
  margin-bottom: 8px;
  color: #003f3b;
  font-weight: 800;
  font-size: 17px;
  line-height: 24px;
}

.criteria-frame__content {
  margin-bottom: 18px;
  font-size: 15px;
  line-height: 23px;
}

.criteria-frame__numeral {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}

.numeral-item {
  display: grid;
  align-content: start;
  gap: 8px;
  color: #003f3b;
  font-weight: 800;
  text-align: center;
}

.numeral-item__number {
  color: #f46036;
}

.numeral-item hr {
  width: 100%;
  height: 3px;
  margin: 0;
  border: 0;
  background: #003f3b;
}

.toa-level-type {
  padding: 72px 0 56px;
}

.toa-level-type__grid {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(240px, 380px) minmax(0, 1fr);
  gap: 92px;
}

.toa-level-type--reverse .toa-level-type__visual {
  order: 2;
}

.toa-level-type--reverse .toa-level-type__copy {
  order: 1;
}

.toa-level-type__visual img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.toa-level-type h2 {
  margin: 0 0 2px;
  color: #f46036;
  font-size: 32px;
  line-height: 46px;
}

.toa-level-type h3 {
  margin: 0 0 10px;
  color: #003f3b;
  font-size: 26px;
  line-height: 34px;
}

.toa-level-type__factor {
  margin-bottom: 20px !important;
  font-weight: 700;
}

.toa-level-routes {
  padding-bottom: 72px;
  overflow: hidden;
}

.toa-level-routes h2 {
  text-align: center;
}

.toa-level-routes__track {
  display: grid;
  grid-auto-columns: minmax(280px, 380px);
  grid-auto-flow: column;
  gap: 24px;
  overflow-x: auto;
  padding: 6px max(0px, calc((100vw - var(--toa-container)) / 2)) 18px;
  margin-inline: calc(-1 * max(20px, calc((100vw - var(--toa-container)) / 2)));
  scroll-snap-type: x mandatory;
}

.toa-level-routes__track .toa-level-card {
  scroll-snap-align: center;
}

.toa-level-card {
  border-radius: 5px;
  box-shadow: none;
}

.toa-level-card .toa-tour-card__media {
  aspect-ratio: 1.44 / 1;
  border-bottom-width: 8px;
}

.toa-level-card .toa-tour-card__body {
  display: flex;
  min-height: 272px;
  flex-direction: column;
}

.toa-level-card h3 {
  min-height: 68px;
  margin: 0;
  font-size: 24px;
  line-height: 32px;
  text-transform: uppercase;
}

.toa-level-card__meta {
  margin: 10px 0 0;
  color: #000d22 !important;
  font-size: 13px;
  line-height: 18px;
}

.toa-level-card p {
  display: -webkit-box;
  margin: 12px 0 18px;
  overflow: hidden;
  font-size: 17px;
  line-height: 26px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.toa-level-card .toa-tour-card__price {
  margin-top: auto;
}

.toa-level-routes__empty {
  text-align: center;
}

.toa-level-safe {
  position: relative;
  display: grid;
  min-height: 400px;
  overflow: hidden;
  color: #fff;
  text-align: center;
  place-items: center;
}

.toa-level-safe>img,
.toa-level-safe__overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.toa-level-safe>img {
  object-fit: cover;
}

.toa-level-safe__overlay {
  background: rgba(0, 0, 0, 0.5);
}

.toa-level-safe .toa-container {
  position: relative;
  z-index: 1;
  max-width: 760px;
}

.toa-level-safe h2 {
  margin: 0 0 20px;
  font-size: 32px;
  line-height: 46px;
}

@media (max-width: 1023px) {
  .toa-level-hero,
  .toa-level-hero__inner {
    min-height: 520px;
  }

  .toa-level-hero__inner,
  .toa-level-chart__grid,
  .toa-level-type__grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .toa-level-hero__chart {
    width: min(62vw, 260px);
    margin: 42px auto 0;
  }

  .toa-level-hero__copy {
    align-self: start;
  }

  .toa-level-type--reverse .toa-level-type__visual,
  .toa-level-type--reverse .toa-level-type__copy {
    order: initial;
  }

  .toa-level-type__visual {
    max-width: 320px;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .toa-level-hero,
  .toa-level-hero__inner {
    min-height: 500px;
  }

  .toa-level-hero__inner {
    align-content: center;
    padding-block: 34px 46px;
  }

  .toa-level-hero__chart {
    width: min(72vw, 230px);
    margin-top: 0;
  }

  .toa-level-hero__copy h1 {
    font-size: 34px;
    line-height: 42px;
  }

  .toa-level-hero__copy span {
    font-size: 17px;
    line-height: 26px;
  }

  .toa-level-about,
  .toa-level-chart,
  .toa-level-type {
    padding-block: 48px;
  }

  .toa-level-about__inner {
    gap: 34px;
  }

  .toa-level-about h2,
  .toa-level-chart h2,
  .toa-level-routes h2,
  .toa-level-safe h2 {
    font-size: 26px;
    line-height: 34px;
  }

  .toa-level-about p,
  .toa-level-chart__heading div,
  .toa-level-type p,
  .toa-level-safe p {
    font-size: 15px;
    line-height: 22px;
  }

  .toa-level-about img {
    height: auto;
    aspect-ratio: 1.55 / 1;
  }

  .toa-level-chart__grid {
    gap: 40px;
  }

  .toa-level-chart__score-top,
  .toa-level-chart__score-bottom {
    gap: 10px;
  }

  .toa-level-chart__score article span {
    min-height: 44px;
    font-size: 14px;
    line-height: 19px;
  }

  .toa-level-radar {
    width: min(100%, 360px);
  }

  .toa-level-radar__label {
    font-size: 15px;
    line-height: 17px;
    gap: 5px;
  }

  .toa-level-radar__label i,
  .toa-level-chart__average button {
    width: 18px;
    height: 18px;
    font-size: 12px;
  }

  .toa-level-radar__label--distance {
    right: -7%;
  }

  .toa-level-radar__label--peak {
    left: -7%;
  }

  .toa-level-criteria-panel {
    position: fixed;
    right: 16px;
    left: 16px !important;
    width: auto;
    max-height: calc(100vh - 32px);
    overflow: auto;
  }

  .toa-level-criteria-panel::before {
    display: none;
  }

  .criteria-frame__numeral {
    grid-template-columns: repeat(2, 1fr);
  }

  .toa-level-type h2 {
    font-size: 30px;
    line-height: 38px;
  }

  .toa-level-type h3 {
    font-size: 21px;
    line-height: 30px;
  }

  .toa-level-routes {
    padding-bottom: 48px;
  }

  .toa-level-routes__track {
    grid-auto-columns: minmax(300px, 335px);
    gap: 16px;
    padding-inline: 20px;
    margin-inline: -20px;
  }

  .toa-level-card h3 {
    font-size: 21px;
    line-height: 30px;
  }

  .toa-level-card .toa-tour-card__body {
    min-height: 252px;
  }

  .toa-level-safe {
    min-height: 360px;
  }
}

.toa-home .toa-criteria .toa-section-heading h2 {
  margin: 0;
  color: #000d22;
  font-size: 32px;
  line-height: 46px;
}

.toa-home .toa-criteria .toa-section-heading h2 span {
  color: #f46036;
}

.toa-home .toa-criteria .toa-section-heading>p:last-child {
  width: 66.6667%;
  margin: 0 auto;
  padding-top: 16px;
  color: #000d22;
  font-size: 17px;
  line-height: 26px;
  text-align: justify;
}

.toa-home .toa-criteria__grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 16px;
}

@media (min-width: 1180px) {
  .toa-home .toa-criteria__grid {
    width: calc(100% + 96px);
    margin-inline: -48px;
  }
}

.toa-home .toa-criteria article {
  min-width: 0;
  margin-block: 10px;
  padding: 0 0 26px;
  color: #000d22;
  background: #fff;
  text-align: center;
}

.toa-home .toa-criteria article img {
  display: block;
  width: 56px;
  height: 56px;
  margin: 16px auto;
  object-fit: contain;
}

.toa-home .toa-criteria article h3 {
  width: 80%;
  margin: 0 auto;
  padding-bottom: 8px;
  color: #000d22;
  font-size: 17px;
  line-height: 26px;
}

.toa-home .toa-criteria article p {
  width: 80%;
  margin: 0 auto;
  color: #000d22;
  font-size: 17px;
  line-height: 26px;
}

@media (min-width: 1280px) {
  .toa-home .toa-criteria article {
    height: 278px;
  }
}

.toa-home .toa-guide-home {
  padding-block: 104px 112px;
  background: #fff;
}

.toa-home .toa-guide-home__grid {
  width: min(calc(100% - 92px), 1188px);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  gap: 56px;
}

.toa-guide-home__intro {
  max-width: 532px;
  padding-top: 0;
}

.toa-guide-home__intro .toa-eyebrow {
  margin-bottom: 24px;
  color: #000d22;
  font-size: var(--toa-font-h3);
  font-weight: 700;
  letter-spacing: 0;
  line-height: var(--toa-line-h3);
  text-transform: uppercase;
}

.toa-guide-home__intro .toa-eyebrow span {
  color: #f46036;
}

.toa-guide-home__intro h2 {
  margin-bottom: 28px;
  color: #000d22;
  font-size: var(--toa-font-h3);
  line-height: var(--toa-line-h3);
}

.toa-guide-home__intro>p:not(.toa-eyebrow) {
  max-width: 430px;
  margin-bottom: 28px;
  color: #000d22;
  font-size: 17px;
  line-height: 26px;
  text-align: justify;
}

.toa-guide-home__intro .toa-button {
  gap: 8px;
}

.toa-guide-home__intro .toa-button span {
  font-size: 15px;
  line-height: 1;
}

.toa-guide-home__content {
  min-width: 0;
}

.toa-guide-home__tabs {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}

.toa-guide-home__tabs button {
  width: 48px;
  height: 48px;
  padding: 0;
  overflow: hidden;
  border: 2px solid transparent;
  border-radius: 50%;
  background: #ddd;
  cursor: pointer;
  filter: grayscale(0.35);
  opacity: 0.38;
  transition: border-color 180ms ease, filter 180ms ease, opacity 180ms ease, transform 180ms ease;
}

.toa-guide-home__tabs button[aria-pressed='true'] {
  border-color: #f46036;
  filter: none;
  opacity: 1;
  transform: scale(1.04);
}

.toa-guide-home__tabs button:hover,
.toa-guide-home__tabs button:focus-visible {
  opacity: 0.72;
}

.toa-guide-home__tabs button[aria-pressed='true']:hover,
.toa-guide-home__tabs button[aria-pressed='true']:focus-visible {
  opacity: 1;
}

.toa-guide-home__tabs img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
}

.toa-guide-home__panel {
  display: grid;
  grid-template-columns: minmax(240px, 279px) minmax(0, 1fr);
  align-items: start;
  gap: 24px;
}

.toa-guide-home__panel[hidden] {
  display: none;
}

.toa-guide-home__panel>img {
  width: 100%;
  height: auto;
  min-height: 0;
  border-radius: 4px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.toa-guide-home__panel>div {
  padding-top: 4px;
}

.toa-guide-home__panel h3 {
  margin-bottom: 4px;
  color: #003f3b;
  font-size: 30px;
  line-height: 38px;
}

.toa-guide-home__panel .toa-guide-home__role {
  margin: 0 0 20px;
  color: #8e8e8e;
  font-size: 17px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  text-transform: uppercase;
}

.toa-guide-home__panel p {
  margin: 0;
  color: #000d22;
  font-size: 17px;
  line-height: 26px;
  text-align: justify;
}

.toa-guide-home__panel .toa-guide-home__bio {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}

.toa-home .toa-safety {
  min-height: 508px;
  padding-block: 125px;
}

.toa-home .toa-safety .toa-container {
  width: min(62%, 892px);
  max-width: none;
}

.toa-home .toa-safety h2 {
  margin: 0;
  padding-bottom: 20px;
  font-size: 32px;
  line-height: 46px;
}

.toa-home .toa-safety p {
  margin: 0;
  color: #fff;
  font-size: 17px;
  line-height: 26px;
  text-align: justify;
}

.toa-home .toa-safety .toa-button {
  min-height: 38px;
  margin-top: 24px;
  padding: 8px 20px;
  border-radius: 5px;
  font-size: 17px;
  font-weight: 400;
  line-height: 20px;
}

.toa-home .toa-social-home {
  padding-block: 80px;
  background: #f7f7f7;
  text-align: center;
}

.toa-home .toa-social-home .toa-container {
  width: min(100% - 32px, 1280px);
}

.toa-home .toa-social-home .toa-section-heading {
  max-width: none;
  margin: 0 0 20px;
}

.toa-home .toa-social-home .toa-eyebrow {
  margin: 0;
  color: #000d22;
  font-size: var(--toa-font-h3);
  font-weight: 700;
  letter-spacing: 0;
  line-height: var(--toa-line-h3);
}

.toa-home .toa-social-home .toa-section-heading h2 {
  margin: 0;
  color: #000d22;
  font-size: 21px;
  font-weight: 400;
  line-height: 30px;
}

.toa-home .toa-tour-card__meta {
  display: block;
  margin-bottom: 14px;
  color: #f46036;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
  text-transform: uppercase;
  -webkit-line-clamp: unset;
}

.toa-home .toa-social-home>.toa-container>img {
  width: min(100%, 1000px);
  max-height: 390px;
  margin-inline: auto;
  object-fit: cover;
}

.toa-social-home__stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.toa-social-home__stats article {
  width: fit-content;
  min-width: 124px;
  margin-inline: auto;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.toa-social-home__stats .toa-social-home__count {
  display: block;
  margin: 0;
  color: #f46036;
  font-family: 'Permanent Marker', 'Comic Sans MS', cursive;
  font-size: 35px;
  font-weight: 400;
  line-height: 51px;
  text-align: left;
}

.toa-social-home__platform {
  display: flex;
  align-items: center;
  text-align: left;
}

.toa-home .toa-social-home .toa-social-home__platform img {
  flex: 0 0 56px;
  width: 56px;
  height: 57px;
  min-height: 0;
  margin: 0 12px 0 0;
  object-fit: contain;
}

.toa-social-home__rating {
  white-space: nowrap;
}

.toa-social-home__stats strong {
  display: block;
  margin: 0;
  color: #003f3b;
  font-size: 26px;
  font-weight: 700;
  line-height: 34px;
}

.toa-social-home__stats p {
  margin: -4px 0 0;
  color: #ababab;
  font-size: 21px;
  font-weight: 700;
  line-height: 30px;
}

.toa-partners {
  padding: 72px 0 86px;
  background: #fff;
}

.toa-partners h2 {
  margin-bottom: 36px;
  color: #000d22;
  font-size: var(--toa-font-h3);
  line-height: var(--toa-line-h3);
  text-align: center;
}

.toa-partners h2 span {
  color: #f46036;
}

.toa-partners__grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  align-items: center;
  gap: 24px;
}

.toa-partners__grid img {
  display: block;
  width: 100%;
  max-width: 350px;
  height: 104px;
  margin-inline: auto;
  border: 0;
  background: transparent;
  object-fit: contain;
}

@media (max-width: 900px) {
  .toa-home .toa-hero {
    min-height: 500px;
  }

  .toa-home .toa-safety {
    min-height: 0;
    padding-block: 72px;
  }

  .toa-home .toa-safety .toa-container {
    width: min(calc(100% - 40px), 892px);
  }

  .toa-identity__layout,
  .toa-home .toa-guide-home__grid {
    width: min(calc(100% - 40px), 1188px);
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .toa-identity__principles {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px;
  }

  .toa-identity__principles article,
  .toa-identity__principles article:nth-child(n) {
    grid-column: auto;
    grid-row: auto;
    margin-top: 0;
  }

  .toa-home .toa-criteria__grid {
    width: 100%;
    margin-inline: 0;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .toa-home .toa-hero {
    min-height: 470px;
  }

  .toa-home .toa-safety {
    padding-block: 48px;
  }

  .toa-home .toa-safety h2 {
    font-size: var(--toa-font-h3-mobile);
    line-height: var(--toa-line-h3-mobile);
  }

  .toa-home .toa-hero__content {
    padding-top: 70px;
  }

  .toa-home .toa-hero__content p {
    margin-left: 16px;
    font-size: 25px;
  }

  .toa-home .toa-hero h1 {
    font-size: 48px;
  }

  .toa-home .toa-about-home {
    padding-block: 48px;
  }

  .toa-home .toa-about-home__inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .toa-home .toa-about-home__inner>img {
    width: 132px;
  }

  .toa-identity {
    padding-block: 50px;
  }

  .toa-identity__intro h2,
  .toa-home .toa-section-heading h2,
  .toa-home .toa-criteria .toa-section-heading h2,
  .toa-guide-home__intro .toa-eyebrow,
  .toa-guide-home__intro h2,
  .toa-home .toa-safety h2,
  .toa-home .toa-social-home .toa-eyebrow,
  .toa-partners h2 {
    font-size: var(--toa-font-h3-mobile);
    line-height: var(--toa-line-h3-mobile);
  }

  .toa-identity__principles {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .toa-identity__principles article {
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 14px;
  }

  .toa-identity__principles article>img {
    width: 46px;
    height: 46px;
  }

  .toa-home .toa-tour-grid {
    display: grid;
    grid-template-columns: 1fr;
    overflow: visible;
  }

  .toa-home .toa-tour-card {
    width: 100%;
  }

  .toa-home .toa-criteria__grid {
    width: 100%;
    margin-inline: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .toa-social-home__stats,
  .toa-partners__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .toa-home .toa-social-home {
    padding-block: 48px;
  }

  .toa-home .toa-social-home .toa-eyebrow {
    font-size: var(--toa-font-h3-mobile);
    line-height: var(--toa-line-h3-mobile);
  }

  .toa-home .toa-social-home .toa-section-heading h2 {
    font-size: 17px;
    line-height: 26px;
  }

  .toa-social-home__stats {
    gap: 28px 8px;
  }

  .toa-social-home__stats article {
    min-width: 0;
  }

  .toa-social-home__stats .toa-social-home__count {
    font-size: 30px;
    line-height: 42px;
  }

  .toa-home .toa-social-home .toa-social-home__platform img {
    flex-basis: 44px;
    width: 44px;
    height: 45px;
    margin-right: 8px;
  }

  .toa-social-home__stats strong {
    font-size: 18px;
    line-height: 28px;
  }

  .toa-social-home__stats p {
    margin-top: -3px;
    font-size: 15px;
    line-height: 22px;
  }

  .toa-guide-home__panel {
    grid-template-columns: 1fr;
  }

  .toa-guide-home__panel>img {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
  }
}

.toa-tour-schedule__item {
  overflow: visible;
  margin: 0 0 16px;
  border: 0 !important;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
  outline: 0;
}

.toa-tour-schedule__item>summary {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 56px;
  padding: 13px 56px 13px 24px;
  border: 0 !important;
  border-radius: 5px;
  color: #000;
  background: #eee;
  font-size: 21px;
  font-weight: 700;
  line-height: 30px;
  box-shadow: none;
  outline: 0;
}

.toa-tour-schedule__item>summary:focus,
.toa-tour-schedule__item>summary:focus-visible {
  border: 0;
  box-shadow: none;
  outline: 0;
}

.toa-tour-schedule__item>summary:focus-visible {
  background: #e7e7e7;
}

.toa-tour-schedule__item .toa-tour-schedule-meta,
.toa-tour-schedule__item .toa-tour-detail__description {
  border: 0;
  box-shadow: none;
  outline: 0;
}

.toa-tour-schedule__item>summary::after,
.toa-tour-schedule__item[open]>summary::after {
  display: none !important;
  content: none !important;
}

.toa-tour-schedule__toggle {
  position: absolute;
  top: 16px;
  right: 24px;
  width: 24px;
  height: 24px;
}

.toa-tour-schedule__toggle--minus,
.toa-tour-schedule__item[open] .toa-tour-schedule__toggle--plus {
  display: none;
}

.toa-tour-schedule__item[open] .toa-tour-schedule__toggle--minus {
  display: block;
}

.toa-tour-schedule__item .toa-tour-schedule-meta {
  padding: 32px 28px 0;
}

.toa-tour-schedule__item .toa-tour-detail__description {
  padding: 20px 28px 24px;
}

.toa-tour-costs {
  display: block;
}

.toa-tour-cost {
  padding: 0;
  margin-bottom: 48px;
  background: transparent;
}

.toa-tour-cost h3 {
  margin: 0 0 26px;
  color: #000;
  font-size: 21px;
  line-height: 30px;
}

.toa-tour-cost ul {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  padding: 0 0 0 28px;
  margin: 0;
  list-style: none;
  columns: auto;
}

.toa-tour-cost--chi_phi_bao_gom ul,
.toa-tour-cost--hanh_ly ul {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 14px;
}

.toa-tour-cost li {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 8px;
  align-items: start;
  margin: 0;
  color: #000;
  font-size: 17px;
  line-height: 26px;
  break-inside: auto;
}

.toa-tour-cost li+li {
  margin-top: 0;
}

.toa-tour-cost li img {
  width: 20px;
  height: 20px;
  margin-top: 3px;
  object-fit: contain;
}

.toa-tour-cost__note-icon {
  color: #f46036;
  font-size: 21px;
  font-weight: 700;
  line-height: 26px;
  text-align: center;
}

.toa-tour-booking-card {
  top: calc(var(--wp-admin--admin-bar--height, 0px) + 18px);
  display: block;
  padding: 20px 40px 15px;
  border: 0;
  border-radius: 0;
  color: #000;
  background: #f0ebdb;
  box-shadow: none;
  font-size: 17px;
  line-height: 26px;
}

.toa-tour-booking-card__price {
  padding-bottom: 15px;
  border-bottom: 2px solid #dacda5;
}

.toa-tour-booking-card__price p {
  margin: 0 0 4px;
  font-weight: 700;
  text-transform: uppercase;
}

.toa-tour-booking-card__price del {
  color: #8a8a8a;
  font-size: 15px;
  line-height: 22px;
}

.toa-tour-booking-card__price strong {
  color: #003f3b;
  font-size: 32px;
  line-height: 40px;
}

.toa-tour-booking-card__price span {
  color: #003f3b;
  font-size: 21px;
  font-weight: 700;
  line-height: 30px;
}

.toa-tour-booking-card__price small {
  display: block;
  font-size: 17px;
  font-weight: 700;
  line-height: 26px;
  text-align: right;
}

.toa-tour-booking-card__price del,
.toa-tour-booking-card__price strong,
.toa-tour-booking-card__price span {
  display: block;
  text-align: right;
}

.toa-tour-booking-card__promotion {
  padding: 15px 0 20px;
  margin: 0;
  border: 0;
}

.toa-tour-booking-card__promotion> :first-child {
  margin-top: 0;
}

.toa-tour-booking-card__promotion> :last-child {
  margin-bottom: 0;
}

.toa-tour-booking-card__promotion,
.toa-tour-booking-card__promotion .body-1-regular,
.toa-tour-booking-card__promotion .text-only {
  color: #000;
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
}

.toa-tour-booking-card__promotion .right-title {
  padding: 0 0 20px;
  margin: 0;
  color: #000;
  font-size: 17px;
  font-weight: 700;
  line-height: 26px;
  text-align: left;
}

.toa-tour-booking-card__promotion .right-title.pt-5 {
  padding-top: 20px;
}

.toa-tour-booking-card__promotion strong {
  display: inline;
  color: inherit;
  font-size: inherit;
  font-weight: 700;
  line-height: inherit;
  text-align: inherit;
}

.toa-tour-booking-card__promotion span {
  display: inline;
  text-align: left;
}

.toa-tour-booking-card .toa-tour-booking-card__promotion p,
.toa-tour-booking-card .toa-tour-booking-card__promotion strong,
.toa-tour-booking-card .toa-tour-booking-card__promotion span {
  text-align: left;
}

.toa-tour-booking-card__promotion .body-1-regular p {
  margin: 0;
}

.toa-tour-booking-card__promotion [data-lark-html-role="root"] {
  margin: 0;
  padding: 0;
}

.toa-tour-booking-card__promotion [data-lark-html-role="root"]>.text-only {
  display: block;
}

.toa-tour-booking-card__controls {
  padding-top: 26px;
  border-top: 2px solid #dacda5;
}

.toa-tour-booking-card__controls h3 {
  margin: 0 0 10px;
  font-size: 17px;
  line-height: 26px;
}

.toa-booking-quantity input,
.toa-booking-modal input[type='text'],
.toa-booking-modal input[type='tel'],
.toa-booking-modal input[type='email'] {
  width: 100%;
  min-height: 44px;
  padding: 9px 12px;
  border: 1px solid #c9bd98;
  border-radius: 5px;
  color: #000;
  background: #fff;
  font: inherit;
}

.toa-booking-date-trigger {
  display: block;
  width: 100%;
  padding: 2px 0 7px;
  margin: 0 0 11px;
  border: 0;
  border-bottom: 0;
  color: #003f3b;
  background: transparent;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.toa-booking-date-trigger:hover,
.toa-booking-date-trigger:focus-visible {
  color: #f46036;
  border-bottom: 0;
  outline: 0;
}

.toa-booking-date-trigger:disabled {
  color: #777;
  border-bottom: 0;
  cursor: not-allowed;
}

.toa-booking-date-trigger.has-value {
  padding-top: 8px;
  font-weight: 700;
}

.toa-tour-booking-card [data-booking-date-label] {
  display: inline;
  color: #003f3b;
  font-weight: 700;
  text-align: left;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.toa-tour-booking-card [data-booking-date-label][hidden],
.toa-tour-booking-card .toa-booking-date-selection[hidden] {
  display: none;
}

.toa-tour-booking-card .toa-booking-date-selection {
  display: grid;
  grid-template-columns: max-content 20px max-content;
  gap: 10px;
  align-items: end;
  justify-content: start;
  width: max-content;
  text-align: left;
}

.toa-tour-booking-card .toa-booking-date-selection>span {
  display: grid;
  gap: 1px;
  text-align: left;
}

.toa-tour-booking-card .toa-booking-date-selection small {
  display: block;
  color: #333;
  font-size: 11px;
  font-weight: 400;
  line-height: 16px;
  text-align: left;
}

.toa-tour-booking-card .toa-booking-date-selection strong {
  display: block;
  color: #001d1b;
  font-size: 16px;
  line-height: 22px;
  text-align: left;
}

.toa-booking-date-selection i {
  align-self: end;
  color: #f46036;
  font-size: 27px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
}

.toa-booking-quantity-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 42px;
  margin-bottom: 9px;
}

.toa-tour-booking-card__controls .toa-booking-quantity-label {
  margin: 0;
  color: #001d1b;
  font-size: 17px;
  font-weight: 700;
  line-height: 26px;
  text-transform: uppercase;
}

.toa-booking-quantity {
  display: grid;
  grid-template-columns: 32px 42px 32px;
  gap: 4px;
  align-items: center;
  margin: 0;
}

.toa-booking-quantity button {
  width: 32px;
  height: 34px;
  padding: 0;
  border: 0;
  color: #f46036;
  background: transparent;
  font-size: 22px;
  cursor: pointer;
}

.toa-booking-quantity input {
  min-height: 34px;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: #001d1b;
  background: transparent;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  appearance: textfield;
}

.toa-booking-quantity input::-webkit-inner-spin-button {
  appearance: none;
}

.toa-booking-total {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  padding: 18px 0;
  border-top: 1px solid #dacda5;
}

.toa-booking-total strong {
  color: #003f3b;
  font-size: 21px;
  line-height: 30px;
  text-align: right;
}

.toa-booking-total a {
  display: none;
  color: #f46036;
  font-size: 14px;
  font-weight: 700;
}

.toa-tour-booking-card__toggle {
  width: auto;
  min-height: 38px;
  margin-left: auto;
  padding: 8px 20px;
  border: 0;
  font-size: 15px;
  line-height: 22px;
}

.toa-tour-booking-card__toggle:disabled {
  cursor: not-allowed;
  opacity: 0.55;
}

.toa-tour-booking-card__toggle,
.toa-booking-modal form>button[type='submit'] {
  border-radius: 5px;
  color: #fff;
  background-color: #003f3b;
  background-image: none;
  box-shadow: none;
  cursor: pointer;
  transition: box-shadow 200ms cubic-bezier(0.2, 0, 0, 1), transform 100ms cubic-bezier(0.2, 0, 0, 1), background-color 200ms ease;
}

.toa-tour-booking-card__toggle:hover,
.toa-tour-booking-card__toggle:focus-visible,
.toa-booking-modal form>button[type='submit']:hover,
.toa-booking-modal form>button[type='submit']:focus-visible {
  background-color: #00514c;
  box-shadow: 0 4px 12px rgba(0, 63, 59, 0.24);
  outline: 0;
}

.toa-tour-booking-card__toggle:active,
.toa-booking-modal form>button[type='submit']:active {
  box-shadow: 0 2px 6px rgba(0, 63, 59, 0.2);
  transform: scale(0.96);
}

.toa-tour-booking-card__toggle:disabled,
.toa-booking-modal form>button[type='submit']:disabled {
  box-shadow: none;
  cursor: not-allowed;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {

  .toa-tour-booking-card__toggle,
  .toa-booking-modal form>button[type='submit'] {
    transition: none;
  }
}

body.toa-booking-modal-is-open {
  overflow: hidden;
}

.toa-booking-modal[hidden] {
  display: none;
}

.toa-booking-modal {
  position: fixed;
  z-index: 1000000;
  inset: 0;
  display: grid;
  padding: 24px 20px 0;
  place-items: start center;
}

.toa-booking-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(10, 24, 23, 0.46);
  opacity: 0;
  transition: opacity 200ms ease-in-out;
}

.toa-booking-modal.is-visible .toa-booking-modal__backdrop {
  opacity: 1;
}

.toa-booking-modal__panel {
  position: relative;
  z-index: 1;
  width: min(100%, 990px);
  height: calc(100dvh - 24px);
  min-height: 0;
  max-height: calc(100dvh - 24px);
  padding: 48px 178px 70px;
  overflow-y: auto;
  border-radius: 30px 30px 0 0;
  background: #fff;
  box-shadow: 0 20px 70px rgba(0, 63, 59, 0.16);
  transform: translateY(calc(100dvh + 24px));
  transition: transform 300ms ease-in-out;
}

.toa-booking-modal.is-visible .toa-booking-modal__panel {
  transform: translateY(0);
}

.toa-booking-modal__close {
  position: absolute;
  top: 14px;
  right: 44px;
  display: grid;
  width: 36px;
  height: 36px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  color: #fff;
  background: #f46036;
  font-size: 26px;
  cursor: pointer;
  place-items: center;
}

.toa-booking-modal h2 {
  margin: 0 0 28px;
  color: #001d1b;
  font-size: 32px;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
}

.toa-booking-modal h3 {
  margin: 0 0 8px;
  color: #001d1b;
  font-size: 18px;
  line-height: 26px;
  text-transform: uppercase;
}

.toa-booking-modal__tour {
  display: grid;
  grid-template-columns: 144px minmax(0, 1fr);
  gap: 26px;
  min-height: 184px;
  padding: 26px;
  border-radius: 6px;
  background: #f5f5f5;
}

.toa-booking-modal__tour>img {
  width: 144px;
  height: 134px;
  border-radius: 5px;
  object-fit: cover;
}

.toa-booking-modal__tour-info {
  min-width: 0;
}

.toa-booking-modal__meta {
  display: flex;
  gap: 28px;
  margin-bottom: 8px;
  color: #333;
  font-size: 14px;
}

.toa-booking-modal__meta span::before {
  margin-right: 8px;
  color: #f46036;
  content: '•';
}

.toa-booking-modal__date {
  margin: 0;
  font-size: 14px;
}

.toa-booking-modal__date::before {
  margin-right: 8px;
  color: #f46036;
  content: '■';
}

.toa-booking-modal__date button {
  padding: 0;
  margin-left: 10px;
  border: 0;
  border-bottom: 1px solid currentColor;
  background: transparent;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.toa-booking-modal__total {
  display: flex;
  align-items: baseline;
  gap: 34px;
  margin: 32px 0 0;
}

.toa-booking-modal__total span {
  font-size: 14px;
  font-weight: 700;
}

.toa-booking-modal__total strong {
  color: #003f3b;
  font-size: 22px;
  line-height: 30px;
}

.toa-booking-modal form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 14px 22px;
  margin-top: 14px;
}

.toa-booking-modal__fields {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px 22px;
  padding: 28px;
  border-radius: 6px;
  background: #f5f5f5;
}

.toa-booking-modal__fields>label {
  display: grid;
  gap: 6px;
  font-weight: 700;
}

.toa-booking-modal__email {
  grid-column: 1 / -1;
}

[data-booking-message] {
  grid-column: 1;
  align-self: center;
}

.toa-booking-modal form>button {
  grid-column: 2;
  justify-self: end;
  min-width: 114px;
  margin-top: 2px;
  background: #003f3b;
}

.toa-booking-modal input:focus-visible,
.toa-tour-booking-card__controls select:focus-visible {
  border-color: #003f3b;
  outline: 2px solid rgba(0, 63, 59, 0.2);
  outline-offset: 1px;
}

.toa-booking-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

[data-booking-message] {
  min-height: 26px;
  margin: 0;
  color: #003f3b;
  font-weight: 700;
}

body.toa-departure-modal-is-open {
  overflow: hidden;
}

.toa-departure-modal[hidden],
.toa-departure-option[hidden],
.toa-departure-modal__empty[hidden] {
  display: none;
}

.toa-departure-modal {
  position: fixed;
  z-index: 1000001;
  inset: 0;
  display: grid;
  padding: 34px 20px 0;
  place-items: start center;
}

.toa-departure-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(10, 24, 23, 0.46);
  opacity: 0;
  transition: opacity 200ms ease-in-out;
}

.toa-departure-modal.is-visible .toa-departure-modal__backdrop {
  opacity: 1;
}

.toa-departure-modal__panel {
  position: relative;
  z-index: 1;
  width: min(100%, 990px);
  height: calc(100dvh - 34px);
  min-height: 0;
  max-height: calc(100dvh - 34px);
  padding: 50px 72px 72px;
  overflow-y: auto;
  border-radius: 30px 30px 0 0;
  background: #fff;
  box-shadow: 0 20px 70px rgba(0, 63, 59, 0.16);
  transform: translateY(calc(100dvh + 34px));
  transition: transform 300ms ease-in-out;
}

.toa-departure-modal.is-visible .toa-departure-modal__panel {
  transform: translateY(0);
}

.toa-departure-modal__close {
  position: absolute;
  top: 16px;
  right: 44px;
  display: grid;
  width: 34px;
  height: 34px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  color: #fff;
  background: #f46036;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  place-items: center;
}

.toa-departure-modal h2 {
  margin: 0 0 26px;
  color: #001d1b;
  font-size: 25px;
  line-height: 34px;
  text-align: center;
  text-transform: uppercase;
}

.toa-departure-modal__filters {
  display: grid;
  grid-template-columns: 84px minmax(0, 1fr);
  gap: 10px;
  width: min(100%, 620px);
  margin: 0 auto 38px;
}

.toa-departure-modal__filters select {
  align-self: start;
  height: 28px;
  padding: 0 28px 0 14px;
  border: 0;
  border-radius: 16px;
  color: #fff;
  background: #087d78;
  font: inherit;
  font-size: 13px;
  cursor: pointer;
}

.toa-departure-modal__months {
  display: grid;
  grid-template-columns: repeat(6, minmax(76px, 1fr));
  gap: 8px;
}

.toa-departure-modal__months button {
  min-height: 28px;
  padding: 3px 10px;
  border: 1px solid #087d78;
  border-radius: 16px;
  color: #003f3b;
  background: #fff;
  font: inherit;
  font-size: 12px;
  cursor: pointer;
}

.toa-departure-modal__months button.is-active {
  color: #fff;
  background: #087d78;
}

.toa-departure-modal__months button:disabled {
  border-color: #ddd;
  color: #aaa;
  background: #ddd;
  cursor: not-allowed;
}

.toa-departure-modal__list {
  width: min(100%, 690px);
  margin: 0 auto;
}

.toa-departure-option {
  display: grid;
  grid-template-columns: 120px 20px 120px minmax(160px, 1fr) 102px;
  gap: 16px;
  align-items: center;
  min-height: 72px;
  padding: 12px 18px;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.toa-departure-option+.toa-departure-option {
  margin-top: 12px;
}

.toa-departure-option div {
  display: grid;
}

.toa-departure-option small {
  color: #555;
  font-size: 11px;
  line-height: 16px;
}

.toa-departure-option strong {
  color: #111;
  font-size: 18px;
  line-height: 24px;
}

.toa-departure-option__arrow {
  color: #f46036;
  font-size: 28px;
}

.toa-departure-option__price {
  justify-items: end;
}

.toa-departure-option__price strong {
  font-size: 20px;
}

.toa-departure-option>button {
  min-height: 42px;
  padding: 8px 12px;
  border: 0;
  border-radius: 5px;
  color: #fff;
  background: #003f3b;
  font-weight: 700;
  cursor: pointer;
}

.toa-departure-option>button:hover,
.toa-departure-option>button:focus-visible {
  background: #f46036;
}

.toa-departure-modal__empty {
  padding: 28px;
  border: 1px solid #ddd;
  border-radius: 5px;
  text-align: center;
}

.toa-tour-faq {
  padding: 72px 0 80px;
  background: #eee;
}

.toa-tour-faq h2 {
  margin: 0;
  font-size: 32px;
  line-height: 46px;
  text-align: center;
}

.toa-tour-faq__list {
  max-width: 784px;
  margin: 26px auto 0;
}

.toa-tour-faq__item {
  overflow: hidden;
  margin: 0 0 16px;
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  background: #fff;
}

.toa-tour-faq__item>summary {
  position: relative;
  min-height: 54px;
  padding: 13px 56px 11px 23px;
  color: #000;
  background: #fff;
  font-size: 21px;
  font-weight: 700;
  line-height: 30px;
  cursor: pointer;
}

.toa-tour-detail.toa-tour-faq__item>summary::after,
.toa-tour-detail.toa-tour-faq__item[open]>summary::after {
  display: none;
  content: none;
}

.toa-tour-faq__icon {
  position: absolute;
  top: 15px;
  right: 23px;
  width: 24px;
  height: 24px;
}

.toa-tour-faq__icon--minus,
.toa-tour-faq__item[open] .toa-tour-faq__icon--plus {
  display: none;
}

.toa-tour-faq__item[open] .toa-tour-faq__icon--minus {
  display: block;
}

.toa-tour-faq__item .toa-tour-detail__description {
  padding: 0 76px 17px 23px;
  color: #000;
  font-size: 17px;
  line-height: 26px;
}

.toa-tour-faq__item .toa-tour-detail__description> :first-child {
  margin-top: 0;
}

.toa-tour-faq__item .toa-tour-detail__description> :last-child {
  margin-bottom: 0;
}

@media (max-width: 1257px) {
  .toa-tour-page .toa-tour-body-layout {
    display: block;
    width: min(calc(100% - 40px), 784px);
  }

  .toa-tour-booking-card {
    position: static;
    width: 100%;
    max-width: 410px;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {

  .toa-tour-booking-card__controls {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
  }

  .toa-tour-booking-card__controls>h3:first-child,
  .toa-booking-date-trigger,
  .toa-booking-quantity-row,
  .toa-booking-total,
  .toa-tour-booking-card__toggle {
    grid-column: 1 / -1;
  }

  .toa-booking-quantity-row {
    width: 100%;
    min-height: 62px;
    margin-bottom: 10px;
  }

  .toa-booking-total {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 2px 18px;
    align-items: center;
    padding: 17px 16px;
    margin-bottom: 18px;
    border: 0;
    border-radius: 6px;
    background: #eee;
  }

  .toa-booking-total>span {
    color: #001d1b;
    font-size: 15px;
    font-weight: 700;
  }

  .toa-booking-total strong {
    color: #003f3b;
    font-size: 24px;
    line-height: 32px;
  }

  .toa-booking-total a {
    display: inline;
    grid-column: 1;
    grid-row: 2;
    justify-self: start;
  }

  .toa-departure-modal {
    padding: 0;
  }

  .toa-departure-modal__panel {
    height: 100dvh;
    min-height: 0;
    max-height: 100dvh;
    padding: 64px 20px 36px;
    border-radius: 30px 30px 0 0;
  }

  .toa-departure-modal__close {
    top: 14px;
    right: 16px;
  }

  .toa-departure-modal h2 {
    font-size: 22px;
    line-height: 30px;
  }

  .toa-departure-modal__filters {
    display: block;
    margin-bottom: 26px;
  }

  .toa-departure-modal__filters select {
    margin-bottom: 12px;
  }

  .toa-departure-modal__months {
    display: flex;
    padding-bottom: 8px;
    overflow-x: auto;
  }

  .toa-departure-modal__months button {
    flex: 0 0 82px;
  }

  .toa-departure-option {
    grid-template-columns: 1fr 18px 1fr;
    gap: 8px;
    padding: 16px;
  }

  .toa-departure-option__price {
    grid-column: 1 / 3;
    justify-items: start;
    padding-top: 8px;
  }

  .toa-departure-option>button {
    grid-column: 3;
    grid-row: 2;
  }

  .toa-booking-modal {
    padding: 22px 12px 0;
  }

  .toa-booking-modal__panel {
    width: min(100%, 390px);
    height: calc(100dvh - 22px);
    min-height: 0;
    max-height: calc(100dvh - 22px);
    padding: 46px 14px 30px;
    border-radius: 30px 30px 0 0;
  }

  .toa-booking-modal__close {
    top: -10px;
    right: 14px;
    width: 34px;
    height: 34px;
  }

  .toa-booking-modal h2 {
    margin-bottom: 18px;
    font-size: 24px;
    line-height: 32px;
  }

  .toa-booking-modal__tour {
    display: block;
    min-height: 0;
    padding: 12px;
  }

  .toa-booking-modal__tour>img {
    width: 100%;
    height: auto;
    max-height: 220px;
    border-radius: 4px;
    aspect-ratio: 16 / 10;
    object-fit: cover;
  }

  .toa-booking-modal__tour-info {
    padding: 16px 4px 6px;
  }

  .toa-booking-modal h3 {
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 22px;
  }

  .toa-booking-modal__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 20px;
    margin-bottom: 10px;
    font-size: 13px;
  }

  .toa-booking-modal__date {
    font-size: 13px;
  }

  .toa-booking-modal__date button {
    margin-left: 6px;
  }

  .toa-booking-modal__total {
    display: flex;
    gap: 18px;
    margin-top: 18px;
  }

  .toa-booking-modal__total strong {
    font-size: 20px;
    line-height: 28px;
  }

  .toa-booking-modal form {
    grid-template-columns: 1fr;
  }

  .toa-booking-modal__fields {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 18px 16px;
  }

  .toa-booking-modal__email,
  [data-booking-message],
  .toa-booking-modal form>button {
    grid-column: 1;
  }

  .toa-booking-modal form>button {
    width: 100%;
    justify-self: stretch;
  }

  body.single-toa_tour {
    padding-bottom: 80px;
  }

  .toa-header__inner {
    min-height: 64px;
  }

  .toa-tour-page {
    font-size: 17px;
    line-height: 26px;
  }

  .toa-tour-page .toa-container {
    width: calc(100% - 40px);
  }

  .toa-tour-intro {
    padding: 40px 0 48px;
  }

  .toa-tour-intro h1 {
    font-size: 32px;
    line-height: 40px;
  }

  .toa-tour-intro__level {
    margin: 4px 0 16px;
    font-size: 17px;
    line-height: 26px;
  }

  .toa-tour-intro__description {
    text-align: left;
  }

  .toa-tour-gallery {
    grid-template-columns: 2fr 1fr;
    grid-template-rows: repeat(2, 112px);
    min-height: 230px;
    margin-top: 32px;
  }

  .toa-tour-gallery__more {
    right: 8px;
    bottom: 8px;
    padding: 8px;
    font-size: 0;
  }

  .toa-tour-guides {
    padding-block: 48px;
  }

  .toa-tour-guides h2,
  .toa-tour-overview h2,
  .toa-tour-faq h2,
  .toa-tour-related h2,
  .toa-tour-section>h2 {
    font-size: 26px;
    line-height: 34px;
  }

  .toa-tour-guides__lead {
    text-align: left;
  }

  .toa-tour-guide-card {
    display: block;
  }

  .toa-tour-guide-card__image {
    width: 279px;
    height: 279px;
    margin: 0 auto 24px;
  }

  .toa-tour-guide-selector {
    padding-left: 0;
  }

  .toa-tour-guide-selector__tabs {
    position: static;
    display: flex;
    justify-content: center;
    margin-bottom: 16px;
  }

  .toa-tour-guide-card h3 {
    font-size: 21px;
    line-height: 30px;
  }

  .toa-tour-overview {
    padding-block: 48px;
  }

  .toa-tour-overview__primary {
    display: block;
    margin-top: 24px;
  }

  .toa-tour-overview__chart {
    width: min(100%, 335px);
    height: auto;
    margin: 0 auto 32px;
  }

  .toa-tour-overview__facts>div {
    grid-template-columns: 112px 1fr;
    gap: 16px;
  }

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

  .toa-tour-body-layout {
    display: block;
    padding-block: 48px;
  }

  .toa-tour-section {
    padding-bottom: 48px;
  }

  .toa-tour-detail>summary {
    min-height: 56px;
    padding: 15px 48px 11px 16px;
    font-size: 17px;
    line-height: 26px;
  }

  .toa-tour-detail>summary::after {
    right: 16px;
  }

  .toa-tour-detail__description {
    padding: 12px 16px 20px;
  }

  .toa-tour-schedule-meta {
    grid-template-columns: 1fr;
    padding-inline: 16px;
  }

  .toa-tour-schedule__item>summary {
    padding: 15px 48px 15px 16px;
    font-size: 17px;
    line-height: 26px;
  }

  .toa-tour-schedule__toggle {
    top: 16px;
    right: 16px;
  }

  .toa-tour-schedule__item .toa-tour-schedule-meta {
    padding: 24px 16px 0;
  }

  .toa-tour-schedule__item .toa-tour-detail__description {
    padding: 16px 16px 20px;
  }

  .toa-tour-cost ul {
    columns: 1;
  }

  .toa-tour-cost {
    margin-bottom: 40px;
  }

  .toa-tour-cost h3 {
    margin-bottom: 20px;
  }

  .toa-tour-cost ul,
  .toa-tour-cost--chi_phi_bao_gom ul,
  .toa-tour-cost--hanh_ly ul {
    grid-template-columns: 1fr;
    gap: 14px;
    padding-left: 0;
  }

  .toa-tour-booking-card {
    position: static;
    z-index: auto;
    inset: auto;
    display: block;
    min-height: 0;
    padding: 24px 20px;
    border-radius: 5px;
    max-height: none;
    max-width: none;
    margin: 0;
    overflow-y: auto;
  }

  .toa-tour-booking-card__price {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    padding: 0;
    border: 0;
  }

  .toa-tour-booking-card__price p {
    grid-row: 1 / 3;
    margin: 0;
  }

  .toa-tour-booking-card__price del {
    grid-column: 2;
    font-size: 13px;
    line-height: 18px;
  }

  .toa-tour-booking-card__price strong {
    grid-column: 2;
    font-size: 21px;
    line-height: 30px;
  }

  .toa-tour-booking-card__price span,
  .toa-tour-booking-card__price small,
  .toa-tour-booking-card__promotion {
    display: none;
  }

  .toa-tour-booking-card__toggle {
    display: block;
    margin-top: 8px;
  }

  .toa-booking-modal {
    padding: 22px 12px 0;
  }

  .toa-booking-modal__panel {
    height: calc(100dvh - 22px);
    max-height: calc(100dvh - 22px);
    padding: 46px 14px 30px;
  }

  .toa-booking-modal h2 {
    font-size: 24px;
    line-height: 32px;
  }

  .toa-tour-faq {
    padding-block: 48px;
  }

  .toa-tour-faq h2 {
    font-size: 26px;
    line-height: 34px;
  }

  .toa-tour-faq__list {
    margin-top: 24px;
  }

  .toa-tour-faq__item>summary {
    min-height: 56px;
    padding: 14px 48px 10px 15px;
    font-size: 17px;
    line-height: 26px;
  }

  .toa-tour-faq__icon {
    top: 16px;
    right: 15px;
  }

  .toa-tour-faq__item .toa-tour-detail__description {
    padding: 0 38px 17px 15px;
  }

  .toa-tour-related {
    padding-block: 48px 64px;
  }

  .toa-tour-related__grid {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  .toa-related-card {
    flex: 0 0 335px;
    scroll-snap-align: start;
  }

  .toa-related-card__image {
    height: 232px;
  }

  .toa-footer {
    margin-top: 70px;
    padding: 48px 0 32px;
  }

  .toa-footer__wave {
    top: -70px;
    height: 70px;
  }

  .toa-footer__grid {
    gap: 40px;
  }

  .toa-footer__brand {
    align-items: flex-start;
    gap: 12px;
  }

  .toa-footer__brand strong,
  .toa-footer__links strong {
    font-size: 15px;
    line-height: 22px;
  }

  .toa-footer address,
  .toa-footer__links a,
  .toa-footer__bottom {
    font-size: 15px;
    line-height: 22px;
  }

  .toa-footer__social {
    margin-top: 32px;
  }

  .toa-footer__links {
    gap: 28px;
  }

  .toa-footer__links strong {
    margin-bottom: 10px;
  }

  .toa-footer__bottom {
    margin-top: 40px;
    padding-top: 24px;
  }
}
