:root {
    --vn-primary: var(--itbs-primary, #2563eb);
    --vn-primary-dark: var(--itbs-primary-dark, #1d4ed8);
    --vn-ink: #0f172a;
    --vn-muted: #64748b;
    --vn-line: #e2e8f0;
    --vn-soft: #f8fafc;
}

.vn-page { background: var(--vn-soft); color: var(--vn-ink); overflow: clip; }
.vn-page *, .vn-page *::before, .vn-page *::after { box-sizing: border-box; }
.vn-shell { width: min(1280px, calc(100% - 40px)); margin-inline: auto; }
.vn-primary-button,
.vn-more-button { min-height: 44px; padding: 11px 20px; border: 0; border-radius: 12px; display: inline-flex; align-items: center; justify-content: center; background: var(--vn-primary); color: #fff; font: inherit; font-size: 14px; font-weight: 700; line-height: 1.25; text-decoration: none; cursor: pointer; transition: background .2s ease, transform .2s ease, box-shadow .2s ease; }
.vn-primary-button:hover,
.vn-more-button:hover { background: var(--vn-primary-dark); color: #fff; transform: translateY(-1px); }
.vn-primary-button:disabled { opacity: .58; cursor: wait; transform: none; }
.vn-primary-button--full { width: 100%; }

.vn-catalog-hero { min-height: 620px; padding: 80px 20px; position: relative; display: flex; align-items: center; justify-content: center; overflow: hidden; background-color: #111827; background-image: var(--vn-hero-image); background-position: center; background-size: cover; color: #fff; text-align: center; }
.vn-catalog-hero__veil { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.5), rgba(0,0,0,.38) 55%, rgba(0,0,0,.22)); }
.vn-catalog-hero__content { width: min(1152px, 100%); margin: 32px auto 0; position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; gap: 24px; }
.vn-catalog-hero__badges,
.vn-catalog-hero__pills { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 12px; }
.vn-catalog-hero__badges span { padding: 5px 12px; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; background: rgba(255,255,255,.15); backdrop-filter: blur(10px); color: #fff; font-size: 11px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.vn-catalog-hero h1 { max-width: 960px; margin: 0; color: #fff; font-size: clamp(40px, 6vw, 64px); font-weight: 800; line-height: 1.08; letter-spacing: -.035em; text-shadow: 0 8px 28px rgba(0,0,0,.4); }
.vn-catalog-hero__lead { max-width: 768px; margin: 0; color: #f1f5f9; font-size: clamp(16px, 2vw, 20px); font-weight: 400; line-height: 1.55; }
.vn-catalog-hero__pills span,
.vn-catalog-hero__pills strong { padding: 8px 16px; border: 1px solid rgba(255,255,255,.22); border-radius: 999px; background: rgba(255,255,255,.15); backdrop-filter: blur(10px); color: #fff; font-size: 14px; font-weight: 600; }
.vn-catalog-hero__pills strong { border-color: #fff; background: #fff; color: #111827; }
.vn-catalog-hero__button { min-height: 48px; padding-inline: 24px; background: #fff; color: #111827; box-shadow: 0 16px 34px rgba(0,0,0,.25); }
.vn-catalog-hero__button:hover { background: #f8fafc; color: #111827; }

.vn-catalog { padding: 40px 0 64px; background: rgba(248,250,252,.95); }
.vn-toolbar,
.vn-destinations { padding: 20px; border: 1px solid var(--vn-line); border-radius: 24px; background: #fff; box-shadow: 0 14px 32px rgba(15,23,42,.07); }
.vn-toolbar { margin-bottom: 24px; display: flex; flex-wrap: wrap; align-items: center; gap: 12px; }
.vn-search { min-width: 240px; min-height: 48px; padding: 0 14px; border: 1px solid var(--vn-line); border-radius: 12px; background: var(--vn-soft); display: flex; align-items: center; gap: 9px; flex: 1; }
.vn-search input { width: 100%; min-width: 0; padding: 0; border: 0 !important; outline: 0; background: transparent; box-shadow: none !important; color: #1f2937; font: inherit; }
.vn-sort { min-height: 48px; min-width: 230px; padding: 0 38px 0 13px; border: 1px solid var(--vn-line); border-radius: 12px; background-color: #fff; color: #374151; font: inherit; font-size: 14px; }
.vn-result-count { width: 100%; margin: 0; color: var(--vn-muted); font-size: 14px; }
.vn-result-count strong { color: var(--vn-ink); }
.vn-destinations { margin-bottom: 24px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.vn-region-filters,
.vn-country-switch { min-width: 0; display: flex; align-items: center; gap: 8px; }
.vn-region-filters { flex-wrap: wrap; }
.vn-destinations__label { color: #374151; font-size: 14px; font-weight: 600; }
.vn-region-filters button,
.vn-country-switch a,
.vn-country-switch span { min-height: 38px; padding: 8px 13px; border: 1px solid var(--vn-line); border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; background: #fff; color: #374151; font: inherit; font-size: 14px; font-weight: 600; line-height: 1.2; text-decoration: none; white-space: nowrap; cursor: pointer; transition: .2s ease; }
.vn-region-filters button:hover,
.vn-country-switch a:hover { border-color: var(--vn-primary); color: var(--vn-primary); }
.vn-region-filters button.is-active,
.vn-country-switch span { border-color: var(--vn-primary); background: var(--vn-primary); color: #fff; }
.vn-country-switch { flex: 0 0 auto; }

.vn-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.vn-card { min-width: 0; min-height: 100%; border: 1px solid var(--vn-line); border-radius: 24px; overflow: hidden; background: #fff; box-shadow: 0 8px 18px rgba(15,23,42,.08); display: flex; flex-direction: column; transition: transform .22s ease, box-shadow .22s ease; }
.vn-card:hover { transform: translateY(-3px); box-shadow: 0 18px 34px rgba(15,23,42,.13); }
.vn-card.is-more { display: none; }
.vn-grid.is-expanded .vn-card.is-more { display: flex; }
.vn-card[hidden] { display: none !important; }
.vn-card__media { height: 288px; position: relative; display: block; overflow: hidden; background: #0f172a; }
.vn-card__media img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .5s ease; }
.vn-card:hover .vn-card__media img { transform: scale(1.025); }
.vn-card__placeholder { width: 100%; height: 100%; display: grid; place-items: center; color: rgba(255,255,255,.24); font-size: 42px; font-weight: 900; }
.vn-card__duration { position: absolute; top: 12px; left: 12px; z-index: 1; padding: 5px 9px; border-radius: 999px; background: var(--vn-primary); color: #fff; font-size: 11px; font-weight: 800; }
.vn-card__body { min-height: 378px; padding: 20px; display: flex; flex: 1; flex-direction: column; gap: 12px; }
.vn-card h3 { margin: 0; color: #111827; font-size: 20px; font-weight: 700; line-height: 1.2; }
.vn-card h3 a { color: inherit; text-decoration: none; }
.vn-card h3 a:hover { color: var(--vn-primary); }
.vn-card__excerpt { min-height: 66px; margin: 0; color: #374151; font-size: 14px; line-height: 1.55; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; }
.vn-card__badges { display: flex; flex-wrap: wrap; gap: 8px; }
.vn-card__badges span { padding: 5px 11px; border: 1px solid var(--vn-line); border-radius: 999px; background: var(--vn-soft); color: #374151; font-size: 12px; }
.vn-card__availability { display: grid; gap: 5px; color: #1f2937; font-size: 13px; }
.vn-card__availability small { color: var(--vn-muted); font-size: 12px; }
.vn-card__availability span { display: flex; align-items: center; gap: 8px; }
.vn-card__availability b { color: #f59e0b; font-weight: 700; }
.vn-card__foot { margin-top: auto; padding-top: 14px; border-top: 1px solid var(--vn-line); display: flex; align-items: end; justify-content: space-between; gap: 14px; }
.vn-price { display: grid; gap: 2px; }
.vn-price small,
.vn-price span { color: var(--vn-muted); font-size: 12px; }
.vn-price strong { color: var(--vn-primary); font-size: 21px; line-height: 1.1; }
.vn-more-wrap { margin-top: 32px; text-align: center; }
.vn-more-button { background: #111827; }
.vn-more-button:hover { background: #020617; }
.vn-empty,
.vn-notice { padding: 40px; border: 1px solid var(--vn-line); border-radius: 24px; background: #fff; color: #475569; text-align: center; font-weight: 700; }
.vn-notice--error { color: #991b1b; }

.vn-detail-hero { min-height: 560px; position: relative; display: flex; align-items: end; background: #111827; background-image: var(--vn-hero-image); background-size: cover; background-position: center; }
.vn-detail-hero__veil { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(15,23,42,.9), rgba(15,23,42,.35) 75%), linear-gradient(0deg, rgba(15,23,42,.65), transparent 55%); }
.vn-detail-hero__inner { position: relative; z-index: 1; padding: 132px 0 58px; color: #fff; }
.vn-back { margin-bottom: 46px; display: inline-flex; color: rgba(255,255,255,.85); font-size: 14px; font-weight: 700; text-decoration: none; }
.vn-back:hover { color: #fff; }
.vn-kicker { margin: 0 0 16px; color: #fff; font-size: 12px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.vn-kicker > span { display: none; }
.vn-kicker--dark { color: var(--vn-primary); }
.vn-detail-hero h1 { max-width: 920px; margin: 0; color: #fff; font-size: clamp(42px, 6vw, 72px); font-weight: 800; line-height: 1; letter-spacing: -.04em; }
.vn-detail-hero__facts { margin-top: 32px; display: flex; flex-wrap: wrap; gap: 10px; }
.vn-detail-hero__facts > span { min-width: 130px; padding: 12px 16px; border: 1px solid rgba(255,255,255,.25); border-radius: 16px; background: rgba(255,255,255,.12); backdrop-filter: blur(8px); display: grid; gap: 2px; }
.vn-detail-hero__facts small { color: rgba(255,255,255,.7); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.vn-detail-hero__facts strong { color: #fff; font-size: 18px; }
.vn-detail-hero__intro { max-width: 760px; margin: 22px 0 0; color: rgba(255,255,255,.86); font-size: 15px; line-height: 1.65; }
.vn-detail { padding: 64px 0 96px; background: var(--vn-soft); }
.vn-detail__layout { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(340px, .75fr); align-items: start; gap: 48px; }
.vn-detail__content { min-width: 0; }
.vn-gallery { position: relative; margin-bottom: 44px; display: grid; grid-template-columns: 2fr 1fr 1fr; grid-template-rows: 205px 205px; gap: 8px; overflow: hidden; border: 1px solid rgba(255,255,255,.9); border-radius: 25px; background: #e2e8f0; box-shadow: 0 18px 45px rgba(15,23,42,.12); }
.vn-gallery__item { position: relative; min-width: 0; padding: 0; border: 0; overflow: hidden; background: #0f172a; cursor: zoom-in; }
.vn-gallery__item:first-child { grid-row: 1 / 3; }
.vn-gallery__item img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .55s cubic-bezier(.2,.75,.25,1), filter .3s ease; }
.vn-gallery__item::after { content: ""; position: absolute; inset: 0; border: 2px solid transparent; pointer-events: none; transition: border-color .22s ease, background .22s ease; }
.vn-gallery__item:hover img { transform: scale(1.045); }
.vn-gallery__item:hover::after,
.vn-gallery__item:focus-visible::after { border-color: rgba(255,255,255,.8); background: rgba(15,23,42,.06); }
.vn-gallery__item:focus-visible { outline: 3px solid #2563eb; outline-offset: -3px; }
.vn-gallery__more { position: absolute; inset: 0; display: grid; place-items: center; background: rgba(2,6,23,.58); color: #fff; font-size: 18px; font-weight: 850; letter-spacing: -.01em; backdrop-filter: blur(3px); transition: background .22s ease; }
.vn-gallery__item:hover .vn-gallery__more { background: rgba(2,6,23,.44); }
.vn-gallery__mobile-open { display: none; }
.vn-prose { color: #334155; font-size: 17px; line-height: 1.75; }
.vn-prose > *:first-child { margin-top: 0; }
.vn-prose h2,
.vn-prose h3 { color: var(--vn-ink); }
.vn-tour-sections { display: grid; gap: 22px; }
.vn-content-card { padding: 26px; border: 1px solid var(--vn-line); border-radius: 22px; background: #fff; box-shadow: 0 8px 22px rgba(15,23,42,.045); }
.vn-content-card > h2 { margin: 0 0 18px; color: var(--vn-ink); font-size: clamp(24px, 3vw, 31px); line-height: 1.15; }
.vn-section-eyebrow { margin: 0 0 5px; color: var(--vn-muted); font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.vn-highlight-list { display: flex; flex-wrap: wrap; gap: 9px; }
.vn-highlight-list > span { max-width: 100%; padding: 9px 12px; border: 1px solid var(--vn-line); border-radius: 12px; background: var(--vn-soft); display: inline-flex; align-items: flex-start; gap: 7px; color: #334155; font-size: 14px; line-height: 1.45; }
.vn-highlight-list b { color: #eab308; }
.vn-format-grid { margin: 0; padding: 0; list-style: none; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; }
.vn-format-grid li,
.vn-info-grid li,
.vn-prep-grid li { padding: 15px; border: 1px solid var(--vn-line); border-radius: 15px; background: var(--vn-soft); display: grid; gap: 7px; }
.vn-format-grid strong { color: #ea580c; font-size: 14px; }
.vn-format-grid span,
.vn-info-grid li,
.vn-prep-grid span { color: #475569; font-size: 13px; line-height: 1.55; }
.vn-format-note { margin: 15px 0 0; padding: 13px 15px; border: 1px solid #fde68a; border-radius: 14px; background: #fffbeb; color: #78350f; font-size: 13px; font-weight: 650; line-height: 1.55; }
.vn-info-lead { margin: 0; color: #475569; font-size: 14px; line-height: 1.65; }
.vn-info-grid,
.vn-prep-grid { margin: 16px 0 0; padding: 0; list-style: none; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.vn-prep-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.vn-prep-grid strong { color: var(--vn-ink); font-size: 14px; }
.vn-price-cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.vn-price-cards > div { min-width: 0; padding: 16px; border: 1px solid #e2e8f0; border-radius: 16px; background: #f8fafc; display: grid; gap: 5px; }
.vn-price-cards small { color: #64748b; font-size: 11px; font-weight: 800; text-transform: uppercase; }
.vn-price-cards strong { color: #0f172a; font-size: clamp(22px, 3vw, 30px); }
.vn-private-prices__title { margin: 18px 0 9px; color: var(--vn-ink); font-size: 16px; }
.vn-private-prices { display: flex; flex-wrap: wrap; gap: 9px; }
.vn-private-prices > div { min-width: 140px; padding: 12px 14px; border: 1px solid var(--vn-line); border-radius: 14px; background: #fff; display: grid; gap: 3px; }
.vn-private-prices small { color: var(--vn-muted); font-size: 11px; font-weight: 750; }
.vn-private-prices strong { color: var(--vn-ink); font-size: 22px; }
.vn-price-notice { margin-top: 16px; padding: 14px 16px; border: 1px solid #fde68a; border-radius: 15px; background: #fffbeb; color: #78350f; font-size: 13px; line-height: 1.6; }
.vn-price-notice strong { margin-right: 5px; }
.vn-transfer-note { margin-top: 16px; padding: 16px; border: 1px solid #fde68a; border-radius: 16px; background: #fffbeb; color: #713f12; font-size: 14px; line-height: 1.6; }
.vn-transfer-note > strong { margin-bottom: 3px; display: block; color: #92400e; }
.vn-transfer-note p { margin: 0; }
.vn-inclusion-grid { margin-top: 16px; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.vn-inclusion-card { padding: 18px; border: 1px solid; border-radius: 17px; }
.vn-inclusion-card--inclusions { border-color: #a7f3d0; background: #ecfdf5; }
.vn-inclusion-card--exclusions { border-color: #fecdd3; background: #fff1f2; }
.vn-inclusion-card h3 { margin: 0 0 12px; color: #0f172a; font-size: 18px; }
.vn-inclusion-card ul { margin: 0; padding: 0; list-style: none; display: grid; gap: 8px; }
.vn-inclusion-card li { display: flex; align-items: flex-start; gap: 8px; color: #334155; font-size: 13px; line-height: 1.5; }
.vn-inclusion-card--inclusions li > span { color: #059669; }
.vn-inclusion-card--exclusions li > span { color: #e11d48; }
.vn-payment-note { margin-top: 16px; padding: 14px 16px; border: 1px solid var(--vn-line); border-radius: 15px; background: var(--vn-soft); color: #475569; font-size: 13px; line-height: 1.6; }
.vn-payment-note p { margin: 0; }
.vn-content-card--description .vn-prose { font-size: 16px; }
.vn-info-block { margin-top: 42px; padding-top: 32px; border-top: 1px solid var(--vn-line); }
.vn-info-block h2 { margin: 0 0 20px; color: var(--vn-ink); font-size: 30px; }
.vn-content-card.vn-info-block { margin-top: 0; padding-top: 26px; }
.vn-info-block ul,
.vn-info-block ol { margin: 0; padding: 0; list-style: none; display: grid; gap: 10px; }
.vn-info-block li { min-height: 58px; padding: 14px 16px; border: 1px solid var(--vn-line); border-radius: 16px; background: #fff; display: grid; grid-template-columns: auto 1fr; align-items: start; gap: 12px; }
.vn-info-block li::before { content: "✓"; width: 28px; height: 28px; border-radius: 50%; display: grid; place-items: center; background: #dbeafe; color: var(--vn-primary); font-size: 13px; font-weight: 900; }
.vn-info-block--timeline li::before { content: "•"; background: #fef3c7; color: #92400e; }
.vn-info-block--exclusions li::before { content: "−"; background: #fee2e2; color: #991b1b; }
.vn-info-block li strong { color: var(--vn-primary); }
.vn-info-block li span { grid-column: 2; color: #475569; line-height: 1.55; }
.vn-info-block li img { width: min(100%, 420px); max-height: 280px; grid-column: 2; border-radius: 13px; object-fit: cover; }
.vn-notes { margin-top: 42px; display: grid; gap: 12px; }
.vn-notes section { padding: 22px; border: 1px solid var(--vn-line); border-radius: 18px; background: #fff; }
.vn-notes h3 { margin: 0 0 8px; color: var(--vn-ink); font-size: 20px; }
.vn-notes p { margin: 0; color: #475569; line-height: 1.65; }
.vn-faq details { border-top: 1px solid var(--vn-line); }
.vn-faq details:last-child { border-bottom: 1px solid var(--vn-line); }
.vn-faq summary { padding: 17px 4px; color: var(--vn-ink); font-size: 15px; font-weight: 750; line-height: 1.45; cursor: pointer; }
.vn-faq details > div { padding: 0 4px 17px; color: #475569; font-size: 14px; line-height: 1.65; }
.vn-faq details > div p { margin: 0; }
.vn-checkout { position: relative; top: auto; }
.vn-checkout form { padding: 26px; border: 1px solid var(--vn-line); border-radius: 24px; background: #fff; box-shadow: 0 18px 42px rgba(15,23,42,.1); }
.vn-checkout h2 { margin: 0 0 22px; color: var(--vn-ink); font-size: 30px; line-height: 1.1; }
.vn-form-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.vn-booking-types { margin: 0 0 16px; padding: 4px; border: 1px solid var(--vn-line); border-radius: 14px; background: #f1f5f9; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 4px; }
.vn-booking-types button { min-height: 40px; padding: 8px 12px; border: 0; border-radius: 10px; background: transparent; color: #64748b; font: inherit; font-size: 13px; font-weight: 750; cursor: pointer; }
.vn-booking-types button.is-active { background: #fff; color: var(--vn-ink); box-shadow: 0 2px 7px rgba(15,23,42,.09); }
.vn-field { margin-bottom: 12px; display: grid; gap: 7px; }
.vn-field--wide { grid-column: 1 / -1; }
.vn-field > span { color: #475569; font-size: 11px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.vn-field input,
.vn-field textarea { width: 100%; min-width: 0; padding: 13px 14px; border: 1px solid var(--vn-line) !important; border-radius: 12px !important; outline: 0; background: var(--vn-soft); box-shadow: none !important; color: var(--vn-ink); font: inherit; }
.vn-field input { min-height: 48px; }
.vn-field input:focus,
.vn-field textarea:focus { border-color: var(--vn-primary) !important; box-shadow: 0 0 0 3px color-mix(in srgb, var(--vn-primary) 15%, transparent) !important; }
.vn-field input.is-invalid,
.vn-consent.is-invalid { border-color: #dc2626 !important; }
.vn-calendar { margin: 8px 0 16px; padding: 16px; border: 1px solid var(--vn-line); border-radius: 18px; background: #fff; }
.vn-calendar__intro { margin-bottom: 14px; display: grid; gap: 3px; }
.vn-calendar__intro strong { color: var(--vn-ink); font-size: 17px; }
.vn-calendar__intro span { color: var(--vn-muted); font-size: 11px; line-height: 1.45; }
.vn-calendar__head { margin-bottom: 10px; display: grid; grid-template-columns: 38px 1fr 38px; align-items: center; gap: 8px; }
.vn-calendar__head > strong { color: var(--vn-ink); font-size: 14px; text-align: center; }
.vn-calendar__head button { width: 38px; height: 38px; padding: 0; border: 1px solid var(--vn-line); border-radius: 11px; background: #fff; color: #334155; font: inherit; font-size: 18px; font-weight: 800; cursor: pointer; }
.vn-calendar__head button:hover:not(:disabled) { border-color: var(--vn-primary); color: var(--vn-primary); }
.vn-calendar__head button:disabled { opacity: .32; cursor: not-allowed; }
.vn-calendar__weekdays,
.vn-calendar__days { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); gap: 5px; }
.vn-calendar__weekdays { margin-bottom: 5px; }
.vn-calendar__weekdays span { color: #94a3b8; font-size: 10px; font-weight: 800; text-align: center; }
.vn-calendar__stage { min-height: 270px; position: relative; }
.vn-calendar__loading { position: absolute; z-index: 3; inset: 0; border-radius: 12px; background: rgba(255,255,255,.86); display: grid; place-items: center; color: #475569; font-size: 12px; font-weight: 750; backdrop-filter: blur(2px); }
.vn-calendar__loading[hidden] { display: none; }
.vn-calendar-day { aspect-ratio: 1; min-width: 0; padding: 3px 1px; border: 1px solid var(--vn-line); border-radius: 9px; background: #f8fafc; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 1px; color: #64748b; font: inherit; font-size: 12px; font-weight: 750; line-height: 1; }
.vn-calendar-day small { font-size: 8px; font-weight: 800; }
.vn-calendar-day.is-high { border-color: #86efac; background: #dcfce7; color: #166534; cursor: pointer; }
.vn-calendar-day.is-mid { border-color: #fcd34d; background: #fef3c7; color: #92400e; cursor: pointer; }
.vn-calendar-day.is-low { border-color: #fda4af; background: #ffe4e6; color: #9f1239; cursor: pointer; }
.vn-calendar-day.is-full { border-color: #fecdd3; background: #fff1f2; color: #be123c; }
.vn-calendar-day.is-waitlist { border-style: dashed; border-color: #7dd3fc; background: #f0f9ff; color: #0369a1; }
.vn-calendar-day.is-unavailable { border-color: #e2e8f0; background: #f8fafc; color: #94a3b8; }
.vn-calendar-day.is-outside { opacity: .22; }
.vn-calendar-day.is-selected { outline: 3px solid color-mix(in srgb, var(--vn-primary) 35%, transparent); outline-offset: 1px; }
.vn-calendar-day:hover:not(:disabled) { filter: brightness(.97); transform: translateY(-1px); }
.vn-calendar-day:disabled { cursor: not-allowed; }
.vn-calendar__selection { min-height: 36px; margin-top: 10px; padding: 9px 11px; border-radius: 11px; display: grid; place-items: center; color: #475569; font-size: 11px; font-weight: 750; text-align: center; }
.vn-calendar__selection:empty { min-height: 0; margin: 0; padding: 0; }
.vn-calendar__selection.is-high { background: #ecfdf5; color: #166534; }
.vn-calendar__selection.is-mid { background: #fffbeb; color: #92400e; }
.vn-calendar__selection.is-low { background: #fff1f2; color: #9f1239; }
.vn-calendar__selection.is-empty { background: #f8fafc; color: #64748b; }
.vn-calendar__selection.is-error { background: #fef2f2; color: #b91c1c; }
.vn-calendar__legend { margin-top: 10px; display: flex; flex-wrap: wrap; justify-content: center; gap: 5px; }
.vn-calendar__legend span { padding: 5px 7px; border: 1px solid; border-radius: 7px; font-size: 9px; font-weight: 750; }
.vn-calendar__legend .is-high { border-color: #bbf7d0; background: #f0fdf4; color: #166534; }
.vn-calendar__legend .is-mid { border-color: #fde68a; background: #fffbeb; color: #92400e; }
.vn-calendar__legend .is-low { border-color: #fecdd3; background: #fff1f2; color: #9f1239; }
.vn-calendar__legend .is-full { border-color: #e2e8f0; background: #f8fafc; color: #64748b; }
.vn-quote { margin: 14px 0 18px; padding: 16px; border-radius: 14px; background: #eff6ff; color: var(--vn-ink); }
.vn-quote strong { display: block; margin-top: 3px; color: var(--vn-primary); font-size: 25px; }
.vn-customer,
.vn-payment { margin-top: 20px; padding-top: 20px; border-top: 1px solid var(--vn-line); }
.vn-consent { margin: 5px 0 18px; display: flex; align-items: flex-start; gap: 10px; color: #475569; font-size: 12px; line-height: 1.45; cursor: pointer; }
.vn-consent input { margin-top: 2px; accent-color: var(--vn-primary); }
.vn-payment h3 { margin: 0 0 12px; font-size: 18px; }
.vn-payment__methods { display: grid; gap: 8px; }
.vn-payment__methods button { min-height: 48px; padding: 10px 14px; border: 1px solid var(--vn-line); border-radius: 12px; background: var(--vn-soft); color: var(--vn-ink); text-align: left; font: inherit; font-weight: 700; cursor: pointer; }
.vn-payment__methods button:hover { border-color: var(--vn-primary); color: var(--vn-primary); }
.vn-checkout__safe { margin: 18px 0 0; display: flex; align-items: flex-start; gap: 8px; color: var(--vn-muted); font-size: 11px; line-height: 1.45; }
.vn-checkout__safe span { color: var(--vn-primary); font-weight: 900; }
.vn-form-status { margin-top: 12px; color: #991b1b; font-size: 13px; line-height: 1.45; }
.vn-form-status.is-success { color: #166534; }
.vn-detail-error { min-height: 70vh; padding: 170px 0 100px; display: grid; place-items: center; text-align: center; }
.vn-detail-error h1 { margin-bottom: 25px; font-size: 46px; }
.vn-lightbox { box-sizing: border-box; width: 100vw; max-width: none; height: 100dvh; max-height: none; margin: 0; padding: 0; border: 0; overflow: hidden; background: rgba(2,6,23,.96); color: #fff; }
.vn-lightbox::backdrop { background: rgba(2,6,23,.96); backdrop-filter: blur(12px); }
.vn-lightbox[open] { animation: vn-lightbox-in .22s ease both; }
.vn-lightbox__panel { box-sizing: border-box; width: 100%; height: 100%; padding: 22px 72px 18px; display: grid; grid-template-rows: auto minmax(0,1fr) auto; gap: 16px; }
.vn-lightbox__close { position: fixed; z-index: 5; top: max(18px, env(safe-area-inset-top)); right: max(20px, env(safe-area-inset-right)); width: 46px; height: 46px; padding: 0 0 4px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; background: rgba(15,23,42,.72); color: #fff; font: 300 32px/1 inherit; cursor: pointer; backdrop-filter: blur(10px); transition: background .2s ease, transform .2s ease; }
.vn-lightbox__close:hover { background: rgba(234,88,12,.92); transform: rotate(4deg); }
.vn-lightbox__tabs { min-height: 42px; margin-inline: auto; padding: 4px; display: flex; align-items: center; gap: 3px; border: 1px solid rgba(255,255,255,.13); border-radius: 999px; background: rgba(255,255,255,.08); backdrop-filter: blur(12px); }
.vn-lightbox__tabs button { min-height: 34px; padding: 7px 14px; border: 0; border-radius: 999px; background: transparent; color: rgba(255,255,255,.72); font: inherit; font-size: 12px; font-weight: 780; cursor: pointer; transition: background .2s ease, color .2s ease; }
.vn-lightbox__tabs button[aria-pressed="true"] { background: #fff; color: #0f172a; }
.vn-lightbox__tabs span { margin-left: 4px; opacity: .62; }
.vn-lightbox__stage { position: relative; min-height: 0; display: grid; place-items: center; overflow: hidden; touch-action: pan-y; }
.vn-lightbox__stage > img { display: block; width: auto; max-width: min(1180px, calc(100vw - 170px)); height: auto; max-height: 100%; border-radius: 17px; object-fit: contain; background: #020617; box-shadow: 0 28px 80px rgba(0,0,0,.4); transition: opacity .18s ease, transform .22s ease; }
.vn-lightbox__stage.is-changing > img { opacity: .4; transform: scale(.992); }
.vn-lightbox__arrow { position: fixed; z-index: 4; top: 50%; width: 50px; height: 50px; padding: 0 0 5px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; background: rgba(15,23,42,.68); color: #fff; font: 300 38px/1 inherit; cursor: pointer; backdrop-filter: blur(10px); transition: background .2s ease, transform .2s ease; }
.vn-lightbox__arrow:hover { background: rgba(234,88,12,.92); transform: scale(1.06); }
.vn-lightbox__arrow--previous { left: 16px; }
.vn-lightbox__arrow--next { right: 16px; }
.vn-lightbox__arrow[hidden] { display: none; }
.vn-lightbox__counter { position: absolute; right: max(16px, calc((100vw - min(1180px, calc(100vw - 170px))) / 2 + 16px)); bottom: 14px; padding: 6px 10px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; background: rgba(2,6,23,.65); color: #fff; font-size: 11px; font-weight: 800; letter-spacing: .08em; backdrop-filter: blur(8px); }
.vn-lightbox__rails { min-width: 0; }
.vn-lightbox__rail { max-width: 980px; margin-inline: auto; padding: 2px 2px 5px; display: flex; gap: 8px; overflow-x: auto; scrollbar-width: thin; scrollbar-color: rgba(255,255,255,.3) transparent; scroll-snap-type: x proximity; }
.vn-lightbox__rail[hidden] { display: none; }
.vn-lightbox__rail button { flex: 0 0 84px; height: 62px; padding: 0; border: 2px solid transparent; border-radius: 11px; overflow: hidden; background: #0f172a; opacity: .5; cursor: pointer; scroll-snap-align: center; transition: opacity .2s ease, border-color .2s ease, transform .2s ease; }
.vn-lightbox__rail button:hover { opacity: .85; }
.vn-lightbox__rail button.is-active { border-color: #fff; opacity: 1; transform: translateY(-2px); }
.vn-lightbox__rail img { display: block; width: 100%; height: 100%; object-fit: cover; }
body.vn-lightbox-open { overflow: hidden; }
@keyframes vn-lightbox-in { from { opacity: 0; } to { opacity: 1; } }

@media (max-width: 1024px) {
    .vn-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .vn-detail__layout { grid-template-columns: minmax(0, 1fr); gap: 38px; }
    .vn-checkout { position: relative; top: auto; max-width: 680px; }
}

@media (min-width: 1025px) and (min-height: 900px) {
    .vn-checkout { position: sticky; top: 92px; }
}

@media (max-width: 760px) {
    .vn-shell { width: min(100% - 28px, 1280px); }
    .vn-catalog-hero { min-height: 560px; padding: 72px 14px 54px; background-position: 58% center; }
    .vn-catalog-hero__content { margin-top: 18px; gap: 20px; }
    .vn-catalog-hero__badges span:nth-child(n+2) { display: none; }
    .vn-catalog-hero h1 { font-size: 42px; }
    .vn-catalog-hero__lead { font-size: 16px; }
    .vn-catalog-hero__pills { width: 100%; gap: 8px; }
    .vn-catalog-hero__pills span,
    .vn-catalog-hero__pills strong { max-width: calc(100vw - 48px); font-size: 12px; }
    .vn-catalog-hero__button { width: min(100%, 320px); }
    .vn-catalog { padding: 28px 0 54px; }
    .vn-toolbar,
    .vn-destinations { padding: 14px; border-radius: 20px; }
    .vn-search,
    .vn-sort { width: 100%; min-width: 0; }
    .vn-result-count { text-align: center; }
    .vn-destinations { align-items: stretch; flex-direction: column; }
    .vn-region-filters { flex-wrap: nowrap; padding-bottom: 2px; overflow-x: auto; scrollbar-width: none; }
    .vn-region-filters::-webkit-scrollbar { display: none; }
    .vn-destinations__label { flex: 0 0 auto; }
    .vn-country-switch { width: 100%; display: grid; grid-template-columns: 1fr 1fr; }
    .vn-grid { grid-template-columns: 1fr; }
    .vn-card__media { height: 270px; }
    .vn-card__body { min-height: auto; }
    .vn-card__excerpt { min-height: 0; }
    .vn-detail-hero { min-height: 520px; }
    .vn-detail-hero__inner { padding: 118px 0 44px; }
    .vn-back { margin-bottom: 34px; }
    .vn-detail-hero h1 { font-size: 44px; }
    .vn-detail { padding: 46px 0 72px; }
    .vn-gallery { display: block; height: clamp(260px, 72vw, 390px); border-radius: 20px; }
    .vn-gallery__item { width: 100%; height: 100%; }
    .vn-gallery__item:nth-child(n+2) { display: none; }
    .vn-gallery__mobile-open { position: absolute; z-index: 3; right: 12px; bottom: 12px; min-height: 42px; padding: 9px 13px; border: 1px solid rgba(255,255,255,.75); border-radius: 12px; background: rgba(255,255,255,.92); display: inline-flex; align-items: center; gap: 7px; color: #0f172a; font: inherit; font-size: 12px; font-weight: 820; box-shadow: 0 10px 24px rgba(15,23,42,.22); backdrop-filter: blur(10px); cursor: pointer; }
    .vn-lightbox__panel { padding: max(64px, calc(env(safe-area-inset-top) + 54px)) 10px max(10px, env(safe-area-inset-bottom)); gap: 10px; }
    .vn-lightbox__close { width: 42px; height: 42px; top: max(10px, env(safe-area-inset-top)); right: max(10px, env(safe-area-inset-right)); }
    .vn-lightbox__tabs { position: fixed; z-index: 4; top: max(12px, env(safe-area-inset-top)); left: 10px; right: 60px; width: max-content; max-width: calc(100vw - 78px); margin: 0; }
    .vn-lightbox__tabs button { padding-inline: 10px; font-size: 11px; }
    .vn-lightbox__stage > img { max-width: calc(100vw - 20px); max-height: 100%; border-radius: 12px; }
    .vn-lightbox__arrow { position: absolute; width: 42px; height: 42px; top: 50%; background: rgba(2,6,23,.64); font-size: 32px; }
    .vn-lightbox__arrow--previous { left: 7px; }
    .vn-lightbox__arrow--next { right: 7px; }
    .vn-lightbox__counter { right: 10px; bottom: 10px; }
    .vn-lightbox__rail button { flex-basis: 68px; height: 51px; border-radius: 9px; }
    .vn-prose { font-size: 16px; }
    .vn-content-card { padding: 20px 17px; border-radius: 19px; }
    .vn-format-grid,
    .vn-info-grid,
    .vn-prep-grid { grid-template-columns: 1fr; }
    .vn-price-cards { grid-template-columns: repeat(3, minmax(92px, 1fr)); overflow-x: auto; }
    .vn-inclusion-grid { grid-template-columns: 1fr; }
    .vn-checkout form { padding: 20px 17px; border-radius: 20px; }
    .vn-calendar { margin-inline: -3px; padding: 13px 10px; }
    .vn-calendar__stage { min-height: 256px; }
}

@media (prefers-reduced-motion: reduce) {
    .vn-page *, .vn-page *::before, .vn-page *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
