:root {
  --voyago-blue: #2878ff;
  --voyago-blue-dark: #0d58d7;
  --voyago-navy: #14213d;
  --voyago-muted: #647085;
  --voyago-soft: #f3f7ff;
  --voyago-border: #e2e9f3;
  --voyago-radius: 18px;
  --voyago-shadow: 0 20px 52px rgba(25, 50, 92, .12);
}

.voyago-section { padding: 34px 20px; }
.voyago-section-shell, .voyago-template-shell, .voyago-builder-header-inner, .voyago-builder-footer-grid { width: min(1240px, 100%); margin-inline: auto; }
.voyago-section-title { margin: 0; color: var(--voyago-navy); font-size: clamp(1.6rem, 3vw, 2.35rem); font-weight: 850; letter-spacing: -.04em; }
.voyago-section-subtitle { max-width: 720px; margin: 9px 0 0; color: var(--voyago-muted); }
.voyago-heading-row { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 22px; }
.voyago-view-all { color: var(--voyago-blue); font-weight: 750; white-space: nowrap; }
.voyago-button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 44px; padding: 11px 18px; border: 0; border-radius: 10px; color: #fff !important; background: var(--voyago-blue); font-weight: 750; text-decoration: none; cursor: pointer; transition: .2s ease; }
.voyago-button:hover { background: var(--voyago-blue-dark); transform: translateY(-1px); }
.voyago-button-block { display: flex; width: 100%; }

/* Hero search */
.voyago-hero-search { position: relative; min-height: 620px; display: grid; align-items: center; overflow: hidden; padding: 80px 20px 100px; background-position: center; background-size: cover; isolation: isolate; }
.voyago-hero-search::before { content: ""; position: absolute; inset: 0; z-index: -1; background: rgba(8,56,150,.58); }
.voyago-hero-search::after { content: ""; position: absolute; inset: auto -10% -45% 42%; width: 700px; height: 700px; z-index: -1; border-radius: 50%; background: rgba(45,167,255,.42); filter: blur(40px); }
.voyago-hero-inner { width: min(1180px, 100%); margin-inline: auto; }
.voyago-hero-copy { max-width: 780px; margin: 0 auto 34px; color: #fff; text-align: center; }
.voyago-hero-copy h1 { margin: 0 0 14px; font-size: clamp(2.65rem, 7vw, 5.3rem); line-height: .98; font-weight: 900; letter-spacing: -.06em; }
.voyago-hero-copy p { margin: 0; color: #e8f1ff; font-size: 1.05rem; }
.voyago-search-panel { position: relative; max-width: 1100px; margin-inline: auto; padding-top: 28px; }
.voyago-service-tabs { position: absolute; top: 0; left: 50%; z-index: 2; display: flex; max-width: calc(100% - 28px); overflow-x: auto; transform: translateX(-50%); border: 5px solid rgba(255,255,255,.75); border-radius: 999px; background: #15213a; box-shadow: 0 12px 26px rgba(2,22,66,.22); }
.voyago-service-tabs button { flex: 0 0 auto; padding: 10px 17px; border: 0; border-radius: 999px; color: #dbe7ff; background: transparent; font-size: .84rem; font-weight: 750; }
.voyago-service-tabs button.is-active { color: var(--voyago-navy); background: #fff; }
.voyago-hero-form { display: grid; grid-template-columns: 1.05fr auto 1.05fr .9fr .72fr auto; gap: 10px; align-items: end; padding: 46px 20px 20px; border-radius: 18px; background: #fff; box-shadow: var(--voyago-shadow); }
.voyago-form-heading { grid-column: 1/-1; color: var(--voyago-navy); font-weight: 850; }
.voyago-hero-form label, .voyago-package-search label, .voyago-booking-form label { display: grid; gap: 6px; margin: 0; }
.voyago-hero-form label span, .voyago-package-search label span, .voyago-booking-form label span { color: #5c687b; font-size: .76rem; font-weight: 750; }
.voyago-hero-form input, .voyago-hero-form select, .voyago-package-search input, .voyago-package-search select, .voyago-booking-form input, .voyago-booking-form textarea { width: 100%; min-height: 46px; padding: 10px 12px; border: 1px solid #dce4ef; border-radius: 9px; color: var(--voyago-navy); background: #fff; outline: none; }
.voyago-hero-form input:focus, .voyago-hero-form select:focus, .voyago-package-search input:focus, .voyago-package-search select:focus, .voyago-booking-form input:focus, .voyago-booking-form textarea:focus { border-color: var(--voyago-blue); box-shadow: 0 0 0 3px rgba(40,120,255,.12); }
.voyago-swap { width: 38px; height: 38px; margin-bottom: 4px; border: 1px solid var(--voyago-border); border-radius: 50%; color: var(--voyago-blue); background: #fff; }
.voyago-search-button { min-height: 46px; white-space: nowrap; }

/* Offers */
.voyago-offer-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 12px; margin-top: 20px; }
.voyago-offer-card { position: relative; min-height: 122px; display: grid; grid-template-columns: 1fr auto; gap: 10px; padding: 18px; overflow: hidden; border: 1px solid #ffd9df; border-radius: 14px; color: var(--voyago-navy); background: linear-gradient(140deg,#fff,#fff5f7); text-decoration: none; }
.voyago-offer-card strong, .voyago-offer-card span { display: block; }
.voyago-offer-card strong { font-size: 1.3rem; }
.voyago-offer-card span { color: #667287; font-size: .8rem; }
.voyago-offer-icon { color: #ff4867; font-size: 1.4rem; }
.voyago-offer-card .voyago-claim { position: absolute; left: 18px; bottom: 14px; display: inline-block; padding: 4px 9px; border-radius: 6px; color: #fff; background: var(--voyago-blue); font-size: .72rem; font-weight: 750; }
.voyago-promo-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 14px; margin-top: 20px; }
.voyago-promo-grid a { overflow: hidden; border-radius: 14px; box-shadow: 0 10px 28px rgba(31,55,96,.1); }
.voyago-promo-grid img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .3s ease; }
.voyago-promo-grid a:hover img { transform: scale(1.025); }

/* Editable cards */
.voyago-editable-card-grid, .voyago-package-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 16px; }
.voyago-editable-card { min-width: 0; overflow: hidden; border: 1px solid var(--voyago-border); border-radius: 14px; color: var(--voyago-navy); background: #fff; box-shadow: 0 10px 30px rgba(28,50,88,.07); text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; }
.voyago-editable-card:hover { color: var(--voyago-navy); transform: translateY(-4px); box-shadow: var(--voyago-shadow); }
.voyago-editable-card-image { position: relative; aspect-ratio: 4/3; overflow: hidden; }
.voyago-editable-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.voyago-editable-card:hover img { transform: scale(1.04); }
.voyago-card-heart { position: absolute; top: 10px; right: 10px; width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; color: #4b5870; background: rgba(255,255,255,.92); }
.voyago-editable-card-content { padding: 16px; }
.voyago-editable-card-content h3 { margin: 4px 0 6px; font-size: 1rem; font-weight: 800; }
.voyago-editable-card-content p { margin: 0; color: var(--voyago-muted); font-size: .8rem; }
.voyago-card-eyebrow { color: var(--voyago-blue); font-size: .7rem; font-weight: 850; text-transform: uppercase; letter-spacing: .06em; }
.voyago-card-price { display: block; margin-top: 12px; }
.voyago-variant-overlay .voyago-editable-card { position: relative; min-height: 310px; border: 0; }
.voyago-variant-overlay .voyago-editable-card-image { position: absolute; inset: 0; aspect-ratio: auto; }
.voyago-variant-overlay .voyago-editable-card-image::after { content: ""; position: absolute; inset: 35% 0 0; background: linear-gradient(transparent,rgba(6,17,38,.88)); }
.voyago-variant-overlay .voyago-editable-card-content { position: absolute; left: 0; right: 0; bottom: 0; z-index: 1; color: #fff; }
.voyago-variant-overlay .voyago-editable-card-content p { color: #dce6f8; }
.voyago-variant-overlay .voyago-card-eyebrow { color: #d9e8ff; }
.voyago-variant-compact .voyago-editable-card-image { aspect-ratio: 16/8; }
.voyago-variant-compact .voyago-card-heart, .voyago-variant-compact .voyago-card-eyebrow { display: none; }
.voyago-variant-compact .voyago-editable-card-content { padding: 12px 14px; }
.voyago-variant-hotel .voyago-editable-card-image { aspect-ratio: 5/3; }

/* Dynamic package cards */
.voyago-package-card { min-width: 0; overflow: hidden; border: 1px solid var(--voyago-border); border-radius: 15px; background: #fff; box-shadow: 0 10px 34px rgba(25,47,86,.08); transition: .2s ease; }
.voyago-package-card:hover { transform: translateY(-4px); box-shadow: var(--voyago-shadow); }
.voyago-package-image { position: relative; display: block; aspect-ratio: 4/3; overflow: hidden; }
.voyago-package-image > img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.voyago-package-card:hover .voyago-package-image > img { transform: scale(1.04); }
.voyago-card-badge { position: absolute; left: 12px; top: 12px; padding: 5px 9px; border-radius: 7px; color: #713b00; background: #fff0ad; font-size: .72rem; font-weight: 850; }
.voyago-favorite { position: absolute; right: 12px; top: 12px; width: 34px; height: 34px; display: grid; place-items: center; border: 0; border-radius: 50%; color: #4d5a70; background: rgba(255,255,255,.94); box-shadow: 0 4px 12px rgba(0,0,0,.12); }
.voyago-favorite.is-active { color: #f02d53; }
.voyago-package-body { padding: 16px; }
.voyago-package-location { color: var(--voyago-muted); font-size: .76rem; }
.voyago-package-body h3 { min-height: 2.5em; margin: 7px 0 10px; font-size: 1.03rem; line-height: 1.25; font-weight: 820; }
.voyago-package-body h3 a { color: var(--voyago-navy); text-decoration: none; }
.voyago-package-meta { display: flex; flex-wrap: wrap; gap: 12px; color: #667287; font-size: .76rem; }
.voyago-package-meta .bi-star-fill { color: #ffac1c; }
.voyago-package-footer { display: flex; align-items: end; justify-content: space-between; gap: 10px; margin-top: 17px; padding-top: 14px; border-top: 1px solid #eef2f7; }
.voyago-price { display: flex; align-items: baseline; flex-wrap: wrap; gap: 5px; color: var(--voyago-muted); }
.voyago-price-current { color: var(--voyago-navy); font-size: 1.18rem; font-weight: 900; }
.voyago-price del { font-size: .78rem; }
.voyago-price small { font-size: .68rem; }
.voyago-card-link { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; color: var(--voyago-blue); background: var(--voyago-soft); }
.voyago-cols-1 { grid-template-columns: 1fr; }.voyago-cols-2 { grid-template-columns: repeat(2,minmax(0,1fr)); }.voyago-cols-3 { grid-template-columns: repeat(3,minmax(0,1fr)); }.voyago-cols-4 { grid-template-columns: repeat(4,minmax(0,1fr)); }
.voyago-empty-packages { padding: 50px 20px; border: 1px dashed #cbd7e8; border-radius: 14px; color: var(--voyago-muted); text-align: center; background: #f9fbff; }
.voyago-empty-packages .bi { display: block; margin-bottom: 8px; color: var(--voyago-blue); font-size: 2rem; }

/* App banner */
.voyago-app-banner { display: grid; grid-template-columns: 1.08fr .92fr; min-height: 360px; overflow: hidden; border-radius: 24px; color: #fff; background: linear-gradient(125deg,#1f63ff,#1ca7ef); box-shadow: 0 22px 55px rgba(31,99,255,.2); }
.voyago-app-copy { padding: 54px; }
.voyago-app-copy h2 { margin: 0 0 12px; color: #fff; font-size: clamp(2rem,4vw,3.2rem); font-weight: 900; letter-spacing: -.045em; }
.voyago-app-copy > p { max-width: 620px; color: #e6f0ff; }
.voyago-app-details { display: flex; align-items: center; gap: 22px; margin-top: 26px; }
.voyago-qr { width: 104px; height: 104px; padding: 7px; border-radius: 10px; background: #fff; object-fit: cover; }
.voyago-app-stats { display: grid; }
.voyago-app-stats strong { font-size: 1.55rem; }
.voyago-app-stats span { color: #dceaff; font-size: .76rem; }
.voyago-store-links { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 22px; }
.voyago-store-links a { padding: 8px 12px; border-radius: 8px; color: #fff; background: #10254e; font-size: .8rem; text-decoration: none; }
.voyago-app-photo { min-height: 300px; background-position: center; background-size: cover; clip-path: ellipse(82% 90% at 82% 52%); }

/* Recommendations */
.voyago-recommendations { margin-top: 18px; }
.voyago-recommendation-tabs { display: flex; flex-wrap: wrap; gap: 7px; }
.voyago-recommendation-tabs button { padding: 8px 12px; border: 1px solid var(--voyago-border); border-radius: 8px; color: #4f5c70; background: #f7f9fc; font-size: .76rem; font-weight: 750; }
.voyago-recommendation-tabs button.is-active { color: #fff; border-color: var(--voyago-navy); background: var(--voyago-navy); }
.voyago-recommendation-panel { display: none; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 10px 18px; margin-top: 12px; padding: 20px; border: 1px solid var(--voyago-border); border-radius: 12px; background: #fff; }
.voyago-recommendation-panel.is-active { display: grid; }
.voyago-recommendation-panel a { color: #536076; font-size: .78rem; text-decoration: none; }
.voyago-recommendation-panel a:hover { color: var(--voyago-blue); }

/* Header builder */
.voyago-builder-header { z-index: 1000; border-bottom: 1px solid rgba(223,231,242,.9); background: #fff; }
.voyago-builder-header.is-sticky { position: sticky; top: 0; }
.admin-bar .voyago-builder-header.is-sticky { top: 32px; }
.voyago-builder-header-inner { min-height: 72px; display: flex; align-items: center; gap: 22px; padding-inline: 20px; }
.voyago-builder-brand { display: inline-flex; align-items: center; flex: 0 0 auto; gap: 10px; color: var(--voyago-navy); font-size: 1.25rem; text-decoration: none; }
.voyago-builder-brand img { max-width: 180px; max-height: 48px; }
.voyago-brand-icon { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 10px; color: #fff; background: linear-gradient(135deg,#2878ff,#64b3ff); box-shadow: 0 8px 18px rgba(40,120,255,.25); }
.voyago-builder-search { display: flex; width: min(340px,30vw); margin-right: auto; overflow: hidden; border: 1px solid var(--voyago-border); border-radius: 9px; background: #f8faff; }
.voyago-builder-search input { min-width: 0; flex: 1; padding: 9px 12px; border: 0; outline: none; background: transparent; }
.voyago-builder-search button { width: 42px; border: 0; color: #fff; background: var(--voyago-blue); }
.voyago-builder-nav { margin-left: auto; }
.voyago-builder-menu, .voyago-builder-nav ul { display: flex; align-items: center; gap: 4px; margin: 0; padding: 0; list-style: none; }
.voyago-builder-menu a, .voyago-builder-nav li a { display: block; padding: 10px 9px; color: #3e4a5e; font-size: .86rem; font-weight: 700; text-decoration: none; }
.voyago-builder-menu a:hover { color: var(--voyago-blue); }
.voyago-builder-menu-toggle { display: none; border: 0; background: transparent; font-size: 1.7rem; }
.voyago-builder-cta { white-space: nowrap; }

/* Footer builder */
.voyago-builder-footer { padding-top: 56px; color: #c4d1e8; background: #0d1b36; }
.voyago-builder-footer-grid { display: grid; grid-template-columns: 1.45fr 1fr 1fr 1.1fr; gap: 38px; padding: 0 20px 50px; }
.voyago-builder-footer .voyago-builder-brand { color: #fff; }
.voyago-builder-footer h3 { margin: 0 0 16px; color: #fff; font-size: .95rem; font-weight: 800; }
.voyago-builder-footer p { color: #aebbd1; }
.voyago-builder-footer-grid > div > a:not(.voyago-builder-brand) { display: block; margin: 8px 0; color: #bbc7db; font-size: .83rem; text-decoration: none; }
.voyago-footer-about p { max-width: 390px; margin-top: 16px; }
.voyago-footer-socials { display: flex; gap: 9px; }
.voyago-footer-socials a { width: 34px; height: 34px; display: grid !important; place-items: center; border-radius: 50%; color: #fff !important; background: rgba(255,255,255,.08); }
.voyago-payment-row { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 18px; }
.voyago-payment-row span { padding: 5px 8px; border-radius: 5px; color: #27344b; background: #fff; font-size: .65rem; font-weight: 900; }
.voyago-builder-footer-bottom { padding: 18px 20px; color: #8fa1bf; background: #09162d; text-align: center; font-size: .78rem; }

/* Package archive and single */
.voyago-archive-hero { padding: 82px 20px 42px; color: #fff; background: linear-gradient(125deg,#123f9c,#288eff); }
.voyago-archive-hero > .voyago-template-shell > span { font-size: .78rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.voyago-archive-hero h1 { margin: 9px 0; color: #fff; font-size: clamp(2.4rem,6vw,4.8rem); font-weight: 900; letter-spacing: -.055em; }
.voyago-archive-hero p { color: #e0ebff; }
.voyago-package-search { display: grid; grid-template-columns: 1.3fr 1fr .65fr .65fr auto; gap: 10px; align-items: end; margin-top: 28px; padding: 18px; border-radius: 15px; background: #fff; box-shadow: 0 18px 46px rgba(11,39,94,.2); }
.voyago-archive-content { padding: 52px 20px 80px; background: #f7f9fd; }
.voyago-archive-heading { display: flex; justify-content: space-between; align-items: end; margin-bottom: 22px; }
.voyago-archive-heading h2 { margin: 0; color: var(--voyago-navy); font-weight: 850; }
.voyago-archive-heading span { color: var(--voyago-muted); }
.voyago-pagination { margin-top: 36px; }
.voyago-pagination .nav-links { display: flex; justify-content: center; gap: 7px; }
.voyago-pagination .page-numbers { min-width: 38px; height: 38px; display: grid; place-items: center; padding: 0 10px; border: 1px solid var(--voyago-border); border-radius: 8px; background: #fff; }
.voyago-pagination .current { color: #fff; border-color: var(--voyago-blue); background: var(--voyago-blue); }
.voyago-package-hero { padding: 48px 20px 64px; background: #f4f8ff; }
.voyago-package-breadcrumb { margin-bottom: 20px; color: #718096; font-size: .78rem; }
.voyago-package-breadcrumb a { color: #718096; }
.voyago-package-hero-grid { display: grid; grid-template-columns: 1fr 1.02fr; gap: 44px; align-items: center; }
.voyago-package-hero-copy h1 { margin: 10px 0 16px; color: var(--voyago-navy); font-size: clamp(2.5rem,6vw,5rem); line-height: 1; font-weight: 900; letter-spacing: -.06em; }
.voyago-package-hero-copy > p { color: var(--voyago-muted); font-size: 1.05rem; }
.voyago-package-keyfacts { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.voyago-package-keyfacts span { display: inline-flex; align-items: center; gap: 8px; padding: 9px 12px; border: 1px solid var(--voyago-border); border-radius: 9px; background: #fff; }
.voyago-package-keyfacts .bi { color: var(--voyago-blue); }
.voyago-package-hero-image { overflow: hidden; border-radius: 24px; box-shadow: var(--voyago-shadow); }
.voyago-package-hero-image img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.voyago-package-content-section { padding: 60px 20px 90px; }
.voyago-package-layout { display: grid; grid-template-columns: minmax(0,1fr) 390px; gap: 50px; align-items: start; }
.voyago-package-content { color: #465269; font-size: 1rem; line-height: 1.75; }
.voyago-package-content h2, .voyago-package-content h3 { margin-top: 1.5em; color: var(--voyago-navy); font-weight: 850; }
.voyago-booking-card { position: sticky; top: 100px; padding: 24px; border: 1px solid var(--voyago-border); border-radius: 18px; background: #fff; box-shadow: var(--voyago-shadow); }
.voyago-booking-price { display: flex; align-items: baseline; flex-wrap: wrap; gap: 7px; margin-bottom: 18px; }
.voyago-booking-price > span:first-child { width: 100%; color: var(--voyago-muted); font-size: .76rem; }
.voyago-booking-price .voyago-price-current { font-size: 1.8rem; }
.voyago-booking-price small { color: var(--voyago-muted); }
.voyago-booking-divider { display: flex; align-items: center; gap: 12px; margin: 18px 0; color: #8a95a7; font-size: .75rem; }
.voyago-booking-divider::before, .voyago-booking-divider::after { content: ""; height: 1px; flex: 1; background: var(--voyago-border); }
.voyago-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.voyago-form-wide { grid-column: 1/-1; }
.voyago-booking-form textarea { resize: vertical; }
.voyago-booking-form .voyago-button { width: 100%; margin-top: 14px; }
.voyago-alert { margin-bottom: 14px; padding: 12px 14px; border-radius: 9px; font-size: .84rem; }
.voyago-alert-success { color: #175c37; background: #e7f8ef; }
.voyago-alert-error { color: #8d2437; background: #ffecef; }

@media (max-width: 1100px) {
  .voyago-hero-form { grid-template-columns: 1fr 40px 1fr 1fr; }
  .voyago-hero-form label:nth-of-type(4) { grid-column: 1/2; }
  .voyago-search-button { grid-column: 2/-1; }
  .voyago-offer-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .voyago-builder-search { display: none; }
  .voyago-package-search { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .voyago-package-search .voyago-button { grid-column: 1/-1; }
  .voyago-builder-footer-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 991px) {
  .admin-bar .voyago-builder-header.is-sticky { top: 46px; }
  .voyago-builder-menu-toggle { display: block; margin-left: auto; }
  .voyago-builder-nav { position: absolute; top: 100%; left: 0; right: 0; display: none; padding: 14px 20px; border-bottom: 1px solid var(--voyago-border); background: #fff; box-shadow: 0 18px 30px rgba(31,48,79,.12); }
  .voyago-builder-nav.is-open { display: block; }
  .voyago-builder-menu, .voyago-builder-nav ul { display: block; }
  .voyago-builder-cta { display: none; }
  .voyago-package-layout { grid-template-columns: 1fr; }
  .voyago-booking-card { position: static; }
  .voyago-package-hero-grid { grid-template-columns: 1fr; }
  .voyago-app-banner { grid-template-columns: 1fr; }
  .voyago-app-photo { min-height: 250px; clip-path: none; }
  .voyago-recommendation-panel { grid-template-columns: repeat(3,minmax(0,1fr)); }
}

@media (max-width: 767px) {
  .voyago-section { padding: 27px 14px; }
  .voyago-hero-search { min-height: 660px; padding: 54px 12px 32px; }
  .voyago-hero-copy { margin-bottom: 22px; }
  .voyago-search-panel { padding-top: 24px; }
  .voyago-service-tabs { left: 12px; max-width: calc(100% - 24px); transform: none; }
  .voyago-hero-form { grid-template-columns: 1fr; padding: 48px 14px 14px; }
  .voyago-form-heading, .voyago-search-button, .voyago-hero-form label:nth-of-type(4) { grid-column: auto; }
  .voyago-swap { display: none; }
  .voyago-offer-grid, .voyago-promo-grid { grid-template-columns: 1fr; }
  .voyago-editable-card-grid, .voyago-package-grid, .voyago-cols-2, .voyago-cols-3, .voyago-cols-4 { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .voyago-variant-overlay .voyago-editable-card { min-height: 260px; }
  .voyago-app-copy { padding: 30px 22px; }
  .voyago-app-details { gap: 12px; flex-wrap: wrap; }
  .voyago-qr { width: 84px; height: 84px; }
  .voyago-recommendation-panel { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .voyago-package-search { grid-template-columns: 1fr; }
  .voyago-package-search .voyago-button { grid-column: auto; }
  .voyago-builder-footer-grid { grid-template-columns: 1fr; }
  .voyago-package-hero { padding-top: 30px; }
  .voyago-package-content-section { padding-inline: 14px; }
  .voyago-form-grid { grid-template-columns: 1fr; }
  .voyago-form-wide { grid-column: auto; }
}

@media (max-width: 480px) {
  .voyago-editable-card-grid, .voyago-package-grid, .voyago-cols-2, .voyago-cols-3, .voyago-cols-4 { grid-template-columns: 1fr; }
  .voyago-recommendation-panel { grid-template-columns: 1fr; }
  .voyago-heading-row { align-items: start; }
}

.voyago-site-part-header.is-sticky-part { position: sticky; top: 0; z-index: 1000; }
.admin-bar .voyago-site-part-header.is-sticky-part { top: 32px; }
@media (max-width: 782px) { .admin-bar .voyago-site-part-header.is-sticky-part { top: 46px; } }

/* Multi-country package enhancements */
.voyago-route-label { display:inline-flex; align-items:center; gap:6px; margin-bottom:8px; padding:5px 9px; border-radius:999px; color:#174ea6; background:#eaf2ff; font-size:.72rem; font-weight:800; }
.voyago-route-label-large { margin-bottom:12px; padding:7px 11px; font-size:.78rem; }
.voyago-price { display:flex; flex-wrap:wrap; align-items:baseline; gap:5px; }
.voyago-price-label { width:100%; color:var(--voyago-muted); font-size:.67rem; font-weight:750; text-transform:uppercase; letter-spacing:.04em; }
.voyago-price-options { margin:0 0 18px; padding:15px; border:1px solid var(--voyago-border); border-radius:12px; background:#f8fbff; }
.voyago-price-options h3 { margin:0 0 10px; font-size:.95rem; font-weight:850; }
.voyago-price-option { display:grid; grid-template-columns:minmax(0,1fr) auto; gap:3px 12px; padding:9px 0; border-top:1px solid var(--voyago-border); }
.voyago-price-option:first-of-type { border-top:0; }
.voyago-price-option span { color:#42506a; font-size:.82rem; }
.voyago-price-option strong { color:var(--voyago-navy); }
.voyago-price-option small { grid-column:1/-1; color:var(--voyago-muted); }
.voyago-booking-facts { margin:0 0 18px; padding:14px; border-radius:12px; background:#f7f9fd; }
.voyago-booking-facts p { display:flex; gap:10px; margin:0; color:#3e4a5e; font-size:.84rem; }
.voyago-booking-facts p + p { margin-top:10px; }
.voyago-booking-facts i { color:var(--voyago-blue); font-size:1rem; }
.voyago-booking-facts span { display:grid; }
.voyago-booking-facts small { color:var(--voyago-muted); font-size:.68rem; font-weight:700; text-transform:uppercase; letter-spacing:.04em; }
.voyago-content-columns { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:28px; }
.voyago-content-columns-3 { grid-template-columns:repeat(3,minmax(0,1fr)); }
.voyago-content-columns > div { padding:22px; border:1px solid var(--voyago-border); border-radius:16px; background:#fff; box-shadow:0 10px 28px rgba(29,50,89,.06); }
.voyago-mini-tour-list { columns:2; column-gap:36px; }
.voyago-mini-tour-list p { break-inside:avoid; margin-top:0; padding:10px 0; border-bottom:1px solid var(--voyago-border); }
.voyago-package-search { grid-template-columns:1.25fr 1fr 1fr .65fr .55fr .55fr auto; }

@media (max-width:1200px) {
  .voyago-package-search { grid-template-columns:repeat(3,minmax(0,1fr)); }
  .voyago-package-search .voyago-button { grid-column:1/-1; }
}
@media (max-width:767px) {
  .voyago-content-columns,.voyago-content-columns-3 { grid-template-columns:1fr; }
  .voyago-mini-tour-list { columns:1; }
  .voyago-package-search { grid-template-columns:1fr; }
  .voyago-package-search .voyago-button { grid-column:auto; }
}

/* Structured package fields (v2.1). */
.voyago-detail-section { margin: 0 0 42px; }
.voyago-detail-section:last-child { margin-bottom: 0; }
.voyago-detail-section h2 { margin: 5px 0 18px; color: var(--voyago-navy); font-size: clamp(1.65rem,3vw,2.25rem); line-height: 1.16; font-weight: 880; letter-spacing: -.035em; }
.voyago-detail-eyebrow { display: inline-flex; align-items: center; gap: 7px; color: var(--voyago-blue); font-size: .74rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.voyago-detail-copy { color: #465269; font-size: 1.04rem; line-height: 1.82; }
.voyago-detail-copy p:last-child { margin-bottom: 0; }
.voyago-highlight-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }
.voyago-highlight-item { display: flex; align-items: flex-start; gap: 11px; padding: 15px; border: 1px solid #e5ecf6; border-radius: 12px; background: #f8fbff; color: #31415c; font-weight: 700; }
.voyago-highlight-item .bi { flex: 0 0 auto; color: var(--voyago-blue); font-size: 1.05rem; }
.voyago-inclusion-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; }
.voyago-inclusion-card { padding: 22px; border: 1px solid var(--voyago-border); border-radius: 16px; background: #fff; box-shadow: 0 10px 30px rgba(25,47,86,.06); }
.voyago-inclusion-card h3 { display: flex; align-items: center; gap: 9px; margin: 0 0 15px; font-size: 1.02rem; }
.voyago-inclusion-card-positive h3 .bi { color: #18a66a; }
.voyago-inclusion-card-negative h3 .bi { color: #ed5d70; }
.voyago-inclusion-card ul { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.voyago-inclusion-card li { position: relative; padding-left: 21px; color: #566278; line-height: 1.45; }
.voyago-inclusion-card li::before { position: absolute; left: 0; top: .1em; font-family: bootstrap-icons; }
.voyago-inclusion-card-positive li::before { content: "\f26e"; color: #18a66a; }
.voyago-inclusion-card-negative li::before { content: "\f622"; color: #ed5d70; }
.voyago-chip-list { display: flex; flex-wrap: wrap; gap: 10px; }
.voyago-chip-list span { display: inline-flex; align-items: center; gap: 7px; padding: 10px 13px; border: 1px solid #dbe7fa; border-radius: 999px; background: #f4f8ff; color: #25436e; font-size: .88rem; font-weight: 750; }
.voyago-chip-list .bi { color: var(--voyago-blue); }
.voyago-schedule-list { display: grid; gap: 11px; }
.voyago-schedule-list > div { display: flex; align-items: center; gap: 12px; padding: 14px 16px; border-left: 4px solid var(--voyago-blue); border-radius: 8px; background: #f5f8fd; color: #3f4e67; font-weight: 700; }
.voyago-schedule-list .bi { color: var(--voyago-blue); }
.voyago-itinerary-list { position: relative; display: grid; gap: 0; }
.voyago-itinerary-item { position: relative; display: grid; grid-template-columns: 42px minmax(0,1fr); gap: 15px; padding-bottom: 24px; }
.voyago-itinerary-item::before { content: ""; position: absolute; left: 20px; top: 40px; bottom: 0; width: 2px; background: #dbe6f5; }
.voyago-itinerary-item:last-child { padding-bottom: 0; }
.voyago-itinerary-item:last-child::before { display: none; }
.voyago-itinerary-number { position: relative; z-index: 1; display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; color: #fff; background: var(--voyago-blue); font-weight: 850; box-shadow: 0 8px 20px rgba(40,120,255,.22); }
.voyago-itinerary-item h3 { margin: 3px 0 5px; color: var(--voyago-navy); font-size: 1rem; }
.voyago-itinerary-item p { margin: 0; color: #657188; line-height: 1.6; }
.voyago-booking-note-section { display: grid; grid-template-columns: 48px minmax(0,1fr); gap: 16px; padding: 22px; border: 1px solid #dbe7fa; border-radius: 16px; background: linear-gradient(135deg,#f6f9ff,#eef5ff); }
.voyago-booking-note-section h2 { margin: 0 0 8px; font-size: 1.25rem; }
.voyago-booking-note-section p { margin: 0; color: #53617a; }
.voyago-booking-note-icon { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 13px; color: #fff; background: var(--voyago-blue); font-size: 1.2rem; }

@media (max-width: 680px) {
  .voyago-highlight-grid,
  .voyago-inclusion-grid { grid-template-columns: 1fr; }
  .voyago-booking-note-section { grid-template-columns: 1fr; }
}
