.ttt-container { width: min(1380px,calc(100% - 40px)); margin-inline: auto; }
.ttt-countries-grid { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: clamp(14px,1.8vw,26px); }
.ttt-country-card { position: relative; min-width: 0; aspect-ratio: 1; margin: 0; overflow: hidden; border: 1px solid rgba(25,52,112,.12); border-radius: 18px; background: #dce3ec; box-shadow: 0 14px 34px rgba(17,35,76,.12); isolation: isolate; }
.ttt-country-card a { position: absolute; inset: 0; display: block; overflow: hidden; color: #fff; text-decoration: none; }
.ttt-country-card a::after { position: absolute; z-index: 1; inset: 0; background: linear-gradient(180deg,rgba(7,21,49,.02) 28%,rgba(7,21,49,.18) 55%,rgba(7,21,49,.82) 100%); content: ""; pointer-events: none; transition: background-color .3s ease; }
.ttt-country-card img { display: block; width: 100%; height: 100%; aspect-ratio: 1; object-fit: cover; transition: transform .5s ease,filter .5s ease; }
.ttt-countries-grid .ttt-country-card h3 { position: absolute; z-index: 2; right: 18px; bottom: 20px; left: 18px; margin: 0; padding: 17px 0 0; color: #fff!important; font-size: clamp(1.05rem,1.45vw,1.42rem); font-weight: 750; line-height: 1.2; text-align: center; text-shadow: 0 2px 12px rgba(0,0,0,.45); }
.ttt-country-card h3::before { position: absolute; top: 0; left: 50%; width: min(78%,120px); height: 2px; background: rgba(255,255,255,.88); content: ""; transform: translateX(-50%); }
.ttt-country-card:hover img,.ttt-country-card:focus-within img { transform: scale(1.055); filter: saturate(1.06); }
.ttt-country-card a:focus-visible { outline: 3px solid #d8b56a; outline-offset: -4px; }
.ttt-tours-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: clamp(20px,2.3vw,32px); align-items: stretch; }
.ttt-tour-card { display: grid; grid-template-rows: auto auto 1fr auto; min-width: 0; overflow: hidden; border: 1px solid rgba(25,52,112,.1); border-radius: 22px; color: #17213a; background: #fff; box-shadow: 0 16px 42px rgba(21,39,82,.09); transition: transform .28s ease,box-shadow .28s ease,border-color .28s ease; }
.ttt-tour-card:hover { border-color: rgba(25,52,112,.2); transform: translateY(-6px); box-shadow: 0 24px 54px rgba(21,39,82,.15); }
.ttt-tour-card__image { position: relative; display: block; overflow: hidden; aspect-ratio: 16/10; background: #e7ebf2; }
.ttt-tour-card__image::after { position: absolute; inset: auto 0 0; height: 30%; background: linear-gradient(transparent,rgba(8,24,60,.28)); content: ""; pointer-events: none; }
.ttt-tour-card__image img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease,filter .5s ease; }
.ttt-tour-card:hover .ttt-tour-card__image img { transform: scale(1.035); filter: saturate(1.06); }
.ttt-tour-card__meta { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; padding: 15px 18px; color: #fff; background: linear-gradient(115deg,#10275f,#1b438f); }
.ttt-tour-card__categories,.ttt-tour-card__date { display: grid; grid-template-columns: 30px minmax(0,1fr); gap: 9px; align-items: center; min-width: 0; margin: 0; font-size: .88rem; font-weight: 700; line-height: 1.35; }
.ttt-tour-card__meta svg { width: 28px; height: 28px; padding: 5px; border-radius: 8px; fill: none; stroke: #efd596; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; background: rgba(255,255,255,.08); }
.ttt-tour-card__meta-label { display: block; margin-bottom: 2px; color: rgba(255,255,255,.64); font-size: .61rem; font-weight: 750; letter-spacing: .065em; text-transform: uppercase; }
.ttt-tour-card__body { padding: 24px 24px 20px; }
.ttt-tour-card__title { margin: 0 0 14px; color: #10275f; font-size: clamp(1.2rem,1.5vw,1.52rem); line-height: 1.25; letter-spacing: -.018em; }
.ttt-tour-card__title a { color: inherit; text-decoration: none; }.ttt-tour-card__title a:hover,.ttt-tour-card__title a:focus-visible { color: #1b438f; }
.ttt-tour-card__excerpt { display: -webkit-box; min-height: 7.25em; margin: 0; overflow: hidden; color: #586277; font-size: .98rem; line-height: 1.62; -webkit-box-orient: vertical; -webkit-line-clamp: 4; }
.ttt-tour-card__footer { display: flex; gap: 16px; align-items: center; justify-content: space-between; padding: 18px 22px; border-top: 1px solid #e9ecf2; background: #fafbfe; }
.ttt-tour-card__pricing { min-width: 0; }
.ttt-tour-card__price { display: flex; flex-wrap: wrap; gap: 3px 7px; align-items: baseline; margin: 0; color: #10275f; }.ttt-tour-card__price span { font-size: .76rem; font-weight: 750; letter-spacing: .04em; text-transform: uppercase; }.ttt-tour-card__price strong { font-size: clamp(1.18rem,1.45vw,1.48rem); }
.ttt-tour-card__price-note { margin: 4px 0 0; color: #6a7283; font-size: .75rem; line-height: 1.35; }
.ttt-button.ttt-tour-card__cta { flex: 0 0 auto; min-height: 44px; padding: 10px 16px; border: 0; border-radius: 12px; color: #fff; background: linear-gradient(115deg,#17387f,#214c9d); box-shadow: 0 9px 20px rgba(25,60,137,.2); font-size: .88rem; white-space: nowrap; }
.ttt-tour-card__cta span { margin-left: 8px; transition: transform .2s ease; }.ttt-tour-card__cta:hover span,.ttt-tour-card__cta:focus-visible span { transform: translateX(3px); }
.ttt-button { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: .75em 1.35em; border: 1px solid #1b3f8f; border-radius: 999px; color: #1b3f8f; background: #fff; font-weight: 700; text-decoration: none; cursor: pointer; transition: transform .2s ease,box-shadow .2s ease,background-color .2s ease; }
.ttt-button:hover,.ttt-button:focus-visible { transform: translateY(-1px); box-shadow: 0 10px 22px rgba(21,48,107,.16); }
.ttt-button--primary { color: #fff; background: #173a86; border-color: #173a86; }
.ttt-tour { --ttt-blue: #183b86; --ttt-navy: #10275f; --ttt-gold: #d8b56a; --ttt-ink: #17213a; --ttt-muted: #667085; --ttt-surface: #f5f7fb; --ttt-sticky-top: 0px; width: 100%; max-width: none; margin: 0; overflow-x: clip; color: var(--ttt-ink); background: var(--ttt-surface); }
.ttt-tour * { box-sizing: border-box; }
.ttt-tour .screen-reader-text { position: absolute!important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.ttt-tour__article { margin: 0; }
.ttt-tour__hero,.ttt-tour-menu--primary,.ttt-tour-overview { width: 100vw; margin-left: calc(50% - 50vw); }
.ttt-tour__hero { position: relative; background: #dfe4e6; }
.ttt-tour__hero-image { height: clamp(320px,36vw,560px); overflow: hidden; }
.ttt-tour__hero-image::after { position: absolute; inset: auto 0 0; height: 18%; background: linear-gradient(transparent,rgba(8,22,54,.22)); content: ""; pointer-events: none; }
.ttt-tour__hero-image img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.ttt-tour-menu-sentinel { height: 0; }
.ttt-tour-menu { color: #fff; background: linear-gradient(115deg,var(--ttt-navy),var(--ttt-blue)); }
.ttt-tour-menu ul { margin: 0; padding: 0; list-style: none; }
.ttt-tour .ttt-tour-menu a,.ttt-tour .ttt-tour-menu a:visited { color: #fff!important; -webkit-text-fill-color: #fff; text-decoration: none; }
.ttt-tour .ttt-tour-menu a:hover,.ttt-tour .ttt-tour-menu a:focus-visible,.ttt-tour .ttt-tour-menu a.is-active { color: #fff!important; background: rgba(255,255,255,.16); outline: none; }
.ttt-tour-menu--primary { padding: 12px 0; border-top: 1px solid rgba(255,255,255,.12); }
.ttt-tour-menu--primary ul { display: grid; grid-template-columns: repeat(6,minmax(0,1fr)); gap: 8px; }
.ttt-tour-menu--primary a { display: grid; min-height: 52px; padding: 8px 10px; place-items: center; border: 1px solid rgba(255,255,255,.2); border-radius: 12px; background: rgba(255,255,255,.06); font-size: clamp(.82rem,.95vw,.98rem); font-weight: 650; line-height: 1.2; text-align: center; transition: background-color .2s ease,border-color .2s ease; }
.ttt-tour-menu--sticky { position: fixed; z-index: 9990; top: var(--ttt-sticky-top); left: 50%; width: min(94vw,1380px); overflow: hidden; border-radius: 0 0 16px 16px; box-shadow: 0 14px 36px rgba(9,24,61,.24); opacity: 0; pointer-events: none; transform: translate(-50%,-14px); transition: opacity .22s ease,transform .22s ease,visibility .22s; visibility: hidden; }
.ttt-tour-menu--sticky.is-visible { opacity: 1; pointer-events: auto; transform: translate(-50%,0); visibility: visible; }
.ttt-tour-menu--sticky ul { display: grid; grid-template-columns: repeat(6,minmax(0,1fr)); }
.ttt-tour-menu--sticky a { display: grid; min-height: 58px; padding: 8px 12px; place-items: center; border-right: 1px solid rgba(255,255,255,.12); font-size: clamp(.78rem,.88vw,.92rem); font-weight: 700; line-height: 1.15; text-align: center; }
.ttt-tour-overview { position: relative; padding: 20px 0 48px; color: #fff; background: linear-gradient(115deg,var(--ttt-navy),var(--ttt-blue)); }
.ttt-icon-library { position: absolute; width: 0; height: 0; overflow: hidden; }
.ttt-tour-facts { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 12px; align-items: stretch; }
.ttt-tour-fact { display: grid; grid-template-columns: 44px minmax(0,1fr); gap: 12px; align-items: center; min-width: 0; min-height: 78px; padding: 12px 14px; border: 1px solid rgba(255,255,255,.13); border-radius: 15px; background: rgba(255,255,255,.07); }
.ttt-tour-fact > svg { width: 40px; height: 40px; padding: 7px; border-radius: 11px; fill: none; stroke: #f1d89f; stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; background: rgba(255,255,255,.08); }
.ttt-tour-fact p { margin: 0; color: inherit; }
.ttt-tour-fact__label { margin-bottom: 3px!important; color: rgba(255,255,255,.72)!important; font-size: .72rem; font-weight: 700; letter-spacing: .055em; text-transform: uppercase; }
.ttt-tour-fact__value { font-size: clamp(.88rem,.95vw,1rem); font-weight: 650; line-height: 1.35; }
.ttt-tour-fact__stars { display: flex; gap: 2px; color: #f1d89f!important; font-size: clamp(1rem,1.25vw,1.25rem); line-height: 1; white-space: nowrap; }
.ttt-tour-price { position: absolute; right: 0; bottom: -31px; left: 0; display: grid; width: min(1180px,calc(100% - 40px)); min-height: 62px; margin-inline: auto; padding: 13px 28px; place-items: center; border: 1px solid rgba(24,59,134,.1); border-radius: 16px; color: var(--ttt-blue); background: #fff; box-shadow: 0 16px 38px rgba(14,35,83,.14); }
.ttt-tour-price p { display: flex; flex-wrap: wrap; gap: 3px 9px; align-items: baseline; justify-content: center; margin: 0; color: inherit; font-size: clamp(.98rem,1.25vw,1.25rem); line-height: 1.4; text-align: center; }
.ttt-tour-price__supplement { white-space: normal; }
.ttt-tour__content { padding-top: 64px; padding-bottom: 70px; }
.ttt-section { margin: 0 0 28px; padding: clamp(28px,4vw,54px); scroll-margin-top: calc(var(--ttt-sticky-top) + 82px); border: 1px solid rgba(24,59,134,.08); border-radius: 24px; background: #fff; box-shadow: 0 18px 48px rgba(25,40,77,.07); }
.ttt-section > h2,.ttt-tour-description__content > h2 { margin: 0 0 30px; color: var(--ttt-navy); font-size: clamp(1.7rem,2.4vw,2.45rem); letter-spacing: -.025em; }
.ttt-section > h2::after,.ttt-tour-description__content > h2::after { display: block; width: 46px; height: 3px; margin-top: 12px; border-radius: 3px; background: var(--ttt-gold); content: ""; }
.ttt-richtext { color: #3f4a60; font-size: clamp(1rem,1.05vw,1.08rem); line-height: 1.78; }
.ttt-richtext > :first-child { margin-top: 0; }.ttt-richtext > :last-child { margin-bottom: 0; }
.ttt-tour-description { display: block; }
.ttt-tour-description.has-image { display: grid; grid-template-columns: minmax(0,1.08fr) minmax(340px,.92fr); gap: clamp(34px,5vw,72px); align-items: center; }
.ttt-tour-description__image { position: relative; overflow: hidden; border-radius: 18px; box-shadow: 0 20px 42px rgba(17,39,91,.16); }
.ttt-tour-description__image::after { position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.35); border-radius: inherit; content: ""; pointer-events: none; }
.ttt-tour-description__image img { display: block; width: 100%; height: auto; max-height: 590px; object-fit: cover; transition: transform .5s ease; }
.ttt-grid { display: grid; gap: 24px; }.ttt-grid--2 { grid-template-columns: repeat(2,minmax(0,1fr)); }
.ttt-program-map-layout { display: grid; gap: clamp(22px,2.5vw,34px); align-items: stretch; }
.ttt-program-map-layout.has-program-and-map { grid-template-columns: repeat(2,minmax(0,1fr)); }
.ttt-program-tabs { min-width: 0; border: 1px solid #e2e7f0; border-radius: 18px; background: #f8f9fc; box-shadow: 0 12px 28px rgba(20,39,82,.07); }
.ttt-program-tabs.is-enhanced { display: grid; grid-template-columns: minmax(125px,.42fr) minmax(0,1.58fr); height: clamp(500px,42vw,610px); overflow: hidden; }
.ttt-program-tabs__list { display: grid; gap: 8px; align-content: start; padding: 14px; border-right: 1px solid #e1e6ef; background: #f1f4f9; }
.ttt-program-tabs.is-enhanced .ttt-program-tabs__list { overflow-y: auto; overscroll-behavior: contain; scrollbar-width: thin; }
.ttt-tour .ttt-program-tabs__tab,.ttt-tour .ttt-program-tabs__tab:visited { display: block; padding: 15px 14px; border: 1px solid transparent; border-radius: 11px; color: var(--ttt-navy); background: transparent; text-decoration: none; transition: border-color .2s ease,color .2s ease,background-color .2s ease,box-shadow .2s ease; }
.ttt-tour .ttt-program-tabs__tab:hover,.ttt-tour .ttt-program-tabs__tab:focus-visible { border-color: rgba(24,59,134,.15); color: var(--ttt-blue); background: #fff; outline: none; }
.ttt-tour .ttt-program-tabs__tab.is-active { border-color: rgba(24,59,134,.12); color: #fff; background: linear-gradient(120deg,var(--ttt-navy),var(--ttt-blue)); box-shadow: 0 9px 20px rgba(20,55,128,.2); }
.ttt-program-tabs__tab .ttt-itinerary__label { color: inherit; }
.ttt-program-tabs__panels { min-width: 0; padding: clamp(24px,2.5vw,38px); }
.ttt-program-tabs.is-enhanced .ttt-program-tabs__panels { overflow-y: auto; overscroll-behavior: contain; }
.ttt-program-tabs__panel + .ttt-program-tabs__panel { margin-top: 30px; padding-top: 30px; border-top: 1px solid #e2e7f0; }
.ttt-program-tabs.is-enhanced .ttt-program-tabs__panel + .ttt-program-tabs__panel { margin-top: 0; padding-top: 0; border-top: 0; }
.ttt-program-tabs__panel:focus { outline: none; }.ttt-program-tabs__panel:focus-visible { outline: 2px solid var(--ttt-gold); outline-offset: 5px; }
.ttt-program-tabs__panel h3 { margin: 7px 0 20px; color: var(--ttt-navy); font-size: clamp(1.25rem,1.7vw,1.7rem); line-height: 1.3; }
.ttt-itinerary__label { margin: 0; color: var(--ttt-blue); font-size: .76rem; font-weight: 800; letter-spacing: .07em; line-height: 1.35; text-transform: uppercase; }
.ttt-program-map__map { min-width: 0; scroll-margin-top: calc(var(--ttt-sticky-top) + 82px); }
.ttt-program-map__map .ttt-map { height: 100%; min-height: 500px; aspect-ratio: auto; }
.ttt-map { position: relative; overflow: hidden; aspect-ratio: 16/8.5; border-radius: 18px; background: #e9edf5; box-shadow: 0 14px 32px rgba(20,39,82,.12); }.ttt-map iframe { display: block; width: 100%; height: 100%; border: 0; }
.ttt-interactive-map__canvas { width: 100%; height: 100%; min-height: inherit; }
.ttt-interactive-map__loading { position: absolute; inset: 0; display: grid; margin: 0; padding: 24px; place-items: center; color: #445068; background: linear-gradient(135deg,#eef2f7,#e3e9f2); font-weight: 650; text-align: center; }
.ttt-interactive-map.is-ready .ttt-interactive-map__loading { display: none; }
.ttt-interactive-map.has-error .ttt-interactive-map__loading { color: #8a2424; background: #fff2f2; }
.ttt-route-active-label { position: absolute; z-index: 2; top: 12px; left: 50%; max-width: calc(100% - 110px); margin: 0; padding: 9px 14px; border: 1px solid rgba(20,39,82,.14); border-radius: 999px; color: var(--ttt-navy); background: rgba(255,255,255,.94); box-shadow: 0 7px 20px rgba(20,39,82,.14); font-size: .78rem; font-weight: 750; line-height: 1.3; text-align: center; transform: translateX(-50%); backdrop-filter: blur(5px); }
.ttt-route-marker { display: grid; width: 34px; height: 34px; place-items: center; border: 3px solid #fff; border-radius: 50%; color: #fff; background: var(--ttt-blue); box-shadow: 0 4px 14px rgba(8,27,67,.3); font: 800 .78rem/1 sans-serif; transition: width .2s ease,height .2s ease,background-color .2s ease; }
.ttt-route-marker.is-active { width: 42px; height: 42px; color: var(--ttt-navy); background: #f1d89f; box-shadow: 0 5px 18px rgba(8,27,67,.42); }
.ttt-route-legend { position: absolute; z-index: 2; right: 12px; bottom: 12px; display: flex; flex-wrap: wrap; gap: 9px 14px; margin: 0; padding: 9px 12px; border: 1px solid rgba(20,39,82,.12); border-radius: 10px; background: rgba(255,255,255,.92); box-shadow: 0 6px 18px rgba(20,39,82,.12); list-style: none; backdrop-filter: blur(5px); }
.ttt-route-legend li { display: flex; gap: 7px; align-items: center; color: #344057; font-size: .72rem; font-weight: 700; }.ttt-route-legend__line { display: block; width: 28px; height: 4px; border-radius: 4px; background: #183b86; }.ttt-route-legend__line--flight { background: repeating-linear-gradient(90deg,#c68a2d 0 5px,transparent 5px 9px); }.ttt-route-legend__line--other { background: repeating-linear-gradient(90deg,#64748b 0 3px,transparent 3px 7px); }
.ttt-interactive-map:not(.is-ready) .ttt-route-legend { display: none; }
.ttt-itinerary__map-action { display: none; margin: 24px 0 0; }
.ttt-button--secondary { border: 1px solid var(--ttt-blue); color: var(--ttt-blue)!important; background: transparent!important; }
.ttt-important-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px; align-items: stretch; }
.ttt-important-grid > :only-child { grid-column: 1/-1; }
.ttt-info-card { padding: 22px 24px; border: 1px solid #e6eaf2; border-radius: 16px; background: #fafbfe; }
.ttt-info-card h3 { margin: 0 0 16px; color: var(--ttt-navy); font-size: clamp(1.12rem,1.45vw,1.4rem); }
.ttt-info-card--included { border-left: 3px solid #79b89a; }.ttt-info-card--excluded { border-left: 3px solid #d99696; }
.ttt-important__extra { margin-top: 20px; padding: 22px 24px; border-radius: 14px; background: #f7f8fc; }
.ttt-important__document { margin: 20px 0 0; }
.ttt-list { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.ttt-list li { position: relative; padding-left: 28px; color: #465067; line-height: 1.55; }
.ttt-list li::before { position: absolute; top: .1em; left: 0; display: grid; width: 20px; height: 20px; place-items: center; border-radius: 50%; font-size: .72rem; font-weight: 900; }
.ttt-list--included li::before { color: #18794e; background: #e9f7f0; content: "✓"; }.ttt-list--excluded li::before { color: #a33a3a; background: #fbeeee; content: "×"; }
.ttt-gallery-section { width: 100vw; margin-left: calc(50% - 50vw); padding: clamp(48px,5.5vw,82px) clamp(14px,1.5vw,28px) clamp(18px,2vw,34px); border: 0; border-radius: 0; color: #fff; background: linear-gradient(135deg,#10275f 0%,#183b86 52%,#214b9b 100%); box-shadow: none; }
.ttt-tour .ttt-gallery-section > h2 { margin-bottom: clamp(34px,4vw,56px); color: #fff!important; -webkit-text-fill-color: #fff!important; text-align: center; }.ttt-gallery-section > h2::after { margin-inline: auto; background: var(--ttt-gold); }
.ttt-gallery { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 12px; }.ttt-gallery__item { position: relative; display: block; overflow: hidden; aspect-ratio: 4/3; border: 1px solid rgba(255,255,255,.16); border-radius: 12px; background: rgba(255,255,255,.08); box-shadow: 0 14px 34px rgba(3,16,49,.18); }.ttt-gallery__item:nth-child(7n+1) { grid-column: span 2; grid-row: span 2; }.ttt-gallery__item img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease,filter .45s ease; }.ttt-gallery__item:hover img,.ttt-gallery__item:focus-visible img { transform: scale(1.04); filter: brightness(.9); }
.ttt-lightbox[hidden] { display: none!important; }
body.ttt-lightbox-open { overflow: hidden; }
.ttt-lightbox { position: fixed; z-index: 100000; inset: 0; display: grid; padding: 24px; place-items: center; }
.ttt-lightbox__backdrop { position: absolute; inset: 0; background: rgba(5,13,32,.94); backdrop-filter: blur(8px); }
.ttt-lightbox__dialog { position: relative; z-index: 1; display: grid; grid-template-columns: 58px minmax(0,1fr) 58px; grid-template-rows: minmax(0,1fr) auto; gap: 12px; align-items: center; width: min(94vw,1540px); height: min(92vh,960px); padding: 54px 20px 18px; border: 1px solid rgba(255,255,255,.14); border-radius: 20px; color: #fff; background: rgba(13,26,57,.82); box-shadow: 0 30px 90px rgba(0,0,0,.5); }
.ttt-lightbox__dialog figure { display: grid; grid-row: 1; grid-column: 2; grid-template-rows: minmax(0,1fr) auto; gap: 12px; width: 100%; height: 100%; margin: 0; place-items: center; overflow: hidden; }
.ttt-lightbox__dialog img { display: block; max-width: 100%; max-height: 100%; object-fit: contain; border-radius: 10px; box-shadow: 0 18px 54px rgba(0,0,0,.32); }
.ttt-lightbox__dialog figcaption { max-width: 900px; color: rgba(255,255,255,.78); font-size: .9rem; line-height: 1.5; text-align: center; }
.ttt-lightbox__close,.ttt-lightbox__nav { display: grid; width: 46px; height: 46px; padding: 0; place-items: center; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; color: #fff; background: rgba(255,255,255,.1); cursor: pointer; transition: background-color .2s ease,transform .2s ease; }
.ttt-lightbox__close:hover,.ttt-lightbox__nav:hover,.ttt-lightbox__close:focus-visible,.ttt-lightbox__nav:focus-visible { background: rgba(255,255,255,.22); outline: 2px solid #efd596; outline-offset: 3px; }
.ttt-lightbox__close { position: absolute; z-index: 2; top: 12px; right: 14px; font-size: 1.8rem; line-height: 1; }
.ttt-lightbox__nav { font-size: 2.25rem; line-height: 1; }.ttt-lightbox__nav--prev { grid-row: 1; grid-column: 1; }.ttt-lightbox__nav--next { grid-row: 1; grid-column: 3; }
.ttt-lightbox__counter { grid-row: 2; grid-column: 1/-1; margin: 0; color: rgba(255,255,255,.72); font-size: .82rem; font-variant-numeric: tabular-nums; letter-spacing: .08em; text-align: center; }
.ttt-contact-section { padding-inline: 0; border: 0; background: transparent; box-shadow: none; }
.ttt-contact-section > h2 { text-align: center; }.ttt-contact-section > h2::after { margin-inline: auto; }
.ttt-contact-section .ttt-form-message { width: 100%; max-width: 1080px; margin-inline: auto; }
.ttt-inquiry-form { width: 100%; max-width: 1080px; margin-inline: auto; padding: 0; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
.ttt-form-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px 28px; }
.ttt-inquiry-form p { margin: 0 0 24px; }.ttt-inquiry-form label { display: block; margin-bottom: 9px; color: #27334b; font-size: 1rem; font-weight: 700; }
.ttt-tour .ttt-inquiry-form input:not([type=checkbox]),.ttt-tour .ttt-inquiry-form textarea { box-sizing: border-box; width: 100%; min-height: 56px; padding: 15px 20px!important; border: 1px solid #cfd7e5; border-radius: 13px; color: var(--ttt-ink); background: #fff; font: inherit; font-size: 1rem; line-height: 1.35; transition: border-color .2s ease,box-shadow .2s ease,background-color .2s ease; }
.ttt-inquiry-form textarea { min-height: 190px; resize: vertical; }
.ttt-inquiry-form input:focus,.ttt-inquiry-form textarea:focus { border-color: var(--ttt-blue); outline: none; box-shadow: 0 0 0 4px rgba(24,59,134,.1); }
.ttt-consent { padding-top: 2px; }.ttt-consent label { display: flex; gap: 12px; align-items: flex-start; font-weight: 500; line-height: 1.5; }.ttt-consent input { flex: 0 0 auto; width: 20px; height: 20px; margin-top: .12em; accent-color: var(--ttt-blue); }
.ttt-inquiry-form > p:last-child { margin: 30px 0 0; text-align: center; }
.ttt-inquiry-form > p:last-child .ttt-button { min-width: 220px; min-height: 54px; padding-inline: 30px; font-size: 1rem; }
.ttt-form-message { margin-bottom: 22px; padding: 18px 20px; border: 1px solid; border-radius: 12px; }.ttt-form-message--success { border-color: #a8dec1; background: #eefaf3; }.ttt-form-message--error { border-color: #edb4b5; background: #fff2f2; }
@media (max-width: 1200px) {
    .ttt-countries-grid { grid-template-columns: repeat(4,minmax(0,1fr)); }
}
@media (max-width: 1100px) {
    .ttt-tours-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .ttt-tour-menu--primary,.ttt-tour-menu--sticky { overflow-x: auto; scrollbar-width: none; }
    .ttt-tour-menu--primary::-webkit-scrollbar,.ttt-tour-menu--sticky::-webkit-scrollbar { display: none; }
    .ttt-tour-menu--primary ul,.ttt-tour-menu--sticky ul { display: flex; min-width: max-content; }
    .ttt-tour-menu--primary li { min-width: 170px; }.ttt-tour-menu--sticky li { min-width: 158px; }
    .ttt-tour-facts { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .ttt-tour-description.has-image { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 900px) {
    .ttt-countries-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
    .ttt-program-map-layout.has-program-and-map { grid-template-columns: 1fr; }
    .ttt-program-map__map .ttt-map { height: auto; min-height: 380px; aspect-ratio: 16/9; }
    .ttt-itinerary__map-action { display: block; }
}
@media (max-width: 782px) {
    .ttt-tours-grid { grid-template-columns: 1fr; gap: 20px; }
    .ttt-tour-card { border-radius: 18px; }
    .ttt-tour-card__body { padding: 22px 20px 18px; }
    .ttt-tour-card__excerpt { min-height: 0; }
    .ttt-tour-card__footer { padding: 16px 18px; }
    .ttt-container { width: min(calc(100% - 28px),1380px); }
    .ttt-tour__hero-image { height: clamp(260px,66vw,390px); }
    .ttt-tour-menu--primary { padding: 9px 0; }
    .ttt-tour-menu--primary .ttt-container { width: 100%; }
    .ttt-tour-menu--primary ul { padding-inline: 14px; }
    .ttt-tour-menu--primary li { min-width: 148px; }
    .ttt-tour-menu--primary a { min-height: 48px; font-size: .82rem; }
    .ttt-tour-menu--sticky { width: 100%; border-radius: 0; }
    .ttt-tour-menu--sticky a { min-height: 52px; }
    .ttt-tour-menu--sticky li { min-width: 145px; }
    .ttt-tour-overview { padding: 14px 0 42px; }
    .ttt-tour-facts { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px; }
    .ttt-tour-fact { grid-template-columns: 35px minmax(0,1fr); gap: 8px; min-height: 68px; padding: 9px; border-radius: 12px; }
    .ttt-tour-fact > svg { width: 34px; height: 34px; padding: 6px; border-radius: 9px; }
    .ttt-tour-fact__label { font-size: .62rem; }.ttt-tour-fact__value { font-size: .78rem; }.ttt-tour-fact__stars { font-size: .94rem; }
    .ttt-tour-price { bottom: -34px; width: calc(100% - 28px); min-height: 68px; padding: 10px 14px; border-radius: 14px; }
    .ttt-tour-price p { font-size: .9rem; }
    .ttt-tour__content { padding-top: 58px; padding-bottom: 42px; }
    .ttt-section { margin-bottom: 18px; padding: 26px 20px; scroll-margin-top: calc(var(--ttt-sticky-top) + 68px); border-radius: 18px; }
    .ttt-section > h2,.ttt-tour-description__content > h2 { margin-bottom: 22px; font-size: 1.65rem; }
    .ttt-tour-description.has-image,.ttt-grid--2,.ttt-form-grid,.ttt-important-grid { grid-template-columns: 1fr; }
    .ttt-tour-description__image { margin-top: 26px; }
    .ttt-program-tabs.is-enhanced { grid-template-columns: 112px minmax(0,1fr); height: 520px; }.ttt-program-tabs__list { gap: 6px; padding: 9px; }.ttt-tour .ttt-program-tabs__tab { padding: 12px 9px; }.ttt-program-tabs__panels { padding: 22px 18px; }
    .ttt-map { aspect-ratio: 4/3; }.ttt-program-map__map .ttt-map { height: auto; min-height: 320px; aspect-ratio: 4/3; }
    .ttt-gallery { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px; }.ttt-gallery__item { border-radius: 10px; }.ttt-gallery__item:nth-child(7n+1) { grid-column: auto; grid-row: auto; }
    .ttt-lightbox { padding: 0; }.ttt-lightbox__dialog { grid-template-columns: 48px minmax(0,1fr) 48px; width: 100%; height: 100%; padding: 58px 8px 16px; border: 0; border-radius: 0; }.ttt-lightbox__nav { width: 42px; height: 42px; }.ttt-lightbox__close { top: 10px; right: 10px; }
    .ttt-gallery-section { padding: 38px 10px 12px; }
    .ttt-contact-section { padding-inline: 0; }
    .ttt-inquiry-form { padding: 0; border-radius: 0; }.ttt-inquiry-form input:not([type=checkbox]),.ttt-inquiry-form textarea { min-height: 54px; }.ttt-inquiry-form textarea { min-height: 170px; }
}
@media (max-width: 600px) {
    .ttt-countries-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
    .ttt-country-card { border-radius: 14px; }
    .ttt-countries-grid .ttt-country-card h3 { right: 10px; bottom: 13px; left: 10px; padding-top: 12px; font-size: .98rem; }
}
@media (max-width: 430px) {
    .ttt-tour-card__meta { gap: 8px; padding: 13px 14px; }
    .ttt-tour-card__categories,.ttt-tour-card__date { grid-template-columns: 25px minmax(0,1fr); gap: 7px; font-size: .78rem; }
    .ttt-tour-card__meta svg { width: 24px; height: 24px; padding: 4px; }
    .ttt-tour-card__footer { align-items: flex-end; }
    .ttt-tour-card__cta { min-height: 42px; padding-inline: 13px; }
    .ttt-tour-fact { grid-template-columns: 30px minmax(0,1fr); }.ttt-tour-fact > svg { width: 30px; height: 30px; padding: 5px; }
    .ttt-tour-fact__stars { gap: 0; font-size: .82rem; }
    .ttt-program-tabs.is-enhanced { grid-template-columns: 98px minmax(0,1fr); }.ttt-program-tabs__list { padding: 7px; }.ttt-tour .ttt-program-tabs__tab { padding: 11px 7px; }.ttt-program-tabs__panels { padding: 20px 15px; }
}
@media (prefers-reduced-motion: reduce) { .ttt-country-card img,.ttt-tour-menu--sticky,.ttt-button,.ttt-program-tabs__tab,.ttt-gallery__item img { transition: none; } }
