/* Presentation shared with binhgiunhiet; WordPress content stays in its existing fields. */
.tx-style-system {
  --tx-blue: #044c84;
  --tx-navy: #063f70;
  --tx-yellow: #fec931;
  --tx-white: #fff;
  --tx-ink: #202936;
  --tx-muted: #66717d;
  --tx-surface: #f3f8fb;
  --tx-ice: #edf7fc;
  --tx-ease: cubic-bezier(.22, 1, .36, 1);
  --tx-conversion-shadow: 0 18px 42px rgba(4, 76, 132, .1);
}

/* Full-width desktop navigation and the same accordion hierarchy on touch screens. */
body.tx-style-system header.site-header.child-site-header[data-site-header] {
  background: var(--tx-blue) !important;
  border-bottom: 3px solid var(--tx-yellow);
  color: #fff;
  z-index: 1200;
  transition: transform .34s var(--tx-ease), box-shadow .2s ease;
}
.tx-style-system.admin-bar .child-site-header { top: 32px; }
.tx-style-system .child-site-header .site-header__inner {
  position: static;
  display: flex;
  min-height: 82px;
  gap: clamp(14px, 2vw, 28px);
  width: min(1240px, calc(100% - 48px));
}
.tx-style-system .child-site-header .site-branding { flex: 0 0 140px; }
.tx-style-system .child-site-header .child-text-logo { width: 140px; height: 64px; color: #fff; }
.tx-style-system .child-site-header .child-text-logo strong { color: #fff; font-size: 19px; }
.tx-style-system .child-site-header .child-text-logo span { color: var(--tx-yellow); font-size: 28px; }
.tx-style-system .child-site-header .primary-navigation { position: static; margin: 0 auto; }
.tx-style-system .child-site-header .primary-navigation__list { position: static; flex-wrap: nowrap; gap: clamp(12px, 1.5vw, 24px); }
.tx-style-system .child-site-header .primary-navigation__list > .mega-menu__item { position: static; min-height: 82px; }
.tx-style-system .child-site-header .primary-navigation__list > .mega-menu__item > a {
  color: #fff; padding-block: 26px; font-size: 12px; font-weight: 800;
  line-height: 1.3; letter-spacing: .025em; text-transform: uppercase; white-space: nowrap;
}
.tx-style-system .child-site-header .primary-navigation__list > .mega-menu__item > a::after {
  bottom: 20px; border-radius: 0; background: var(--tx-yellow);
}
.tx-style-system .child-site-header .primary-navigation__list > .mega-menu__item.is-open > a,
.tx-style-system .child-site-header .primary-navigation__list > .mega-menu__item > a:hover,
.tx-style-system .child-site-header .primary-navigation__list > .mega-menu__item > a:focus-visible { color: var(--tx-yellow); }
.tx-style-system .child-site-header .mega-menu__toggle { width: 24px; height: 44px; color: #fff; }
.tx-style-system .child-site-header .mega-menu__toggle > span[aria-hidden] { border-color: currentColor; }
.tx-style-system .child-site-header .mega-menu__panel,
.tx-style-system .child-site-header .mega-menu__item:hover > .mega-menu__panel,
.tx-style-system .child-site-header .mega-menu__item:focus-within > .mega-menu__panel {
  position: absolute; top: 100%; right: 0; left: 0;
  width: 100%; max-width: none; padding: 0;
  opacity: 0; visibility: hidden; pointer-events: none;
  transform: translateY(-6px); transition: opacity .2s ease, transform .2s var(--tx-ease), visibility .2s;
  max-height: calc(100dvh - var(--child-header-bottom, 85px) - 16px); overflow-y: auto;
  border: 0; border-radius: 0; background: #fff;
  box-shadow: 0 22px 48px rgba(5, 42, 72, .18);
}
.tx-style-system .child-site-header .mega-menu__item.is-open > .mega-menu__panel {
  visibility: visible; opacity: 1; pointer-events: auto; transform: none;
}
.tx-style-system .child-site-header .mega-menu__panel::before { display: none; }
.tx-style-system .child-site-header .mega-menu__panel-inner {
  display: grid; grid-template-columns: minmax(160px, .7fr) minmax(340px, 1.65fr) minmax(200px, .85fr);
  gap: clamp(24px, 3vw, 42px); width: min(1240px, calc(100% - 48px));
  margin: auto; padding: 32px 0 36px; border: 0; border-radius: 0; box-shadow: none; background: #fff;
}
.tx-menu-intro__eyebrow { display: flex; align-items: center; gap: 9px; margin: 0 0 12px; color: #d9452e; font-size: 11px; font-weight: 800; letter-spacing: .08em; }
.tx-menu-intro__eyebrow::before { content: ''; width: 28px; height: 3px; background: var(--tx-yellow); }
.tx-menu-intro__title { color: var(--tx-navy); font-size: clamp(21px, 2vw, 28px); line-height: 1.15; font-weight: 800; margin: 0; }
.tx-menu-intro__description { margin: 14px 0 0; font-size: 14px; line-height: 1.65; color: #536677; }
.tx-style-system .child-site-header a.tx-menu-intro__link { display: inline-flex; align-items: center; gap: 12px; margin-top: 16px; min-height: 44px; color: var(--tx-blue); font-weight: 700; }
.tx-style-system .child-site-header .mega-menu__columns { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 20px; align-content: start; }
.tx-style-system .child-site-header .mega-menu__panel .mega-menu__item { min-width: 0; padding: 10px 0; border: 0; border-top: 1px solid #dbe5ec; background: transparent; }
.tx-style-system .child-site-header .mega-menu__panel .mega-menu__item > a {
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  min-height: 46px; padding: 6px 10px; border: 0; border-radius: 4px;
  color: var(--tx-navy); background: transparent; font-weight: 700; font-size: 14px; line-height: 1.4;
}
.tx-style-system .child-site-header .mega-menu__panel .mega-menu__item > a::after { content: '→'; opacity: 1; transform: none; color: #8b9eae; }
.tx-style-system .child-site-header .mega-menu__panel .mega-menu__item > a:hover,
.tx-style-system .child-site-header .mega-menu__panel .mega-menu__item > a:focus-visible { background: #f3f7fa; color: var(--tx-blue); transform: translateX(3px); }
.tx-style-system .child-site-header .mega-menu__panel .mega-menu__item--featured > a { background: var(--tx-yellow); color: var(--tx-navy); }
.tx-style-system .child-site-header .mega-menu__eyebrow { display: block; margin: 2px 10px; color: #d9452e; font-size: 10px; font-weight: 800; line-height: 1.4; }
.tx-style-system .child-site-header .mega-menu__description { display: block; margin: 4px 10px; color: #647484; font-size: 12px; line-height: 1.5; }
.tx-style-system .child-site-header .mega-menu__columns .sub-menu { display: grid; padding-left: 12px; }
.tx-style-system .child-site-header .mega-menu__columns .sub-menu .mega-menu__item { padding-block: 2px; }
.tx-menu-feature { position: relative; display: block; overflow: hidden; min-height: 240px; max-height: 340px; border-radius: 5px; background: var(--tx-ice); }
.tx-menu-feature > img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s var(--tx-ease); }
.tx-menu-feature:hover > img { transform: scale(1.035); }
.tx-menu-feature__copy { position: absolute; inset: auto 14px 14px; display: grid; padding: 15px; border-left: 3px solid var(--tx-yellow); background: rgba(4, 76, 132, .94); color: #fff; }
.tx-menu-feature__copy small { color: var(--tx-yellow); font-size: 10px; font-weight: 800; }
.tx-menu-feature__copy strong { display: flex; justify-content: space-between; gap: 12px; font-size: 15px; line-height: 1.5; }
.tx-style-system .child-site-header .child-header-booking { order: 3; min-height: 48px; padding: 12px 20px; border-radius: 3px; border: 0; background: var(--tx-yellow); color: var(--tx-navy); font-weight: 800; box-shadow: none; }
.tx-style-system .child-site-header .child-header-contact { order: 2; padding: 0; min-height: 44px; border: 0; border-radius: 0; background: transparent; box-shadow: none; color: #fff; gap: 7px; }
.tx-style-system .child-site-header .header-contact__icon { width: 28px; height: 28px; border: 0; color: #fff; background: transparent; box-shadow: none; }
.tx-style-system .child-site-header .header-contact__icon::before,
.tx-style-system .child-site-header .header-contact__icon::after { display: none; }
.tx-style-system .child-site-header .header-contact__copy small { display: none; }
.tx-style-system .child-site-header .header-contact__copy strong { color: #fff; font-size: 12px; white-space: nowrap; }
.tx-style-system .child-site-header .menu-toggle { display: none; }
.tx-drawer-header, .tx-drawer-actions { display: none; }
.tx-menu-backdrop { position: fixed; z-index: 1190; inset: var(--child-header-bottom, 85px) 0 0; border: 0; padding: 0; background: rgba(3, 21, 34, .28); cursor: default; }
.tx-menu-backdrop[hidden] { display: none; }

/* Source CTA sheen and restrained reveal timing. */
.tx-style-system .button { transition: background-color .25s ease, color .25s ease, transform .22s var(--tx-ease); }
.tx-style-system .button:active { transform: translateY(1px) scale(.985); }
.tx-style-system .tx-cta-motion { position: relative; isolation: isolate; overflow: hidden; }
.tx-style-system .tx-cta-motion::after { content: ''; position: absolute; top: -45%; bottom: -45%; left: -34%; width: 22%; background: linear-gradient(90deg, transparent, rgba(255,255,255,.65), transparent); pointer-events: none; transform: translateX(-230%) rotate(14deg); }
.tx-style-system .tx-cta-motion.is-cued::after { animation: tx-cta-sheen .9s .16s var(--tx-ease) both; }
@keyframes tx-cta-sheen { to { transform: translateX(760%) rotate(14deg); } }
/* Readable without JS, with stale parent JS, or if either reveal observer stalls. */
body.tx-style-system [data-reveal],
body.tx-style-system .service-vehicle-card { opacity: 1; transform: none; }
body.tx-style-system [data-reveal] { transition: none; }
body.tx-style-system [data-reveal].tx-reveal-play {
  animation: tx-reveal-rise .65s var(--tx-ease) var(--tx-reveal-delay, 0ms) 1;
}
@keyframes tx-reveal-rise { from { transform: translateY(16px); } to { transform: none; } }
.tx-style-system .child-mobile-dock { transition: transform .34s var(--tx-ease), opacity .22s ease; }
.tx-style-system .child-mobile-dock.is-scroll-hidden { transform: translate(-50%, calc(100% + 36px)); opacity: 0; pointer-events: none; }
.tx-style-system.menu-is-open .child-mobile-dock { visibility: hidden; pointer-events: none; }

/* Testimonial cards from binhgiunhiet, with the existing scores and customer text. */
.tx-style-system .home-reviews { background: #f3f8fb; padding-block: clamp(64px, 7vw, 108px); }
.tx-style-system .home-reviews__header { display: block; text-align: center; margin: 0 auto 28px; max-width: 760px; }
.tx-style-system .home-reviews__heading { max-width: none; }
.tx-style-system .home-reviews__header h2 { color: var(--tx-ink); font-weight: 800; font-size: clamp(28px, 3vw, 42px); line-height: 1.15; }
.tx-style-system .home-reviews__header .eyebrow { justify-content: center; color: #d9452e; }
.tx-style-system .home-reviews__demo-notice { max-width: 760px; margin: 0 auto 28px; padding: 16px 20px; border: 1px solid #e2bf65; border-radius: 4px; background: #fff8e6; color: #68521c; text-align: center; font-size: 14px; line-height: 1.6; }
.tx-style-system .home-reviews__demo-notice strong { display: block; margin-bottom: 4px; color: #5f460d; }
.tx-style-system .home-reviews__summary { justify-content: center; width: fit-content; max-width: 100%; margin: 0 auto 30px; padding: 16px 24px; background: #fff; border: 1px solid #dbe5ec; border-radius: 4px; box-shadow: none; }
.tx-style-system .home-reviews__score { color: var(--tx-navy); }
.tx-style-system .home-reviews__stars { color: #ba7900; }
.tx-style-system .home-reviews__carousel { display: grid; grid-template-columns: 1fr auto auto; gap: 16px 10px; padding: 0; }
.tx-style-system .home-reviews__viewport { grid-column: 1 / -1; grid-row: 1; overflow-x: auto; scrollbar-width: none; scroll-snap-type: x mandatory; overscroll-behavior-x: contain; padding: 0 0 6px; }
.tx-style-system .home-reviews__viewport::-webkit-scrollbar { display: none; }
.tx-style-system .home-reviews__list { display: flex; width: 100%; gap: 20px; transform: none !important; transition: none; padding: 0; margin: 0; }
.tx-style-system .home-review-card {
  display: flex; flex: 0 0 calc((100% - 20px) / 2); min-width: 0; min-height: 320px;
  flex-direction: column; scroll-snap-align: start; padding: clamp(24px, 3vw, 38px);
  border: 1px solid rgba(4,76,132,.18); border-top: 4px solid var(--tx-blue); border-radius: 4px;
  background: #fff; box-shadow: none; opacity: 1; transform: none;
  transition: border-color .18s ease, box-shadow .18s ease;
}
.tx-style-system .home-review-card:hover { border-color: rgba(4,76,132,.32); box-shadow: var(--tx-conversion-shadow); }
.tx-review-quote-icon { display: grid; width: 42px; height: 42px; place-items: center; margin-bottom: 18px; border: 1px solid rgba(4,76,132,.2); border-radius: 4px; color: var(--tx-blue); font: 700 36px/1 Georgia, serif; }
.tx-style-system .home-review-card__comment { order: 1; margin: 0 0 20px; color: var(--tx-ink); font-size: clamp(16px, 1.4vw, 19px); line-height: 1.75; display: block; overflow: visible; -webkit-line-clamp: unset; }
.tx-style-system .home-review-card__rating { order: 2; display: flex; flex-wrap: wrap; gap: 8px; padding: 0; margin: 0 0 15px; border: 0; }
.tx-style-system .home-review-card__rating > strong { font-size: 12px; }
.tx-style-system .home-review-card__score { color: var(--tx-navy); font-size: 16px; }
.tx-style-system .home-review-card__topline { order: 3; margin-top: auto; padding-top: 18px; border-top: 1px solid #e5edf3; }
.tx-style-system .home-review-card__avatar { width: 48px; height: 48px; flex: 0 0 48px; border: 1px solid rgba(4,76,132,.18); border-radius: 6px; background: #edf7fc; color: var(--tx-blue); }
.tx-style-system .home-review-card__identity > strong { color: var(--tx-navy); }
.tx-style-system .home-review-card__route { order: 4; margin: 10px 0 0; font-size: 12px; color: #66717d; }
.tx-style-system .home-reviews__control { position: static; width: 46px; height: 46px; transform: none; margin: 0; border: 1px solid #cbdbe7; border-radius: 4px; background: #fff; color: var(--tx-blue); box-shadow: none; }
.tx-style-system .home-reviews__control--previous { grid-column: 2; grid-row: 2; }
.tx-style-system .home-reviews__control--next { grid-column: 3; grid-row: 2; }
.tx-style-system .home-reviews__control:hover { background: var(--tx-blue); color: #fff; }
.tx-style-system .home-reviews__control:disabled { opacity: .35; cursor: default; }
.tx-style-system .home-reviews__status { position: static; grid-column: 1; grid-row: 2; justify-self: start; align-self: center; margin: 0; color: #536677; }

/* Base helpers used by the two imported section stylesheets. */
.tx-button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 50px; padding: 14px 24px; border: 1px solid transparent; border-radius: 3px; background: var(--tx-yellow); color: var(--tx-navy); font-weight: 800; text-decoration: none; }
.tx-button__icon, .tx-icon { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.tx-capability .tx-capability__heading .eyebrow { display: block; }
.tx-capability, .tx-premium-footer { scroll-margin-top: calc(var(--child-header-bottom, 85px) + 20px); }
.tx-capability .tx-capability__heading h2 { margin-block: 0; }
.tx-capability .tx-capability-card__title { line-height: 1.45; }
.tx-capability .tx-capability__action { margin-top: 24px; }
.tx-capability .tx-capability-gallery__panel { height: 100%; }
.tx-capability .tx-capability-gallery__panel[hidden] { display: none; }
.tx-capability .tx-capability-gallery__thumb img { pointer-events: none; }
.tx-capability .tx-capability-gallery__thumb:focus-visible { outline: 3px solid var(--tx-blue); outline-offset: 2px; }
.tx-capability .tx-capability__layout--text { grid-template-columns: 1fr; }
.tx-capability .tx-capability-gallery__stage:focus-visible { outline: 3px solid var(--tx-blue); }
.tx-premium-footer p { color: inherit; }
.tx-premium-footer a { text-decoration: none; }
.tx-premium-footer .tx-footer-brand__logo-fallback { color: #fff; font-size: 30px; font-weight: 800; line-height: 1.1; }
.tx-footer-nav__summary { list-style: none; cursor: default; }
.tx-footer-nav__summary::-webkit-details-marker { display: none; }
.tx-footer-nav__toggle { display: none; }
.tx-footer-nav__list ul { padding-left: 16px; list-style: none; }

@media (min-width: 1051px) and (max-width: 1180px) {
  .tx-style-system .child-site-header .site-branding { flex-basis: 110px; }
  .tx-style-system .child-site-header .primary-navigation__list { gap: 10px; }
  .tx-style-system .child-site-header .primary-navigation__list > .mega-menu__item > a { font-size: 11px; }
  .tx-style-system .child-site-header .child-header-contact { display: none; }
}
@media (max-width: 1050px) {
  .tx-style-system .child-site-header .site-header__inner { min-height: 74px; gap: 12px; width: calc(100% - 32px); }
  .tx-style-system .child-site-header .site-branding { flex: 1 1 auto; }
  .tx-style-system .child-site-header .child-text-logo { width: 122px; height: 58px; }
  .tx-style-system .child-site-header .child-text-logo strong { font-size: 16px; }
  .tx-style-system .child-site-header .child-text-logo span { font-size: 25px; }
  .tx-style-system .child-site-header .child-header-contact { display: none; }
  .tx-style-system .child-site-header .child-header-booking { display: inline-flex; order: 2; min-height: 44px; padding: 8px 14px; margin: 0; }
  .tx-style-system .child-site-header .menu-toggle { display: block; order: 3; flex: 0 0 44px; width: 44px; height: 44px; margin: 0; border-radius: 4px; border: 1px solid rgba(255,255,255,.35); background: transparent; box-shadow: none; }
  .tx-style-system .child-site-header .menu-toggle > span:not(.screen-reader-text) { background: #fff; }
  .tx-style-system .child-site-header.is-scroll-hidden { transform: translateY(calc(-100% - 36px)); pointer-events: none; }
}

/* Compact navigation and the dock share one drawer, including on desktop. */
.tx-style-system.menu-is-open { overflow: hidden; }
.tx-style-system.menu-is-open .child-site-header { transform: none; pointer-events: auto; }
.tx-style-system.menu-is-open .tx-menu-backdrop { inset: 0; background: rgba(3,21,34,.5); }
.tx-style-system .child-site-header.has-menu-drawer .primary-navigation {
  position: fixed; inset: 0 0 0 auto; display: flex; flex-direction: column; justify-content: flex-start; align-items: stretch;
  width: min(420px, 100%); height: 100dvh; max-height: none; margin: 0; padding: 0 20px;
  background: #fff; border: 0; border-radius: 0; box-shadow: -20px 0 60px rgba(3,21,34,.18);
  visibility: hidden; opacity: 0; transform: none; clip-path: inset(0 0 0 100%); pointer-events: none;
  overflow: hidden; overscroll-behavior: contain; transition: clip-path .32s var(--tx-ease), opacity .22s ease, visibility .32s;
}
.tx-style-system .child-site-header.has-menu-drawer .primary-navigation.is-open { visibility: visible; opacity: 1; clip-path: inset(0); pointer-events: auto; }
.tx-style-system .child-site-header.has-menu-drawer .primary-navigation::before,
.tx-style-system .child-site-header.has-menu-drawer .primary-navigation::after { display: none; }
.tx-style-system .has-menu-drawer .tx-drawer-header { position: relative; flex: 0 0 auto; z-index: 2; display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 16px 0; background: #fff; border-bottom: 1px solid #dbe5ec; }
.tx-style-system .has-menu-drawer .tx-drawer-header strong { color: var(--tx-navy); font-size: 20px; }
.tx-style-system .has-menu-drawer .tx-drawer-header strong span { color: #ad7800; }
.tx-style-system .has-menu-drawer .tx-drawer-header button { width: 44px; height: 44px; border: 1px solid #dbe5ec; border-radius: 4px; background: #f3f7fa; color: var(--tx-navy); font-size: 28px; cursor: pointer; }
.tx-style-system .child-site-header.has-menu-drawer .primary-navigation__list { display: block; width: 100%; min-height: 0; padding: 12px 0 20px; flex: 1 1 auto; overflow-y: auto; overscroll-behavior: contain; }
.tx-style-system .child-site-header.has-menu-drawer .primary-navigation__list > .mega-menu__item { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) 44px; min-height: 56px; border: 0; border-bottom: 1px solid #dbe5ec; padding: 0; border-radius: 0; background: transparent; }
.tx-style-system .child-site-header.has-menu-drawer .primary-navigation__list > .mega-menu__item > a { display: flex; align-items: center; min-height: 56px; padding: 10px 0; color: var(--tx-navy); font-size: 14px; white-space: normal; }
.tx-style-system .child-site-header.has-menu-drawer .primary-navigation__list > .mega-menu__item > a::after { display: none; }
.tx-style-system .child-site-header.has-menu-drawer .primary-navigation__list > .mega-menu__item.is-open > a { color: #d9452e; }
.tx-style-system .child-site-header.has-menu-drawer .mega-menu__toggle { position: static; align-self: center; width: 44px; height: 44px; border: 0; border-radius: 0; background: transparent; color: var(--tx-navy); }
.tx-style-system .child-site-header.has-menu-drawer .mega-menu__panel,
.tx-style-system .child-site-header.has-menu-drawer .mega-menu__item:hover > .mega-menu__panel,
.tx-style-system .child-site-header.has-menu-drawer .mega-menu__item:focus-within > .mega-menu__panel {
  position: static; display: none; grid-column: 1 / -1; width: 100%; max-height: none;
  padding: 0 0 14px; overflow: visible; transform: none; box-shadow: none; border: 0; background: transparent;
}
.tx-style-system .child-site-header.has-menu-drawer .mega-menu__item.is-open > .mega-menu__panel { display: block; }
.tx-style-system .child-site-header.has-menu-drawer .mega-menu__panel-inner { display: block; width: 100%; padding: 0; background: transparent; }
.tx-style-system .has-menu-drawer :is(.tx-menu-intro__eyebrow, .tx-menu-intro__title, .tx-menu-intro__description, .tx-menu-feature) { display: none; }
.tx-style-system .child-site-header.has-menu-drawer a.tx-menu-feature { display: none; }
.tx-style-system .child-site-header.has-menu-drawer a.tx-menu-intro__link { margin: 0 0 8px; min-height: 44px; font-size: 13px; }
.tx-style-system .child-site-header.has-menu-drawer .mega-menu__columns { grid-template-columns: 1fr; gap: 6px; }
.tx-style-system .child-site-header.has-menu-drawer .mega-menu__panel .mega-menu__item { padding: 6px; border: 0; border-radius: 4px; background: #f3f7fa; }
.tx-style-system .child-site-header.has-menu-drawer .mega-menu__panel .mega-menu__item > a { min-height: 46px; padding: 6px 8px; }
.tx-style-system .has-menu-drawer .tx-drawer-actions { display: grid; position: relative; flex: 0 0 auto; z-index: 2; padding: 16px 0 max(20px, env(safe-area-inset-bottom)); gap: 10px; background: #fff; border-top: 1px solid #dbe5ec; }
.tx-style-system .has-menu-drawer .tx-drawer-actions .button { background: var(--tx-yellow); color: var(--tx-navy); border-radius: 4px; }
.tx-style-system .child-site-header.has-menu-drawer a.tx-drawer-phone { display: grid; place-items: center; min-height: 44px; color: var(--tx-blue); font-size: 16px; font-weight: 800; }
@media (max-width: 782px) { .tx-style-system.admin-bar .child-site-header { top: 46px; } }
@media (max-width: 767px) {
  .tx-footer-nav__summary { display: grid; min-height: 62px; grid-template-columns: 30px minmax(0,1fr) 26px; align-items: center; gap: 8px; cursor: pointer; }
  .tx-footer-nav__toggle { display: block; color: var(--tx-yellow); font-size: 22px; text-align: center; transition: transform .2s; }
  .tx-footer-nav[open] .tx-footer-nav__toggle { transform: rotate(45deg); }
  .tx-premium-footer .tx-footer-nav__index { display: block; margin: 0; padding: 0; font-size: 11px; }
  .tx-premium-footer .tx-footer-nav__index::before { display: none; }
  .tx-premium-footer .tx-footer-nav__title { font-size: 15px; }
  .tx-style-system .home-review-card { flex-basis: 100%; padding: 24px; }
  .tx-style-system .home-reviews__summary { padding: 14px 18px; }
}
@media (max-width: 380px) {
  .tx-style-system .child-site-header .site-header__inner { gap: 8px; }
  .tx-style-system .child-site-header .child-header-booking { padding-inline: 10px; font-size: 12px; }
}
@media (prefers-reduced-motion: reduce) {
  .tx-style-system *, .tx-style-system *::before, .tx-style-system *::after { scroll-behavior: auto !important; }
  .tx-style-system .child-site-header, .tx-style-system .primary-navigation,
  .tx-style-system .mega-menu__panel, .tx-style-system .child-mobile-dock,
  .tx-style-system .tx-cta-motion, .tx-style-system [data-reveal] { transition: none !important; }
  body.tx-style-system [data-reveal].tx-reveal-play { animation: none !important; }
  .tx-style-system .tx-cta-motion::after { animation: none !important; }
}
