.home-shell-page {
  --navy: #071f3d;
  --navy-2: #123766;
  --ocean: #075fca;
  --aqua: #0796d2;
  --turquoise: #27b6d2;
  --lagoon: #eaf6ff;
  --sky: #f2f8ff;
  --sun: #ffc83d;
  --sun-2: #edab13;
  --coral: #ef684d;
  --sand: #fff8ef;
  --ink: #092a40;
  --muted: #547084;
  --line: #cfe1e8;
  --green: #087d63;
  --home-shadow: 0 18px 44px rgba(5, 53, 75, .12);
  color: var(--ink);
  font-family: Manrope, system-ui, sans-serif;
}
.home-shell-page h1,
.home-shell-page h2,
.home-shell-page h3 { font-family: "Plus Jakarta Sans", sans-serif; }
.home-shell-page .wrap { width: min(1380px, calc(100% - 64px)); margin: auto; }
.home-shell-page .utility { height: 35px; color: #fff; background: var(--navy); font-size: 12px; font-weight: 700; }
.home-shell-page .utility .wrap { display: flex; height: 100%; align-items: center; justify-content: space-between; }
.home-shell-page .utility-left, .home-shell-page .utility-right { display: flex; align-items: center; gap: 24px; }
.home-shell-page .utility a { color: inherit; text-decoration: none; }
.home-shell-page .live-dot { display: inline-block; width: 7px; height: 7px; margin-right: 8px; border-radius: 50%; background: var(--turquoise); box-shadow: 0 0 0 4px rgba(25, 198, 190, .15); }
.home-shell-page .header { position: relative; z-index: 2000; height: 88px; border-bottom: 1px solid var(--line); background: #fff; }
.home-shell-page .header .wrap { display: grid; height: 100%; grid-template-columns: 330px 1fr auto; align-items: center; gap: 26px; }
.home-shell-page .logo { display: inline-flex; align-items: center; justify-content: flex-start; line-height: 1; text-decoration: none; }
.home-shell-page .brand-logo { display: block; width: 310px; height: auto; object-fit: contain; }
.home-shell-page .nav { display: flex; align-items: center; justify-content: center; gap: 8px; font-size: 13px; font-weight: 700; }
.home-shell-page .nav-link, .home-shell-page .nav-trigger { position: relative; display: flex; height: 88px; align-items: center; gap: 7px; border: 0; padding: 0 11px; color: var(--ink); background: transparent; font: inherit; font-weight: 800; text-decoration: none; white-space: nowrap; }
.home-shell-page .nav-link:hover, .home-shell-page .nav-trigger:hover, .home-shell-page .nav-trigger[aria-expanded="true"] { color: var(--ocean); }
.home-shell-page .nav-link.active::after, .home-shell-page .nav-trigger[aria-expanded="true"]::after { position: absolute; right: 10px; bottom: -1px; left: 10px; height: 3px; border-radius: 3px 3px 0 0; background: var(--ocean); content: ""; }
.home-shell-page .nav-chevron { width: 14px; height: 14px; transition: transform .2s ease; }
.home-shell-page .nav-trigger[aria-expanded="true"] .nav-chevron { transform: rotate(180deg); }
.home-shell-page .nav .ai-nav { height: auto; border-radius: 10px; padding: 10px 13px; color: var(--ocean); background: var(--lagoon); }
.home-shell-page .nav-actions { display: flex; align-items: center; gap: 10px; }
.home-shell-page .currency { display: inline-flex; height: 46px; align-items: center; border: 1px solid var(--line); border-radius: 10px; padding: 0 14px; color: var(--ink); background: #fff; font-size: 13px; font-weight: 800; text-decoration: none; }
.home-shell-page .booking { display: inline-flex; height: 46px; align-items: center; justify-content: center; border-radius: 10px; padding: 0 17px; color: #fff; background: var(--navy); font-weight: 800; text-decoration: none; }
.home-shell-page .mobile-menu-button { display: none; width: 46px; height: 46px; border: 1px solid var(--line); border-radius: 10px; padding: 11px; color: var(--navy); background: #fff; }
.home-shell-page .mobile-menu-button svg { width: 100%; height: 100%; stroke: currentColor; }
.home-shell-page .mega-menu { position: absolute; z-index: 80; top: calc(100% + 1px); left: 50%; width: min(1380px, calc(100% - 64px)); border: 1px solid rgba(7, 95, 202, .18); border-top: 4px solid var(--ocean); border-radius: 0 0 24px 24px; background: #fff; box-shadow: 0 28px 70px rgba(5, 39, 64, .2); opacity: 0; visibility: hidden; pointer-events: none; transform: translate(-50%, -8px); transition: opacity .2s ease, transform .2s ease; }
.home-shell-page .mega-menu.is-open { opacity: 1; visibility: visible; pointer-events: auto; transform: translate(-50%, 0); }
.home-shell-page .mega-inner { padding: 22px 24px 25px; }
.home-shell-page .mega-top { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-bottom: 18px; border-bottom: 1px solid var(--line); padding-bottom: 16px; }
.home-shell-page .mega-top p { margin: 0; color: var(--muted); font-size: 12px; }
.home-shell-page .mega-top strong { display: block; margin-bottom: 2px; color: var(--navy); font-family: "Plus Jakarta Sans", sans-serif; font-size: 19px; }
.home-shell-page .mega-all { display: inline-flex; align-items: center; gap: 9px; border-radius: 9px; padding: 9px 12px; color: var(--ocean); background: var(--lagoon); font-size: 12px; font-weight: 800; text-decoration: none; }
.home-shell-page .mega-all svg { width: 16px; height: 16px; transition: transform .2s; }
.home-shell-page .mega-all:hover svg { transform: translateX(3px); }
.home-shell-page .tours-mega-grid { display: grid; grid-template-columns: 360px minmax(0, 1fr) 235px; gap: 22px; }
.home-shell-page .mega-section-label { display: block; margin-bottom: 10px; color: var(--aqua); font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.home-shell-page .mega-category-list { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; }
.home-shell-page .mega-category { display: grid; min-height: 68px; grid-template-columns: 38px 1fr; align-items: center; gap: 9px; border: 1px solid transparent; border-radius: 12px; padding: 9px; text-decoration: none; transition: .2s; }
.home-shell-page .mega-category:hover, .home-shell-page .mega-category:focus-visible { border-color: #bcd9ed; background: var(--sky); transform: translateY(-1px); }
.home-shell-page .mega-icon { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 11px; color: var(--ocean); background: var(--lagoon); }
.home-shell-page .mega-icon svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.home-shell-page .mega-category strong { display: block; color: var(--navy); font-size: 11px; line-height: 1.25; }
.home-shell-page .mega-category small { display: block; margin-top: 3px; color: var(--muted); font-size: 9px; line-height: 1.3; }
.home-shell-page .mega-tour-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.home-shell-page .mega-tour-card, .home-shell-page .mega-destination { position: relative; overflow: hidden; color: #fff; background: var(--navy); text-decoration: none; transition: transform .25s ease, box-shadow .25s ease; }
.home-shell-page .mega-tour-card { height: 196px; border-radius: 15px; box-shadow: 0 7px 18px rgba(5, 53, 75, .12); }
.home-shell-page .mega-tour-card::after, .home-shell-page .mega-destination::after { position: absolute; inset: 24% 0 0; background: linear-gradient(transparent, rgba(3, 27, 47, .94)); content: ""; }
.home-shell-page .mega-tour-card img, .home-shell-page .mega-destination img, .home-shell-page .mobile-featured-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.home-shell-page .mega-tour-card:hover, .home-shell-page .mega-destination:hover { box-shadow: 0 16px 32px rgba(5, 53, 75, .24); transform: translateY(-4px); }
.home-shell-page .mega-tour-card:hover img, .home-shell-page .mega-destination:hover img { transform: scale(1.045); }
.home-shell-page .mega-tour-badge, .home-shell-page .destination-badge { position: absolute; z-index: 2; top: 11px; left: 11px; border-radius: 999px; padding: 5px 8px; font-size: 9px; font-weight: 800; }
.home-shell-page .mega-tour-badge { color: var(--navy); background: var(--sun); }
.home-shell-page .mega-tour-copy { position: absolute; z-index: 2; right: 13px; bottom: 12px; left: 13px; text-shadow: 0 1px 3px rgba(2, 20, 36, .88); }
.home-shell-page .mega-tour-copy strong { display: block; margin-bottom: 7px; font-size: 12px; line-height: 1.3; }
.home-shell-page .mega-tour-meta { display: flex; align-items: center; justify-content: space-between; gap: 8px; color: #d8f7ff; font-size: 9px; font-weight: 800; }
.home-shell-page .mega-tour-meta b { color: #fff; font-size: 12px; }
.home-shell-page .mega-bit { position: relative; display: flex; min-height: 196px; flex-direction: column; justify-content: space-between; overflow: hidden; border-radius: 16px; padding: 19px; color: #fff; background: linear-gradient(145deg, var(--navy), #075292); }
.home-shell-page .mega-bit-avatar { display: block; width: 46px; height: 46px; object-fit: contain; filter: drop-shadow(0 7px 10px rgba(0, 0, 0, .22)); }
.home-shell-page .mega-bit strong { display: block; margin: 12px 0 5px; font-size: 16px; line-height: 1.2; }
.home-shell-page .mega-bit p { margin-bottom: 14px; color: #d8f7ff; font-size: 10px; line-height: 1.5; }
.home-shell-page .mega-bit a { display: flex; min-height: 42px; align-items: center; justify-content: space-between; border-radius: 10px; padding: 0 12px; color: var(--navy); background: var(--sun); font-size: 10px; font-weight: 800; text-decoration: none; }
.home-shell-page .destination-mega-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)) 220px; gap: 12px; }
.home-shell-page .mega-destination { height: 205px; border-radius: 16px; }
.home-shell-page .destination-badge { color: var(--ocean); background: rgba(255, 255, 255, .94); }
.home-shell-page .mega-destination-copy { position: absolute; z-index: 2; right: 14px; bottom: 13px; left: 14px; }
.home-shell-page .mega-destination-copy strong { display: block; margin-bottom: 4px; font-size: 14px; }
.home-shell-page .mega-destination-copy small { display: block; color: #d7f5ff; font-size: 9px; line-height: 1.35; }
.home-shell-page .mega-destination-more { display: flex; flex-direction: column; justify-content: space-between; border: 1px solid #f2dfb7; border-radius: 16px; padding: 17px; background: var(--sand); }
.home-shell-page .mega-destination-more strong { color: var(--navy); font-size: 14px; }
.home-shell-page .mega-destination-more p { margin: 5px 0 12px; color: var(--muted); font-size: 10px; line-height: 1.45; }
.home-shell-page .destination-small-link { display: flex; align-items: center; justify-content: space-between; gap: 8px; border-top: 1px solid #e7d9bc; padding: 10px 0; color: var(--navy); font-size: 11px; font-weight: 800; text-decoration: none; }
.home-shell-page .destination-directory { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 12px; }
.home-shell-page .destination-directory a { display: flex; min-height: 36px; flex: 1 1 135px; align-items: center; justify-content: space-between; gap: 8px; border: 1px solid #d7e5ef; border-radius: 10px; padding: 0 11px; color: var(--navy); background: #fff; font-size: 10px; font-weight: 800; text-decoration: none; transition: border-color .2s ease, color .2s ease, background .2s ease; }
.home-shell-page .destination-directory a:hover { border-color: var(--ocean); color: var(--ocean); background: #f3fbff; }
.home-shell-page .mega-backdrop { position: fixed; z-index: 1900; inset: 123px 0 0; background: rgba(3, 25, 43, .22); opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .2s ease; }
.home-shell-page .mega-backdrop.is-open { opacity: 1; visibility: visible; pointer-events: auto; }
.home-shell-page .mobile-nav, .home-shell-page .mobile-nav-backdrop { display: none; }

.home-shell-page .category-grid { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); gap: 12px; }
.home-shell-page .category { position: relative; height: 196px; overflow: hidden; border-radius: 18px; color: #fff; background: var(--navy); text-decoration: none; transition: .25s; }
.home-shell-page .category::after { position: absolute; z-index: 2; inset: 20% 0 0; background: linear-gradient(transparent, rgba(10, 39, 58, .92)); content: ""; }
.home-shell-page .category img, .home-shell-page .category-preview { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.home-shell-page .category img { z-index: 0; transition: transform .35s; }
.home-shell-page .category-preview { z-index: 1; opacity: 0; pointer-events: none; transform: scale(1.01); transition: opacity .22s ease, transform .45s cubic-bezier(.2, .7, .2, 1); }
.home-shell-page .category.is-previewing .category-preview { opacity: 1; transform: scale(1.04); }
.home-shell-page .category:hover { box-shadow: 0 14px 30px rgba(6, 40, 61, .14); transform: translateY(-4px); }
.home-shell-page .category:hover img { transform: scale(1.04); }
.home-shell-page .category .cat-copy { position: absolute; z-index: 3; right: 15px; bottom: 14px; left: 15px; }
.home-shell-page .category strong { display: block; margin-bottom: 5px; color: #fff; font-size: 14px; line-height: 1.2; }
.home-shell-page .category small { color: #d9f4f1; font-size: 10px; font-weight: 700; }
.home-shell-page .category .arrow { position: absolute; z-index: 4; top: 12px; right: 12px; display: grid; width: 32px; height: 32px; place-items: center; border-radius: 50%; color: var(--ocean); background: rgba(255, 255, 255, .92); }

.home-shell-page .tour-related-section .product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.home-shell-page .tour-taxonomy { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-bottom: 18px; }
.home-shell-page .tour-taxonomy a { color: #075ed0; font-size: .76rem; font-weight: 800; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; }
.home-shell-page .tour-taxonomy a:hover { text-decoration: underline; text-underline-offset: 4px; }
.home-shell-page .tour-taxonomy span { color: #7890a4; }
.home-shell-page .tour-related-section-category { margin-top: 0; background: #fff; }
.home-shell-page .tour-recommendation-empty { display: flex; min-height: 118px; align-items: center; justify-content: space-between; gap: 24px; border: 1px solid #d7e3ee; border-radius: 18px; padding: 24px 28px; background: #fff; }
.home-shell-page .tour-recommendation-empty p { margin: 0; color: #48677e; }
.home-shell-page .tour-recommendation-empty a { color: #075ed0; font-weight: 800; text-decoration: none; }
.home-shell-page .tour-related-section-category .tour-recommendation-empty { background: #f4f9fd; }
.home-shell-page .product { position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: 0 8px 24px rgba(5, 53, 75, .06); transition: .25s; }
.home-shell-page .product:hover { border-color: rgba(7, 95, 202, .38); box-shadow: 0 22px 52px rgba(5, 53, 75, .16); transform: translateY(-6px); }
.home-shell-page .product-photo { position: relative; height: 212px; overflow: hidden; }
.home-shell-page .product-photo > a:first-child { display: block; width: 100%; height: 100%; }
.home-shell-page .product-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s cubic-bezier(.2, .7, .2, 1); }
.home-shell-page .product-photo img.is-changing { opacity: .58; transform: scale(1.025); }
.home-shell-page .product:hover .product-photo img { transform: scale(1.045); }
.home-shell-page .product-photo::after { position: absolute; inset: auto 0 0; height: 28%; background: linear-gradient(transparent, rgba(6, 40, 61, .45)); content: ""; pointer-events: none; }
.home-shell-page .badge { position: absolute; z-index: 2; top: 12px; left: 12px; border-radius: 7px; padding: 7px 9px; color: var(--navy); background: var(--sun); font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.home-shell-page .badge.coral { color: #fff; background: var(--coral); }
.home-shell-page .heart { position: absolute; z-index: 3; top: 12px; right: 12px; display: grid; width: 35px; height: 35px; place-items: center; border: 0; border-radius: 50%; color: var(--navy); background: rgba(255,255,255,.94); box-shadow: 0 5px 16px rgba(4,31,49,.13); font-size: 17px; }
.home-shell-page .heart svg { width: 18px; height: 18px; }
.home-shell-page .local-rating-mark { display: inline-grid; width: 17px; height: 17px; place-items: center; border-radius: 50%; color: #fff; background: var(--green); font-size: 10px; }
.home-shell-page .product-body { padding: 15px 16px 17px; }
.home-shell-page .rating { display: flex; align-items: center; gap: 6px; margin-bottom: 7px; color: var(--muted); font-size: 11px; font-weight: 700; }
.home-shell-page .stars { color: var(--sun-2); letter-spacing: -1px; }
.home-shell-page .product h3 { min-height: 42px; margin-bottom: 9px; font-family: "Plus Jakarta Sans", sans-serif; font-size: 16px; line-height: 1.28; }
.home-shell-page .product h3 a { color: inherit; text-decoration: none; }
.home-shell-page .facts { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 13px; color: var(--muted); font-size: 10px; font-weight: 700; }
.home-shell-page .facts span { display: flex; align-items: center; gap: 4px; }
.home-shell-page .cancel { margin-bottom: 11px; color: var(--green); font-size: 10px; font-weight: 800; }
.home-shell-page .product-bottom { display: flex; align-items: end; justify-content: space-between; gap: 12px; border-top: 1px solid #e7eff2; padding-top: 12px; }
.home-shell-page .price small { display: block; color: var(--muted); font-size: 9px; font-weight: 800; text-transform: uppercase; }
.home-shell-page .price strong { color: var(--navy); font-size: 22px; }
.home-shell-page .price del { margin-left: 4px; color: #8395a1; font-size: 10px; }
.home-shell-page .product-cta { border-radius: 9px; padding: 11px 12px; color: #fff; background: var(--ocean); font-size: 11px; font-weight: 800; text-decoration: none; transition: transform .2s ease, background-color .2s ease, box-shadow .2s ease; }
.home-shell-page .product:hover .product-cta { background: #064ba4; box-shadow: 0 8px 18px rgba(7, 95, 202, .2); transform: translateX(2px); }

.home-shell-page .footer { padding: 46px 0 76px; color: #fff; background: #041f31; }
.home-shell-page .footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 60px; }
.home-shell-page .footer p { max-width: 370px; color: #9fb9c5; font-size: 12px; line-height: 1.7; }
.home-shell-page .footer h3 { margin-bottom: 14px; color: #73e9df; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; }
.home-shell-page .footer a { display: block; margin: 9px 0; color: #d9e9ef; font-size: 12px; text-decoration: none; }
.home-shell-page .footer .logo { width: max-content; margin-bottom: 16px; border-radius: 12px; padding: 8px 12px; background: #fff; }
.home-shell-page .footer .brand-logo { width: 210px; }
.home-shell-page .footer-note { display: flex; justify-content: space-between; margin-top: 38px; border-top: 1px solid rgba(255, 255, 255, .12); padding-top: 20px; color: #7593a1; font-size: 10px; }

@media (max-width: 1050px) {
  .home-shell-page .wrap { width: min(100% - 34px, 800px); }
  .home-shell-page .utility .wrap { justify-content: center; }
  .home-shell-page .utility-left { display: none; }
  .home-shell-page .utility-right span:not(:last-child) { display: none; }
  .home-shell-page .header { height: 72px; }
  .home-shell-page .header .wrap { grid-template-columns: 1fr auto; }
  .home-shell-page .brand-logo { width: 260px; }
  .home-shell-page .nav, .home-shell-page .mega-menu, .home-shell-page .mega-backdrop { display: none; }
  .home-shell-page .nav-actions .booking { display: none; }
  .home-shell-page .mobile-menu-button { display: block; }
  .home-shell-page .mobile-nav { position: fixed; z-index: 2300; inset: 0 0 0 auto; display: block; width: min(420px, 94vw); height: 100dvh; overflow-y: auto; background: #fff; box-shadow: -24px 0 70px rgba(3, 28, 48, .25); visibility: hidden; transform: translateX(105%); transition: transform .28s ease, visibility .28s; }
  .home-shell-page .mobile-nav.is-open { visibility: visible; transform: translateX(0); }
  .home-shell-page .mobile-nav-backdrop { position: fixed; z-index: 2290; inset: 0; display: block; background: rgba(3, 25, 43, .58); opacity: 0; visibility: hidden; transition: .25s; }
  .home-shell-page .mobile-nav-backdrop.is-open { opacity: 1; visibility: visible; }
  .home-shell-page .mobile-nav-top { display: flex; height: 76px; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); padding: 0 17px; }
  .home-shell-page .mobile-nav-top img { width: 240px; height: auto; }
  .home-shell-page .mobile-menu-close { display: grid; width: 44px; height: 44px; place-items: center; border: 1px solid var(--line); border-radius: 12px; color: var(--navy); background: #fff; }
  .home-shell-page .mobile-menu-close svg { width: 22px; height: 22px; stroke: currentColor; }
  .home-shell-page .mobile-nav-body { padding: 16px 17px 30px; }
  .home-shell-page .mobile-accordion { border-bottom: 1px solid var(--line); }
  .home-shell-page .mobile-accordion-trigger { display: flex; width: 100%; min-height: 58px; align-items: center; justify-content: space-between; border: 0; padding: 0; color: var(--navy); background: #fff; font-size: 15px; font-weight: 800; }
  .home-shell-page .mobile-accordion-trigger svg { width: 17px; height: 17px; transition: transform .2s; }
  .home-shell-page .mobile-accordion-trigger[aria-expanded="true"] svg { transform: rotate(180deg); }
  .home-shell-page .mobile-accordion-panel { display: none; padding: 0 0 13px; }
  .home-shell-page .mobile-accordion-panel.is-open { display: block; }
  .home-shell-page .mobile-featured { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin: 9px 0 8px; }
  .home-shell-page .mobile-featured-card { position: relative; height: 112px; overflow: hidden; border-radius: 12px; color: #fff; background: var(--navy); }
  .home-shell-page .mobile-featured-card::after { position: absolute; inset: 25% 0 0; background: linear-gradient(transparent, rgba(3, 27, 47, .94)); content: ""; }
  .home-shell-page .mobile-featured-card strong { position: absolute; z-index: 2; right: 10px; bottom: 9px; left: 10px; font-size: 10px; line-height: 1.25; }
  .home-shell-page .mobile-destination-directory { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; margin: 10px 0; }
  .home-shell-page .mobile-destination-directory a { display: flex; min-height: 44px; align-items: center; justify-content: space-between; gap: 8px; border: 1px solid var(--line); border-radius: 10px; padding: 0 10px; color: var(--navy); background: #fff; font-size: 11px; font-weight: 800; text-decoration: none; }
  .home-shell-page .mobile-nav-cta, .home-shell-page .mobile-plain-link, .home-shell-page .mobile-bit-link { display: flex; align-items: center; justify-content: space-between; text-decoration: none; }
  .home-shell-page .mobile-nav-cta { min-height: 48px; margin-top: 10px; border-radius: 11px; padding: 0 14px; color: var(--navy); background: var(--sun); font-size: 12px; font-weight: 800; }
  .home-shell-page .mobile-plain-link { min-height: 50px; border-bottom: 1px solid var(--line); color: var(--navy); font-size: 14px; font-weight: 800; }
  .home-shell-page .mobile-bit-link { min-height: 62px; margin-top: 16px; border-radius: 13px; padding: 0 12px 0 14px; color: #fff; background: linear-gradient(135deg, var(--navy), var(--ocean)); font-size: 13px; font-weight: 800; }
  .home-shell-page .mobile-bit-link img { display: block; width: 46px; height: 46px; object-fit: contain; }
  .home-shell-page .category-grid { grid-template-columns: repeat(3, 1fr); }
  .home-shell-page .tour-related-section .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .home-shell-page .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 580px) {
  .home-shell-page .wrap { width: calc(100% - 30px); }
  .home-shell-page .utility { height: 31px; }
  .home-shell-page .utility-right { font-size: 10px; }
  .home-shell-page .header { height: 64px; }
  .home-shell-page .header .wrap { width: calc(100% - 24px); gap: 8px; }
  .home-shell-page .brand-logo { width: 205px; }
  .home-shell-page .currency { height: 40px; padding: 0 9px; font-size: 10px; }
  .home-shell-page .mobile-menu-button { width: 40px; height: 40px; padding: 9px; }
  .home-shell-page .mobile-nav-top img { width: 220px; }
  .home-shell-page .category-grid { display: flex; margin-right: -15px; overflow-x: auto; padding: 0 15px 8px 0; scroll-snap-type: x mandatory; }
  .home-shell-page .category { min-width: 148px; scroll-snap-align: start; }
  .home-shell-page .category-preview { display: none; }
  .home-shell-page .tour-related-section .product-grid { display: flex; margin-right: -15px; overflow-x: auto; padding: 0 15px 15px 0; scroll-snap-type: x mandatory; }
  .home-shell-page .tour-related-section .product { min-width: 82%; scroll-snap-align: start; }
  .home-shell-page .tour-recommendation-empty { align-items: flex-start; flex-direction: column; gap: 12px; padding: 20px; }
  .home-shell-page .product-photo { height: 210px; }
  .home-shell-page .footer { padding-bottom: 105px; }
  .home-shell-page .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .home-shell-page .footer-note { flex-direction: column; gap: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  .home-shell-page .product, .home-shell-page .product-photo img, .home-shell-page .product-cta, .home-shell-page .category, .home-shell-page .category img, .home-shell-page .category-preview, .home-shell-page .mega-menu, .home-shell-page .mega-tour-card, .home-shell-page .mega-tour-card img, .home-shell-page .mega-destination, .home-shell-page .mega-destination img, .home-shell-page .mobile-nav { transition: none !important; animation: none !important; }
  .home-shell-page .category-preview { display: none; }
}
