html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin: 0;
  color: #242424;
  font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

:root { --brand-red: #d71920; --brand-red-dark: #b90f16; --header-width: 1160px; }
.site-header { position: relative; z-index: 1050; background: #fff; box-shadow: 0 2px 14px rgba(35, 28, 28, .09); }
.site-header-container { width: min(calc(100% - 40px), var(--header-width)); margin-inline: auto; }
.site-header-top { min-height: 35px; color: #fff; background: linear-gradient(105deg, var(--brand-red-dark), #ed1c24); font-size: .78rem; }
.site-header-top, .site-header-top span,
header.site-header .site-header-top a,
header.site-header .site-header-top a:link,
header.site-header .site-header-top a:visited,
header.site-header .site-header-top a:hover,
header.site-header .site-header-top a:focus,
header.site-header .site-header-top a:active { color: #fff; }
.site-header-contact { display: flex; align-items: center; justify-content: space-between; min-height: 35px; gap: 24px; }
.site-contact-address, .site-contact-links, .site-contact-links > a, .site-socials { display: flex; align-items: center; }
.site-contact-address { min-width: 0; font-weight: 500; }
.site-contact-links { flex: none; gap: 24px; }
.site-contact-links > a { gap: 7px; color: #fff; font-weight: 500; text-decoration: none; white-space: nowrap; }
.site-contact-links > a:hover { color: #fff; opacity: .82; }
.site-header-top svg { width: 15px; height: 15px; flex: none; color: #fff; fill: none; stroke: #fff; stroke-width: 2; }
.site-socials { gap: 13px; padding-left: 3px; }
.site-socials a { display: grid; width: 15px; height: 20px; place-items: center; color: #fff; font-size: .78rem; font-weight: 800; line-height: 1; text-decoration: none; }
.site-socials a:hover { color: #fff; transform: translateY(-1px); }
.site-socials svg { width: 17px; height: 17px; fill: #fff; stroke: none; }
.site-socials .social-play { fill: var(--brand-red); }
.site-navbar { min-height: 82px; border-bottom: 1px solid #eee; background: #fff; }
.site-navbar-inner { position: relative; display: flex; align-items: stretch; min-height: 82px; }
.site-brand { display: flex; flex: 0 0 230px; align-items: center; gap: 10px; color: var(--brand-red); text-decoration: none; }
.site-brand img { display: block; width: auto; max-width: 205px; max-height: 62px; object-fit: contain; }
.site-brand-mark { display: grid; width: 47px; height: 47px; place-items: center; color: #fff; background: var(--brand-red); font-size: 1.25rem; font-weight: 800; transform: skew(-8deg); }
.site-brand strong { color: var(--brand-red); font-size: 1.35rem; text-transform: uppercase; }
.site-navigation { display: flex; flex: 1; align-items: stretch; justify-content: flex-end; min-width: 0; }
.site-menu { display: flex; flex: 1; align-items: stretch; justify-content: flex-end; margin: 0; padding: 0; list-style: none; }
.site-menu-item { display: flex; position: relative; align-items: stretch; }
.site-menu-item > a { display: flex; position: relative; align-items: center; padding: 0 15px; color: #282828; font-size: .78rem; font-weight: 600; text-decoration: none; text-transform: uppercase; white-space: nowrap; transition: color .2s ease; }
.site-menu-item > a::after { position: absolute; right: 15px; bottom: 17px; left: 15px; height: 2px; background: var(--brand-red); content: ""; transform: scaleX(0); transition: transform .2s ease; }
.site-menu-item > a:hover, .site-menu-item > a:focus, .site-menu-item > a.active { color: var(--brand-red); }
.site-menu-item > a:hover::after, .site-menu-item > a:focus::after, .site-menu-item > a.active::after { transform: scaleX(1); }
.site-search-toggle, .site-search-form button { display: grid; place-items: center; border: 0; color: #20242a; background: transparent; }
.site-search-toggle { align-self: center; width: 44px; height: 44px; margin-left: 14px; border-radius: 50%; box-shadow: 0 2px 14px rgba(0, 0, 0, .12); }
.site-search-toggle:hover, .site-search-toggle[aria-expanded="true"] { color: #fff; background: var(--brand-red); }
.site-search-toggle svg, .site-search-form svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 2; }
.site-search-form { position: absolute; z-index: 5; right: 0; top: calc(100% - 9px); display: flex; width: min(430px, 100%); padding: 10px; border-top: 3px solid var(--brand-red); background: #fff; box-shadow: 0 12px 28px rgba(0, 0, 0, .16); }
.site-search-form[hidden] { display: none; }
.site-search-form input { flex: 1; min-width: 0; padding: 11px 14px; border: 1px solid #ddd; outline: 0; }
.site-search-form input:focus { border-color: var(--brand-red); }
.site-search-form button { width: 46px; color: #fff; background: var(--brand-red); }
.site-menu-toggle { display: none; align-self: center; width: 43px; height: 43px; padding: 10px; border: 0; border-radius: 5px; background: var(--brand-red); }
.site-menu-toggle span { display: block; height: 2px; margin: 4px 0; background: #fff; transition: transform .2s ease, opacity .2s ease; }

.home-hero { position: relative; width: 100%; overflow: hidden; outline: 0; background: #1d2026; isolation: isolate; }
.home-hero::after { position: absolute; z-index: 1; inset: 0; pointer-events: none; background: linear-gradient(180deg,rgba(0,0,0,.06),transparent 35%,rgba(0,0,0,.16)); content: ""; }
.home-hero-track { position: relative; aspect-ratio: 1920 / 620; }
.home-hero-slide { position: absolute; inset: 0; opacity: 0; visibility: hidden; transform: translateZ(0); transition: opacity .9s cubic-bezier(.22,.61,.36,1), visibility .9s; }
.home-hero-slide.active { opacity: 1; visibility: visible; z-index: 1; }
.home-hero-slide a, .home-hero-slide picture { display: block; width: 100%; height: 100%; }
.home-hero-slide img { display: block; width: 100%; height: 100%; object-fit: cover; transform: none; image-rendering: auto; }
.home-hero-arrow { position: absolute; z-index: 3; top: 50%; display:grid; width: 48px; height: 48px; padding:0; place-items:center; border: 1px solid rgba(255,255,255,.42); border-radius: 50%; color: #fff; background: rgba(18,20,24,.26); box-shadow: 0 7px 24px rgba(0,0,0,.13); backdrop-filter: blur(6px); transform: translateY(-50%); opacity: 0; transition: opacity .25s ease, background .2s ease, transform .2s ease; }
.home-hero:hover .home-hero-arrow, .home-hero:focus-within .home-hero-arrow { opacity: 1; }
.home-hero-arrow:hover { background: var(--brand-red); transform: translateY(-50%) scale(1.06); }
.home-hero-arrow svg { width:23px; height:23px; fill:none; stroke:currentColor; stroke-width:1.8; stroke-linecap:round; stroke-linejoin:round; }
.home-hero-arrow.previous { left: 24px; }.home-hero-arrow.next { right: 24px; }
.home-hero-controls { position:absolute; z-index:3; right:0; bottom:16px; left:0; display:grid; justify-items:center; pointer-events:none; }
.home-hero-dots { display: flex; align-items:center; gap: 8px; pointer-events:auto; }
.home-hero > .home-hero-dots { position:absolute; z-index:3; bottom:18px; left:50%; width:max-content; transform:translateX(-50%); }
.home-hero-dots button { width: 8px; height: 8px; padding: 0; border: 1px solid rgba(255,255,255,.9); border-radius: 10px; background: rgba(0,0,0,.22); box-shadow:0 1px 5px rgba(0,0,0,.14); transition: width .25s ease, background .25s ease; }
.home-hero-dots button.active { width:26px; background: #fff; }
.home-hero-progress { position:absolute; z-index:4; right:0; bottom:0; left:0; width:100%; height:3px; overflow:hidden; background:rgba(255,255,255,.2); pointer-events:none; }
.home-hero-progress span { display:block; width:100%; height:100%; background:linear-gradient(90deg,#f3b0b3,var(--brand-red) 35%,#ed1c24); box-shadow:0 -1px 7px rgba(215,25,32,.35); transform:scaleX(0); transform-origin:left; }
.home-hero-progress span.running { animation:hero-progress 5.5s linear forwards; }
.home-hero.paused .home-hero-progress span { animation-play-state:paused; }
@keyframes hero-progress { to { transform:scaleX(1); } }
@media (prefers-reduced-motion:reduce) { .home-hero-slide,.home-hero-arrow,.home-hero-dots button { transition:none; }.home-hero-progress { display:none; } }
@media (max-width: 575.98px) { .home-hero-track { aspect-ratio: 4 / 3; }.home-hero-arrow { width:38px; height:38px; opacity:.9; }.home-hero-arrow.previous { left:10px; }.home-hero-arrow.next { right:10px; }.home-hero-controls,.home-hero > .home-hero-dots { bottom:12px; }.home-hero-progress { width:100%; height:2px; } }

.site-submenu,
.site-footer-menu { list-style: none; margin: 0; padding: 0; }
.site-submenu { display: none; position: absolute; z-index: 1020; top: 100%; left: 0; min-width: 235px; max-height: min(70vh, 620px); overflow-y: auto; padding: .4rem; border-top: 3px solid var(--brand-red); background: #fff; box-shadow: 0 10px 28px rgba(23,50,77,.14); }
.site-submenu .site-submenu { top: 0; left: 100%; }
.site-submenu .site-menu-item { display: block; }
.site-submenu .site-menu-item > a { min-height: 39px; padding: 8px 34px 8px 13px; border-bottom: 1px solid #f0f0f0; font-size: .76rem; text-transform: none; white-space: normal; }
.site-submenu .site-menu-item > a::after { top: 0; right: auto; bottom: 0; left: 0; width: 3px; height: auto; transform: scaleY(0); }
.site-submenu .site-menu-item > a:hover::after,
.site-submenu .site-menu-item > a:focus::after,
.site-submenu .site-menu-item > a.active::after { transform: scaleY(1); }
.site-submenu .has-children::after { position: absolute; top: 13px; right: 13px; color: #777; content: "›"; font-size: 1rem; }
.site-menu-item:hover > .site-submenu,
.site-menu-item:focus-within > .site-submenu { display: block; }
.site-footer-container { width:min(calc(100% - 56px),1220px); margin-inline:auto; }
.site-footer { position:relative; overflow:hidden; color:#2c2421; background:#fff9f1; }
.site-footer::before { display:none; }
.site-footer-promises { position:relative; border-bottom:1px solid rgba(255,255,255,.13); background:#fff; color:#242424; }
.site-footer-promise-grid { display:grid; grid-template-columns:repeat(4,1fr); }
.site-footer-promise { display:flex; align-items:center; gap:13px; min-height:94px; padding:18px 23px; border-right:1px solid #eee; }
.site-footer-promise:first-child { border-left:1px solid #eee; }
.site-footer-promise > span { display:grid; flex:0 0 42px; width:42px; height:42px; place-items:center; border-radius:50%; color:var(--brand-red); background:#fff1f2; }
.site-footer-promise svg { width:23px; height:23px; fill:none; stroke:currentColor; stroke-width:1.7; stroke-linecap:round; stroke-linejoin:round; }
.site-footer-promise p { display:grid; gap:3px; margin:0; line-height:1.25; }
.site-footer-promise strong { font-size:.82rem; font-weight:700; text-transform:uppercase; }
.site-footer-promise small { color:#707070; font-size:.72rem; }
.site-footer-main { position:relative; background:#fff9f1 url("../images/funtrip-footer-bg-premium-v4.png") center bottom/cover no-repeat; }
.site-footer-main::before { position:absolute; inset:0; content:""; pointer-events:none; background:linear-gradient(90deg,rgba(255,255,255,.02) 0%,rgba(255,255,255,.62) 25%,rgba(255,255,255,.7) 72%,rgba(255,249,240,.42) 100%); }
.site-footer-grid { display:grid; position:relative; z-index:1; grid-template-columns:1.3fr .82fr .98fr 1.18fr; gap:40px; padding-block:54px 48px; }
.site-footer h2 { position:relative; margin:0 0 21px; padding-bottom:12px; color:#a90719; font-size:.82rem; font-weight:900; letter-spacing:.02em; text-transform:uppercase; }
.site-footer-column h2::after,.site-footer-contact h2::after { position:absolute; bottom:0; left:0; width:31px; height:2px; border-radius:4px; background:linear-gradient(90deg,#d69a32,#f4c66c); content:""; }
.site-footer-brand h2 { max-width:300px; margin:15px 0 7px; padding:0; color:#4a3a34; font-size:.76rem; line-height:1.55; }
.site-footer-brand > p { margin:0; color:#6c605a; font-size:.75rem; letter-spacing:.03em; }
.site-footer-brand h3 { margin:25px 0 12px; color:#a90719; font-size:.72rem; font-weight:900; text-transform:uppercase; }
.site-footer-logo { display:inline-flex; align-items:center; min-height:55px; color:var(--brand-red); text-decoration:none; }
.site-footer-logo img { display:block; width:auto; max-width:220px; max-height:64px; object-fit:contain; }
.site-footer-logo strong { font-size:1.8rem; font-style:italic; font-weight:900; }
.site-footer-socials { display:flex; gap:10px; margin-top:0; }
.site-footer-socials a { display:grid; width:40px; height:40px; place-items:center; border:1px solid rgba(215,11,32,.1); border-radius:50%; color:var(--brand-red); background:rgba(255,255,255,.86); box-shadow:0 8px 20px rgba(93,57,42,.07); font-size:.82rem; font-weight:800; text-decoration:none; transition:.2s ease; }
.site-footer-socials a:hover { border-color:var(--brand-red); color:#fff; background:var(--brand-red); box-shadow:0 10px 22px rgba(190,12,30,.22); transform:translateY(-3px); }
.site-footer-socials svg { width:19px; height:19px; fill:currentColor; }.site-footer-socials .play { fill:#fff; }
.site-footer-column,.site-footer-contact { min-width:0; padding-left:36px; border-left:1px solid rgba(102,73,59,.13); }
.site-footer-column ul { display:grid; gap:15px; margin:0; padding:0; list-style:none; }
.site-footer-column li > ul { gap:10px; margin-top:10px; padding-left:13px; }
.site-footer-column a { display:inline-flex; position:relative; align-items:flex-start; gap:9px; color:#4a403b; font-size:.78rem; line-height:1.45; text-decoration:none; transition:.18s ease; }
.site-footer-column a::before { color:var(--brand-red); content:"›"; font-size:1.2rem; font-weight:700; line-height:.85; }
.site-footer-column a:hover { color:var(--brand-red); transform:translateX(3px); }
.site-footer-contact p { display:flex; align-items:flex-start; gap:11px; margin:0 0 13px; color:#473e39; font-size:.77rem; line-height:1.55; }
.site-footer-contact p svg { flex:0 0 18px; width:18px; height:18px; margin-top:1px; fill:none; stroke:var(--brand-red); stroke-width:1.8; }
.site-footer-contact p a { color:inherit; font-weight:500; text-decoration:none; word-break:break-word; }.site-footer-contact p a:hover { color:var(--brand-red); text-decoration:underline; }
.site-footer-contact-button { display:inline-flex; min-height:46px; align-items:center; gap:13px; margin-top:8px; padding:0 18px; border:0; border-radius:10px; color:#fff; background:linear-gradient(135deg,#e21128,#bd071b); box-shadow:0 10px 26px rgba(181,8,26,.22); font-size:.73rem; font-weight:900; text-decoration:none; text-transform:uppercase; transition:.2s ease; }
.site-footer-contact-button span { font-size:1rem; transition:transform .2s; }.site-footer-contact-button:hover { color:#fff; box-shadow:0 14px 29px rgba(181,8,26,.29); transform:translateY(-2px); }.site-footer-contact-button:hover span{transform:translateX(4px)}
.site-footer-bottom { position:relative; border-top:1px solid rgba(248,209,133,.76); background:linear-gradient(110deg,#a70618 0%,#ce0c22 55%,#a90618 100%); }
.site-footer-bottom > div { display:flex; align-items:center; justify-content:space-between; gap:20px; min-height:60px; color:#fff; font-size:.71rem; }
@media(max-width:991.98px){.site-footer-grid{grid-template-columns:1.25fr 1fr;gap:42px 35px}.site-footer-column,.site-footer-contact{padding-left:0;border-left:0}.site-footer-contact{grid-column:1/-1;padding-top:24px;border-top:1px solid rgba(102,73,59,.13)}}
@media(max-width:575.98px){.site-footer-container{width:min(calc(100% - 30px),1220px)}.site-footer-main{background-position:left bottom}.site-footer-main::before{background:rgba(255,250,242,.82)}.site-footer-grid{grid-template-columns:1fr;gap:25px;padding-block:40px 34px}.site-footer-brand,.site-footer-contact{grid-column:auto}.site-footer-column,.site-footer-brand{padding-bottom:21px;border-bottom:1px solid rgba(102,73,59,.13)}.site-footer h2{margin-bottom:15px}.site-footer-bottom>div{display:grid;justify-items:center;gap:4px;padding-block:14px;text-align:center}.site-footer-logo img{max-width:190px}.site-footer-contact-button{width:100%;justify-content:center}}

@media (min-width: 992px) {
  .site-menu:hover > .site-menu-item > a.active { color: #282828; }
  .site-menu:hover > .site-menu-item > a.active::after { transform: scaleX(0); }
  .site-menu > .site-menu-item:hover > a,
  .site-menu > .site-menu-item:focus-within > a { color: var(--brand-red); }
  .site-menu > .site-menu-item:hover > a::after,
  .site-menu > .site-menu-item:focus-within > a::after { transform: scaleX(1); }
  .site-menu > .mega-menu { position: static; }
  .site-menu > .mega-menu > .site-submenu {
    right: 0;
    left: 0;
    grid-template-columns: repeat(auto-fit, minmax(145px, 1fr));
    gap: 10px 24px;
    width: 100%;
    min-width: 0;
    max-height: min(72vh, 680px);
    padding: 24px 26px 27px;
    border: 1px solid #e8e8e8;
    border-top: 3px solid var(--brand-red);
    border-radius: 0 0 10px 10px;
    background: linear-gradient(180deg, #fff 0, #fff 88%, #fffafa 100%);
    box-shadow: 0 18px 42px rgba(36, 30, 30, .16);
  }
  .site-menu > .mega-menu:hover > .site-submenu,
  .site-menu > .mega-menu:focus-within > .site-submenu { display: grid; }
  .site-menu > .mega-menu > .site-submenu::before {
    position: absolute;
    top: -9px;
    width: 14px;
    height: 14px;
    border-top: 1px solid #e8e8e8;
    border-left: 1px solid #e8e8e8;
    background: #fff;
    content: "";
    transform: rotate(45deg);
  }
  .site-menu > .mega-menu:nth-child(2) > .site-submenu::before { left: 34%; }
  .site-menu > .mega-menu:nth-child(3) > .site-submenu::before { left: 47%; }
  .site-menu > .mega-menu > .site-submenu > .site-menu-item { min-width: 0; }
  .site-menu > .mega-menu > .site-submenu > .site-menu-item::after { display: none; }
  .site-menu > .mega-menu > .site-submenu > .site-menu-item > a {
    min-height: 38px;
    padding: 0 0 10px;
    border-bottom: 2px solid #ececec;
    color: #222;
    font-size: .76rem;
    font-weight: 700;
    letter-spacing: .02em;
    text-transform: uppercase;
  }
  .site-menu > .mega-menu > .site-submenu > .site-menu-item > a::after {
    top: auto;
    right: auto;
    bottom: -2px;
    left: 0;
    width: 42px;
    height: 2px;
    transform: scaleX(1);
  }
  .site-menu > .mega-menu > .site-submenu > .site-menu-item > .site-submenu {
    display: block;
    position: static;
    min-width: 0;
    max-height: none;
    overflow: visible;
    padding: 7px 0 0;
    border: 0;
    background: transparent;
    box-shadow: none;
  }
  .site-menu > .mega-menu > .site-submenu > .site-menu-item > .site-submenu .site-menu-item > a {
    min-height: 36px;
    padding: 8px 7px 8px 0;
    border-bottom: 1px solid #ededed;
    color: #626262;
    font-size: .78rem;
    font-weight: 400;
    line-height: 1.35;
  }
  .site-menu > .mega-menu > .site-submenu > .site-menu-item > .site-submenu .site-menu-item > a::after {
    right: auto;
    width: 3px;
  }
  .site-menu > .mega-menu > .site-submenu > .site-menu-item > .site-submenu .site-menu-item > a:hover,
  .site-menu > .mega-menu > .site-submenu > .site-menu-item > .site-submenu .site-menu-item > a:focus {
    padding-left: 10px;
    color: var(--brand-red);
    background: #fff7f7;
  }
}

@media (max-width: 991.98px) {
  .site-header-container { width: min(calc(100% - 30px), var(--header-width)); }
  .site-contact-address { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .site-contact-links { gap: 14px; }
  .site-contact-links > a { font-size: 0; }
  .site-contact-links > a svg { width: 17px; height: 17px; }
  .site-navbar-inner { justify-content: space-between; }
  .site-brand { flex-basis: auto; }
  .site-menu-toggle { display: block; }
  .site-navigation { display: none; position: absolute; top: 100%; right: -15px; left: -15px; max-height: calc(100vh - 117px); overflow-y: auto; border-top: 3px solid var(--brand-red); background: #fff; box-shadow: 0 12px 25px rgba(0,0,0,.14); }
  .site-navigation.open { display: block; }
  .site-menu { display: block; }
  .site-menu-item { display: block; }
  .site-menu-item > a { min-height: 48px; padding: 0 20px; border-bottom: 1px solid #eee; }
  .site-menu-item > a::after { top: 0; right: auto; bottom: 0; left: 0; width: 3px; height: auto; transform: scaleY(0); }
  .site-menu-item > a.active::after { transform: scaleY(1); }
  .site-search-toggle { width: calc(100% - 30px); margin: 14px 15px; border-radius: 5px; box-shadow: none; background: #f5f5f5; }
  .site-search-form { top: 100%; right: -15px; width: calc(100% + 30px); }
  .site-submenu,
  .site-submenu .site-submenu { display: block; position: static; max-height: none; overflow: visible; padding: 0 0 0 1rem; border: 0; box-shadow: none; }
  .site-submenu .has-children::after { display: none; }
}

@media (max-width: 575.98px) {
  .site-header-top { min-height: 32px; }
  .site-header-contact { min-height: 32px; }
  .site-contact-address { font-size: .7rem; }
  .site-socials { display: none; }
  .site-navbar, .site-navbar-inner { min-height: 70px; }
  .site-brand img { max-width: 170px; max-height: 52px; }
  .site-navigation { max-height: calc(100vh - 102px); }
}

.home-section-container { width:min(calc(100% - 40px),var(--header-width)); margin-inline:auto; }
.home-tours { padding:70px 0 76px; background:#fff; }
.home-tours + .home-tours { background:linear-gradient(180deg,#fff7f7 0,#fff 100%); }
.home-section-heading { display:flex; align-items:end; justify-content:space-between; gap:35px; margin-bottom:27px; }
.home-section-heading > div { max-width:760px; }
.home-section-eyebrow { display:block; margin-bottom:7px; color:var(--brand-red); font-size:.72rem; font-weight:700; letter-spacing:.14em; text-transform:uppercase; }
.home-section-heading h2 { position:relative; margin:0 0 10px; padding-bottom:13px; color:#20242b; font-size:clamp(1.55rem,2.2vw,2rem); font-weight:750; letter-spacing:-.025em; }
.home-section-heading h2::after { position:absolute; bottom:0; left:0; width:58px; height:3px; border-radius:3px; background:var(--brand-red); content:""; }
.home-section-heading p { margin:0; color:#687386; font-size:.9rem; line-height:1.55; }
.home-section-link { display:inline-flex; flex:none; align-items:center; gap:8px; padding:10px 14px; border:1px solid #f0d2d3; border-radius:9px; color:var(--brand-red); background:#fff; font-size:.78rem; font-weight:650; text-decoration:none; transition:.2s ease; }
.home-section-link:hover { color:#fff; border-color:var(--brand-red); background:var(--brand-red); transform:translateY(-2px); }
.home-section-link svg,.home-tour-detail svg { width:17px; height:17px; fill:none; stroke:currentColor; stroke-width:2; stroke-linecap:round; stroke-linejoin:round; }
.home-tour-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:22px; }
.home-tour-card { min-width:0; overflow:hidden; border:1px solid #e9e9eb; border-radius:14px; background:#fff; box-shadow:0 8px 26px rgba(26,31,39,.07); transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease; }
.home-tour-card:hover { border-color:#f0c9cb; box-shadow:0 16px 38px rgba(86,28,31,.13); transform:translateY(-6px); }
.home-tour-image { position:relative; display:block; aspect-ratio:16/10; overflow:hidden; background:linear-gradient(135deg,#f7eeee,#eee); }
.home-tour-image::after { position:absolute; inset:55% 0 0; background:linear-gradient(transparent,rgba(0,0,0,.48)); content:""; }
.home-tour-image img { display:block; width:100%; height:100%; object-fit:cover; transition:transform .45s cubic-bezier(.2,.6,.3,1); }
.home-tour-card:hover .home-tour-image img { transform:scale(1.035); }
.home-tour-placeholder { display:grid; width:100%; height:100%; place-items:center; color:#c8aeb0; background:linear-gradient(135deg,#fff7f7,#f1e7e8); }
.home-tour-placeholder svg { width:48px; height:48px; fill:none; stroke:currentColor; stroke-width:1.3; }
.home-tour-badge { position:absolute; z-index:2; top:12px; left:12px; padding:5px 9px; border-radius:6px; color:#fff; background:linear-gradient(135deg,#ef3138,var(--brand-red-dark)); box-shadow:0 5px 13px rgba(190,18,25,.28); font-size:.65rem; font-weight:750; letter-spacing:.035em; text-transform:uppercase; }
.home-tour-sale { position:absolute; z-index:3; top:12px; right:12px; display:grid; min-width:48px; height:30px; padding:0 8px; place-items:center; border:2px solid rgba(255,255,255,.9); border-radius:8px; color:#fff; background:linear-gradient(135deg,#ff6a28,#e5101a); box-shadow:0 6px 16px rgba(183,11,18,.3); font-size:.72rem; font-weight:800; }
.home-tour-duration { position:absolute; z-index:2; right:11px; bottom:10px; padding:5px 8px; border:1px solid rgba(255,255,255,.34); border-radius:6px; color:#fff; background:rgba(16,18,22,.45); backdrop-filter:blur(5px); font-size:.65rem; font-weight:600; }
.home-tour-content { display:flex; padding:16px; flex-direction:column; }
.home-tour-content h3 { display:-webkit-box; min-height:42px; margin:0 0 11px; overflow:hidden; color:#25282e; font-size:.93rem; font-weight:700; line-height:1.4; -webkit-box-orient:vertical; -webkit-line-clamp:2; }
.home-tour-content h3 a { color:inherit; text-decoration:none; }
.home-tour-content h3 a:hover { color:var(--brand-red); }
.home-tour-meta { display:grid; gap:6px; color:#707985; font-size:.7rem; }
.home-tour-meta span { display:flex; align-items:center; gap:6px; }
.home-tour-meta svg { width:14px; height:14px; flex:none; fill:none; stroke:var(--brand-red); stroke-width:1.8; stroke-linecap:round; stroke-linejoin:round; }
.home-tour-dates { display:flex; align-items:center; justify-content:space-between; gap:8px; margin-top:13px; padding-top:11px; border-top:1px dashed #e4e4e6; color:#7a838d; font-size:.66rem; }
.home-tour-dates > span { white-space:nowrap; }
.home-tour-dates > div { display:flex; gap:4px; }
.home-tour-dates time { padding:4px 6px; border-radius:5px; color:#8f2529; background:#fff0f0; font-weight:650; }
.home-tour-footer { display:flex; align-items:end; justify-content:space-between; gap:10px; margin-top:auto; padding-top:15px; }
.home-tour-footer.price-empty { justify-content:flex-end; padding-top:10px; }
.home-tour-price { display:grid; gap:2px; }
.home-tour-price small { color:#87909b; font-size:.66rem; }
.home-tour-price strong { color:var(--brand-red); font-size:1.08rem; font-weight:750; line-height:1; }
.home-tour-price strong sup { margin-left:2px; font-size:.65em; text-decoration:underline; }
.home-tour-old-price { display:flex; align-items:center; gap:5px; color:#89919b; font-size:.65rem; line-height:1; }
.home-tour-old-price del { text-decoration-thickness:1px; }
.home-tour-price em { color:#768071; font-size:.57rem; font-style:normal; line-height:1.1; }
.home-tour-price .contact-price { font-size:.9rem; }
.home-tour-detail { display:grid; width:35px; height:35px; place-items:center; border-radius:50%; color:var(--brand-red); background:#fff0f0; transition:.2s ease; }
.home-tour-detail:hover { color:#fff; background:var(--brand-red); transform:translateX(2px); }
@media(max-width:991.98px){.home-tour-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-tours{padding:55px 0}.home-section-container{width:min(calc(100% - 30px),var(--header-width))}}
@media(max-width:575.98px){.home-tour-grid{display:flex; gap:14px; margin-right:-15px; padding-right:15px; overflow-x:auto; scroll-snap-type:x mandatory; scrollbar-width:none}.home-tour-grid::-webkit-scrollbar{display:none}.home-tour-card{flex:0 0 82vw; scroll-snap-align:start}.home-section-heading{align-items:start}.home-section-heading p{display:none}.home-section-link{padding:8px 10px;font-size:.7rem}.home-tours{padding:43px 0 50px}.home-section-heading{margin-bottom:20px}.home-section-heading h2{font-size:1.42rem}}
.tour-catalog-hero { padding:54px 0 48px; color:#fff; background:linear-gradient(115deg,rgba(151,8,14,.96),rgba(225,27,34,.9)),radial-gradient(circle at 80% 20%,#ff777b,transparent 38%); }
.tour-catalog-hero.has-image { background:linear-gradient(100deg,rgba(55,3,7,.9) 0,rgba(105,5,12,.7) 52%,rgba(107,7,13,.38) 100%),var(--tour-category-image) center/cover no-repeat; }
.tour-catalog-hero nav { display:flex; gap:8px; margin-bottom:17px; color:rgba(255,255,255,.72); font-size:.75rem; }
.tour-catalog-hero nav a { color:#fff; text-decoration:none; }
.tour-catalog-hero h1 { margin:0 0 10px; font-size:clamp(2rem,4vw,3rem); font-weight:750; letter-spacing:-.035em; }
.tour-catalog-hero p { max-width:680px; margin:0 0 19px; color:rgba(255,255,255,.84); }
.tour-catalog-count { display:inline-flex; padding:6px 10px; border:1px solid rgba(255,255,255,.32); border-radius:20px; background:rgba(255,255,255,.1); font-size:.72rem; }
.tour-catalog-empty { padding:70px 0; text-align:center; }
.public-search-hero{padding:38px 0 52px;color:#fff;background:radial-gradient(circle at 82% 16%,rgba(255,255,255,.14),transparent 27%),linear-gradient(120deg,#83040d,#d70d1b 58%,#9d0711)}.public-search-hero nav{display:flex;gap:8px;margin-bottom:32px;color:rgba(255,255,255,.68);font-size:.7rem}.public-search-hero nav a{color:#fff;text-decoration:none}.public-search-eyebrow{font-size:.68rem;font-weight:800;letter-spacing:.13em;text-transform:uppercase}.public-search-hero h1{margin:8px 0 25px;font-size:clamp(2rem,4.4vw,3.5rem);font-weight:850;letter-spacing:-.045em}.public-search-hero form{display:grid;position:relative;max-width:850px;grid-template-columns:1fr auto;overflow:hidden;border:5px solid rgba(255,255,255,.18);border-radius:14px;background:#fff;box-shadow:0 18px 42px rgba(70,0,6,.25)}.public-search-hero form>svg{position:absolute;top:50%;left:18px;width:21px;height:21px;fill:none;stroke:#8b929b;stroke-width:1.8;transform:translateY(-50%)}.public-search-hero input{min-width:0;height:58px;padding:0 20px 0 52px;border:0;outline:0;color:#242a31;font-size:.9rem}.public-search-hero button{margin:6px;padding:0 21px;border:0;border-radius:9px;color:#fff;background:var(--brand-red);font-size:.74rem;font-weight:800}.public-search-content{padding:50px 0 72px;background:#f8f9fb}.public-search-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:25px;margin-bottom:27px}.public-search-heading>div>span{color:var(--brand-red);font-size:.66rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.public-search-heading h2{margin:4px 0;font-size:1.8rem}.public-search-heading p{margin:0;color:#7a828c;font-size:.72rem}.public-search-heading nav{display:flex;gap:6px;overflow-x:auto}.public-search-heading nav a{padding:8px 11px;border:1px solid #e0e4e8;border-radius:8px;color:#606a75;background:#fff;font-size:.66rem;font-weight:750;white-space:nowrap;text-decoration:none}.public-search-heading nav a.active{color:#fff;border-color:var(--brand-red);background:var(--brand-red)}.public-search-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.public-search-card{display:grid;min-width:0;grid-template-columns:190px 1fr;overflow:hidden;border:1px solid #e8eaed;border-radius:15px;background:#fff;box-shadow:0 9px 25px rgba(24,33,45,.055);transition:.2s}.public-search-card:hover{box-shadow:0 15px 32px rgba(24,33,45,.11);transform:translateY(-3px)}.public-search-image{position:relative;min-height:190px;overflow:hidden;background:#f1f2f4}.public-search-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.public-search-card:hover img{transform:scale(1.035)}.public-search-image>span{display:grid;width:100%;height:100%;place-items:center;color:#c4c9ce}.public-search-image>span svg{width:48px;fill:none;stroke:currentColor;stroke-width:1.3}.public-search-image em{position:absolute;top:11px;left:11px;padding:5px 8px;border-radius:6px;color:#fff;background:rgba(174,4,15,.9);font-size:.56rem;font-weight:800;font-style:normal}.public-search-card>div{display:flex;min-width:0;padding:19px 20px;flex-direction:column}.public-search-card>div>small{color:var(--brand-red);font-size:.59rem;font-weight:750;text-transform:uppercase}.public-search-card h2{margin:8px 0;font-size:1rem;line-height:1.35}.public-search-card h2 a{color:#252c34;text-decoration:none}.public-search-card p{display:-webkit-box;margin:0;color:#6c7580;font-size:.68rem;line-height:1.62;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:3}.public-search-more{margin-top:auto;padding-top:12px;color:var(--brand-red);font-size:.65rem;font-weight:800;text-decoration:none}.public-search-more span{margin-left:5px}.public-search-empty{display:grid;min-height:320px;place-items:center;align-content:center;text-align:center}.public-search-empty>span{color:#d5d9dd;font-size:4rem}.public-search-empty h2{margin:5px 0 7px;font-size:1.35rem}.public-search-empty p{max-width:520px;margin:0;color:#7a838d;font-size:.75rem}.public-search-pagination{display:flex;justify-content:center;gap:6px;margin-top:32px}.public-search-pagination a,.public-search-pagination strong{display:grid;width:36px;height:36px;place-items:center;border:1px solid #dfe3e7;border-radius:8px;color:#646d77;background:#fff;font-size:.72rem;text-decoration:none}.public-search-pagination strong{color:#fff;border-color:var(--brand-red);background:var(--brand-red)}@media(max-width:991.98px){.public-search-grid{grid-template-columns:1fr}}@media(max-width:575.98px){.public-search-hero{padding:28px 0 39px}.public-search-hero nav{margin-bottom:24px}.public-search-hero form{grid-template-columns:1fr;border-width:4px}.public-search-hero input{height:53px;padding-left:46px}.public-search-hero button{height:42px;margin:0 5px 5px}.public-search-heading{align-items:flex-start;flex-direction:column}.public-search-heading nav{width:100%}.public-search-card{grid-template-columns:115px 1fr}.public-search-image{min-height:175px}.public-search-card>div{padding:15px}.public-search-card p{-webkit-line-clamp:2}}

.public-article,
.public-category {
  max-width: 900px;
  margin: 0 auto;
  color: #17324d;
}

.public-breadcrumb {
  display: flex;
  gap: .5rem;
  margin: .75rem 0 1.5rem;
  color: #64748b;
  font-size: .875rem;
}

.public-breadcrumb a,
.public-article-list a { color: #16854c; text-decoration: none; }
.public-breadcrumb a:hover,
.public-article-list a:hover { text-decoration: underline; }
.public-article h1,
.public-category h1 { font-weight: 700; }
.public-article-meta { color: #64748b; font-size: .875rem; }
.public-article-cover { width: 100%; max-height: 520px; object-fit: cover; border-radius: 12px; margin: 1rem 0; }
.public-article-summary { color: #4b6475; font-size: 1.1rem; font-weight: 600; }
.public-article-content { line-height: 1.75; overflow-wrap: anywhere; }
.public-article-content img { max-width: 100%; height: auto; }
.public-article-list { display: grid; gap: 1rem; margin-top: 1.5rem; }
.public-article-list article { display: grid; grid-template-columns: 180px 1fr; gap: 1rem; padding-bottom: 1rem; border-bottom: 1px solid #e8efec; }
.public-article-list img { width: 180px; height: 110px; object-fit: cover; border-radius: 10px; }
.public-article-list h2 { margin: 0 0 .35rem; font-size: 1.2rem; }
.public-article-list time,
.public-empty { color: #64748b; font-size: .875rem; }

@media (max-width: 575.98px) {
  .public-article-list article { grid-template-columns: 1fr; }
  .public-article-list img { width: 100%; height: 190px; }
}
.home-centered-heading { max-width:720px; margin:0 auto 34px; text-align:center; }
.home-centered-heading h2 { margin:0 0 10px; color:#20242b; font-size:clamp(1.6rem,2.4vw,2.15rem); font-weight:780; letter-spacing:-.03em; }
.home-centered-heading p { margin:0; color:#687386; font-size:.9rem; line-height:1.65; }
.home-discovery { padding:76px 0; background:#fff; }
.destination-showcase { display:grid; grid-template-columns:1.35fr repeat(2,1fr); grid-auto-rows:210px; gap:16px; }
.destination-card { position:relative; min-width:0; overflow:hidden; border-radius:16px; color:#fff; background:#302b2b; box-shadow:0 12px 28px rgba(27,25,28,.12); text-decoration:none; }
.destination-card:first-child { grid-row:span 2; }
.destination-card img { width:100%; height:100%; display:block; object-fit:cover; transition:transform .55s cubic-bezier(.2,.65,.25,1); }
.destination-card:hover img { transform:scale(1.065); }
.destination-overlay { position:absolute; inset:0; background:linear-gradient(180deg,transparent 30%,rgba(12,12,16,.82)); }
.destination-content { position:absolute; inset:auto 20px 18px; display:grid; gap:3px; }
.destination-content small { color:#ffd5d7; font-size:.62rem; font-weight:700; letter-spacing:.08em; text-transform:uppercase; }
.destination-content strong { font-size:1.18rem; font-weight:780; }
.destination-card:first-child .destination-content strong { font-size:1.65rem; }
.destination-content em { overflow:hidden; color:rgba(255,255,255,.77); font-size:.68rem; font-style:normal; text-overflow:ellipsis; white-space:nowrap; }
.home-services { position:relative; padding:75px 0 112px; overflow:hidden; background:radial-gradient(circle at 50% 34%,#fff 0,#fff8f8 62%,#fff 100%); }
.home-services::before,.home-services::after{position:absolute;width:165px;height:165px;background-image:radial-gradient(#efb8bb 1.5px,transparent 1.5px);background-size:13px 13px;content:"";opacity:.55}.home-services::before{top:-28px;left:-18px}.home-services::after{top:-28px;right:-18px}.service-map{position:absolute;top:30px;left:50%;width:min(920px,80vw);height:260px;border-radius:50%;opacity:.28;transform:translateX(-50%);pointer-events:none;background:radial-gradient(ellipse at 18% 47%,#f5cfd1 0 7%,transparent 7.5%),radial-gradient(ellipse at 35% 38%,#f5cfd1 0 12%,transparent 12.5%),radial-gradient(ellipse at 56% 38%,#f5cfd1 0 18%,transparent 18.5%),radial-gradient(ellipse at 76% 56%,#f5cfd1 0 8%,transparent 8.5%)}.service-map span,.service-map i,.service-map b{position:absolute;width:13px;height:13px;border:4px solid #eaaeb2;border-radius:50%}.service-map span{top:145px;left:14%}.service-map i{top:85px;right:22%}.service-map b{top:180px;right:14%}
.service-heading{position:relative;margin-bottom:42px}.service-heading h2{font-size:2.15rem}.service-heading h2 em{color:var(--brand-red);font-style:normal}.service-heading>i{display:block;width:60px;height:3px;margin:14px auto 17px;border-radius:3px;background:var(--brand-red)}.service-heading p{max-width:570px!important;color:#666!important}
.service-grid { position:relative; display:grid; grid-template-columns:repeat(5,minmax(0,1fr)); gap:16px; }
.service-card { position:relative;display:flex;min-height:290px;overflow:hidden;padding:24px 22px 20px;border:1px solid #f0d8da;border-radius:16px;background:rgba(255,255,255,.94);box-shadow:0 14px 32px rgba(86,28,31,.09);transition:.25s ease; }
.service-card::after{position:absolute;bottom:0;left:24px;width:45px;height:3px;background:var(--brand-red);content:"";transition:width .25s}.service-card:hover { border-color:#e7aeb2; box-shadow:0 20px 38px rgba(86,28,31,.15); transform:translateY(-7px); }.service-card:hover::after{width:calc(100% - 48px)}
.service-card>div{display:flex;flex:1;flex-direction:column}.service-icon { display:grid; width:64px; height:64px; margin-bottom:18px; place-items:center; border:9px solid #fde7e9; border-radius:50%; color:#fff; background:linear-gradient(145deg,#eb1d28,#ae0710); box-shadow:0 7px 18px rgba(214,22,31,.2); }
.service-icon svg { width:32px; height:32px; fill:none; stroke:currentColor; stroke-width:1.6; stroke-linecap:round; stroke-linejoin:round; }
.service-card h3 { margin:0 0 10px; color:#202020; font-size:.91rem; font-weight:750; }
.service-card p { min-height:78px; margin:0 0 18px; color:#62666c; font-size:.69rem; line-height:1.65; }
.service-card a { margin-top:auto;color:var(--brand-red);font-size:.68rem;font-weight:750;text-decoration:none}.service-card a span{display:inline-block;margin-left:7px;font-size:.9rem;transition:transform .2s}.service-card a:hover span{transform:translateX(4px)}.service-card-watermark{position:absolute;right:13px;bottom:3px;color:#f8dfe1;font-size:3.3rem;font-weight:900;line-height:1;opacity:.45;pointer-events:none}.service-bottom-wave{position:absolute;z-index:2;right:0;bottom:-1px;left:0;width:100%;height:58px}.service-bottom-wave path{fill:#b80710}
.home-testimonials { position:relative; padding:72px 0 105px; overflow:hidden; color:#fff; background:radial-gradient(circle at 50% 45%,#df1721 0,#c70913 48%,#9e050d 100%); }
.home-testimonials::before { position:absolute; width:550px; height:550px; top:-340px; right:-100px; border:90px solid rgba(255,255,255,.035); border-radius:50%; content:""; }
.testimonial-decoration { position:absolute; color:rgba(255,255,255,.09); pointer-events:none; }.testimonial-decoration.quote{top:70px;left:4%;font-family:Georgia,serif;font-size:13rem;line-height:.7}.testimonial-decoration.route{top:165px;right:6%;width:210px;border-top:2px dashed rgba(255,255,255,.14);border-radius:50%;transform:rotate(-12deg)}.testimonial-decoration.route span{position:absolute;right:-4px;top:-31px;font-size:2rem;transform:rotate(18deg)}
.testimonial-heading { position:relative; margin-bottom:40px; }.testimonial-script{display:block;margin-bottom:5px;color:#ffc13a;font-family:"Segoe Script","Brush Script MT",cursive;font-size:1.35rem;font-style:italic}.testimonial-heading h2{font-size:2.35rem}.testimonial-heading i{display:block;width:72px;height:4px;margin:15px auto 17px;border-radius:4px;background:#ffc13a}.testimonial-heading i::after{display:block;width:7px;height:7px;margin-left:78px;border-radius:50%;background:#ffc13a;content:""}.testimonial-heading p{color:rgba(255,255,255,.85)!important}
.testimonial-stage{position:relative}.testimonial-stage::before,.testimonial-stage::after{position:absolute;z-index:2;top:0;bottom:0;width:20px;content:"";pointer-events:none}.testimonial-stage::before{left:0;background:linear-gradient(90deg,rgba(185,5,14,.35),transparent)}.testimonial-stage::after{right:0;background:linear-gradient(-90deg,rgba(185,5,14,.35),transparent)}
.home-centered-heading.light h2 { color:#fff; }.home-centered-heading.light p { color:rgba(255,255,255,.72); }.home-centered-heading.light .home-section-eyebrow { color:#ffd2d4; }
.testimonial-grid { position:relative; display:flex; gap:18px; overflow-x:auto; padding:5px 2px 25px; scrollbar-width:none; scroll-snap-type:x mandatory; scroll-behavior:smooth }.testimonial-grid::-webkit-scrollbar{display:none}
.testimonial-card { display:flex; flex:0 0 calc((100% - 54px)/4); flex-direction:column; min-height:286px; padding:19px 20px 17px; border-radius:17px; color:#242424; background:linear-gradient(145deg,#fff,#fafafa); box-shadow:0 17px 32px rgba(70,0,4,.24); scroll-snap-align:start; }
.testimonial-card-head{display:flex;align-items:center;justify-content:space-between}.testimonial-quote { color:var(--brand-red); font-family:Georgia,serif; font-size:3.4rem; font-weight:700; line-height:.65; }
.testimonial-stars { color:#f8ad0b; font-size:.8rem; letter-spacing:2px; white-space:nowrap }
.testimonial-card blockquote { flex:1; margin:15px 0 14px; color:#282828; font-size:.79rem; line-height:1.62; }
.testimonial-card footer { display:flex; align-items:center; gap:11px; padding-top:13px;border-top:1px solid #dedede }
.testimonial-card footer img { width:50px; height:50px; border:0; border-radius:50%; object-fit:cover; }
.testimonial-card footer>span { display:grid; min-width:0; gap:2px; }.testimonial-card footer strong { color:#171717;font-size:.8rem }.testimonial-card footer small { overflow:hidden;color:#777;font-size:.65rem;text-overflow:ellipsis;white-space:nowrap}.testimonial-location b{color:var(--brand-red);font-size:.65rem}.testimonial-tour{display:none}
.testimonial-arrow{position:absolute;z-index:4;top:50%;display:grid;width:48px;height:48px;padding:0;place-items:center;border:1px solid rgba(255,255,255,.27);border-radius:50%;color:#fff;background:rgba(255,255,255,.12);box-shadow:0 8px 22px rgba(80,0,5,.2);transform:translateY(-50%);transition:.2s}.testimonial-arrow:hover{color:var(--brand-red);background:#fff}.testimonial-arrow span{font-family:Arial;font-size:2rem;line-height:1}.testimonial-arrow.previous{left:-64px}.testimonial-arrow.next{right:-64px}
.testimonial-trust{position:relative;z-index:2;display:grid;grid-template-columns:repeat(4,1fr);width:min(860px,92%);margin:30px auto 0;padding:17px 12px;border:1px solid rgba(255,255,255,.13);border-radius:14px;background:rgba(120,0,7,.17);box-shadow:inset 0 1px rgba(255,255,255,.05)}.testimonial-trust>div{display:flex;align-items:center;justify-content:center;gap:13px;padding:2px 20px;border-right:1px solid rgba(255,255,255,.28)}.testimonial-trust>div:last-child{border:0}.testimonial-trust p{display:grid;gap:2px;margin:0}.testimonial-trust strong{color:#fff;font-size:1.12rem;line-height:1.1}.testimonial-trust span{color:rgba(255,255,255,.78);font-size:.66rem;white-space:nowrap}.trust-icon{display:grid;flex:0 0 40px;width:40px;height:40px;place-items:center;color:#fff}.trust-icon svg{width:35px;height:35px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.testimonial-wave{position:absolute;z-index:1;right:0;bottom:-1px;left:0;width:100%;height:72px;pointer-events:none}.testimonial-wave .wave-back{fill:rgba(255,255,255,.24)}.testimonial-wave .wave-front{fill:#fff}
.home-news { position:relative; padding:72px 0 48px; border-bottom:1px solid rgba(166,116,72,.08); background:linear-gradient(180deg,#f8f9fb 0%,#f8f9fb 62%,#fbf8f3 100%); }
.news-grid { display:grid; grid-template-columns:1.35fr repeat(2,1fr); gap:18px; }
.news-card { display:grid; min-width:0; overflow:hidden; border:1px solid #e7e9ec; border-radius:15px; background:#fff; box-shadow:0 8px 25px rgba(20,26,36,.06); }
.news-card.featured { grid-row:span 2; }.news-card:not(.featured) { grid-template-columns:145px 1fr; }
.news-image { position:relative; display:block; min-height:145px; overflow:hidden; background:#eceff2; }
.news-card.featured .news-image { aspect-ratio:16/9; }.news-image img { width:100%; height:100%; display:block; object-fit:cover; transition:transform .4s ease; }.news-card:hover img { transform:scale(1.04); }
.news-image > span { position:absolute; top:12px; left:12px; padding:5px 8px; border-radius:6px; color:#fff; background:var(--brand-red); font-size:.58rem; font-weight:700; }
.news-content { padding:17px; }.news-content time { color:#9a6265; font-size:.6rem; }.news-content h3 { margin:7px 0 8px; font-size:.86rem; font-weight:750; line-height:1.4; }.news-card.featured h3 { font-size:1.15rem; }
.news-content h3 a { color:#272b32; text-decoration:none; }.news-content h3 a:hover { color:var(--brand-red); }.news-content p { display:-webkit-box; margin:0 0 12px; overflow:hidden; color:#76808d; font-size:.66rem; line-height:1.5; -webkit-box-orient:vertical; -webkit-line-clamp:2; }
.news-more { color:var(--brand-red); font-size:.65rem; font-weight:700; text-decoration:none; }
@media(max-width:991.98px){.destination-showcase{grid-template-columns:repeat(2,1fr)}.destination-card:first-child{grid-row:span 1}.service-grid{grid-template-columns:repeat(2,1fr)}.testimonial-card{flex-basis:calc((100% - 18px)/2)}.testimonial-arrow.previous{left:8px}.testimonial-arrow.next{right:8px}.news-grid{grid-template-columns:1fr 1fr}.news-card.featured{grid-row:span 1}.news-card:not(.featured){grid-template-columns:1fr}.news-card .news-image{aspect-ratio:16/9}}
@media(max-width:575.98px){.home-discovery,.home-services,.home-testimonials,.home-news{padding:52px 0}.home-testimonials{padding-bottom:88px}.home-news{padding-top:48px;padding-bottom:34px}.destination-showcase{grid-template-columns:1fr;grid-auto-rows:190px}.service-grid{grid-template-columns:1fr}.service-card{display:flex;gap:15px;padding:18px}.service-icon{flex:none;margin:0}.service-card p{min-height:0}.testimonial-heading h2{font-size:1.7rem}.testimonial-script{font-size:1.05rem}.testimonial-card{flex-basis:88%;min-height:270px}.testimonial-arrow{width:40px;height:40px}.testimonial-trust{grid-template-columns:1fr 1fr;width:100%;gap:0;padding:12px 5px}.testimonial-trust>div{justify-content:flex-start;gap:7px;padding:10px 8px}.testimonial-trust>div:nth-child(2){border:0}.testimonial-trust span{font-size:.58rem}.testimonial-trust strong{font-size:.92rem}.trust-icon{flex-basis:30px;width:30px}.trust-icon svg{width:27px;height:27px}.news-grid{grid-template-columns:1fr}.news-card.featured h3{font-size:.95rem}}
/* Destination editorial mosaic. */
.home-discovery{position:relative;padding:88px 0 82px;overflow:hidden;background:linear-gradient(180deg,#fff 0,#fffafa 48%,#fff 100%)}.home-discovery::before{position:absolute;top:0;right:0;left:0;height:1px;background:linear-gradient(90deg,transparent,#f2d5d7,transparent);content:""}.discovery-orbit{position:absolute;border:1px solid rgba(215,25,32,.055);border-radius:50%;pointer-events:none}.discovery-orbit.one{top:-250px;right:-170px;width:560px;height:560px;box-shadow:0 0 0 70px rgba(215,25,32,.018)}.discovery-orbit.two{bottom:-240px;left:-180px;width:480px;height:480px;box-shadow:0 0 0 55px rgba(215,25,32,.015)}
.discovery-heading{position:relative;align-items:flex-end;margin-bottom:34px}.discovery-heading>div{max-width:700px}.discovery-heading .home-section-eyebrow{display:flex;align-items:center;gap:10px;color:var(--brand-red);letter-spacing:.12em}.discovery-heading h2{margin-top:7px;font-size:clamp(2rem,3.3vw,3rem);letter-spacing:-.045em}.discovery-heading h2 em{color:var(--brand-red);font-style:normal}.discovery-heading p{max-width:650px;margin-top:12px;color:#68707d;line-height:1.7}.discovery-all{padding:11px 15px;border:1px solid #edd3d5;border-radius:99px;background:#fff;box-shadow:0 6px 18px rgba(75,25,28,.06)}
.destination-showcase{position:relative;display:grid;grid-template-columns:repeat(12,1fr);grid-auto-rows:182px;gap:14px}.destination-card{border:1px solid rgba(255,255,255,.5);border-radius:18px;box-shadow:0 14px 30px rgba(34,25,27,.13)}.destination-card:first-child{grid-column:span 5;grid-row:span 2}.destination-card:nth-child(2){grid-column:span 4}.destination-card:nth-child(3){grid-column:span 3}.destination-card:nth-child(4){grid-column:span 3}.destination-card:nth-child(5){grid-column:span 4}.destination-card:nth-child(n+6){grid-column:span 4}.destination-card::after{position:absolute;inset:0;border:1px solid rgba(255,255,255,.22);border-radius:inherit;content:"";pointer-events:none}.destination-card img{filter:saturate(1.06) contrast(1.02);transition:transform .7s cubic-bezier(.2,.65,.25,1),filter .4s}.destination-card:hover img{filter:saturate(1.18) contrast(1.04);transform:scale(1.075)}.destination-overlay{background:linear-gradient(180deg,rgba(5,7,10,.03) 20%,rgba(8,9,13,.25) 55%,rgba(8,9,13,.92) 100%)}
.destination-number{position:absolute;z-index:2;top:15px;right:17px;color:rgba(255,255,255,.7);font-size:.66rem;font-weight:800;letter-spacing:.12em;text-shadow:0 2px 8px rgba(0,0,0,.4)}.destination-content{z-index:2;right:18px;bottom:17px;left:18px;gap:5px;transition:transform .3s}.destination-card:hover .destination-content{transform:translateY(-3px)}.destination-content strong{font-size:1.12rem;font-weight:800;letter-spacing:-.015em;line-height:1.15;text-shadow:0 2px 12px rgba(0,0,0,.3)}.destination-content small{display:flex;align-items:center;gap:7px;margin-top:1px;color:rgba(255,255,255,.88);font-size:.59rem;font-weight:650;letter-spacing:0;text-transform:none}.destination-content small b{width:5px;height:5px;border-radius:50%;background:#ff4852;box-shadow:0 0 0 3px rgba(255,72,82,.2)}.destination-card:first-child .destination-content{right:27px;bottom:25px;left:27px}.destination-card:first-child .destination-content strong{font-size:2rem}.destination-card:first-child .destination-content small{font-size:.65rem}.destination-content em{max-width:95%;margin-top:2px;color:rgba(255,255,255,.7)}.destination-content i{display:flex;max-height:0;align-items:center;gap:8px;overflow:hidden;color:#fff;font-size:.62rem;font-style:normal;font-weight:700;opacity:0;transition:max-height .3s,opacity .3s,margin .3s}.destination-content i svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:2}.destination-card:hover .destination-content i{max-height:22px;margin-top:5px;opacity:1}
.destination-card,.destination-card:hover,.destination-card:focus-visible{color:#fff}.destination-card .destination-overlay{transition:background .35s ease}.destination-card:hover .destination-overlay,.destination-card:focus-visible .destination-overlay{background:linear-gradient(180deg,rgba(5,7,10,.08) 12%,rgba(8,9,13,.38) 50%,rgba(6,8,12,.96) 100%)}.destination-card .destination-content{gap:7px}.destination-card .destination-content strong,.destination-card:hover .destination-content strong,.destination-card:focus-visible .destination-content strong{color:#fff;line-height:1.08;text-shadow:0 2px 14px rgba(0,0,0,.72)}.destination-card .destination-content em{display:-webkit-box;max-width:100%;overflow:hidden;color:rgba(255,255,255,.9);font-size:.69rem;line-height:1.5;text-overflow:initial;white-space:normal;text-shadow:0 1px 8px rgba(0,0,0,.7);-webkit-box-orient:vertical;-webkit-line-clamp:2}.destination-card .destination-content i{width:max-content;padding-top:2px;color:#fff;text-shadow:0 1px 7px rgba(0,0,0,.7)}.destination-card:focus-visible{outline:3px solid rgba(215,11,32,.5);outline-offset:3px}
.discovery-foot{position:relative;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:14px;margin-top:25px;padding:18px 22px;border:1px solid #f0dfe0;border-radius:12px;background:rgba(255,255,255,.78);box-shadow:0 8px 24px rgba(86,28,31,.045)}.discovery-foot>span{color:var(--brand-red);font-size:.63rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.discovery-foot strong{font-size:.8rem}.discovery-foot>a{color:var(--brand-red);font-size:.68rem;font-weight:750;text-decoration:none}.discovery-foot>a span{margin-left:7px;transition:margin .2s}.discovery-foot>a:hover span{margin-left:11px}
@media(max-width:991.98px){.destination-showcase{grid-template-columns:repeat(2,1fr);grid-auto-rows:210px}.destination-card,.destination-card:first-child,.destination-card:nth-child(n){grid-column:span 1;grid-row:span 1}.destination-card:first-child{grid-column:span 2}.destination-card:first-child .destination-content strong{font-size:1.5rem}.discovery-foot{grid-template-columns:1fr auto}.discovery-foot>span{display:none}}
@media(max-width:575.98px){.home-discovery{padding:58px 0}.discovery-heading{align-items:flex-start}.discovery-all{margin-top:5px}.destination-showcase{display:flex;gap:13px;overflow-x:auto;padding:2px 1px 20px;scroll-snap-type:x mandatory;scrollbar-width:none}.destination-showcase::-webkit-scrollbar{display:none}.destination-card,.destination-card:first-child,.destination-card:nth-child(n){flex:0 0 84%;height:320px;scroll-snap-align:start}.destination-card:first-child .destination-content{right:20px;bottom:19px;left:20px}.destination-card:first-child .destination-content strong{font-size:1.5rem}.discovery-foot{display:grid;grid-template-columns:1fr;gap:7px;margin-top:10px;text-align:center}.discovery-foot>a{margin-top:2px}}
/* Travel services adapted from the approved FUNTRIP HTML demo to the site's 1160px grid. */
.home-services{min-height:650px;padding:66px 0 98px;background:radial-gradient(circle at 51% 24%,rgba(255,238,238,.55),transparent 26%),linear-gradient(180deg,#fffafa 0,#fff 73%,#fff 100%)}
.home-services::before,.home-services::after{display:none}.service-dots{position:absolute;z-index:1;top:0;width:170px;height:130px;opacity:.33;background-image:radial-gradient(circle,#f5a2a6 1.35px,transparent 1.45px);background-size:14px 14px;pointer-events:none}.service-dots.left{left:-5px;mask-image:linear-gradient(135deg,#000,transparent 78%)}.service-dots.right{right:-5px;mask-image:linear-gradient(225deg,#000,transparent 78%)}
.service-world-map{position:absolute;z-index:0;top:2px;left:50%;width:min(980px,78vw);height:auto;color:#d7111c;opacity:.028;transform:translateX(-50%);pointer-events:none}.service-world-map g{fill:currentColor}.service-pin{position:absolute;z-index:1;width:36px;height:36px;color:var(--brand-red);opacity:.09;pointer-events:none}.service-pin.one{top:190px;left:21%}.service-pin.two{top:175px;right:23%}.service-pin svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:2}
.service-heading{max-width:650px;margin:0 auto 43px}.service-heading .home-section-eyebrow{margin-bottom:11px;color:#cc1820;font-size:.73rem;font-weight:600;letter-spacing:1.7px}.service-heading h2{display:inline-flex;position:relative;align-items:center;gap:8px;font-size:2.35rem;letter-spacing:-.04em;line-height:1.1}.service-heading h2 b{position:absolute;top:6px;left:100%;width:72px;height:43px;margin-left:13px}.service-heading h2 b svg{width:100%;height:100%;overflow:visible}.service-heading h2 b .line{fill:none;stroke:#e32931;stroke-width:2;stroke-dasharray:5 5;stroke-linecap:round}.service-heading h2 b .plane{fill:var(--brand-red)}.service-heading>i{display:flex;width:52px;height:4px;margin:11px auto 13px}.service-heading>i::after{width:5px;height:5px;margin-left:59px}.service-heading p{max-width:540px!important;margin:0 auto!important;color:#535353!important;font-size:.75rem!important;line-height:1.6!important}
.service-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:16px}.service-card{display:flex;min-height:315px;padding:20px 19px 25px;border:1px solid #f3d9da;border-radius:18px;background:rgba(255,255,255,.94);box-shadow:0 13px 28px rgba(121,57,57,.08)}.service-card::after{display:none}.service-card:hover{border-color:#f0bfc2;box-shadow:0 18px 36px rgba(135,34,42,.13);transform:translateY(-6px)}.service-card>div.service-icon-wrap{display:grid;flex:none;width:82px;height:82px;margin:-2px 0 7px -2px;place-items:center;border-radius:50%;background:rgba(213,18,27,.08)}
.service-icon{width:65px;height:65px;margin:0;border:0;border-radius:50%;background:radial-gradient(circle at 34% 25%,#ec3440,#d5121b 52%,#b7050f);box-shadow:inset 0 0 0 1px rgba(255,255,255,.18),0 5px 14px rgba(198,13,22,.22)}.service-icon svg{width:42px;height:42px;stroke:#fff;stroke-width:2.6}.service-card h3{position:relative;z-index:2;margin:3px 0 8px;font-size:.84rem;line-height:1.25}.service-card p{position:relative;z-index:2;min-height:0;max-width:180px;margin:0;color:#464646;font-size:.64rem;line-height:1.65}.service-card a.service-link{position:relative;z-index:3;display:inline-flex;width:max-content;align-items:center;gap:7px;margin-top:auto;padding-top:18px;color:#e0101a;font-size:.61rem;font-weight:700}.service-card a.service-link svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;transition:transform .2s}.service-card a.service-link:hover svg{transform:translateX(4px)}
.service-card-art{position:absolute;right:-6px;bottom:16px;width:82px;height:76px;color:#ee5f66;opacity:.1;pointer-events:none}.service-card-art svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}.service-card-art text{fill:currentColor;stroke:none;font:700 23px Arial,sans-serif}.service-active-bar{position:absolute;bottom:-1px;left:24px;width:50px;height:4px;border-radius:6px 6px 0 0;background:var(--brand-red)}.service-bottom-wave{height:51px}.service-bottom-wave path.back{fill:#bb0010}.service-bottom-wave path.front{fill:#d50818}
@media(max-width:991.98px){.service-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.service-card{min-height:295px}.service-card p{max-width:230px}}
@media(max-width:767.98px){.service-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.service-heading h2 b{display:none}}
@media(max-width:575.98px){.home-services{padding:52px 0 86px}.service-heading{margin-bottom:32px}.service-heading .home-section-eyebrow{font-size:.64rem}.service-heading h2{display:block;font-size:2rem}.service-heading p{font-size:.7rem!important}.service-grid{grid-template-columns:1fr}.service-card{display:flex;min-height:275px;padding:20px 22px 24px}.service-card>div.service-icon-wrap{width:78px;height:78px}.service-icon{width:62px;height:62px}.service-card p{max-width:240px}.service-bottom-wave{height:40px}}
/* Service-card proportions from the approved wide mockup. */
.home-services{padding:66px 0 68px;background:radial-gradient(circle at 51% 23%,rgba(255,239,240,.62),transparent 29%),linear-gradient(180deg,#fffafa 0,#fff 78%)}.service-container{width:min(calc(100% - 70px),1390px);max-width:none}.service-world-map{width:min(1120px,76vw);opacity:.035}.service-heading{max-width:720px;margin-bottom:52px}.service-heading .home-section-eyebrow{font-size:.9rem;letter-spacing:.16em}.service-heading h2{font-size:3rem}.service-heading h2 b{top:10px;width:84px;height:48px;margin-left:17px}.service-heading>i{width:58px;margin-top:13px}.service-heading p{max-width:620px!important;font-size:.9rem!important;line-height:1.65!important}
.service-grid{gap:20px}.service-card{min-height:350px;padding:24px 25px 30px;border-color:#f1d4d6;border-radius:20px;box-shadow:0 15px 32px rgba(121,57,57,.075)}.service-card>div.service-icon-wrap{width:96px;height:96px;margin:-4px 0 8px -3px}.service-icon{width:76px;height:76px}.service-icon svg{width:48px;height:48px}.service-card h3{margin:4px 0 10px;font-size:1.08rem}.service-card p{max-width:210px;font-size:.82rem;line-height:1.65}.service-card a.service-link{gap:9px;padding-top:22px;font-size:.76rem}.service-card a.service-link svg{width:17px;height:17px}.service-card-art{right:-5px;bottom:18px;width:92px;height:82px;opacity:.09}.service-active-bar{left:28px;width:58px}.service-pin{width:42px;height:42px}.service-pin.one{top:205px}.service-pin.two{top:185px}
@media(max-width:1250px){.service-container{width:min(calc(100% - 50px),1120px)}.service-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.service-card{min-height:320px}.service-card p{max-width:240px}}
@media(max-width:820px){.home-services{padding-top:55px}.service-heading h2{font-size:2.5rem}.service-heading h2 b{display:none}.service-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:560px){.service-container{width:calc(100% - 30px)}.service-heading{margin-bottom:36px}.service-heading .home-section-eyebrow{font-size:.72rem;letter-spacing:.12em}.service-heading h2{font-size:2.15rem}.service-heading p{font-size:.8rem!important}.service-grid{grid-template-columns:1fr}.service-card{min-height:300px}.service-card p{max-width:250px}}
/* Preserve a vertical content flow at every breakpoint. */
.service-card{flex-direction:column;align-items:stretch;gap:0}
.service-card>div.service-icon-wrap{flex:0 0 auto}
.service-card>h3,.service-card>p,.service-card>a.service-link{width:100%}
.service-card>p{word-break:normal;overflow-wrap:break-word}
.service-card>a.service-link{flex:0 0 auto;width:max-content}
@media(max-width:560px){.service-container{width:calc(100% - 22px)}.service-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}.service-card{min-height:222px;padding:14px 12px 15px;border-radius:15px;box-shadow:0 9px 22px rgba(121,57,57,.075)}.service-card>div.service-icon-wrap{width:62px;height:62px;margin:-1px 0 7px -1px}.service-icon{width:50px;height:50px}.service-icon svg{width:31px;height:31px;stroke-width:2.4}.service-card h3{display:-webkit-box;min-height:2.5em;margin:3px 0 7px;overflow:hidden;font-size:.82rem;line-height:1.25;-webkit-box-orient:vertical;-webkit-line-clamp:2}.service-card p{display:-webkit-box;max-width:none;margin:0;overflow:hidden;color:#555;font-size:.66rem;line-height:1.52;-webkit-box-orient:vertical;-webkit-line-clamp:3}.service-card a.service-link{gap:5px;margin-top:10px;padding-top:0;font-size:.61rem}.service-card a.service-link svg{width:14px;height:14px}.service-card-art{right:-12px;bottom:13px;width:66px;height:62px;opacity:.07}.service-active-bar{left:13px;width:40px;height:3px}.service-heading{margin-bottom:29px}.home-services{padding-top:47px}}
@media(max-width:575.98px){.home-section-heading,.home-section-heading.discovery-heading{align-items:flex-end;gap:8px;margin-bottom:18px}.home-section-heading>div{min-width:0;flex:1}.home-section-heading .home-section-eyebrow{display:none}.home-section-heading p{display:none}.home-section-heading h2,.discovery-heading h2{max-width:100%;margin:0;padding-bottom:10px;overflow:hidden;font-size:clamp(1.08rem,5.1vw,1.34rem);line-height:1.16;text-overflow:ellipsis;white-space:nowrap}.home-section-heading h2::after{width:38px;height:2px}.home-section-link,.discovery-all{min-height:31px;margin:0;padding:6px 8px;gap:4px;border-radius:8px;box-shadow:none;font-size:.61rem;line-height:1;white-space:nowrap}.home-section-link svg{width:13px;height:13px}.home-discovery .discovery-heading{margin-bottom:20px}}
@media(max-width:360px){.home-section-heading h2,.discovery-heading h2{font-size:1rem}.home-section-link,.discovery-all{padding-inline:7px;font-size:.57rem}.home-section-link svg{width:12px;height:12px}}
.service-card a.service-link{margin-top:8px;padding-top:0}
@media(max-width:575.98px){.service-card a.service-link{margin-top:4px;padding-top:0}}
/* Keep service cards compact and use a clearer top-view aircraft for the package-tour card. */
.service-card{min-height:300px;padding-bottom:20px}
.service-card:first-child .service-icon svg{display:none}
.service-card:first-child .service-icon::before{width:46px;height:46px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M12 2a2 2 0 0 1 2 2v5.5l6 3.5v2l-6-2v5l2 1.5V21l-4-1-4 1v-1.5l2-1.5v-5l-6 2v-2l6-3.5V4a2 2 0 0 1 2-2Z'/%3E%3C/svg%3E") center/contain no-repeat;content:""}
@media(max-width:1250px){.service-card{min-height:290px}}
@media(max-width:560px){.service-card{min-height:222px;padding-bottom:15px}.service-card:first-child .service-icon::before{width:30px;height:30px}}
/* Premium about page. */
.about-pro{color:#202731;background:#fff}.about-pro svg{fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.about-pro-hero{position:relative;min-height:525px;overflow:hidden;color:#fff;background:linear-gradient(90deg,rgba(3,20,30,.94) 0,rgba(3,20,30,.72) 38%,rgba(3,20,30,.13) 72%),url('/uploads/destinations/photo-1668000018482-a02acf02b22a.jpg') center 48%/cover no-repeat}.about-pro-hero::after{position:absolute;inset:auto 0 0;height:130px;background:linear-gradient(0deg,rgba(3,17,26,.42),transparent);content:""}.about-pro-hero .home-section-container{position:relative;z-index:2}.about-pro-breadcrumb{display:flex;align-items:center;gap:9px;padding-top:27px;color:rgba(255,255,255,.67);font-size:.7rem}.about-pro-breadcrumb a{color:#fff;text-decoration:none}.about-pro-breadcrumb strong{font-weight:550}.about-pro-hero-copy{max-width:620px;padding:66px 0 92px}.about-pro-script{display:block;margin-bottom:9px;color:#ff3344;font-family:Georgia,serif;font-size:1.45rem;font-weight:700;font-style:italic}.about-pro-hero h1{max-width:620px;margin:0;font-size:clamp(3rem,5.6vw,4.7rem);font-weight:900;letter-spacing:-.055em;line-height:.99;text-wrap:balance}.about-pro-hero-copy>p{max-width:520px;margin:22px 0 27px;color:rgba(255,255,255,.88);font-size:.92rem;line-height:1.8}.about-pro-hero-copy>a{display:inline-flex;min-height:46px;padding:0 18px;align-items:center;gap:10px;border-radius:9px;color:#fff;background:var(--brand-red);box-shadow:0 12px 26px rgba(199,7,19,.28);font-size:.73rem;font-weight:750;text-decoration:none;transition:.2s}.about-pro-hero-copy>a:hover{transform:translateY(-2px)}.about-pro-hero-copy>a svg{width:17px;height:17px}.about-pro-stats-wrap{position:relative;z-index:4;margin-top:-70px}.about-pro-stats{display:grid;width:min(860px,100%);margin-left:auto;grid-template-columns:repeat(4,1fr);border:1px solid #edf0f3;border-radius:19px;background:#fff;box-shadow:0 22px 55px rgba(23,34,48,.16)}.about-pro-stats article{display:flex;position:relative;min-height:142px;padding:23px 14px;align-items:center;justify-content:center;flex-direction:column;text-align:center}.about-pro-stats article:not(:last-child)::after{position:absolute;top:25px;right:0;bottom:25px;width:1px;background:#e9ecef;content:""}.about-pro-stats article>span{display:grid;width:35px;height:35px;margin-bottom:9px;place-items:center;color:var(--brand-red)}.about-pro-stats svg{width:31px;height:31px}.about-pro-stats strong{font-size:1.55rem;font-weight:850;line-height:1}.about-pro-stats small{margin-top:8px;color:#646c76;font-size:.68rem}.about-pro-story{padding:72px 0 78px}.about-pro-story-grid{display:grid;grid-template-columns:minmax(0,.93fr) minmax(430px,1.07fr);gap:68px;align-items:center}.about-pro-label{display:block;margin-bottom:7px;color:var(--brand-red);font-size:.67rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.about-pro-copy h2,.about-pro-core h2,.about-pro-services>div>header h2{margin:0;color:#202631;font-size:clamp(2rem,3.3vw,3rem);font-weight:850;letter-spacing:-.045em;line-height:1.08;text-wrap:balance}.about-pro-copy>i,.about-pro-center>i,.about-pro-services>div>header>i{display:block;width:43px;height:3px;margin-top:15px;border-radius:5px;background:var(--brand-red)}.about-pro-copy>p{margin:19px 0 0;color:#69727e;font-size:.83rem;line-height:1.82}.about-pro-mini-values{display:grid;grid-template-columns:repeat(4,1fr);gap:15px;margin-top:29px}.about-pro-mini-values article{min-width:0}.about-pro-mini-values span{display:grid;width:39px;height:39px;place-items:center;border:1px solid #f2cbd0;border-radius:50%;color:var(--brand-red);background:#fff9fa}.about-pro-mini-values svg{width:20px;height:20px}.about-pro-mini-values strong{display:block;margin-top:9px;font-size:.72rem}.about-pro-mini-values small{display:block;margin-top:4px;color:#747c86;font-size:.58rem;line-height:1.55}.about-pro-story-image{position:relative;margin:0}.about-pro-story-image img{display:block;width:100%;height:420px;object-fit:cover;border-radius:20px;box-shadow:0 18px 42px rgba(31,39,50,.12)}.about-pro-story-image>span{display:grid;position:absolute;right:-22px;bottom:25px;width:62px;height:62px;place-items:center;border:6px solid #fff;border-radius:50%;color:#fff;background:var(--brand-red);box-shadow:0 12px 28px rgba(202,10,23,.25);transform:rotate(-10deg)}.about-pro-story-image svg{width:27px;height:27px}.about-pro-core{padding:65px 0 72px;border-block:1px solid #ffedef;background:linear-gradient(180deg,#fffafa,#fff5f6)}.about-pro-center{text-align:center}.about-pro-center>i{margin-inline:auto}.about-pro-core-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:37px}.about-pro-core-grid article{position:relative;min-height:168px;padding:25px;overflow:hidden;border:1px solid #f0e5e6;border-radius:15px;background:#fff;box-shadow:0 9px 25px rgba(70,37,40,.045);transition:.25s}.about-pro-core-grid article:hover{box-shadow:0 17px 34px rgba(70,37,40,.1);transform:translateY(-5px)}.about-pro-core-grid b{color:#f0c4c8;font-size:1.8rem;font-weight:900;line-height:1}.about-pro-core-grid article>span{display:grid;position:absolute;top:22px;right:22px;width:52px;height:52px;place-items:center;border-radius:50%;color:#fff;background:var(--brand-red)}.about-pro-core-grid svg{width:24px;height:24px}.about-pro-core-grid h3{margin:14px 0 6px;font-size:1rem}.about-pro-core-grid p{max-width:280px;margin:0;color:#707985;font-size:.68rem;line-height:1.65}.about-pro-services{padding:69px 0 44px}.about-pro-services>div>header{max-width:500px}.about-pro-service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:11px;margin-top:27px}.about-pro-service-grid>a{display:flex;min-height:70px;padding:13px 16px;align-items:center;gap:13px;border:1px solid #fae7e9;border-radius:10px;color:inherit;background:linear-gradient(90deg,#fff8f8,#fff3f4);text-decoration:none;transition:.2s}.about-pro-service-grid>a:hover{background:#ffedef;transform:translateY(-2px)}.about-pro-service-grid>a>span{display:grid;width:38px;height:38px;flex:0 0 38px;place-items:center;border:1px solid #f5d2d5;border-radius:50%;color:var(--brand-red);background:#fff;font-size:1rem}.about-pro-service-grid p{display:grid;gap:2px;margin:0}.about-pro-service-grid strong{font-size:.7rem}.about-pro-service-grid small{color:#747d88;font-size:.58rem}.about-pro-cta{display:grid;min-height:128px;margin-top:28px;place-items:center;overflow:hidden;border-radius:16px;color:#fff;text-align:center;background:linear-gradient(90deg,rgba(7,20,30,.84),rgba(7,20,30,.4)),url('/uploads/destinations/photo-1561461221-959c3f16234b.jpg') center 54%/cover no-repeat}.about-pro-cta h3{margin:0 0 13px;font-size:1.25rem}.about-pro-cta a{display:inline-flex;min-height:41px;padding:0 16px;align-items:center;gap:8px;border-radius:8px;color:#fff;background:var(--brand-red);font-size:.68rem;font-weight:750;text-decoration:none}.about-pro-cta svg{width:15px;height:15px}.about-pro-trust{display:grid;grid-template-columns:repeat(4,1fr);margin-top:10px;border:1px solid #eceff2;border-radius:12px;background:#fff;box-shadow:0 8px 24px rgba(30,38,49,.05)}.about-pro-trust article{display:flex;min-height:72px;padding:13px 16px;align-items:center;gap:11px}.about-pro-trust article:not(:last-child){border-right:1px solid #eceff2}.about-pro-trust article>span{display:grid;width:34px;height:34px;flex:0 0 34px;place-items:center;border:1px solid #f1c8cc;border-radius:50%;color:var(--brand-red);font-weight:800}.about-pro-trust p{display:grid;gap:2px;margin:0}.about-pro-trust strong{font-size:.64rem}.about-pro-trust small{color:#7a838e;font-size:.55rem}
@media(max-width:991.98px){.about-pro-story-grid{grid-template-columns:1fr;gap:38px}.about-pro-story-image{order:-1}.about-pro-story-image img{height:390px}.about-pro-service-grid{grid-template-columns:repeat(2,1fr)}.about-pro-stats-wrap{margin-top:-45px}.about-pro-stats article{min-height:125px}.about-pro-mini-values{gap:10px}}
@media(max-width:575.98px){.about-pro-hero{min-height:470px;background-position:58% center}.about-pro-breadcrumb{padding-top:18px;font-size:.61rem}.about-pro-hero-copy{padding:55px 0 72px}.about-pro-script{font-size:1.15rem}.about-pro-hero h1{max-width:310px;font-size:2.55rem;line-height:1.02}.about-pro-hero-copy>p{max-width:315px;margin:17px 0 21px;font-size:.75rem;line-height:1.65}.about-pro-hero-copy>a{min-height:42px;padding-inline:15px;font-size:.66rem}.about-pro-stats-wrap{width:calc(100% - 24px);margin-top:-38px}.about-pro-stats{grid-template-columns:repeat(2,1fr);border-radius:15px}.about-pro-stats article{min-height:104px;padding:13px 8px}.about-pro-stats article:nth-child(2)::after{display:none}.about-pro-stats article:nth-child(-n+2){border-bottom:1px solid #e9ecef}.about-pro-stats article>span{width:28px;height:28px;margin-bottom:5px}.about-pro-stats svg{width:24px;height:24px}.about-pro-stats strong{font-size:1.2rem}.about-pro-stats small{margin-top:5px;font-size:.58rem}.about-pro-story{padding:48px 0 52px}.about-pro-story-grid{gap:29px}.about-pro-story-image img{height:260px;border-radius:15px}.about-pro-story-image>span{right:12px;bottom:-18px;width:50px;height:50px;border-width:5px}.about-pro-copy h2,.about-pro-core h2,.about-pro-services>div>header h2{font-size:1.72rem}.about-pro-copy>p{margin-top:14px;font-size:.75rem;line-height:1.72}.about-pro-mini-values{grid-template-columns:repeat(2,1fr);gap:16px;margin-top:23px}.about-pro-mini-values small{font-size:.59rem}.about-pro-core{padding:48px 0 52px}.about-pro-core-grid{grid-template-columns:1fr;gap:11px;margin-top:28px}.about-pro-core-grid article{min-height:143px;padding:20px}.about-pro-core-grid article>span{top:18px;right:18px;width:44px;height:44px}.about-pro-services{padding:50px 0 32px}.about-pro-service-grid{grid-template-columns:1fr;gap:8px;margin-top:22px}.about-pro-service-grid>a{min-height:64px}.about-pro-cta{min-height:140px;margin-top:22px;padding:20px}.about-pro-cta h3{font-size:1.05rem}.about-pro-trust{grid-template-columns:repeat(2,1fr)}.about-pro-trust article{min-height:68px;padding:10px}.about-pro-trust article:nth-child(2){border-right:0}.about-pro-trust article:nth-child(-n+2){border-bottom:1px solid #eceff2}.about-pro-trust strong{font-size:.61rem}.about-pro-trust small{font-size:.52rem}}

/* About page typography refinements. */
.about-pro-script{display:inline-block;margin:0 0 10px 3px;font-family:"Brush Script MT","Segoe Script","Lucida Handwriting",cursive;font-size:2.05rem;font-weight:500;font-style:normal;letter-spacing:.015em;line-height:1;transform:rotate(-3deg);text-shadow:0 2px 14px rgba(255,51,68,.2)}
.about-pro-service-grid>a{min-height:82px;padding:15px 18px;gap:15px}
.about-pro-service-grid>a>span{width:44px;height:44px;flex-basis:44px;font-size:1.12rem}
.about-pro-service-grid strong{font-size:.84rem;line-height:1.35}
.about-pro-service-grid small{color:#68727e;font-size:.68rem;line-height:1.45}
@media(max-width:575.98px){.about-pro-script{font-size:1.72rem}.about-pro-service-grid>a{min-height:74px;padding:13px 15px}.about-pro-service-grid strong{font-size:.8rem}.about-pro-service-grid small{font-size:.65rem}}

/* CMS-driven featured events page. */
.events-pro{color:#202731;background:#fff}.events-pro svg{fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.events-pro-hero{min-height:500px;color:#fff;background:linear-gradient(90deg,rgba(3,15,24,.94),rgba(3,15,24,.66) 48%,rgba(3,15,24,.16)),url('https://images.unsplash.com/photo-1501386761578-eac5c94b800a?auto=format&fit=crop&w=1800&q=88') center 48%/cover no-repeat}.events-pro-hero nav{display:flex;gap:9px;padding-top:27px;color:rgba(255,255,255,.7);font-size:.72rem}.events-pro-hero nav a{color:#fff;text-decoration:none}.events-pro-copy{max-width:640px;padding:58px 0 48px}.events-pro-copy>span{display:block;color:#ff3344;font-family:"Brush Script MT","Segoe Script",cursive;font-size:2rem;transform:rotate(-2deg);transform-origin:left}.events-pro-copy h1{margin:10px 0 15px;font-size:clamp(3.2rem,6vw,5rem);font-weight:900;letter-spacing:-.055em;line-height:1}.events-pro-copy>p{max-width:520px;margin:0;color:rgba(255,255,255,.87);font-size:.95rem;line-height:1.75}.events-pro-copy>i{display:block;width:45px;height:3px;margin:20px 0;background:#eb1627}.events-pro-stats{display:grid;width:560px;grid-template-columns:repeat(3,1fr);overflow:hidden;border-radius:14px;color:#202731;background:#fff;box-shadow:0 18px 45px rgba(0,0,0,.2)}.events-pro-stats article{display:flex;min-height:92px;padding:17px;align-items:center;gap:13px}.events-pro-stats article+article{border-left:1px solid #e9edf0}.events-pro-stats svg{width:32px;height:32px;flex:0 0 32px;color:#e91628}.events-pro-stats p{display:grid;margin:0}.events-pro-stats strong{font-size:1.25rem}.events-pro-stats small{margin-top:3px;color:#6d7580;font-size:.6rem}.events-pro-list{padding:40px 0 64px}.events-pro-filters{display:flex;margin-bottom:30px;justify-content:center;gap:12px;flex-wrap:wrap}.events-pro-filters button{min-height:42px;padding:0 20px;border:1px solid #dfe4e8;border-radius:999px;color:#38414c;background:#fff;font-size:.75rem;font-weight:700;transition:.2s}.events-pro-filters button:hover,.events-pro-filters button.active{border-color:#e41426;color:#fff;background:#e41426;box-shadow:0 8px 20px rgba(228,20,38,.18)}.events-pro-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.events-pro-grid>article{overflow:hidden;border:1px solid #e7ebee;border-radius:16px;background:#fff;box-shadow:0 9px 28px rgba(27,39,51,.06);transition:.25s}.events-pro-grid>article:hover{box-shadow:0 17px 36px rgba(27,39,51,.12);transform:translateY(-5px)}.events-pro-image{display:block;position:relative;height:230px;overflow:hidden}.events-pro-image img{width:100%;height:100%;object-fit:cover;transition:.45s}.events-pro-grid>article:hover .events-pro-image img{transform:scale(1.05)}.events-pro-image>span{position:absolute;top:13px;left:13px;padding:6px 11px;border-radius:999px;color:#fff;background:#e41426;font-size:.61rem;font-weight:750}.events-pro-body{display:grid;position:relative;padding:19px 20px 21px;grid-template-columns:50px 1fr;column-gap:14px}.events-pro-body time{display:flex;width:50px;height:61px;margin-top:-39px;align-items:center;justify-content:center;flex-direction:column;border-radius:9px;background:#fff;box-shadow:0 7px 21px rgba(23,34,46,.14);text-align:center}.events-pro-body time b{font-size:1.18rem;line-height:1}.events-pro-body time>span{margin-top:3px;color:#56606c;font-size:.56rem;font-weight:750}.events-pro-body time small{display:block;font-size:.5rem}.events-pro-location{display:flex;align-items:center;gap:5px;color:#e41426;font-size:.59rem}.events-pro-location svg{width:12px;height:12px}.events-pro-body h2{margin:5px 0 0;font-size:1rem;line-height:1.35}.events-pro-body h2 a{color:#202731;text-decoration:none}.events-pro-body>p{min-height:48px;margin:15px 0 15px;grid-column:1/-1;color:#68727e;font-size:.72rem;line-height:1.62}.events-pro-more{display:inline-flex;grid-column:1/-1;align-items:center;gap:7px;color:#e41426;font-size:.7rem;font-weight:750;text-decoration:none}.events-pro-more svg{width:15px;height:15px}.events-pro-empty{padding:70px;border:1px dashed #dfe4e8;border-radius:16px;color:#68727e;text-align:center}.events-pro-subscribe{display:flex;min-height:108px;margin-top:42px;padding:21px 28px;align-items:center;justify-content:space-between;border:1px solid #fee2e5;border-radius:15px;background:linear-gradient(90deg,#fff5f6,#ffedef)}.events-pro-subscribe>div{display:flex;align-items:center;gap:15px}.events-pro-subscribe>div>svg{width:42px;height:42px;padding:9px;border-radius:50%;color:#e41426;background:#fff}.events-pro-subscribe p{display:grid;margin:0}.events-pro-subscribe strong{font-size:.9rem}.events-pro-subscribe small{margin-top:4px;color:#6d7580;font-size:.68rem}.events-pro-subscribe>a{display:inline-flex;min-height:42px;padding:0 17px;align-items:center;gap:8px;border-radius:8px;color:#fff;background:#e41426;font-size:.69rem;font-weight:750;text-decoration:none}.events-pro-subscribe>a svg{width:15px;height:15px}
@media(max-width:991.98px){.events-pro-grid{grid-template-columns:repeat(2,1fr)}.events-pro-hero{min-height:470px}.events-pro-image{height:220px}.events-pro-subscribe{align-items:flex-start;gap:18px;flex-direction:column}}
@media(max-width:575.98px){.events-pro-hero{min-height:465px;background-position:58% center}.events-pro-hero nav{padding-top:18px;font-size:.62rem}.events-pro-copy{padding:50px 0 35px}.events-pro-copy>span{font-size:1.55rem}.events-pro-copy h1{font-size:2.75rem}.events-pro-copy>p{font-size:.76rem;line-height:1.65}.events-pro-stats{width:100%;grid-template-columns:repeat(3,1fr)}.events-pro-stats article{min-height:82px;padding:10px 7px;justify-content:center;gap:6px;flex-direction:column;text-align:center}.events-pro-stats svg{width:23px;height:23px}.events-pro-stats strong{font-size:1rem}.events-pro-stats small{font-size:.5rem}.events-pro-list{padding:28px 0 45px}.events-pro-filters{margin:0 -16px 22px;padding:0 16px;justify-content:flex-start;flex-wrap:nowrap;overflow-x:auto;scrollbar-width:none}.events-pro-filters button{min-height:38px;padding:0 15px;flex:0 0 auto;font-size:.67rem}.events-pro-grid{grid-template-columns:1fr;gap:15px}.events-pro-image{height:215px}.events-pro-body>p{min-height:0}.events-pro-subscribe{margin-top:26px;padding:20px}.events-pro-subscribe>a{width:100%;justify-content:center}}
.events-pro-pagination{display:flex;margin-top:34px;align-items:center;justify-content:center;gap:8px}.events-pro-pagination a,.events-pro-pagination strong{display:grid;width:38px;height:38px;place-items:center;border:1px solid #dfe4e8;border-radius:9px;color:#3d4651;background:#fff;font-size:.76rem;text-decoration:none}.events-pro-pagination strong,.events-pro-pagination a:hover{border-color:#e41426;color:#fff;background:#e41426}.events-pro-pagination+a{margin-left:auto}
.events-pro-filters a{display:inline-flex;min-height:42px;padding:0 20px;align-items:center;border:1px solid #dfe4e8;border-radius:999px;color:#38414c;background:#fff;font-size:.75rem;font-weight:700;text-decoration:none;transition:.2s}.events-pro-filters a:hover,.events-pro-filters a.active{border-color:#e41426;color:#fff;background:#e41426;box-shadow:0 8px 20px rgba(228,20,38,.18)}
@media(max-width:575.98px){.events-pro-filters a{min-height:38px;padding:0 15px;flex:0 0 auto;font-size:.67rem}}

/* Premium contact page. */
.contact-pro{color:#202731;background:#fff}.contact-pro svg{fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.contact-pro-hero{min-height:445px;color:#fff;background:linear-gradient(90deg,rgba(171,0,17,.96),rgba(174,0,18,.7) 47%,rgba(21,15,18,.1)),url('/uploads/destinations/photo-1561461221-959c3f16234b.jpg') center 55%/cover no-repeat}.contact-pro-hero nav{display:flex;gap:9px;padding-top:27px;color:rgba(255,255,255,.7);font-size:.72rem}.contact-pro-hero nav a{color:#fff;text-decoration:none}.contact-pro-copy{max-width:620px;padding:52px 0 56px}.contact-pro-copy>span{display:block;font-family:"Brush Script MT","Segoe Script",cursive;font-size:2.15rem;transform:rotate(-3deg);transform-origin:left}.contact-pro-copy h1{margin:7px 0 17px;font-size:clamp(2.8rem,4.6vw,4.15rem);font-weight:900;letter-spacing:-.055em;line-height:1.03}.contact-pro-copy>p{max-width:510px;color:rgba(255,255,255,.88);font-size:.88rem;line-height:1.7}.contact-pro-copy>div{display:flex;gap:12px;margin-top:23px}.contact-pro-copy>div>a{display:inline-flex;min-height:45px;padding:0 18px;align-items:center;gap:10px;border:1px solid rgba(255,255,255,.7);border-radius:8px;color:#fff;font-size:.7rem;font-weight:750;text-decoration:none}.contact-pro-copy>div>a:first-child{border-color:#f0182b;background:#f0182b}.contact-pro-copy>div svg{width:16px;height:16px}.contact-pro-info{display:grid;position:relative;z-index:3;margin-top:-39px;grid-template-columns:1.2fr .9fr 1fr .85fr;border:1px solid #e7ebee;border-radius:15px;background:#fff;box-shadow:0 16px 42px rgba(27,39,51,.13)}.contact-pro-info article{display:flex;min-height:112px;padding:20px;align-items:center;gap:14px}.contact-pro-info article+article{border-left:1px solid #e8ebee}.contact-pro-info article>span{display:grid;width:48px;height:48px;flex:0 0 48px;place-items:center;border-radius:50%;color:#fff;background:#e41426}.contact-pro-info svg{width:23px;height:23px}.contact-pro-info p{display:grid;gap:4px;margin:0}.contact-pro-info strong{text-transform:uppercase;font-size:.67rem;letter-spacing:.04em}.contact-pro-info small,.contact-pro-info a{color:#68727e;font-size:.61rem;line-height:1.55;text-decoration:none}.contact-pro-main{padding:58px 0 62px}.contact-pro-panel{display:grid;grid-template-columns:1.07fr .93fr;overflow:hidden;border:1px solid #e4e8eb;border-radius:17px;background:#fff;box-shadow:0 11px 32px rgba(27,39,51,.055)}.contact-pro-form-wrap{padding:34px 38px}.contact-pro-form-wrap h2{margin:0;font-size:1.75rem;font-weight:850;letter-spacing:-.035em}.contact-pro-form-wrap>i{display:block;width:39px;height:3px;margin:12px 0 22px;background:#e41426}.contact-pro-fields{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.contact-pro-fields label{display:grid;gap:7px;color:#3d4651;font-size:.65rem;font-weight:700}.contact-pro-fields label.wide{grid-column:1/-1}.contact-pro-fields input,.contact-pro-fields select,.contact-pro-fields textarea{width:100%;min-height:43px;padding:10px 12px;border:1px solid #dce2e6;border-radius:7px;color:#303944;background:#fff;font:inherit;font-weight:400;outline:0}.contact-pro-fields textarea{min-height:98px;resize:vertical}.contact-pro-fields input:focus,.contact-pro-fields select:focus,.contact-pro-fields textarea:focus{border-color:#e41426;box-shadow:0 0 0 3px rgba(228,20,38,.08)}.contact-pro-consent{display:flex;margin:14px 0;align-items:flex-start;gap:7px;color:#69727d;font-size:.6rem}.contact-pro-consent input{accent-color:#e41426}.contact-pro-form-wrap form>button{display:flex;width:100%;min-height:44px;align-items:center;justify-content:center;gap:9px;border:0;border-radius:7px;color:#fff;background:#e41426;font-size:.7rem;font-weight:750}.contact-pro-form-wrap form>button svg{width:15px;height:15px}.contact-pro-secure{display:block;margin-top:11px;color:#7b858f;font-size:.57rem;text-align:center}.contact-pro-map{position:relative;min-height:510px;padding:22px;border-left:1px solid #e8ebee;background:#f7f9fa}.contact-pro-map iframe{width:100%;height:100%;min-height:466px;border:0;border-radius:12px;filter:saturate(.75)}.contact-pro-map aside{position:absolute;right:42px;bottom:42px;left:42px;max-width:260px;padding:18px;border-radius:11px;background:rgba(255,255,255,.96);box-shadow:0 12px 30px rgba(27,39,51,.16)}.contact-pro-map aside strong{font-size:.78rem}.contact-pro-map aside p{margin:8px 0 13px;color:#69727d;font-size:.61rem;line-height:1.55}.contact-pro-map aside a{display:inline-flex;padding:8px 12px;border:1px solid #e41426;border-radius:6px;color:#e41426;font-size:.62rem;font-weight:750;text-decoration:none}.contact-pro-faq{padding:53px 0;background:linear-gradient(90deg,#fff8f8,#fff1f2)}.contact-pro-faq>.home-section-container{display:grid;grid-template-columns:300px 1fr;gap:65px}.contact-pro-faq header h2{margin:0;font-size:1.75rem;font-weight:850}.contact-pro-faq header>i{display:block;width:38px;height:3px;margin:12px 0;background:#e41426}.contact-pro-faq header p{color:#6b7580;font-size:.7rem;line-height:1.65}.contact-pro-faq header a{display:inline-flex;margin-top:12px;padding:10px 14px;border:1px solid #e41426;border-radius:7px;color:#e41426;font-size:.64rem;font-weight:750;text-decoration:none}.contact-pro-faq details{margin-bottom:8px;border:1px solid #eceff2;border-radius:10px;background:#fff}.contact-pro-faq summary{display:flex;min-height:48px;padding:0 17px;align-items:center;justify-content:space-between;cursor:pointer;font-size:.71rem;font-weight:750;list-style:none}.contact-pro-faq summary svg{width:16px;height:16px;transition:.2s}.contact-pro-faq details[open] summary{color:#e41426}.contact-pro-faq details[open] summary svg{transform:rotate(180deg)}.contact-pro-faq details>p{margin:0;padding:0 17px 16px;color:#69727d;font-size:.67rem;line-height:1.6}.contact-pro .public-contact-message{margin:9px 0;font-size:.66rem}
@media(max-width:991.98px){.contact-pro-info{grid-template-columns:repeat(2,1fr)}.contact-pro-info article:nth-child(3){border-left:0;border-top:1px solid #e8ebee}.contact-pro-info article:nth-child(4){border-top:1px solid #e8ebee}.contact-pro-panel{grid-template-columns:1fr}.contact-pro-map{min-height:420px;border-top:1px solid #e8ebee;border-left:0}.contact-pro-map iframe{min-height:376px}.contact-pro-faq>.home-section-container{grid-template-columns:240px 1fr;gap:35px}}
@media(max-width:575.98px){.contact-pro-hero{min-height:470px;background-position:64% center}.contact-pro-hero nav{padding-top:18px;font-size:.62rem}.contact-pro-copy{padding:52px 0}.contact-pro-copy>span{font-size:1.65rem}.contact-pro-copy h1{font-size:2.45rem}.contact-pro-copy>p{max-width:300px;font-size:.75rem}.contact-pro-copy>div>a{min-height:42px;padding:0 13px;font-size:.62rem}.contact-pro-info{width:calc(100% - 24px);margin-top:-31px;grid-template-columns:1fr;border-radius:13px}.contact-pro-info article{min-height:82px;padding:13px 16px}.contact-pro-info article+article{border-top:1px solid #e8ebee;border-left:0}.contact-pro-info article>span{width:40px;height:40px;flex-basis:40px}.contact-pro-main{padding:38px 0 44px}.contact-pro-form-wrap{padding:24px 18px}.contact-pro-fields{grid-template-columns:1fr;gap:13px}.contact-pro-fields label.wide{grid-column:auto}.contact-pro-map{min-height:355px;padding:12px}.contact-pro-map iframe{min-height:331px}.contact-pro-map aside{right:26px;bottom:26px;left:26px}.contact-pro-faq{padding:42px 0}.contact-pro-faq>.home-section-container{grid-template-columns:1fr;gap:25px}.contact-pro-faq header a{margin-top:4px}}

/* Keep the contact hero compact and its headline on exactly two lines. */
.contact-pro-hero{min-height:390px}.contact-pro-copy{max-width:760px;padding:38px 0 43px}.contact-pro-copy h1{font-size:clamp(2.65rem,4vw,3.65rem);white-space:nowrap}.contact-pro-copy>p{margin-bottom:0}
@media(max-width:767.98px){.contact-pro-copy h1{font-size:clamp(2rem,6.4vw,2.65rem)}}
@media(max-width:575.98px){.contact-pro-hero{min-height:400px}.contact-pro-copy{padding:38px 0 40px}.contact-pro-copy h1{font-size:clamp(1.72rem,8vw,2.15rem);letter-spacing:-.045em}.contact-pro-copy>div{margin-top:18px}}

/* Public CMS pages resolved automatically by slug. */
.cms-public-page{color:#202731;background:#fff}.cms-public-hero{min-height:370px;color:#fff;background:linear-gradient(90deg,rgba(5,20,31,.94),rgba(5,20,31,.68) 55%,rgba(5,20,31,.22)),var(--cms-page-image) center 46%/cover no-repeat}.cms-public-hero.no-image{min-height:300px;background:linear-gradient(135deg,#0c2538,#183e58 65%,#a20d1a)}.cms-public-hero nav{display:flex;gap:9px;padding-top:27px;color:rgba(255,255,255,.67);font-size:.7rem}.cms-public-hero nav a{color:#fff;text-decoration:none}.cms-public-hero>.home-section-container>div{max-width:760px;padding:65px 0 70px}.cms-public-hero div>span{display:block;margin-bottom:8px;color:#ff3344;font-size:.68rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.cms-public-hero h1{margin:0;font-size:clamp(2.55rem,5vw,4.25rem);font-weight:900;letter-spacing:-.05em;line-height:1.05;text-wrap:balance}.cms-public-hero p{max-width:630px;margin:18px 0 0;color:rgba(255,255,255,.86);font-size:.9rem;line-height:1.72}.cms-public-content{padding:55px 0 68px;background:#f8f9fa}.cms-public-content article{max-width:920px;margin:auto;padding:42px 52px;border:1px solid #e7ebee;border-radius:16px;background:#fff;box-shadow:0 9px 30px rgba(28,39,50,.055);font-size:.94rem;line-height:1.75}.cms-public-content article h2{margin:32px 0 13px;color:#17283a;font-size:1.65rem;font-weight:820;letter-spacing:-.025em}.cms-public-content article h3{margin:27px 0 11px;font-size:1.25rem}.cms-public-content article img{max-width:100%;height:auto;border-radius:12px}.cms-public-content article a{color:#d81020}.cms-public-content article blockquote{margin:25px 0;padding:16px 20px;border-left:3px solid #df1425;border-radius:0 9px 9px 0;background:#fff4f5}.cms-public-content article>footer{display:flex;margin-top:38px;padding-top:20px;align-items:center;justify-content:space-between;gap:20px;border-top:1px solid #e8ebee;color:#7a838d;font-size:.68rem}.cms-public-content article>footer .public-share{margin:0}.cms-public-empty{color:#737d87;text-align:center}
@media(max-width:575.98px){.cms-public-hero{min-height:300px}.cms-public-hero.no-image{min-height:250px}.cms-public-hero nav{padding-top:18px;font-size:.61rem}.cms-public-hero>.home-section-container>div{padding:48px 0 52px}.cms-public-hero h1{font-size:2.3rem}.cms-public-hero p{font-size:.75rem}.cms-public-content{padding:28px 0 40px}.cms-public-content article{padding:24px 18px;border-radius:13px;font-size:.82rem}.cms-public-content article h2{font-size:1.38rem}.cms-public-content article>footer{align-items:flex-start;flex-direction:column}}
.cms-article-layout{max-width:none}.cms-article-main{width:100%;max-width:none}.cms-article-page .article-detail-category{cursor:default}.cms-article-page .article-related{padding-bottom:8px}

/* Shared footer promise control. */
.site-footer-promises{position:relative;padding:14px 0;border-top:1px solid var(--brand-red);border-bottom:1px solid #e2e6ea;color:#242b34;background:#f4f6f8}.site-footer-promise-grid{overflow:hidden;border:1px solid #e1e5e9;border-radius:14px;background:#fff;box-shadow:0 8px 26px rgba(27,39,51,.07)}.site-footer-promise{min-height:82px;padding:15px 20px;transition:background-color .2s}.site-footer-promise:hover{background:#fff8f8}.site-footer-promise>span{border:1px solid #ffdfe2;background:#fff2f3}.site-footer-promise strong{color:#1f2935;font-size:.76rem;font-weight:800;letter-spacing:.01em}.site-footer-promise small{color:#727c87;font-size:.65rem}.site-footer-promise:first-child{border-left:0}.site-footer-promise:last-child{border-right:0}
@media(max-width:991.98px){.site-footer-promises{padding:12px 0}.site-footer-promise{min-height:76px}.site-footer-promise-grid{border-radius:12px}}
@media(max-width:575.98px){.site-footer-promises{padding:10px 0}.site-footer-promise-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.site-footer-promise{min-height:88px;padding:12px 10px;gap:9px;border-right:0!important;border-bottom:0!important}.site-footer-promise:nth-child(odd){border-right:1px solid #e8ebee!important}.site-footer-promise:nth-child(-n+2){border-bottom:1px solid #e8ebee!important}.site-footer-promise>span{width:34px;height:34px;flex-basis:34px}.site-footer-promise svg{width:18px;height:18px}.site-footer-promise strong{font-size:.62rem;line-height:1.3}.site-footer-promise small{font-size:.55rem;line-height:1.35}}
/* Testimonial section adapted from the approved FUNTRIP HTML demo to the site's 1160px grid. */
.home-testimonials{min-height:720px;padding:52px 0 112px;background:radial-gradient(circle at 83% 19%,rgba(255,55,68,.2) 0 14%,transparent 14.2%),radial-gradient(circle at 9% 66%,rgba(255,40,48,.12) 0 20%,transparent 20.4%),linear-gradient(135deg,#a60008 0%,#d90010 50%,#a60009 100%)}
.home-testimonials::before{top:-340px;right:-190px;width:620px;height:620px;border:2px solid rgba(255,255,255,.04);box-shadow:0 0 0 72px rgba(255,255,255,.02),0 0 0 150px rgba(255,255,255,.015)}
.testimonial-decoration.quote{top:70px;left:max(20px,calc((100% - var(--header-width))/2 - 55px));font-size:11rem;color:rgba(255,255,255,.08)}
.testimonial-flight{position:absolute;z-index:1;top:115px;right:max(25px,calc((100% - var(--header-width))/2 - 65px));width:300px;pointer-events:none}.testimonial-flight>path{fill:none;stroke:rgba(255,255,255,.25);stroke-width:2.2;stroke-dasharray:8 8;stroke-linecap:round}.testimonial-flight g path{fill:rgba(255,255,255,.34)}
.testimonial-heading{max-width:800px;margin:0 auto 38px}.testimonial-script{margin-bottom:6px;font-size:1.55rem;transform:rotate(-2deg)}.testimonial-heading h2{font-size:2.65rem;font-weight:800;letter-spacing:-.03em;line-height:1.14}.testimonial-heading i{display:flex;width:57px;height:4px;margin:11px auto 14px}.testimonial-heading p{margin-top:0!important;font-size:.88rem!important}
.testimonial-grid{display:flex;gap:18px;overflow:hidden;padding:4px 1px 22px;scroll-behavior:smooth}
.testimonial-card{flex:0 0 calc((100% - 54px)/4);min-height:325px;padding:23px 21px 19px;border:1px solid rgba(255,255,255,.65);border-radius:18px;background:linear-gradient(180deg,#fff,#fbfbfb);box-shadow:0 12px 28px rgba(72,0,4,.2),inset 0 1px rgba(255,255,255,.7)}
.testimonial-card-head{margin-bottom:10px}.testimonial-quote{font-size:3rem}.testimonial-stars{font-size:.78rem;letter-spacing:1.4px}.testimonial-card blockquote{margin:0;color:#222;font-size:.75rem;font-weight:500;line-height:1.67}.testimonial-card footer{gap:12px;margin-top:auto;padding-top:14px}.testimonial-card footer img{width:58px;height:58px;border:2px solid #fff;box-shadow:0 0 0 1px rgba(0,0,0,.04)}.testimonial-card footer strong{margin-bottom:2px;font-size:.76rem}.testimonial-card footer small{font-size:.62rem}.testimonial-location{display:flex;align-items:center;gap:5px}.testimonial-location svg{width:14px;height:14px;fill:var(--brand-red);stroke:var(--brand-red);stroke-width:1.3}.testimonial-tour{display:none}
.testimonial-arrow{width:48px;height:48px;border:1px solid rgba(255,255,255,.24);background:rgba(255,255,255,.1);backdrop-filter:blur(4px)}.testimonial-arrow svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}.testimonial-arrow.previous{left:-66px}.testimonial-arrow.next{right:-66px}
.testimonial-trust{grid-template-columns:repeat(4,1fr);width:min(790px,100%);margin:30px auto 0;padding:0;border:0;border-radius:0;background:none;box-shadow:none}.testimonial-trust>div{gap:12px;padding:0 20px}.testimonial-trust strong{font-size:1rem}.testimonial-trust span{font-size:.6rem}.trust-icon{flex-basis:43px;width:43px;height:43px}.trust-icon svg{width:100%;height:100%;stroke-width:1.5}.testimonial-wave{height:92px}.testimonial-wave .wave-back{fill:rgba(255,255,255,.93)}
@media(max-width:1199.98px){.testimonial-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory}.testimonial-card{flex:0 0 min(340px,72vw);scroll-snap-align:start}.testimonial-arrow.previous{left:8px}.testimonial-arrow.next{right:8px}.testimonial-trust{grid-template-columns:repeat(2,1fr);width:min(600px,100%);gap:22px 0}.testimonial-trust>div:nth-child(2){border:0}}
@media(max-width:575.98px){.home-testimonials{min-height:0;padding:45px 0 112px}.testimonial-heading{margin-bottom:28px}.testimonial-script{font-size:1.15rem}.testimonial-heading h2{font-size:1.85rem}.testimonial-heading p{font-size:.76rem!important;line-height:1.55}.testimonial-grid{gap:14px}.testimonial-card{flex-basis:84vw;min-height:315px;padding:22px 20px}.testimonial-arrow{display:none}.testimonial-trust{gap:22px 8px;margin-top:22px}.testimonial-trust>div{flex-direction:column;gap:5px;padding:0 5px;text-align:center;border:0}.testimonial-trust span{font-size:.58rem}.trust-icon{width:38px;height:38px}.testimonial-flight{top:145px;right:-80px;width:240px}.testimonial-wave{height:75px}}
/* Compact premium testimonial layout. Slider behavior and dynamic content remain unchanged. */
.service-bottom-wave,.testimonial-wave{display:none}.home-services{padding-bottom:70px}
.home-testimonials{min-height:0;padding:38px 0 42px;background:linear-gradient(115deg,#b5000d 0,#de0718 52%,#b6000d 100%)}.home-testimonials::before{top:-390px;right:-220px;opacity:.45;box-shadow:0 0 0 72px rgba(255,255,255,.012),0 0 0 150px rgba(255,255,255,.009)}.testimonial-container{width:min(calc(100% - 64px),1420px);max-width:none}.testimonial-decoration.quote{top:55px;left:3%;color:rgba(255,255,255,.04);font-size:10rem}.testimonial-flight{top:78px;right:3%;width:270px;opacity:.38}.testimonial-flight>path{stroke:rgba(255,255,255,.24)}.testimonial-flight g path{fill:rgba(255,255,255,.26)}
.testimonial-heading{max-width:790px;margin:0 auto 25px}.testimonial-script{margin:0 0 8px;color:#ffd071;font-family:inherit;font-size:.72rem;font-style:normal;font-weight:750;letter-spacing:.16em;text-transform:uppercase;transform:none}.testimonial-heading h2{font-size:clamp(2rem,3vw,2.65rem);letter-spacing:-.035em}.testimonial-heading i{width:54px;height:3px;margin:11px auto 12px}.testimonial-heading p{font-size:.9rem!important;line-height:1.55}
.testimonial-grid{gap:20px;padding:3px 1px 14px}.testimonial-card{flex-basis:calc((100% - 60px)/4);height:372px;min-height:0;padding:27px 27px 23px;border-color:rgba(255,255,255,.38);border-radius:20px;background:linear-gradient(160deg,#fffdfd 0,#f9f7f7 100%);box-shadow:0 12px 28px rgba(71,0,5,.16),inset 0 1px rgba(255,255,255,.65)}.testimonial-card-head{margin-bottom:17px}.testimonial-quote{font-size:3.6rem;line-height:.62}.testimonial-stars{font-size:1rem;letter-spacing:1.6px}.testimonial-card blockquote{display:-webkit-box;margin:0;overflow:hidden;font-size:1rem;font-weight:450;line-height:1.62;-webkit-box-orient:vertical;-webkit-line-clamp:7}.testimonial-card footer{gap:14px;margin-top:auto;padding-top:16px}.testimonial-card footer img{width:70px;height:70px}.testimonial-card footer strong{margin-bottom:4px;font-size:1.06rem}.testimonial-card footer small{font-size:.84rem}.testimonial-location svg{width:17px;height:17px}
.testimonial-arrow{width:50px;height:50px;background:rgba(255,255,255,.11);box-shadow:0 7px 18px rgba(80,0,5,.16)}.testimonial-arrow.previous{left:-28px}.testimonial-arrow.next{right:-28px}.testimonial-arrow:hover{background:rgba(255,255,255,.19);transform:translateY(-50%) scale(1.03)}
.testimonial-trust{width:min(960px,100%);margin-top:22px}.testimonial-trust>div{gap:14px;padding:0 26px}.trust-icon{flex-basis:48px;width:48px;height:48px}.testimonial-trust strong{font-size:1.4rem;line-height:1}.testimonial-trust span{margin-top:5px;font-size:.82rem}
@media(max-width:1199.98px){.testimonial-container{width:min(calc(100% - 48px),1120px)}.testimonial-card{flex-basis:min(360px,78vw);height:365px}.testimonial-arrow.previous{left:5px}.testimonial-arrow.next{right:5px}.testimonial-trust{width:min(720px,100%)}}
@media(max-width:767.98px){.home-testimonials{padding:34px 0 38px}.testimonial-container{width:calc(100% - 30px)}.testimonial-heading{margin-bottom:22px}.testimonial-heading h2{font-size:1.85rem}.testimonial-heading p{font-size:.78rem!important}.testimonial-grid{gap:14px}.testimonial-card{flex-basis:min(350px,86vw);height:350px;padding:23px 21px 20px}.testimonial-card blockquote{font-size:.91rem}.testimonial-card footer img{width:62px;height:62px}.testimonial-card footer strong{font-size:.95rem}.testimonial-card footer small{font-size:.75rem}.testimonial-trust{grid-template-columns:1fr 1fr;gap:18px 8px;margin-top:18px}.testimonial-trust>div{flex-direction:row;justify-content:flex-start;gap:9px;padding:0 8px;text-align:left;border:0}.trust-icon{flex-basis:40px;width:40px;height:40px}.testimonial-trust strong{font-size:1.1rem}.testimonial-trust span{font-size:.67rem}.testimonial-flight{opacity:.2}}
/* Final testimonial polish: spacing, navigation clearance and content alignment only. */
.home-testimonials::before{opacity:.33}.testimonial-flight{opacity:.29}.testimonial-decoration.quote{color:rgba(255,255,255,.035)}
.testimonial-heading{margin-bottom:15px}.testimonial-grid{padding-bottom:14px}.testimonial-card{display:flex;flex-direction:column}.testimonial-card blockquote{display:-webkit-box;flex:1;min-height:0;overflow:hidden;font-size:1rem;line-height:1.62;-webkit-box-orient:vertical;-webkit-line-clamp:6}.testimonial-card footer{flex:none;margin-top:auto}.testimonial-trust{grid-template-columns:repeat(4,minmax(0,1fr));margin-top:30px}.testimonial-trust>div{justify-content:center;gap:14px;padding:0 30px;border-right-color:rgba(255,255,255,.18)}.testimonial-trust>div:last-child{border-right:0}.testimonial-trust p{gap:0}.testimonial-trust strong{margin:0}.testimonial-trust span{margin-top:5px}
@media(min-width:1200px){.testimonial-container{width:min(calc(100% - 140px),1420px)}.testimonial-arrow.previous{left:-68px}.testimonial-arrow.next{right:-68px}}
@media(max-width:1199.98px) and (min-width:768px){.testimonial-heading{margin-bottom:14px}.testimonial-trust{margin-top:28px}.testimonial-arrow.previous{left:-18px}.testimonial-arrow.next{right:-18px}}
@media(max-width:767.98px){.testimonial-heading{margin-bottom:14px}.testimonial-card blockquote{font-size:.91rem;line-height:1.62;-webkit-line-clamp:6}.testimonial-trust{grid-template-columns:1fr 1fr;margin-top:24px}.testimonial-trust>div{justify-content:flex-start;padding:0 10px;border:0}}
/* Contact and payment utility-page hero. */
.site-floating-tools{display:grid;position:fixed;z-index:90;right:22px;bottom:28px;gap:11px;justify-items:end}.site-floating-tool{display:block;position:relative;width:52px;height:52px;padding:0;border:0;border-radius:50%;color:#fff;background:transparent;text-decoration:none;filter:drop-shadow(0 7px 13px rgba(31,37,47,.22));cursor:pointer}.site-floating-tool i{display:grid;position:relative;z-index:2;width:52px;height:52px;place-items:center;border:2px solid rgba(255,255,255,.88);border-radius:50%;background:var(--brand-red);box-shadow:inset 0 0 0 1px rgba(255,255,255,.15);transition:transform .2s,box-shadow .2s}.site-floating-tool svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.site-floating-tool.phone svg{fill:currentColor;stroke:none}.site-floating-tool.phone::before,.site-floating-tool.phone::after{position:absolute;z-index:0;inset:0;border:1px solid rgba(218,7,24,.5);border-radius:50%;content:"";animation:floating-phone-pulse 2.2s infinite}.site-floating-tool.phone::after{animation-delay:1.1s}.site-floating-tool.zalo i{border-color:#fff;background:#0868ff}.site-floating-tool.zalo b{color:#fff;font-family:Arial,sans-serif;font-size:.67rem;font-style:normal;font-weight:800;letter-spacing:-.04em}.site-floating-tool.backtop{visibility:hidden;opacity:0;transform:translateY(12px);transition:opacity .2s,transform .2s,visibility .2s}.site-floating-tool.backtop.visible{visibility:visible;opacity:1;transform:none}.site-floating-tool.backtop i{color:#4d5661;border-color:#e2e5e8;background:#fff}.site-floating-tooltip{position:absolute;top:50%;right:63px;padding:7px 10px;border-radius:7px;color:#fff;background:rgba(24,28,33,.88);font-size:.65rem;font-weight:650;line-height:1;white-space:nowrap;visibility:hidden;opacity:0;transform:translate(7px,-50%);transition:.18s}.site-floating-tooltip::after{position:absolute;top:50%;right:-5px;width:10px;height:10px;background:inherit;content:"";transform:translateY(-50%) rotate(45deg)}.site-floating-tool:hover{color:#fff}.site-floating-tool:hover i{transform:translateY(-2px) scale(1.04);box-shadow:0 9px 22px rgba(40,0,3,.2)}.site-floating-tool:hover .site-floating-tooltip,.site-floating-tool:focus-visible .site-floating-tooltip{visibility:visible;opacity:1;transform:translate(0,-50%)}.site-floating-tool:focus-visible{outline:3px solid rgba(218,7,24,.22);outline-offset:3px}@keyframes floating-phone-pulse{0%{opacity:.65;transform:scale(1)}70%,100%{opacity:0;transform:scale(1.55)}}
.public-share{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.public-share-label{margin-right:3px;color:inherit;font-size:.66rem;font-weight:750;opacity:.72}.public-share-button{display:inline-flex;min-width:38px;height:38px;padding:0 11px;align-items:center;justify-content:center;gap:7px;border:1px solid rgba(95,104,114,.2);border-radius:20px;color:#4b545e;background:#fff;font:inherit;text-decoration:none;cursor:pointer;transition:.2s}.public-share-button b{font-family:Arial,sans-serif;font-size:.78rem;font-style:normal}.public-share-button i{font-size:.62rem;font-style:normal;font-weight:700;white-space:nowrap}.public-share-button svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.public-share-button.facebook{color:#fff;border-color:#1877f2;background:#1877f2}.public-share-button.zalo{color:#fff;border-color:#0868ff;background:#0868ff}.public-share-button.zalo b{font-size:.58rem;letter-spacing:-.04em}.public-share-button.copy.copied{color:#fff;border-color:#198754;background:#198754}.public-share-button:hover{color:inherit;box-shadow:0 6px 16px rgba(26,32,42,.13);transform:translateY(-2px)}.public-share-button.facebook:hover,.public-share-button.zalo:hover{color:#fff}.tour-detail-actions,.service-detail-actions{display:flex;align-items:center;flex-wrap:wrap;gap:16px}.tour-detail-actions .public-share{color:#fff}.tour-detail-actions .public-share-label{color:rgba(255,255,255,.82)}.tour-detail-actions .public-share-button.copy{color:#fff;border-color:rgba(255,255,255,.4);background:rgba(255,255,255,.12)}.destination-detail-hero .public-share{margin-top:24px}.destination-detail-hero .public-share-label{color:rgba(255,255,255,.82)}.destination-detail-hero .public-share-button.copy{color:#fff;border-color:rgba(255,255,255,.4);background:rgba(255,255,255,.12)}.service-detail-actions{margin-top:20px}.service-detail-actions .service-contact-cta{margin:0}.article-detail-footer .public-share-label{display:none}.static-page-share{padding:22px 0;background:#fff}.static-page-share .public-share{justify-content:center}
@media(max-width:575.98px){.site-floating-tools{right:12px;bottom:17px;gap:8px}.site-floating-tool,.site-floating-tool i{width:46px;height:46px}.site-floating-tool svg{width:21px;height:21px}.site-floating-tooltip{display:none}}
@media(max-width:575.98px){.public-share-label,.public-share-button i{display:none}.public-share-button{width:38px;min-width:38px;padding:0;border-radius:50%}.tour-detail-actions,.service-detail-actions{align-items:flex-start;flex-direction:column}.article-detail-footer .public-share{align-self:flex-end}}
@media(prefers-reduced-motion:reduce){.site-floating-tool.phone::before,.site-floating-tool.phone::after{animation:none}.site-floating-tool,.site-floating-tool i{transition:none}}
.article-detail-page{color:#252a31;background:#fff}.article-detail-hero{position:relative;min-height:520px;overflow:hidden;color:#fff;background:#8d070e var(--article-cover) center/cover no-repeat}.article-detail-hero.no-image{background:radial-gradient(circle at 76% 24%,rgba(255,255,255,.13),transparent 28%),linear-gradient(125deg,#850008,#d90a18 58%,#a1000b)}.article-detail-hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(41,0,3,.9) 0,rgba(65,0,5,.7) 50%,rgba(84,0,7,.25) 100%),linear-gradient(0deg,rgba(35,0,2,.56),transparent 55%)}.article-detail-hero-inner{position:relative;z-index:2;padding-top:34px;padding-bottom:58px}.article-detail-breadcrumb{display:flex;align-items:center;gap:9px;max-width:100%;color:rgba(255,255,255,.58);font-size:.68rem}.article-detail-breadcrumb a{color:rgba(255,255,255,.88);text-decoration:none}.article-detail-breadcrumb strong{max-width:390px;overflow:hidden;font-weight:500;text-overflow:ellipsis;white-space:nowrap}.article-detail-heading{display:flex;min-height:390px;max-width:900px;flex-direction:column;justify-content:flex-end}.article-detail-category{align-self:flex-start;margin-bottom:16px;padding:7px 12px;border:1px solid rgba(255,255,255,.4);border-radius:20px;color:#fff;background:rgba(218,7,24,.52);font-size:.67rem;font-weight:800;letter-spacing:.08em;text-decoration:none;text-transform:uppercase;backdrop-filter:blur(4px)}.article-detail-heading h1{margin:0;max-width:940px;font-size:clamp(2.35rem,4.3vw,4rem);font-weight:850;letter-spacing:-.045em;line-height:1.08;text-wrap:balance}.article-detail-meta{display:flex;flex-wrap:wrap;gap:18px;margin-top:22px;color:rgba(255,255,255,.76);font-size:.69rem}.article-detail-meta span{display:inline-flex;align-items:center;gap:7px}.article-detail-meta svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.article-detail-surface{position:relative;padding:0 0 82px;background:linear-gradient(180deg,#f7f7f8 0,#fff 280px)}.article-detail-layout{display:grid;position:relative;z-index:3;grid-template-columns:minmax(0,800px) 300px;gap:42px;align-items:start}.article-detail-main{min-width:0;margin-top:-34px;padding:34px 42px 38px;border:1px solid #ebedef;border-radius:20px;background:#fff;box-shadow:0 18px 50px rgba(30,37,48,.1)}.article-detail-lead{position:relative;margin:0 0 31px;padding:2px 0 2px 23px;color:#343a43;font-size:1.08rem;font-weight:650;line-height:1.75}.article-detail-lead::before{position:absolute;top:4px;bottom:4px;left:0;width:4px;border-radius:5px;background:var(--brand-red);content:""}.article-detail-main .public-article-content{color:#3e4650;font-size:.94rem;line-height:1.82;overflow-wrap:break-word}.article-detail-main .public-article-content>p:first-child{margin-top:0}.article-detail-main .public-article-content p{margin:0 0 1.25em}.article-detail-main .public-article-content h2{margin:2em 0 .75em;color:#171b20;font-size:1.55rem;font-weight:800;letter-spacing:-.025em;line-height:1.3;scroll-margin-top:110px}.article-detail-main .public-article-content h3{margin:1.6em 0 .65em;color:#20252b;font-size:1.15rem;font-weight:750;scroll-margin-top:110px}.article-detail-main .public-article-content h2::after{display:block;width:42px;height:3px;margin-top:10px;border-radius:4px;background:var(--brand-red);content:""}.article-detail-main .public-article-content ul,.article-detail-main .public-article-content ol{margin:0 0 1.4em;padding-left:1.35em}.article-detail-main .public-article-content li{margin-bottom:.55em;padding-left:.25em}.article-detail-main .public-article-content li::marker{color:var(--brand-red);font-weight:700}.article-detail-main .public-article-content a{color:var(--brand-red);font-weight:650;text-decoration-thickness:1px;text-underline-offset:3px}.article-detail-main .public-article-content img{display:block;width:calc(100% + 16px);max-width:calc(100% + 16px);height:auto;margin:28px -8px;border-radius:14px;box-shadow:0 12px 30px rgba(26,32,42,.12)}.article-detail-main .public-article-content blockquote{position:relative;margin:28px 0;padding:24px 27px 24px 54px;border:0;border-radius:14px;color:#761019;background:#fff3f4;font-size:1rem;font-weight:650;font-style:italic}.article-detail-main .public-article-content blockquote::before{position:absolute;top:12px;left:18px;color:var(--brand-red);font-family:Georgia,serif;font-size:3.4rem;line-height:1;content:"“"}.article-detail-main .public-article-content table{display:block;width:100%;margin:24px 0;overflow-x:auto;border-collapse:collapse}.article-detail-main .public-article-content th,.article-detail-main .public-article-content td{padding:11px 13px;border:1px solid #e4e6e8;text-align:left}.article-detail-main .public-article-content th{color:#fff;background:var(--brand-red)}.article-detail-sidebar{display:grid;position:sticky;top:105px;gap:18px;margin-top:30px}.article-toc{padding:23px;border:1px solid #e7e9ec;border-radius:16px;background:#fff;box-shadow:0 10px 28px rgba(28,35,45,.055)}.article-toc>span{display:block;margin-bottom:4px;color:var(--brand-red);font-size:.61rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.article-toc>strong{display:block;margin-bottom:16px;color:#20252b;font-size:.94rem}.article-toc nav{display:grid;border-top:1px solid #eceef0}.article-toc nav a{position:relative;padding:11px 0 11px 15px;border-bottom:1px solid #eceef0;color:#555e69;font-size:.69rem;line-height:1.45;text-decoration:none}.article-toc nav a::before{position:absolute;top:17px;left:0;width:5px;height:5px;border-radius:50%;background:#d1d5da;content:""}.article-toc nav a:hover{color:var(--brand-red)}.article-toc nav a:hover::before{background:var(--brand-red)}.article-toc nav a.sub{padding-left:27px;color:#737b84}.article-toc nav a.sub::before{left:13px}.article-advice{position:relative;padding:26px 24px 24px;overflow:hidden;border-radius:17px;color:#fff;background:linear-gradient(140deg,#99000a,#dc0a19 62%,#b1000c);box-shadow:0 14px 32px rgba(155,0,10,.2)}.article-advice::after{position:absolute;right:-45px;bottom:-55px;width:150px;height:150px;border:20px solid rgba(255,255,255,.06);border-radius:50%;content:""}.article-advice>span{font-size:.61rem;font-weight:750;letter-spacing:.12em;text-transform:uppercase}.article-advice h2{position:relative;z-index:1;margin:10px 0 9px;font-size:1.25rem;line-height:1.3}.article-advice p{position:relative;z-index:1;margin:0 0 18px;color:rgba(255,255,255,.78);font-size:.7rem;line-height:1.6}.article-advice a{display:inline-flex;position:relative;z-index:1;align-items:center;gap:12px;padding:10px 13px;border-radius:8px;color:var(--brand-red);background:#fff;font-size:.68rem;font-weight:800;text-decoration:none}.article-advice a b{font-size:.9rem}.article-back-category{display:flex;align-items:center;gap:9px;padding:5px 7px;color:#4f5863;font-size:.68rem;font-weight:700;text-decoration:none}.article-back-category span{color:var(--brand-red);font-size:1rem}.article-detail-footer{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:42px;padding-top:25px;border-top:1px solid #e8eaed}.article-detail-footer>div:first-child{display:grid;gap:3px}.article-detail-footer span{color:#848b94;font-size:.65rem}.article-detail-footer strong{color:#292f36;font-size:.8rem}.article-share{display:flex;gap:8px}.article-share a,.article-share button{display:grid;width:38px;height:38px;padding:0;place-items:center;border:1px solid #e1e4e7;border-radius:50%;color:#fff;background:var(--brand-red);font-family:Arial;font-size:.9rem;font-weight:800;text-decoration:none;cursor:pointer}.article-share button{color:var(--brand-red);background:#fff}.article-share button.copied{color:#fff;background:#198754}.article-share svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
@media(max-width:991.98px){.article-detail-hero{min-height:460px}.article-detail-layout{grid-template-columns:minmax(0,1fr) 260px;gap:24px}.article-detail-main{padding:30px}.article-detail-heading{min-height:330px}.article-detail-sidebar{top:90px}}
@media(max-width:767.98px){.article-detail-hero{min-height:430px}.article-detail-hero-inner{padding-top:25px;padding-bottom:40px}.article-detail-heading{min-height:325px}.article-detail-heading h1{font-size:2.25rem}.article-detail-breadcrumb strong{display:none}.article-detail-layout{grid-template-columns:1fr}.article-detail-main{margin-top:-24px;padding:27px 23px}.article-detail-sidebar{position:static;margin-top:0}.article-toc{order:-1}.article-detail-main .public-article-content{font-size:.9rem}.article-detail-main .public-article-content h2{font-size:1.35rem}.article-detail-main .public-article-content img{width:100%;max-width:100%;margin:22px 0}.article-detail-footer{align-items:flex-start;flex-direction:column}.article-advice{display:none}}
@media(max-width:575.98px){.article-detail-hero{min-height:390px}.article-detail-heading{min-height:290px}.article-detail-heading h1{font-size:1.85rem}.article-detail-meta{gap:10px}.article-detail-meta span:last-child{display:none}.article-detail-main{padding:24px 19px;border-radius:15px}.article-detail-lead{padding-left:18px;font-size:.96rem}.article-detail-surface{padding-bottom:55px}}

/* Travel guide detail: editorial content with a lightweight discovery sidebar. */
.article-detail-surface{padding-bottom:64px}.article-detail-layout{grid-template-columns:minmax(0,1fr) minmax(300px,320px);gap:38px}.article-detail-main{padding-bottom:30px}.article-detail-sidebar{gap:0;top:100px;margin-top:34px;border-left:1px solid #e8ebee;padding-left:24px}.article-tour-block{padding:0 0 25px}.article-tour-block+.article-tour-block{padding-top:24px;border-top:1px solid #e8ebee}.article-tour-block h2{margin:0 0 15px;color:#17263d;font-size:.8rem;font-weight:850;letter-spacing:.1em;text-transform:uppercase}.article-tour-search{display:flex;height:42px;align-items:center;gap:9px;margin-bottom:13px;padding:0 12px;border:1px solid #e1e5e9;border-radius:10px;background:#fafbfc;transition:.2s}.article-tour-search:focus-within{border-color:rgba(205,13,28,.45);background:#fff;box-shadow:0 0 0 3px rgba(205,13,28,.07)}.article-tour-search svg{width:17px;height:17px;fill:none;stroke:#8a929c;stroke-width:1.8;stroke-linecap:round}.article-tour-search input{min-width:0;width:100%;border:0;outline:0;color:#28323e;background:transparent;font:inherit;font-size:.72rem}.article-tour-search input::placeholder{color:#969da5}.article-tour-tree{display:grid}.article-tree-row{display:flex;min-height:37px;align-items:center;padding-left:calc(var(--tree-level)*14px);border-radius:8px}.article-tree-row:hover{background:#fff6f6}.article-tree-row button,.article-tree-spacer{display:grid;width:25px;height:32px;flex:0 0 25px;padding:0;place-items:center;border:0;color:#7b848f;background:transparent;cursor:pointer}.article-tree-row button svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;transition:transform .2s ease}.article-tree-item.open>.article-tree-row button svg{transform:rotate(90deg)}.article-tree-row a{min-width:0;flex:1;color:#4c5662;font-size:.72rem;line-height:1.35;text-decoration:none;transition:color .18s}.article-tree-row:hover>a,.article-tree-row a:hover{color:var(--brand-red)}.article-tree-row small{margin:0 7px;color:#9ba2aa;font-size:.59rem}.article-tree-item.root>.article-tree-row>a{color:#17263d;font-weight:800}.article-tree-children{display:none}.article-tree-item.open>.article-tree-children{display:block}.article-tour-empty{margin:10px 0 0;color:#7c858f;font-size:.68rem}.article-suggested-list{display:grid;gap:14px}.article-suggested-item{display:grid;grid-template-columns:100px minmax(0,1fr);gap:12px;color:inherit;text-decoration:none}.article-suggested-media{display:block;width:100px;height:70px;overflow:hidden;border-radius:10px;background:#f0f2f4}.article-suggested-media img{width:100%;height:100%;object-fit:cover;transition:transform .25s}.article-suggested-item:hover img{transform:scale(1.04)}.article-suggested-copy{display:flex;min-width:0;flex-direction:column}.article-suggested-copy strong{display:-webkit-box;overflow:hidden;color:#263142;font-size:.69rem;font-weight:750;line-height:1.4;-webkit-box-orient:vertical;-webkit-line-clamp:2}.article-suggested-item:hover strong{color:var(--brand-red)}.article-suggested-copy small{margin-top:4px;color:#8a929b;font-size:.59rem}.article-suggested-copy b{margin-top:auto;color:var(--brand-red);font-size:.66rem}.article-all-tours{display:inline-flex;align-items:center;gap:7px;margin-top:17px;color:var(--brand-red);font-size:.68rem;font-weight:750;text-decoration:none}.article-all-tours span{transition:transform .2s}.article-all-tours:hover span{transform:translateX(3px)}.article-detail-footer{align-items:center}.article-tags{display:flex!important;flex-flow:row wrap!important;gap:7px!important}.article-tags span{padding:7px 10px;border:1px solid #e4e7ea;border-radius:20px;color:#5f6873!important;background:#fafbfc;font-size:.62rem!important}.article-related{padding-top:76px}.article-related header{text-align:center}.article-related header>span,.article-page-cta>div>span{color:var(--brand-red);font-size:.64rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.article-related header h2{margin:7px 0 28px;color:#17263d;font-size:clamp(1.65rem,2.5vw,2.25rem);letter-spacing:-.025em;text-transform:uppercase}.article-related-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:26px}.article-related-card{overflow:hidden;border:1px solid #e8ebee;border-radius:14px;color:inherit;background:#fff;text-decoration:none;transition:transform .2s,border-color .2s}.article-related-card:hover{border-color:#d9dde2;transform:translateY(-3px)}.article-related-image{display:block;aspect-ratio:16/10;overflow:hidden;background:#f0f2f4}.article-related-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.article-related-card:hover img{transform:scale(1.03)}.article-related-copy{display:flex;padding:17px 18px 18px;flex-direction:column}.article-related-copy small{color:var(--brand-red);font-size:.6rem;font-weight:800;text-transform:uppercase}.article-related-copy strong{display:-webkit-box;min-height:2.8em;margin-top:7px;overflow:hidden;color:#202d40;font-size:.83rem;line-height:1.4;-webkit-box-orient:vertical;-webkit-line-clamp:2}.article-related-card:hover strong{color:var(--brand-red)}.article-related-copy time{margin-top:12px;color:#9098a1;font-size:.61rem}.article-page-cta{display:flex;align-items:center;justify-content:space-between;gap:30px;margin-top:72px;padding:34px 40px;border:1px solid #f0dfe1;border-radius:18px;background:#fff7f7}.article-page-cta h2{margin:6px 0;color:#17263d;font-size:1.55rem;letter-spacing:-.025em}.article-page-cta p{margin:0;color:#69727d;font-size:.76rem}.article-page-cta nav{display:flex;flex-shrink:0;gap:10px}.article-page-cta nav a{display:inline-flex;min-height:44px;align-items:center;padding:0 19px;border:1px solid #dfe3e7;border-radius:10px;color:#263142;background:#fff;font-size:.7rem;font-weight:800;text-decoration:none}.article-page-cta nav a.primary{border-color:var(--brand-red);color:#fff;background:var(--brand-red)}
.article-detail-footer .public-share{gap:7px}.article-detail-footer .public-share-label{display:inline-block;margin-right:5px;color:#7b838d;font-size:.64rem;font-weight:700;opacity:1}.article-detail-footer .public-share-button{width:38px;min-width:38px;height:38px;padding:0;border-radius:50%;box-shadow:none}.article-detail-footer .public-share-button i{display:none}.article-detail-footer .public-share-button b{font-weight:800}.article-detail-footer .public-share-button.facebook{border-color:#dce9fc;color:#1877f2;background:#f2f7ff}.article-detail-footer .public-share-button.facebook b{font-size:.88rem}.article-detail-footer .public-share-button.zalo{border-color:#d9e8ff;color:#0868ff;background:#f1f6ff}.article-detail-footer .public-share-button.zalo b{font-size:.53rem}.article-detail-footer .public-share-button.copy{border-color:#e1e5e9;color:#59636f;background:#f8f9fa}.article-detail-footer .public-share-button:hover{color:#fff;border-color:var(--brand-red);background:var(--brand-red);box-shadow:0 7px 16px rgba(186,9,22,.16);transform:translateY(-2px)}.article-detail-footer .public-share-button.facebook:hover{border-color:#1877f2;background:#1877f2}.article-detail-footer .public-share-button.zalo:hover{border-color:#0868ff;background:#0868ff}.article-detail-footer .public-share-button.copy.copied{border-color:#198754;color:#fff;background:#198754}
@media(max-width:991.98px){.article-detail-layout{grid-template-columns:minmax(0,1fr) 300px;gap:26px}.article-detail-sidebar{padding-left:20px}.article-related-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:767.98px){.article-detail-layout{display:flex;flex-direction:column}.article-detail-main{width:100%;order:1}.article-detail-sidebar{position:static;width:100%;order:2;margin-top:0;padding:31px 0 0;border-left:0;border-top:1px solid #e8ebee}.article-tour-block{padding-bottom:28px}.article-tree-row{min-height:43px}.article-tree-row button{width:34px;height:38px;flex-basis:34px}.article-tree-row a{font-size:.77rem}.article-related{padding-top:56px}.article-page-cta{align-items:flex-start;flex-direction:column;padding:28px}.article-page-cta nav{width:100%}.article-page-cta nav a{justify-content:center;flex:1}}
@media(max-width:575.98px){.article-detail-meta span:last-child{display:inline-flex}.article-detail-footer{align-items:flex-start}.article-related-grid{grid-template-columns:1fr;gap:17px}.article-related header{text-align:left}.article-related header h2{font-size:1.45rem}.article-page-cta{margin-top:52px;padding:25px 21px}.article-page-cta h2{font-size:1.3rem}.article-page-cta nav{flex-direction:column}.article-page-cta nav a{width:100%}}
.public-utility-hero{position:relative;min-height:440px;padding:62px 0 66px;overflow:hidden;color:#fff;background:linear-gradient(118deg,#8d0009 0,#d90818 55%,#a4000c 100%)}.public-utility-hero::before{position:absolute;inset:0;background:radial-gradient(circle at 76% 32%,rgba(255,255,255,.14),transparent 28%),linear-gradient(90deg,rgba(94,0,8,.14),transparent 56%);content:""}.public-utility-hero::after{position:absolute;right:-90px;bottom:-150px;width:520px;height:320px;border:1px solid rgba(255,255,255,.1);border-radius:50%;box-shadow:0 0 0 55px rgba(255,255,255,.025),0 0 0 110px rgba(255,255,255,.018);content:""}.public-utility-hero.payment{background:linear-gradient(118deg,#8e0009 0,#d50818 52%,#a6000d 100%)}.public-utility-hero.contact{background:linear-gradient(118deg,#7e0008 0,#d80818 58%,#a6000d 100%)}.public-utility-hero-inner{display:grid;position:relative;z-index:2;grid-template-columns:minmax(0,1.15fr) minmax(330px,.85fr);gap:70px;align-items:center}.public-utility-copy nav{display:flex;align-items:center;gap:9px;margin-bottom:40px;color:rgba(255,255,255,.63);font-size:.7rem}.public-utility-copy nav a{color:#fff;text-decoration:none}.public-utility-copy nav strong{color:rgba(255,255,255,.78);font-weight:550}.public-utility-eyebrow{display:inline-flex;align-items:center;gap:10px;margin-bottom:12px;color:#ffd0d3;font-size:.72rem;font-weight:750;letter-spacing:.14em;text-transform:uppercase}.public-utility-eyebrow::before{width:34px;height:2px;background:#fff;content:""}.public-utility-copy h1{max-width:720px;margin:0 0 16px;font-size:clamp(2.5rem,4.7vw,4.25rem);font-weight:850;letter-spacing:-.045em;line-height:1.04}.public-utility-copy>p{max-width:640px;margin:0;color:rgba(255,255,255,.82);font-size:1rem;line-height:1.72}.public-utility-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:27px}.public-utility-actions a{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 19px;border:1px solid rgba(255,255,255,.36);border-radius:9px;color:#fff;font-size:.76rem;font-weight:750;text-decoration:none;transition:.2s}.public-utility-actions a.primary{border-color:#fff;color:var(--brand-red);background:#fff;box-shadow:0 10px 26px rgba(83,0,6,.22)}.public-utility-actions a.primary span{margin-left:10px;font-size:1rem}.public-utility-actions a:hover{transform:translateY(-2px)}.public-utility-actions a.secondary:hover{background:rgba(255,255,255,.12)}.public-utility-visual{display:grid;position:relative;min-height:292px;padding:25px 30px 21px;place-items:center;border:1px solid rgba(255,255,255,.22);border-radius:28px;background:linear-gradient(145deg,rgba(255,255,255,.15),rgba(255,255,255,.055));box-shadow:0 25px 60px rgba(69,0,5,.25);backdrop-filter:blur(7px)}.public-utility-visual::before{position:absolute;inset:12px;border:1px dashed rgba(255,255,255,.15);border-radius:20px;content:""}.public-utility-visual svg{z-index:1;width:min(100%,300px);height:205px;fill:none;stroke:#fff;stroke-width:3;stroke-linecap:round;stroke-linejoin:round}.utility-visual-label{position:absolute;z-index:2;top:20px;left:25px;padding:7px 11px;border-radius:20px;color:#9f000b;background:#fff;font-size:.64rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.public-utility-visual small{position:relative;z-index:2;color:rgba(255,255,255,.76);font-size:.67rem}.public-utility-orbit{position:absolute;border:1px solid rgba(255,255,255,.08);border-radius:50%}.public-utility-orbit.one{top:-170px;left:-110px;width:410px;height:410px}.public-utility-orbit.two{right:33%;bottom:-260px;width:390px;height:390px}.public-utility-content{padding-top:48px}.public-utility-content .tour-detail-panel{max-width:900px;margin:0 auto}
@media(max-width:991.98px){.public-utility-hero{min-height:0}.public-utility-hero-inner{grid-template-columns:1fr;gap:38px}.public-utility-visual{min-height:240px}.public-utility-copy nav{margin-bottom:28px}}
@media(max-width:575.98px){.public-utility-hero{padding:38px 0 42px}.public-utility-hero-inner{gap:30px}.public-utility-copy nav{margin-bottom:25px}.public-utility-copy h1{font-size:2.35rem}.public-utility-copy>p{font-size:.85rem}.public-utility-actions{display:grid;grid-template-columns:1fr}.public-utility-visual{min-height:220px;padding:20px}.public-utility-visual svg{height:170px}.utility-visual-label{top:15px;left:18px}}
.destination-detail-hero { position:relative;padding:88px 0;overflow:hidden;color:#fff;background:linear-gradient(100deg,#72050b,#c60c17); }
.destination-detail-hero.has-image{background:linear-gradient(100deg,rgba(45,3,7,.9) 0,rgba(103,5,12,.68) 52%,rgba(107,7,13,.35) 100%),var(--destination-image) center/cover no-repeat}.destination-detail-hero.no-image{background:radial-gradient(circle at 78% 26%,rgba(255,255,255,.16),transparent 27%),linear-gradient(120deg,#79040b,#d20c19 60%,#9c0710)}.destination-detail-hero::after{position:absolute;right:-130px;bottom:-230px;width:560px;height:390px;border:1px solid rgba(255,255,255,.1);border-radius:50%;box-shadow:0 0 0 65px rgba(255,255,255,.025),0 0 0 130px rgba(255,255,255,.018);content:""}.destination-detail-hero .home-section-container{position:relative;z-index:1}
.destination-detail-hero nav,.tour-detail-hero nav { display:flex; flex-wrap:wrap; gap:8px; margin-bottom:25px; color:rgba(255,255,255,.7); font-size:.72rem; }.destination-detail-hero nav a,.tour-detail-hero nav a{color:#fff;text-decoration:none}.destination-detail-hero h1{margin:0 0 12px;font-size:clamp(2.3rem,5vw,4rem);font-weight:800}.destination-detail-hero p{max-width:650px;margin:0;color:rgba(255,255,255,.82);line-height:1.7}
.tour-detail-hero { padding:35px 0 58px; color:#fff; background:linear-gradient(130deg,#83070d,#d91620); }.tour-detail-hero-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:42px;align-items:center}.tour-detail-cover{position:relative;overflow:hidden;border-radius:20px;aspect-ratio:16/10;box-shadow:0 22px 50px rgba(65,0,4,.3)}.tour-detail-cover img{width:100%;height:100%;object-fit:cover}.tour-detail-cover>span{position:absolute;top:18px;right:18px;padding:8px 12px;border-radius:9px;background:#ff5a24;font-weight:800}.tour-detail-code{font-size:.7rem;letter-spacing:.12em}.tour-detail-summary h1{margin:9px 0 13px;font-size:clamp(1.8rem,3vw,2.7rem);font-weight:800}.tour-detail-summary>p{color:rgba(255,255,255,.78);line-height:1.65}.tour-detail-facts{display:flex;flex-wrap:wrap;gap:9px;margin:20px 0}.tour-detail-facts span{display:grid;gap:3px;padding:9px 12px;border:1px solid rgba(255,255,255,.2);border-radius:9px;font-size:.62rem}.tour-detail-facts strong{font-size:.72rem}.tour-detail-price{display:grid;gap:3px;margin:18px 0}.tour-detail-price del{color:rgba(255,255,255,.6)}.tour-detail-price strong{font-size:1.65rem}.tour-detail-price small{color:rgba(255,255,255,.7)}.tour-book-cta,.tour-contact-button,.service-contact-cta{display:inline-flex;padding:12px 18px;border-radius:9px;color:var(--brand-red);background:#fff;font-size:.76rem;font-weight:750;text-decoration:none}
.tour-detail-body{padding:58px 0;background:#f7f8fa}.tour-detail-layout{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:24px}.tour-detail-panel{margin-bottom:20px;padding:26px;border:1px solid #e7e9ec;border-radius:16px;background:#fff;box-shadow:0 10px 28px rgba(20,26,36,.06)}.tour-detail-panel h2{margin:0 0 18px;font-size:1.15rem}.tour-detail-panel.sticky{position:sticky;top:110px}.tour-itinerary-public details{border-top:1px solid #ececef}.tour-itinerary-public summary{display:flex;align-items:center;gap:12px;padding:16px 0;cursor:pointer}.tour-itinerary-public summary span{padding:5px 8px;border-radius:6px;color:#fff;background:var(--brand-red);font-size:.62rem}.tour-itinerary-public details>div{padding:0 0 18px;color:#66707d;font-size:.78rem;line-height:1.7}.itinerary-note{display:flex;gap:14px;padding:10px;background:#fff6f6}.departure-public-list{display:grid;gap:8px}.departure-public-list>div{display:grid;grid-template-columns:1fr auto;gap:3px;padding:11px;border-radius:9px;background:#f7f8fa}.departure-public-list span{color:var(--brand-red);font-weight:750}.departure-public-list small{grid-column:1/-1;color:#79828c}.tour-contact-button{display:flex;justify-content:center;margin-top:15px;color:#fff;background:var(--brand-red)}.tour-policies{padding:0 0 70px;background:#f7f8fa}.policy-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.policy-grid article{padding:24px;border-radius:15px;background:#fff}.policy-grid h3{color:var(--brand-red);font-size:.95rem}
.service-detail{padding:65px 0 90px;background:linear-gradient(180deg,#fff6f6,#fff)}.service-detail-grid{display:grid;grid-template-columns:1fr .75fr;gap:50px;align-items:center}.service-detail h1{margin:8px 0 14px;font-size:clamp(2rem,4vw,3.3rem);font-weight:800}.service-detail .lead{color:#687386;line-height:1.7}.service-detail-content{margin:24px 0;color:#5f6976;line-height:1.75}.service-detail-grid>img,.service-detail-visual{width:100%;aspect-ratio:4/3;border-radius:22px;object-fit:cover;box-shadow:0 20px 45px rgba(94,15,20,.16)}.service-detail-visual{display:grid;place-content:center;color:#fff;text-align:center;background:linear-gradient(135deg,#8d080f,#e01a23)}.service-detail-visual strong{font-size:2rem}.service-contact-cta{color:#fff;background:var(--brand-red)}
.service-article-page .article-detail-category{cursor:default}.service-detail-meta{margin-top:24px}.service-detail-sidebar{gap:18px}.service-detail-advice{display:block}.service-detail-benefits{padding:21px 20px;border:1px solid #e7e9ec;border-radius:14px;background:#fff}.service-detail-benefits h2{margin:0 0 14px;color:#202a38;font-size:.82rem;font-weight:850;letter-spacing:.07em;text-transform:uppercase}.service-detail-benefits ul{display:grid;gap:13px;margin:0;padding:0;list-style:none}.service-detail-benefits li{display:flex;align-items:flex-start;gap:10px}.service-detail-benefits li>i{display:grid;width:22px;height:22px;flex:0 0 22px;place-items:center;border-radius:50%;color:#fff;background:var(--brand-red);font-size:.65rem;font-style:normal;font-weight:800}.service-detail-benefits li>span{display:grid;gap:2px}.service-detail-benefits strong{color:#303946;font-size:.7rem}.service-detail-benefits small{color:#808892;font-size:.61rem;line-height:1.45}.service-detail-footer>div:first-child{display:grid;gap:3px}.service-page-cta{margin-bottom:0}
.service-sidebar-block{padding:21px 18px;border:1px solid #e5e8ec;border-radius:14px;background:#fff}.service-sidebar-block h2{margin:0 0 13px;color:#202a38;font-size:.78rem;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.service-sidebar-list{display:grid;gap:4px}.service-sidebar-list>a{display:grid;grid-template-columns:68px minmax(0,1fr) 13px;gap:10px;align-items:center;padding:8px;border-radius:10px;color:inherit;text-decoration:none;transition:background .18s,transform .18s}.service-sidebar-list>a:hover{background:#fff4f5;transform:translateX(2px)}.service-sidebar-media{display:grid;width:68px;height:51px;overflow:hidden;place-items:center;border-radius:8px;color:#fff;background:linear-gradient(135deg,#9d0714,#df1729)}.service-sidebar-media img{width:100%;height:100%;object-fit:cover;transition:transform .25s}.service-sidebar-list>a:hover img{transform:scale(1.05)}.service-sidebar-media>b{font-size:1.2rem;font-style:italic}.service-sidebar-list>a>span:nth-child(2){display:grid;min-width:0;gap:3px}.service-sidebar-list strong{display:-webkit-box;overflow:hidden;color:#293442;font-size:.68rem;line-height:1.35;-webkit-box-orient:vertical;-webkit-line-clamp:2}.service-sidebar-list small{overflow:hidden;color:#858e98;font-size:.56rem;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.service-sidebar-list span>b{color:var(--brand-red);font-size:.62rem}.service-sidebar-list>a>i{color:var(--brand-red);font-size:1.15rem;font-style:normal}.service-sidebar-all{display:flex;align-items:center;justify-content:space-between;margin-top:12px;padding:10px 11px;border-radius:8px;color:var(--brand-red);background:#fff2f3;font-size:.64rem;font-weight:800;text-decoration:none}.service-sidebar-all:hover{color:#fff;background:var(--brand-red)}.service-hot-tours{border-color:#f0dfe1}
@media(max-width:767.98px){.service-detail-sidebar{gap:16px}.service-detail-advice{display:block}.service-page-cta{margin-top:50px}}
@media(max-width:767.98px){.tour-detail-hero-grid,.tour-detail-layout,.service-detail-grid{grid-template-columns:1fr}.tour-detail-layout aside{order:-1}.tour-detail-panel.sticky{position:static}.policy-grid{grid-template-columns:1fr}.tour-detail-hero{padding-top:22px}.tour-detail-cover{border-radius:13px}}
.static-brand-hero{padding:34px 0 80px;color:#fff;background:linear-gradient(125deg,#82070d,#d81620)}.static-brand-hero nav{display:flex;gap:8px;margin-bottom:48px;color:rgba(255,255,255,.65);font-size:.7rem}.static-brand-hero nav a{color:#fff;text-decoration:none}.static-hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:65px;align-items:center}.static-brand-hero h1{max-width:650px;margin:10px 0 18px;font-size:clamp(2.3rem,5vw,4.4rem);font-weight:820;line-height:1.05;letter-spacing:-.045em}.static-brand-hero p{max-width:650px;color:rgba(255,255,255,.8);line-height:1.75}.static-primary-cta{display:inline-flex;gap:10px;margin-top:17px;padding:13px 18px;border-radius:9px;color:var(--brand-red);background:#fff;font-size:.75rem;font-weight:750;text-decoration:none}.about-hero-collage{position:relative}.about-hero-collage img{width:100%;aspect-ratio:4/3;border-radius:24px;object-fit:cover;box-shadow:0 28px 60px rgba(63,0,4,.35)}.about-hero-collage div{position:absolute;bottom:-25px;padding:14px 17px;border-radius:12px;color:#2b2d33;background:#fff;box-shadow:0 12px 28px rgba(47,0,3,.2)}.about-hero-collage div:nth-of-type(1){left:-25px}.about-hero-collage div:nth-of-type(2){right:-20px}.about-hero-collage strong,.about-hero-collage span{display:block}.about-hero-collage strong{color:var(--brand-red);font-size:1.25rem}.about-hero-collage span{font-size:.62rem}.about-story,.about-values,.about-capabilities,.event-types,.event-feature,.event-process{padding:78px 0}.static-two-column{display:grid;grid-template-columns:1.1fr .9fr;gap:70px;align-items:center}.static-two-column h2,.capability-intro h2,.event-feature h2{font-size:clamp(1.7rem,3vw,2.5rem);font-weight:800}.static-two-column p{color:#697482;line-height:1.8}.about-quote{position:relative;padding:38px;border-radius:20px;color:#fff;background:#252831}.about-quote>span{position:absolute;top:4px;right:20px;color:rgba(255,255,255,.12);font-family:Georgia;font-size:6rem}.about-quote blockquote{position:relative;margin:0 0 20px;font-size:1.2rem;line-height:1.55}.about-quote small{color:#ffbfc2}.about-values,.event-types{background:#f8f9fb}.value-grid,.event-type-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.value-grid article,.event-type-grid article{padding:28px;border:1px solid #e7e9ed;border-radius:16px;background:#fff}.value-grid span,.event-type-grid span{color:#e6a7aa;font-size:1.7rem;font-weight:800}.value-grid h3,.event-type-grid h3{margin:16px 0 9px}.value-grid p,.event-type-grid p{color:#707a87;font-size:.75rem;line-height:1.65}.about-capabilities>.home-section-container{display:grid;grid-template-columns:.8fr 1.2fr;gap:60px}.capability-list{display:grid;grid-template-columns:1fr 1fr;gap:12px}.capability-list span{padding:16px;border-left:3px solid var(--brand-red);border-radius:6px;background:#fff5f5;font-size:.76rem;font-weight:700}.static-final-cta{padding:48px 0;color:#fff;background:#20232a}.static-final-cta>.home-section-container{display:flex;align-items:center;justify-content:space-between;gap:25px}.static-final-cta span{color:#f6b6b9;font-size:.68rem}.static-final-cta h2{margin:5px 0 0;font-size:1.55rem}.static-final-cta a{padding:12px 17px;border-radius:8px;color:#fff;background:var(--brand-red);font-size:.72rem;font-weight:750;text-decoration:none}.static-brand-hero.events{min-height:610px;background:linear-gradient(90deg,rgba(70,2,7,.96),rgba(130,6,13,.65)),url('https://images.unsplash.com/photo-1507501336603-6e31db2be093?auto=format&fit=crop&w=1800&q=85') center/cover}.event-hero-copy{max-width:760px;padding-top:40px}.event-type-grid{grid-template-columns:repeat(4,1fr)}.event-feature>.home-section-container{display:grid;grid-template-columns:1fr 1fr;gap:55px;align-items:center}.event-feature-image{position:relative}.event-feature-image img{width:100%;aspect-ratio:4/3;border-radius:20px;object-fit:cover}.event-feature-image span{position:absolute;left:18px;bottom:18px;padding:8px 11px;border-radius:7px;color:#fff;background:var(--brand-red);font-size:.68rem;font-weight:700}.event-feature ul{display:grid;gap:12px;padding:0;list-style:none}.event-feature li{padding:12px 14px;border-radius:8px;background:#fff4f4;color:#59636f;font-size:.76rem}.event-feature a{color:var(--brand-red);font-weight:750;text-decoration:none}.process-line{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:#e4e6e9}.process-line article{padding:25px;background:#fff}.process-line strong{color:var(--brand-red);font-size:1.4rem}.process-line p{color:#737d89;font-size:.72rem}
@media(max-width:767.98px){.static-hero-grid,.static-two-column,.about-capabilities>.home-section-container,.event-feature>.home-section-container{grid-template-columns:1fr}.about-hero-collage{margin:10px 20px 25px}.value-grid,.event-type-grid,.process-line{grid-template-columns:1fr}.capability-list{grid-template-columns:1fr}.static-final-cta>.home-section-container{align-items:flex-start;flex-direction:column}.static-brand-hero{padding-bottom:55px}.static-brand-hero.events{min-height:560px}}
.article-detail-sidebar{top:20px;padding:22px 20px 20px;border:1px solid #e6e9ed;border-radius:16px;background:#fff;box-shadow:0 10px 30px rgba(30,39,52,.045)}
.article-tour-block{padding-bottom:23px}.article-tour-block+.article-tour-block{padding-top:23px;border-color:#e7eaee}.article-tour-block h2{display:flex;align-items:center;gap:10px;margin-bottom:16px;font-size:.76rem;letter-spacing:.11em}.article-tour-block h2::before{width:3px;height:17px;border-radius:4px;background:var(--brand-red);content:""}.article-tour-search{height:44px;margin-bottom:15px;border-color:#e1e5ea;border-radius:11px;background:#f8fafb}.article-tour-search svg{color:#77818d}.article-tour-tree{gap:3px}.article-tree-item.root{margin-bottom:4px}.article-tree-item.root>.article-tree-row{min-height:41px;padding-right:7px;background:#f8f9fb}.article-tree-item.root>.article-tree-row:hover{background:#fff3f4}.article-tree-row{position:relative;min-height:38px;transition:background .18s}.article-tree-row button{color:#798490}.article-tree-row a{font-size:.7rem}.article-tree-item.root>.article-tree-row>a{font-size:.71rem}.article-tree-row small{display:inline-flex;min-width:22px;height:20px;align-items:center;justify-content:center;margin-right:1px;padding:0 6px;border-radius:10px;color:#7e8791;background:#eef1f4;font-size:.55rem}.article-tree-row:hover small{color:var(--brand-red);background:#ffe8ea}.article-tree-item.root>.article-tree-children{position:relative;margin:2px 0 5px 13px;padding-left:4px;border-left:1px solid #edf0f2}.article-suggested-list{gap:5px}.article-suggested-item{grid-template-columns:92px minmax(0,1fr);gap:11px;padding:8px;border-radius:11px;transition:background .2s}.article-suggested-item:hover{background:#fff5f5}.article-suggested-media{width:92px;height:66px;border-radius:9px}.article-suggested-copy strong{font-size:.67rem}.article-suggested-copy b{font-size:.64rem}.article-all-tours{width:100%;justify-content:space-between;margin-top:13px;padding:11px 12px;border-radius:9px;background:#fff3f4}.article-all-tours:hover{color:#fff;background:var(--brand-red)}
@media(max-width:767.98px){.article-detail-sidebar{padding:22px 18px;border:1px solid #e6e9ed;border-radius:14px;box-shadow:none}.article-tree-row{min-height:44px}.article-tree-item.root>.article-tree-row{min-height:46px}.article-suggested-item{grid-template-columns:100px minmax(0,1fr)}.article-suggested-media{width:100px;height:70px}}

/* Refined public tour detail. */
.tour-page-new{color:#27313d;background:#fff}.tour-new-breadcrumb{padding-top:25px;padding-bottom:18px}.tour-new-breadcrumb nav{display:flex;gap:8px;color:#8b939c;font-size:.66rem}.tour-new-breadcrumb a{color:#626c77;text-decoration:none}.tour-new-breadcrumb strong{max-width:450px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tour-new-intro{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(360px,.88fr);gap:38px;padding-bottom:48px}.tour-new-main-image{position:relative;aspect-ratio:16/10;overflow:hidden;border-radius:18px;background:linear-gradient(135deg,#a5000c,#e21321);box-shadow:0 16px 40px rgba(26,34,45,.13)}.tour-new-main-image>img{width:100%;height:100%;object-fit:cover}.tour-new-main-image>span{display:grid;height:100%;place-items:center;color:#fff;font-size:2rem;font-weight:850}.tour-new-main-image>b{position:absolute;top:15px;right:15px;padding:7px 10px;border-radius:8px;color:#fff;background:var(--brand-red);font-size:.72rem}.tour-new-main-image button{display:grid;position:absolute;top:50%;width:38px;height:38px;padding:0;place-items:center;border:1px solid rgba(255,255,255,.35);border-radius:50%;color:#fff;background:rgba(20,25,31,.62);font-size:1.55rem;line-height:1;transform:translateY(-50%);cursor:pointer}.tour-new-main-image button.previous{left:14px}.tour-new-main-image button.next{right:14px}.tour-new-main-image>small{position:absolute;bottom:14px;left:15px;padding:6px 9px;border-radius:15px;color:#fff;background:rgba(20,25,31,.65);font-size:.61rem}.tour-new-thumbnails{display:flex;gap:8px;margin-top:10px;overflow-x:auto;padding-bottom:3px}.tour-new-thumbnails button{width:91px;height:62px;flex:0 0 91px;padding:3px;border:2px solid transparent;border-radius:10px;background:#fff;cursor:pointer}.tour-new-thumbnails button.active{border-color:var(--brand-red)}.tour-new-thumbnails img{width:100%;height:100%;border-radius:6px;object-fit:cover}.tour-new-summary{align-self:center}.tour-new-code{display:inline-flex;padding:6px 9px;border-radius:6px;color:#6d7681;background:#f2f4f6;font-size:.62rem;font-weight:750;letter-spacing:.08em}.tour-new-summary h1{margin:12px 0 13px;color:#151d29;font-size:clamp(1.75rem,3vw,2.7rem);font-weight:850;letter-spacing:-.035em;line-height:1.15}.tour-new-summary>p{margin:0;color:#65707d;font-size:.76rem;line-height:1.7}.tour-new-facts{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin:22px 0}.tour-new-facts>div{display:flex;min-width:0;align-items:center;gap:9px;padding:12px 10px;border:1px solid #e7e9ed;border-radius:11px;background:#fff}.tour-new-facts svg{width:22px;height:22px;flex:0 0 auto;fill:none;stroke:var(--brand-red);stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.tour-new-facts span{display:grid;min-width:0}.tour-new-facts small{color:#9299a2;font-size:.56rem}.tour-new-facts strong{overflow:hidden;color:#283341;font-size:.65rem;text-overflow:ellipsis;white-space:nowrap}.tour-new-price{display:grid;gap:4px;margin-top:4px}.tour-new-price>small{color:#78818b;font-size:.6rem}.tour-new-price>div{display:flex;align-items:baseline;gap:12px}.tour-new-price strong{color:var(--brand-red);font-size:1.6rem}.tour-new-price del{color:#999fa6;font-size:.72rem}.tour-new-actions{display:flex;align-items:center;gap:15px;margin-top:17px}.tour-new-actions>a{display:inline-flex;min-height:45px;align-items:center;justify-content:center;padding:0 23px;border-radius:9px;color:#fff;background:var(--brand-red);font-size:.72rem;font-weight:800;text-decoration:none}.tour-new-actions .public-share-label{display:none}.tour-new-actions .public-share-button{width:36px;min-width:36px;height:36px;padding:0;border-radius:50%}.tour-new-actions .public-share-button i{display:none}.tour-new-body{padding:55px 0 62px;background:#f7f8fa}.tour-new-layout{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:28px;align-items:start}.tour-new-layout main{display:grid;gap:22px}.tour-new-section{padding:29px 31px;border:1px solid #e6e9ed;border-radius:16px;background:#fff}.tour-new-section>header{display:flex;align-items:center;gap:13px;margin-bottom:24px}.tour-new-section>header>span{display:grid;width:36px;height:36px;place-items:center;border-radius:10px;color:#fff;background:var(--brand-red);font-size:.66rem;font-weight:800}.tour-new-section header div{display:grid}.tour-new-section header small,.tour-new-policies>div>header small,.tour-new-related>header small{color:var(--brand-red);font-size:.57rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.tour-new-section h2,.tour-new-policies h2,.tour-new-related h2{margin:2px 0 0;color:#172235;font-size:1.2rem}.tour-new-rich{color:#596574;font-size:.76rem;line-height:1.8}.tour-new-rich img{max-width:100%;height:auto;border-radius:12px}.tour-new-itinerary{position:relative}.tour-new-itinerary details{position:relative;border-top:1px solid #e8ebee}.tour-new-itinerary details:last-child{border-bottom:1px solid #e8ebee}.tour-new-itinerary summary{display:grid;grid-template-columns:72px minmax(0,1fr) 20px;gap:14px;align-items:center;padding:18px 4px;list-style:none;cursor:pointer}.tour-new-itinerary summary::-webkit-details-marker{display:none}.tour-new-itinerary summary>b{display:flex;align-items:center;gap:5px;color:#78818b;font-size:.58rem}.tour-new-itinerary summary em{color:var(--brand-red);font-size:1.05rem;font-style:normal}.tour-new-itinerary summary strong{color:#253142;font-size:.76rem}.tour-new-itinerary summary svg{width:18px;fill:none;stroke:#77818c;stroke-width:1.7;transition:transform .2s}.tour-new-itinerary details[open] summary svg{transform:rotate(180deg)}.tour-new-day-content{padding:0 4px 21px 90px;color:#5c6876;font-size:.72rem;line-height:1.75}.tour-new-day-content aside{display:flex;flex-wrap:wrap;gap:9px;margin-top:14px}.tour-new-day-content aside span{display:flex;gap:6px;padding:7px 10px;border-radius:7px;background:#f5f6f8}.tour-new-day-content aside b{color:#263242}.tour-new-booking{position:sticky;top:20px}.tour-new-booking-card{overflow:hidden;border:1px solid #e3e7eb;border-radius:16px;background:#fff;box-shadow:0 12px 34px rgba(30,38,50,.07)}.tour-new-booking-card>header{display:flex;align-items:center;gap:10px;padding:19px 20px;border-bottom:1px solid #e8ebee}.tour-new-booking-card header svg{width:22px;fill:none;stroke:var(--brand-red);stroke-width:1.8}.tour-new-booking-card h2{margin:0;color:#1c2839;font-size:.9rem}.tour-new-departures{display:grid;padding:7px 12px}.tour-new-departures a{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:13px 8px;border-bottom:1px solid #eef0f2;color:inherit;text-decoration:none}.tour-new-departures a:hover{border-radius:8px;background:#fff4f5}.tour-new-departures span{display:grid}.tour-new-departures time{color:#273241;font-size:.68rem;font-weight:800}.tour-new-departures small{margin-top:3px;color:#9198a1;font-size:.56rem}.tour-new-departures strong{color:var(--brand-red);font-size:.68rem}.tour-new-booking-card>p{margin:20px;color:#6c7580;font-size:.7rem;line-height:1.6}.tour-new-consult{display:flex;min-height:44px;align-items:center;justify-content:center;margin:13px 20px 8px;border-radius:9px;color:#fff;background:var(--brand-red);font-size:.7rem;font-weight:800;text-decoration:none}.tour-new-assurance{display:block;padding:0 15px 17px;color:#8a929b;font-size:.56rem;text-align:center}.tour-new-policies{padding:58px 0;background:#fff}.tour-new-policies>div>header,.tour-new-related>header{margin-bottom:22px}.tour-new-policy-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.tour-new-policy-grid details{align-self:start;border:1px solid #e5e8ec;border-radius:13px;background:#fff}.tour-new-policy-grid summary{display:flex;align-items:center;gap:9px;padding:16px;list-style:none;cursor:pointer}.tour-new-policy-grid summary>span{display:grid;width:22px;height:22px;place-items:center;border-radius:50%;color:#fff;background:#e32b39;font-size:.7rem}.tour-new-policy-grid summary>span.green{background:#2c9b65}.tour-new-policy-grid summary>span.violet{background:#6957d9}.tour-new-policy-grid summary strong{flex:1;color:#253142;font-size:.72rem}.tour-new-policy-grid summary>b{color:#89919a;font-size:.7rem}.tour-new-policy-grid details[open] summary>b{transform:rotate(180deg)}.tour-new-policy-grid details>div{padding:0 17px 18px;color:#66717d;font-size:.68rem;line-height:1.7}.tour-new-related{padding-top:12px;padding-bottom:72px}.tour-new-related>div{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.tour-new-related a{display:flex;overflow:hidden;padding-bottom:16px;flex-direction:column;border:1px solid #e6e9ed;border-radius:13px;color:inherit;background:#fff;text-decoration:none}.tour-new-related a>span{display:block;aspect-ratio:16/10;overflow:hidden;background:#f0f2f4}.tour-new-related img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.tour-new-related a:hover img{transform:scale(1.04)}.tour-new-related a>strong{display:-webkit-box;margin:13px 14px 6px;overflow:hidden;color:#243042;font-size:.72rem;line-height:1.4;-webkit-box-orient:vertical;-webkit-line-clamp:2}.tour-new-related a>small{margin:0 14px;color:#88919b;font-size:.58rem}.tour-new-related a>b{margin:9px 14px 0;color:var(--brand-red);font-size:.75rem}
@media(max-width:991.98px){.tour-new-intro{grid-template-columns:1fr 1fr;gap:25px}.tour-new-facts{grid-template-columns:1fr}.tour-new-layout{grid-template-columns:minmax(0,1fr) 290px}.tour-new-related>div{grid-template-columns:repeat(2,1fr)}}
@media(max-width:767.98px){.tour-new-intro,.tour-new-layout{grid-template-columns:1fr}.tour-new-summary h1{font-size:1.8rem}.tour-new-facts{grid-template-columns:repeat(3,1fr)}.tour-new-booking{position:static;order:-1}.tour-new-policy-grid{grid-template-columns:1fr}.tour-new-section{padding:24px 20px}.tour-new-day-content{padding-left:4px}.tour-new-actions{align-items:flex-start;flex-direction:column}}
@media(max-width:575.98px){.tour-new-breadcrumb{padding-top:17px}.tour-new-intro{gap:23px;padding-bottom:35px}.tour-new-main-image{border-radius:13px}.tour-new-facts{grid-template-columns:1fr}.tour-new-actions>a{width:100%}.tour-new-body{padding-top:35px}.tour-new-related>div{grid-template-columns:1fr}.tour-new-itinerary summary{grid-template-columns:64px minmax(0,1fr) 18px;gap:8px}.tour-new-day-content aside{flex-direction:column}}
.tour-new-booking-actions{display:grid;gap:8px;padding:14px 20px 4px;border-top:1px solid #edf0f2}.tour-new-booking-actions a{display:flex;min-height:42px;align-items:center;justify-content:center;border:1px solid var(--brand-red);border-radius:8px;color:var(--brand-red);background:#fff;font-size:.68rem;font-weight:800;text-decoration:none}.tour-new-booking-actions a.primary{color:#fff;background:var(--brand-red)}.tour-new-booking-actions a:hover{box-shadow:0 7px 16px rgba(190,9,22,.13);transform:translateY(-1px)}.tour-new-support{margin-top:14px;padding:20px;border:1px solid #f1e3e4;border-radius:15px;background:linear-gradient(145deg,#fff,#fff5f5)}.tour-new-support h2{margin:0 0 7px;color:#202c3b;font-size:.86rem}.tour-new-support>p{margin:0 0 14px;color:#747e89;font-size:.62rem;line-height:1.6}.tour-new-support nav{display:grid;gap:5px}.tour-new-support nav a{display:flex;align-items:center;gap:10px;padding:8px;border-radius:9px;color:inherit;text-decoration:none;transition:background .18s}.tour-new-support nav a:hover{background:#fff}.tour-new-support i{display:grid;width:34px;height:34px;flex:0 0 34px;place-items:center;border-radius:50%;color:var(--brand-red);background:#fff;font-style:normal;box-shadow:0 3px 12px rgba(42,48,57,.06)}.tour-new-support i.zalo{color:#0868ff;font-family:Arial,sans-serif;font-size:.52rem;font-weight:800}.tour-new-support svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.tour-new-support nav span{display:grid}.tour-new-support nav strong{color:#273342;font-size:.68rem}.tour-new-support nav small{margin-top:2px;color:#8a929b;font-size:.55rem}
.tour-new-policies{padding:48px 0 52px;border-top:1px solid #eceef1;background:#fff}.tour-new-policy-grid{gap:10px}.tour-new-policy-grid summary{padding:14px}.tour-new-policy-grid details>div{padding:0 15px 15px}.tour-new-related{padding:50px 0 58px;border-top:1px solid #e4e8ec;border-bottom:1px solid #e8ebee;background:#f6f7f9}.tour-new-related>.home-section-container{display:block}.tour-new-related>.home-section-container>header{margin-bottom:18px}.tour-new-related-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.tour-new-related-grid a{padding-bottom:13px}.tour-new-related-grid a>strong{margin:11px 12px 5px}.tour-new-related-grid a>small,.tour-new-related-grid a>b{margin-left:12px;margin-right:12px}.tour-new-related-grid a>b{margin-top:7px}@media(max-width:991.98px){.tour-new-related-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:575.98px){.tour-new-policies{padding:38px 0 42px}.tour-new-related{padding:40px 0 46px}.tour-new-related-grid{grid-template-columns:1fr;gap:10px}}
.tour-new-policy-grid details{align-self:stretch;overflow:hidden}.tour-new-policy-grid details[open]{display:grid;height:330px;grid-template-rows:auto minmax(0,1fr)}.tour-new-policy-grid details>div{min-height:0;overflow-y:auto;scrollbar-color:#c9cfd6 transparent;scrollbar-width:thin}.tour-new-policy-grid summary>svg{width:16px;height:16px;fill:none;stroke:#89919a;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;transition:transform .2s}.tour-new-policy-grid details[open] summary>svg{transform:rotate(180deg)}.tour-new-policy-grid details>div::-webkit-scrollbar{width:5px}.tour-new-policy-grid details>div::-webkit-scrollbar-track{background:transparent}.tour-new-policy-grid details>div::-webkit-scrollbar-thumb{border-radius:6px;background:#c9cfd6}.tour-new-policy-grid details>div::-webkit-scrollbar-thumb:hover{background:#aeb6bf}@media(max-width:767.98px){.tour-new-policy-grid details[open]{height:300px}}
.tour-new-policy-grid>article{display:grid;height:330px;min-width:0;grid-template-rows:auto minmax(0,1fr);overflow:hidden;border:1px solid #e5e8ec;border-radius:13px;background:#fff}.tour-new-policy-grid>article>header{display:flex;align-items:center;gap:9px;padding:14px}.tour-new-policy-grid>article>header span{display:grid;width:22px;height:22px;flex:0 0 22px;place-items:center;border-radius:50%;color:#fff;background:#e32b39;font-size:.7rem}.tour-new-policy-grid>article>header span.green{background:#2c9b65}.tour-new-policy-grid>article>header span.violet{background:#6957d9}.tour-new-policy-grid>article>header strong{color:#253142;font-size:.72rem}.tour-new-policy-grid>article>div{min-height:0;padding:0 15px 15px;overflow-y:auto;color:#66717d;font-size:.68rem;line-height:1.7;scrollbar-color:#c9cfd6 transparent;scrollbar-width:thin}.tour-new-policy-grid>article>div::-webkit-scrollbar{width:6px}.tour-new-policy-grid>article>div::-webkit-scrollbar-track{background:#f5f6f7}.tour-new-policy-grid>article>div::-webkit-scrollbar-thumb{border:1px solid #fff;border-radius:8px;background:#bcc4cd}.tour-new-policy-grid>article>div::-webkit-scrollbar-thumb:hover{background:#9da7b2}@media(max-width:767.98px){.tour-new-policy-grid>article{height:300px}}
.tour-new-intro{padding-bottom:30px}.tour-anchor-nav{position:sticky;z-index:80;top:0;border-top:1px solid #eceef1;border-bottom:1px solid #e2e6ea;background:rgba(255,255,255,.96);box-shadow:0 5px 18px rgba(28,36,48,.045);backdrop-filter:blur(10px)}.tour-anchor-nav>div{display:flex;gap:3px;overflow-x:auto;scrollbar-width:none}.tour-anchor-nav>div::-webkit-scrollbar{display:none}.tour-anchor-nav a{display:flex;min-height:48px;align-items:center;padding:0 16px;border-bottom:2px solid transparent;color:#53606e;font-size:.83rem;font-weight:700;white-space:nowrap;text-decoration:none}.tour-anchor-nav a:hover{border-bottom-color:var(--brand-red);color:var(--brand-red)}.tour-new-body{padding:48px 0 50px}.tour-new-layout main{gap:16px}.tour-new-section{padding:25px 27px;scroll-margin-top:64px}.tour-new-section>header{margin-bottom:18px}.tour-new-section h2,.tour-new-policies h2,.tour-new-related h2{font-size:clamp(1.5rem,2vw,1.75rem)}.tour-new-section header small,.tour-new-policies>div>header small,.tour-new-related-heading small{font-size:.68rem;letter-spacing:.055em}.tour-new-summary h1{font-size:clamp(2.35rem,3.1vw,2.75rem)}.tour-new-summary>p,.tour-new-rich{font-size:.94rem;line-height:1.62}.tour-new-itinerary summary strong{font-size:.9rem}.tour-new-day-content{font-size:.86rem;line-height:1.62}.tour-new-policies,.tour-new-related{scroll-margin-top:48px}.tour-new-policies{padding-top:42px;padding-bottom:44px}.tour-new-related{padding-top:42px;padding-bottom:50px}.tour-new-support{padding:15px 16px}.tour-new-support>header{display:flex;align-items:center;gap:10px;margin-bottom:8px}.tour-new-support>header>i{display:grid;width:42px;height:42px;flex:0 0 42px;place-items:center;overflow:hidden;border-radius:50%;color:var(--brand-red);background:#fff;box-shadow:0 4px 12px rgba(35,42,52,.08)}.tour-new-support>header>i img{width:100%;height:100%;object-fit:contain;padding:5px}.tour-new-support>header>i svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.7}.tour-new-support>header span{display:block}.tour-new-support>header h2{margin:0 0 2px}.tour-new-support>header p{margin:0;color:#7a838d;font-size:.58rem;line-height:1.4}.tour-new-support nav{grid-template-columns:1fr 1fr}.tour-new-support nav a:last-child{grid-column:1/-1}.tour-new-support nav a{padding:6px}.tour-new-support nav a>i{width:30px;height:30px;flex-basis:30px}.tour-new-related-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:20px}.tour-new-related-heading>span{display:block}.tour-new-related-heading nav{display:flex;gap:7px}.tour-new-related-heading button{display:grid;width:38px;height:38px;padding:0;place-items:center;border:1px solid #dce1e6;border-radius:50%;color:#354150;background:#fff;font-size:1.25rem;cursor:pointer}.tour-new-related-heading button:hover{color:#fff;border-color:var(--brand-red);background:var(--brand-red)}.tour-new-related-grid{display:flex!important;gap:12px;overflow-x:auto;scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:none}.tour-new-related-grid::-webkit-scrollbar{display:none}.tour-new-related-grid>a{min-height:330px;flex:0 0 calc((100% - 36px)/4);scroll-snap-align:start}.tour-new-related-grid a>span{aspect-ratio:16/10}.tour-new-related-grid a>strong{font-size:.88rem}.tour-new-related-grid a>small{font-size:.7rem;line-height:1.45}.tour-new-related-grid a>b{margin-top:auto;padding-top:9px;font-size:.94rem}.tour-mobile-cta{display:none}
@media(max-width:991.98px){.tour-new-intro{padding-bottom:24px}.tour-new-body{padding-top:38px;padding-bottom:42px}.tour-new-related-grid>a{flex-basis:calc((100% - 12px)/2)}.tour-new-summary h1{font-size:2.2rem}}
@media(max-width:767.98px){.tour-anchor-nav a{min-height:44px;padding:0 12px;font-size:.76rem}.tour-new-body{padding-top:30px}.tour-new-section{padding:21px 19px}.tour-new-summary>p,.tour-new-rich{font-size:.9rem}.tour-new-support nav{grid-template-columns:1fr}.tour-new-support nav a:last-child{grid-column:auto}.tour-new-related-heading nav{display:none}.tour-mobile-cta{display:grid;position:fixed;z-index:1100;right:0;bottom:0;left:0;grid-template-columns:minmax(110px,1fr) auto auto;gap:7px;align-items:center;padding:9px 12px calc(9px + env(safe-area-inset-bottom));border-top:1px solid #e1e5e9;background:rgba(255,255,255,.97);box-shadow:0 -8px 24px rgba(28,36,48,.12);backdrop-filter:blur(10px)}.tour-mobile-cta>span{display:grid}.tour-mobile-cta span small{color:#7d8690;font-size:.58rem}.tour-mobile-cta span strong{color:var(--brand-red);font-size:.86rem}.tour-mobile-cta>a{display:flex;min-height:40px;align-items:center;justify-content:center;padding:0 13px;border:1px solid var(--brand-red);border-radius:8px;color:var(--brand-red);font-size:.67rem;font-weight:800;text-decoration:none}.tour-mobile-cta>a.primary{color:#fff;background:var(--brand-red)}.tour-page-new{padding-bottom:68px}}
@media(max-width:575.98px){.tour-new-intro{padding-bottom:20px}.tour-new-body{padding-top:26px;padding-bottom:34px}.tour-new-layout main{gap:12px}.tour-new-policies,.tour-new-related{padding-top:34px;padding-bottom:38px}.tour-new-related-grid{margin-right:-16px}.tour-new-related-grid>a{flex-basis:82%;min-height:320px}.tour-new-summary h1{font-size:2rem}.tour-new-section h2,.tour-new-policies h2,.tour-new-related h2{font-size:1.45rem}}
.tour-new-related{position:relative;overflow:hidden;background:linear-gradient(180deg,#f7f8fa 0,#f3f5f7 100%)}.tour-new-related::before{position:absolute;top:-150px;right:-110px;width:360px;height:360px;border:70px solid rgba(210,12,27,.025);border-radius:50%;content:""}.tour-new-related>.home-section-container{position:relative;z-index:1}.tour-new-related-heading{padding-left:18px;border-left:4px solid var(--brand-red)}.tour-new-related-heading>span>p{max-width:610px;margin:7px 0 0;color:#707a85;font-size:.8rem}.tour-new-related-heading nav{align-items:center}.tour-new-related-heading nav>a{margin-right:4px;color:var(--brand-red);font-size:.72rem;font-weight:800;text-decoration:none}.tour-new-related-heading button{box-shadow:0 5px 14px rgba(30,39,51,.07)}.tour-new-related-grid{padding:5px 2px 13px}.tour-new-related-grid>a{min-height:365px;padding:0!important;overflow:hidden;border-color:#e1e5e9;border-radius:16px;box-shadow:0 8px 24px rgba(31,39,50,.065);transition:transform .25s,border-color .25s,box-shadow .25s}.tour-new-related-grid>a:hover{border-color:#d9dde2;box-shadow:0 15px 32px rgba(31,39,50,.11);transform:translateY(-5px)}.tour-new-related-grid>a>span:first-child{display:block;position:relative;aspect-ratio:16/10!important;overflow:hidden;background:#e9ecef}.tour-new-related-grid>a>span:first-child::after{position:absolute;right:0;bottom:0;left:0;height:42%;background:linear-gradient(transparent,rgba(14,20,28,.42));content:""}.tour-new-related-grid>a>span:first-child>em{position:absolute;z-index:2;bottom:11px;left:12px;padding:6px 9px;border-radius:16px;color:#fff;background:rgba(19,26,35,.72);font-size:.63rem;font-style:normal;font-weight:750;backdrop-filter:blur(5px)}.tour-related-content{display:flex!important;aspect-ratio:auto!important;min-height:0!important;padding:15px 16px 16px;flex:1;flex-direction:column;overflow:visible!important;background:#fff!important}.tour-related-content>small{color:var(--brand-red)!important;font-size:.61rem!important;font-weight:800;letter-spacing:.055em;text-transform:uppercase}.tour-related-content>strong{display:-webkit-box;min-height:2.7em;margin:7px 0 8px;color:#1f2b3b;font-size:.9rem;line-height:1.36;-webkit-box-orient:vertical;-webkit-line-clamp:2}.tour-related-content>i{display:flex;min-height:20px;align-items:center;gap:7px;color:#7d8792;font-size:.64rem;font-style:normal}.tour-related-content>i span+span::before{margin-right:7px;color:#c6cbd1;content:"•"}.tour-related-content>footer{display:flex;align-items:flex-end;justify-content:space-between;gap:8px;margin-top:auto;padding-top:13px;border-top:1px solid #eceff2}.tour-related-content>footer>span{display:grid!important;aspect-ratio:auto!important;overflow:visible!important}.tour-related-content>footer small{color:#8a939d;font-size:.58rem}.tour-related-content>footer span>b{color:var(--brand-red);font-size:.92rem}.tour-related-content>footer>strong{color:#485462;font-size:.64rem}.tour-related-content>footer>strong b{margin-left:3px;color:var(--brand-red);font-size:.82rem}.tour-new-related-grid>a:hover .tour-related-content>strong{color:var(--brand-red)}
@media(max-width:767.98px){.tour-new-related-heading{padding-left:13px}.tour-new-related-heading>span>p{font-size:.74rem}.tour-new-related-heading nav>a{display:none}.tour-new-related-grid>a{min-height:350px}}
@media(max-width:575.98px){.tour-new-related-grid>a{min-height:355px}.tour-related-content{padding:13px 14px 14px}}
.tour-new-related-heading nav>a{display:inline-flex;min-height:40px;align-items:center;justify-content:center;gap:8px;margin-right:0!important;padding:0 15px;border:1px solid #ead8da;border-radius:10px;color:var(--brand-red);background:#fff;box-shadow:0 5px 14px rgba(30,39,51,.05);font-size:.7rem;font-weight:800;line-height:1;white-space:nowrap}.tour-new-related-heading nav>a:hover{color:#fff;border-color:var(--brand-red);background:var(--brand-red)}.tour-new-related-heading nav>a b{font-size:.9rem;transition:transform .2s}.tour-new-related-heading nav>a:hover b{transform:translateX(3px)}
@media(max-width:767.98px){.tour-new-related-heading nav{display:flex}.tour-new-related-heading nav>a{display:inline-flex;min-height:38px;padding:0 12px}.tour-new-related-heading{align-items:flex-start}.tour-new-related-heading>span{min-width:0}}
.home-tours+.home-tours{padding-bottom:44px}.home-tours+.home-tours+.home-discovery{padding-top:44px}@media(max-width:991.98px){.home-tours+.home-tours{padding-bottom:38px}.home-tours+.home-tours+.home-discovery{padding-top:40px}}@media(max-width:575.98px){.home-tours+.home-tours{padding-bottom:30px}.home-tours+.home-tours+.home-discovery{padding-top:34px}}
body.booking-open{overflow:hidden}.tour-booking-modal{display:grid;position:fixed;z-index:2000;inset:0;padding:20px;place-items:center}.tour-booking-modal[hidden]{display:none}.tour-booking-backdrop{position:absolute;inset:0;border:0;background:rgba(18,23,30,.68);backdrop-filter:blur(4px);cursor:default}.tour-booking-modal>section{position:relative;z-index:1;width:min(100%,620px);max-height:calc(100vh - 40px);padding:27px 29px;overflow-y:auto;border-radius:18px;background:#fff;box-shadow:0 28px 80px rgba(10,15,22,.28)}.tour-booking-close{display:grid;position:absolute;top:14px;right:14px;width:34px;height:34px;padding:0;place-items:center;border:1px solid #e3e6e9;border-radius:50%;color:#69737e;background:#fff;font-size:1.25rem;cursor:pointer}.tour-booking-modal>section>header{padding-right:38px}.tour-booking-modal>section>header small{color:var(--brand-red);font-size:.64rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.tour-booking-modal h2{margin:5px 0 7px;color:#172235;font-size:1.35rem;line-height:1.3}.tour-booking-modal header p{margin:0 0 20px;color:#6d7782;font-size:.78rem;line-height:1.55}.tour-booking-modal form{display:grid;gap:13px}.tour-booking-modal label{display:grid;gap:6px;color:#3f4b59;font-size:.69rem;font-weight:700}.tour-booking-modal input,.tour-booking-modal select,.tour-booking-modal textarea{width:100%;min-height:43px;padding:10px 12px;border:1px solid #dfe3e7;border-radius:9px;outline:0;color:#273342;background:#fff;font:inherit;font-size:.75rem;font-weight:400;transition:.18s}.tour-booking-modal textarea{min-height:78px;resize:vertical}.tour-booking-modal input:focus,.tour-booking-modal select:focus,.tour-booking-modal textarea:focus{border-color:rgba(211,10,25,.55);box-shadow:0 0 0 3px rgba(211,10,25,.07)}.tour-booking-modal label.required input{border-color:#e5bfc2;background:#fffafa}.tour-booking-fields{display:grid;grid-template-columns:1fr 1fr;gap:12px}.tour-booking-fields label.wide{grid-column:1/-1}.booking-honeypot{position:absolute!important;left:-10000px!important}.tour-booking-submit{min-height:46px;border:0;border-radius:9px;color:#fff;background:var(--brand-red);font-size:.74rem;font-weight:800;cursor:pointer}.tour-booking-submit:disabled{opacity:.65;cursor:wait}.tour-booking-modal form>small{color:#8a929b;font-size:.58rem;text-align:center}.tour-booking-message{display:none;padding:10px 12px;border-radius:8px;font-size:.68rem}.tour-booking-message:not(:empty){display:block}.tour-booking-message.success{color:#17663e;background:#eaf8f1}.tour-booking-message.error{color:#9b1822;background:#fff0f1}@media(max-width:575.98px){.tour-booking-modal{align-items:end;padding:0}.tour-booking-modal>section{width:100%;max-height:92vh;padding:23px 18px calc(20px + env(safe-area-inset-bottom));border-radius:18px 18px 0 0}.tour-booking-fields{grid-template-columns:1fr}.tour-booking-fields label.wide{grid-column:auto}.tour-booking-modal h2{font-size:1.15rem}}
.public-contact-section{padding:68px 0 78px;background:linear-gradient(180deg,#fff,#f8f9fb)}.public-contact-grid{display:grid;grid-template-columns:minmax(0,.75fr) minmax(480px,1.25fr);gap:70px;align-items:start}.public-contact-grid>div{padding-top:25px}.public-contact-grid h2{margin:8px 0 13px;color:#172235;font-size:2rem}.public-contact-grid>div>p{max-width:470px;color:#687482;font-size:.9rem;line-height:1.7}.public-contact-grid ul{display:grid;gap:9px;margin:22px 0 0;padding:0;list-style:none}.public-contact-grid li{display:flex;align-items:center;gap:9px;color:#53606e;font-size:.78rem}.public-contact-grid li::before{display:grid;width:21px;height:21px;place-items:center;border-radius:50%;color:#fff;background:var(--brand-red);font-size:.6rem;content:"✓"}.public-contact-grid form{display:grid;gap:15px;padding:28px;border:1px solid #e5e8ec;border-radius:18px;background:#fff;box-shadow:0 14px 38px rgba(27,35,47,.07)}.public-contact-fields{display:grid;grid-template-columns:1fr 1fr;gap:14px}.public-contact-fields label{display:grid;gap:7px;color:#354250;font-size:.74rem;font-weight:700}.public-contact-fields label.wide{grid-column:1/-1}.public-contact-fields input,.public-contact-fields textarea{width:100%;min-height:46px;padding:11px 13px;border:1px solid #dfe3e7;border-radius:9px;outline:0;color:#273342;background:#fff;font:inherit;font-size:.78rem;font-weight:400}.public-contact-fields textarea{min-height:120px;resize:vertical}.public-contact-fields input:focus,.public-contact-fields textarea:focus{border-color:rgba(211,10,25,.55);box-shadow:0 0 0 3px rgba(211,10,25,.07)}.public-contact-grid form>button{min-height:47px;border:0;border-radius:9px;color:#fff;background:var(--brand-red);font-size:.76rem;font-weight:800;cursor:pointer}.public-contact-grid form>button span{margin-left:8px}.public-contact-grid form>button:disabled{opacity:.65}.public-contact-grid form>small{color:#8a929b;font-size:.59rem;text-align:center}.contact-honeypot{position:absolute!important;left:-10000px!important}.public-contact-message{display:none;padding:11px 13px;border-radius:8px;font-size:.7rem}.public-contact-message:not(:empty){display:block}.public-contact-message.success{color:#17663e;background:#eaf8f1}.public-contact-message.error{color:#9b1822;background:#fff0f1}@media(max-width:991.98px){.public-contact-grid{grid-template-columns:1fr;gap:30px}.public-contact-grid>div{padding-top:0}}@media(max-width:575.98px){.public-contact-section{padding:45px 0 55px}.public-contact-fields{grid-template-columns:1fr}.public-contact-fields label.wide{grid-column:auto}.public-contact-grid form{padding:21px 17px}.public-contact-grid h2{font-size:1.55rem}}
