:root {
  --super-accent: var(--brand-accent, #06b6d4);
  --super-focus: #f59e0b;
  --super-surface: var(--public-surface, #fff);
  --super-text: var(--public-text, #102031);
  --super-shadow: 0 18px 48px rgba(15, 23, 42, .16);
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img {
  max-width: 100%;
  height: auto;
}

a, button, input, select, textarea, summary {
  -webkit-tap-highlight-color: transparent;
}

:where(a, button, input, select, textarea, summary, [tabindex]):focus-visible {
  outline: 3px solid var(--super-focus) !important;
  outline-offset: 3px !important;
}

:where(button, [type="button"], [type="submit"], [role="button"]) {
  touch-action: manipulation;
}

:where(input, select, textarea) {
  min-height: 44px;
}

textarea {
  min-height: 120px;
  resize: vertical;
}

.super-skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 2147483647;
  padding: 11px 16px;
  border-radius: 10px;
  background: #fff;
  color: #07111f;
  box-shadow: var(--super-shadow);
  font-weight: 800;
  transform: translateY(-160%);
  transition: transform .18s ease;
}

.super-skip-link:focus {
  transform: translateY(0);
}

.super-back-top {
  position: fixed;
  right: max(18px, env(safe-area-inset-right));
  bottom: max(18px, env(safe-area-inset-bottom));
  z-index: 999;
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: var(--super-accent);
  color: #06131b;
  box-shadow: var(--super-shadow);
  font-size: 22px;
  font-weight: 900;
  cursor: pointer;
  opacity: 0;
  transform: translateY(14px);
  pointer-events: none;
  transition: opacity .2s ease, transform .2s ease, filter .2s ease;
}

.super-back-top[data-visible="true"] {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.super-back-top:hover {
  filter: brightness(1.08);
}

.super-connection {
  position: fixed;
  inset: auto 12px 12px 12px;
  z-index: 2147483000;
  max-width: 720px;
  margin: auto;
  padding: 12px 16px;
  border-radius: 12px;
  background: #7f1d1d;
  color: #fff;
  box-shadow: var(--super-shadow);
  text-align: center;
  font-weight: 700;
}

.super-image {
  transition: opacity .25s ease;
}

.super-image:not(.is-loaded) {
  opacity: .72;
}

nav a[aria-current="page"] {
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

@media (max-width: 720px) {
  :where(.btn, .site-btn, button, [type="submit"]) {
    min-height: 44px;
  }

  .super-back-top {
    width: 44px;
    height: 44px;
  }

  .sb-trust-item {
    min-width: 0;
    flex-wrap: wrap;
    gap: 6px !important;
    font-size: 13px;
    overflow-wrap: anywhere;
  }
}

@media (max-width: 560px) {
  header.site-header .site-brand {
    min-width: 0;
    flex: 1 1 auto;
  }

  header.site-header .site-brand .t2,
  header.site-header .site-theme-btn,
  header.site-header .site-head-actions > .site-btn-primary {
    display: none !important;
  }

  header.site-header .site-head-actions {
    flex: 0 0 auto;
    gap: 6px;
  }
}

/* 2026 premium public-site visual system */
:root {
  --super-ink: #102b2e;
  --super-muted: #607274;
  --super-teal: #0d7773;
  --super-teal-deep: #073f44;
  --super-gold: #e7ad3b;
  --super-canvas: #f4f7f4;
  --super-radius-lg: 24px;
  --super-shadow-soft: 0 18px 50px rgba(8, 47, 52, .10);
  --super-shadow-lift: 0 24px 64px rgba(8, 47, 52, .16);
}

body {
  overflow-x: clip;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}

main {
  isolation: isolate;
}

main .section {
  position: relative;
  padding-block: clamp(56px, 7vw, 88px);
}

main .section > .container {
  max-width: 1240px;
}

main .section h2 {
  max-width: 22ch;
  margin-bottom: 14px;
  color: var(--public-text, var(--super-ink));
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", serif;
  font-size: clamp(30px, 3.6vw, 48px);
  line-height: 1.04;
  letter-spacing: -.035em;
  text-wrap: balance;
}

main .section p.lead {
  max-width: 68ch;
  color: var(--public-muted, var(--super-muted));
  font-size: clamp(15px, 1.35vw, 18px);
  line-height: 1.75;
}

.card {
  border-radius: var(--super-radius-lg);
  box-shadow: var(--super-shadow-soft);
}

.btn,
.site-btn {
  min-height: 46px;
  border-radius: 999px;
  letter-spacing: -.01em;
}

.btn-primary {
  background: linear-gradient(135deg, #f5cf70, var(--super-gold));
  color: #173033;
  box-shadow: 0 12px 30px rgba(231, 173, 59, .25);
}

.btn:hover,
.site-btn:hover {
  transform: translateY(-2px);
}

.sb-hero-bg {
  height: clamp(430px, 58vw, 600px);
  min-height: 430px;
  margin-bottom: 194px;
  border-radius: 0 0 32px 32px;
  box-shadow: 0 28px 74px rgba(7, 39, 44, .20);
}

.sb-hero-bg::after {
  border-radius: 0 0 32px 32px;
  background:
    radial-gradient(circle at 50% 42%, rgba(5, 24, 29, .12), rgba(5, 24, 29, .62) 76%),
    linear-gradient(180deg, rgba(3, 20, 24, .20), rgba(3, 20, 24, .66));
}

.sb-hero-slider {
  border-radius: 0 0 32px 32px;
}

.sb-hero-inner {
  height: clamp(430px, 58vw, 600px);
  padding-inline: clamp(22px, 5vw, 76px);
}

.sb-hero-title {
  max-width: 980px;
  font-size: clamp(42px, 5.3vw, 74px);
  line-height: .98;
  letter-spacing: -.045em;
  text-shadow: 0 16px 48px rgba(0, 0, 0, .62);
}

.sb-hero-sub {
  max-width: 780px;
  margin-top: 18px;
  font-family: inherit;
  font-size: clamp(16px, 1.6vw, 21px);
  line-height: 1.55;
}

.sf-panel {
  top: calc(100% - 36px);
  width: min(1120px, calc(100vw - 36px));
  padding: 16px;
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(4, 35, 40, .95), rgba(8, 54, 58, .93));
  border-color: rgba(255, 255, 255, .18);
  box-shadow: 0 30px 74px rgba(4, 32, 37, .34);
}

.sf-head {
  padding: 3px 4px 13px;
}

.sf-title {
  font-size: 13px;
  letter-spacing: .08em;
}

.sf-grid {
  gap: 10px;
  padding: 0;
}

.sf-field {
  min-height: 64px;
  padding: 10px 12px;
  border-radius: 16px;
  box-shadow: none;
}

.sf-btn {
  min-height: 64px;
  border-radius: 16px;
  background: linear-gradient(135deg, #f3ca67, var(--super-gold));
  color: #153033;
}

.sf-chips {
  padding-top: 13px;
}

.sb-trustbar {
  border: 0;
  box-shadow: 0 14px 38px rgba(8, 47, 52, .06);
}

.sb-trust {
  max-width: 1240px;
  padding-block: 20px;
}

.sb-trust-item {
  color: var(--public-muted, var(--super-muted));
  font-size: 13px;
}

.sb-check {
  border-color: var(--super-teal);
  background: rgba(13, 119, 115, .08);
  color: var(--super-teal);
}

.category-grid {
  gap: 22px;
  margin-top: 26px;
}

.category-card {
  border-radius: 24px;
  box-shadow: var(--super-shadow-soft);
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}

.category-card:hover {
  transform: translateY(-6px);
  border-color: rgba(13, 119, 115, .28);
  box-shadow: var(--super-shadow-lift);
}

.category-card__media {
  min-height: 220px;
}

.category-card__body {
  min-height: 170px;
  align-content: start;
  padding: 22px;
}

.category-card__body b {
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", serif;
  font-size: 25px;
}

.category-card__body em {
  align-self: end;
  color: var(--super-teal);
}

.tourgrid {
  gap: 22px;
  margin-top: 26px !important;
}

.tour {
  border-radius: 22px;
  transition: transform .28s ease, box-shadow .28s ease;
}

.tour:hover {
  transform: translateY(-6px);
  box-shadow: var(--super-shadow-lift);
}

.tour .img {
  height: 220px;
  overflow: hidden;
}

.tour .img img {
  transition: transform .5s ease;
}

.tour:hover .img img {
  transform: scale(1.045);
}

.tour .body {
  padding: 19px;
}

.tour h3 {
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", serif;
  font-size: 20px;
  line-height: 1.25;
}

.feature-wrap,
.destgrid,
.countrygrid {
  gap: 22px;
}

.feature-info,
.feature-right,
.country-card,
.dest {
  border-radius: 22px;
}

.dest--photo {
  min-height: 280px;
}

.site-footer {
  margin-top: clamp(54px, 8vw, 100px);
}

html[data-theme="dark"] .category-card__body b {
  color: var(--public-text);
}

html[data-theme="dark"] .category-card__body > span {
  color: var(--public-muted);
}

html[data-theme="dark"] .category-card__body em {
  color: #62d5cc;
}

@media (max-width: 980px) {
  .sb-hero-bg {
    margin-bottom: 340px;
  }

  .sf-panel {
    top: calc(100% - 28px);
  }

  .sf-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sf-btn {
    grid-column: 1 / -1;
  }
}

@media (max-width: 720px) {
  main .section {
    padding-block: 50px;
  }

  main .section h2 {
    font-size: clamp(29px, 10vw, 40px);
  }

  .sb-hero-bg,
  .sb-hero-inner {
    height: 520px;
    min-height: 520px;
  }

  .sb-hero-bg {
    margin-bottom: 520px;
    border-radius: 0 0 24px 24px;
  }

  .sb-hero-title {
    font-size: clamp(40px, 12vw, 56px);
  }

  .sf-panel {
    width: calc(100vw - 24px);
    padding: 13px;
    border-radius: 20px;
  }

  .sf-head {
    align-items: flex-start;
  }

  .sf-grid {
    grid-template-columns: 1fr;
  }

  .sf-btn {
    grid-column: auto;
  }

  .category-grid,
  .tourgrid {
    gap: 18px;
  }

  .category-card {
    grid-template-rows: 220px auto;
  }

  .category-card__body {
    min-height: 0;
  }

  .tour .img {
    height: 230px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *, *::before, *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}

@media print {
  .super-skip-link,
  .super-back-top,
  .super-connection,
  header.site-header,
  .site-mobile-nav {
    display: none !important;
  }

  body {
    background: #fff !important;
    color: #000 !important;
  }

  a[href]::after {
    content: none !important;
  }
}
