/*! tailwindcss v4.3.1 | MIT License | https://tailwindcss.com */
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .flex {
    display: flex;
  }
  .hidden {
    display: none;
  }
  .text-center {
    text-align: center;
  }
}
:root {
  --c-bg: #050810;
  --c-navy: #080D1E;
  --c-card: rgba(8,18,50,0.55);
  --c-border: rgba(0,170,255,0.18);
  --c-cyan: #00B4FF;
  --c-blue: #2055FF;
  --c-neon: #00E5FF;
  --c-text: #d8eaff;
  --c-muted: rgba(160,195,235,0.65);
  --font-brand: 'Exo 2', sans-serif;
  --font-label: 'Rajdhani', sans-serif;
  --font-body: 'Inter', sans-serif;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: var(--font-body);
  background: var(--c-bg);
  color: var(--c-text);
  overflow-x: hidden;
}
::-webkit-scrollbar {
  width: 5px;
}
::-webkit-scrollbar-track {
  background: #030508;
}
::-webkit-scrollbar-thumb {
  background: linear-gradient(#2055FF,#00B4FF);
  border-radius: 3px;
}
.glass {
  background: var(--c-card);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid var(--c-border);
  border-radius: 18px;
}
.glass-sm {
  background: rgba(6,14,40,0.55);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(0,160,255,.13);
  border-radius: 12px;
}
.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(130deg,#1840FF 0%,#00B4FF 100%);
  color: #fff;
  font-family: var(--font-brand);
  font-weight: 700;
  letter-spacing: 1.2px;
  font-size: 0.9rem;
  padding: 12px 30px;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: all .3s;
  text-decoration: none;
  box-shadow: 0 0 28px rgba(0,140,255,.28);
  white-space: nowrap;
}
.btn-primary::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg,transparent,rgba(255,255,255,.18),transparent);
  transition: left .5s;
}
.btn-primary:hover::after {
  left: 100%;
}
.btn-primary:hover {
  box-shadow: 0 0 44px rgba(0,180,255,.5);
  transform: translateY(-2px);
}
.btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  color: var(--c-cyan);
  border: 1.5px solid rgba(0,180,255,.4);
  font-family: var(--font-brand);
  font-weight: 700;
  letter-spacing: 1.2px;
  font-size: 0.9rem;
  padding: 11px 28px;
  border-radius: 50px;
  cursor: pointer;
  transition: all .3s;
  text-decoration: none;
  white-space: nowrap;
}
.btn-outline:hover {
  background: rgba(0,170,255,.12);
  border-color: var(--c-cyan);
  box-shadow: 0 0 22px rgba(0,180,255,.25);
  color: #fff;
}
#nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: transparent;
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
  border-bottom: 1px solid rgba(0,170,255,.08);
  transition: background .3s, border-color .3s;
}
#nav.scrolled {
  background: rgba(4,7,18,.96);
  border-bottom-color: rgba(0,170,255,.15);
}
.nav-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
  height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  flex-shrink: 0;
}
.brand-logo {
  height: 48px;
  width: 48px;
  object-fit: contain;
  border-radius: 14px;
  background: rgba(255,255,255,.08);
  padding: 6px;
  filter: drop-shadow(0 0 18px rgba(0,180,255,.4));
  transition: transform .3s,filter .3s,background .3s;
}
.brand:hover .brand-logo {
  transform: translateY(-1px);
  filter: drop-shadow(0 0 24px rgba(0,220,255,.75));
  background: rgba(255,255,255,.12);
}
.brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1;
}
.brand-name {
  font-family: var(--font-brand);
  font-weight: 900;
  font-size: 1.05rem;
  letter-spacing: 2px;
  color: #fff;
  text-transform: uppercase;
}
.brand-name span {
  color: var(--c-cyan);
}
.brand-sub {
  font-family: var(--font-label);
  font-size: 0.58rem;
  letter-spacing: 4px;
  color: rgba(0,185,255,.65);
  text-transform: uppercase;
  margin-top: 2px;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 6px;
}
.nav-link {
  color: rgba(185,215,255,.8);
  text-decoration: none;
  font-family: var(--font-brand);
  font-weight: 500;
  letter-spacing: .8px;
  font-size: 0.88rem;
  padding: 8px 14px;
  border-radius: 8px;
  transition: color .3s,background .3s;
  position: relative;
}
.nav-link:hover {
  color: var(--c-cyan);
  background: rgba(0,150,255,.08);
}
.nav-cta {
  margin-left: 10px;
  padding: 9px 22px;
  font-size: .82rem;
}
.mobile-nav-cta {
  margin-top: 8px;
  border-radius: 12px;
}
.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  padding: 8px;
  cursor: pointer;
  background: none;
  border: none;
}
.hamburger span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--c-cyan);
  border-radius: 2px;
  transition: all .3s;
}
.hamburger.open span:nth-child(1) {
  transform: rotate(45deg) translate(5px,5px);
}
.hamburger.open span:nth-child(2) {
  opacity: 0;
}
.hamburger.open span:nth-child(3) {
  transform: rotate(-45deg) translate(5px,-5px);
}
#mobile-nav {
  display: none;
  max-width: 100%;
  background: rgba(4,10,28,.97);
  border-top: 1px solid rgba(0,170,255,.12);
  padding: 16px 24px 20px;
}
#mobile-nav.open {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.mobile-link {
  color: rgba(185,215,255,.85);
  text-decoration: none;
  font-family: var(--font-brand);
  font-weight: 500;
  letter-spacing: .8px;
  font-size: 0.95rem;
  padding: 12px 14px;
  border-radius: 10px;
  border-bottom: 1px solid rgba(0,150,255,.07);
  transition: color .3s,background .3s;
}
.mobile-link:hover {
  color: var(--c-cyan);
  background: rgba(0,150,255,.08);
}
.grid-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(0,100,255,.035) 1px,transparent 1px), linear-gradient(90deg,rgba(0,100,255,.035) 1px,transparent 1px);
  background-size: 55px 55px;
  animation: gridScroll 25s linear infinite;
}
@keyframes gridScroll {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 0 55px;
  }
}
.particle {
  position: absolute;
  border-radius: 50%;
  animation: floatUp linear infinite;
  opacity: 0;
  background: radial-gradient(circle,#00E5FF,#0066FF);
}
@keyframes floatUp {
  0% {
    transform: translateY(100vh) scale(0);
    opacity: 0;
  }
  10% {
    opacity: .7;
  }
  90% {
    opacity: .2;
  }
  100% {
    transform: translateY(-5vh) scale(2);
    opacity: 0;
  }
}
#hero {
  min-height: 100svh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding-top: 78px;
}
.hero-img {
  position: absolute;
  inset: 0;
  background: url('https://images.unsplash.com/photo-1469854523086-cc02fe5d8800?w=1920&q=80') center/cover no-repeat;
  filter: brightness(.15) saturate(1.6);
}
.hero-fade {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom,rgba(5,8,16,.1) 0%,rgba(5,8,16,.5) 55%,var(--c-bg) 100%);
}
.hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1100px;
  padding: 40px 20px 60px;
  text-align: center;
}
.logo-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 28px;
  padding: 18px;
  border-radius: 32px;
  background: rgba(255,255,255,.05);
  box-shadow: 0 22px 60px rgba(0,14,40,.16);
}
.logo-ring {
  position: absolute;
  inset: -20px;
  border-radius: 50%;
  background: radial-gradient(circle,rgba(0,165,255,.15) 0%,transparent 72%);
  animation: ringPulse 4s ease-in-out infinite;
  pointer-events: none;
}
@keyframes ringPulse {
  0%,100% {
    transform: scale(1);
    opacity: .55;
  }
  50% {
    transform: scale(1.12);
    opacity: .85;
  }
}
.hero-logo {
  height: clamp(100px,18vw,160px);
  width: clamp(100px,18vw,160px);
  object-fit: contain;
  position: relative;
  border-radius: 22px;
  background: rgba(255,255,255,.1);
  padding: 14px;
  border: 1px solid rgba(255,255,255,.16);
  box-shadow: 0 24px 72px rgba(0,18,60,.2);
  filter: drop-shadow(0 0 40px rgba(0,185,255,.45));
  transition: transform .3s, box-shadow .3s, filter .3s, background .3s;
}
.hero-logo:hover {
  transform: translateY(-3px);
  box-shadow: 0 28px 90px rgba(0,24,90,.24);
  filter: drop-shadow(0 0 46px rgba(0,185,255,.6));
}
.hero-tag {
  font-family: var(--font-label);
  font-size: clamp(.65rem,.9vw,.78rem);
  letter-spacing: 5px;
  text-transform: uppercase;
  color: var(--c-cyan);
  margin-bottom: 14px;
}
.hero-title {
  font-family: var(--font-brand);
  font-size: clamp(2.4rem,8vw,5.8rem);
  font-weight: 900;
  line-height: 1.0;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.hero-title .cyan {
  color: var(--c-cyan);
  text-shadow: 0 0 40px rgba(0,185,255,.65),0 0 90px rgba(0,100,255,.3);
}
.hero-title .travels {
  display: block;
  font-size: clamp(1rem,2.8vw,2.2rem);
  font-weight: 700;
  letter-spacing: 8px;
  color: rgba(255,255,255,.45);
  margin-top: 4px;
}
.hero-sub {
  font-size: clamp(.88rem,1.5vw,1.05rem);
  color: rgba(175,210,255,.75);
  max-width: 560px;
  margin: 18px auto 36px;
  line-height: 1.75;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-bottom: clamp(28px,5vw,48px);
}
.hero-actions .btn-primary, .hero-actions .btn-outline {
  font-size: 1rem;
  padding: 14px 36px;
}
.search-bar {
  background: rgba(6,14,40,.7);
  backdrop-filter: blur(24px);
  border: 1px solid rgba(0,170,255,.2);
  border-radius: 20px;
  padding: 24px;
  max-width: 820px;
  margin: 0 auto;
}
.search-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr auto;
  gap: 12px;
  align-items: end;
}
@media (max-width:700px) {
  .search-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width:420px) {
  .search-grid {
    grid-template-columns: 1fr;
  }
}
.s-label {
  font-family: var(--font-label);
  font-size: .68rem;
  letter-spacing: 2.5px;
  color: var(--c-cyan);
  text-transform: uppercase;
  display: block;
  margin-bottom: 7px;
}
.s-input {
  width: 100%;
  background: rgba(0,20,70,.55);
  border: 1px solid rgba(0,170,255,.18);
  border-radius: 10px;
  padding: 11px 14px;
  color: var(--c-text);
  font-family: var(--font-body);
  font-size: .88rem;
  outline: none;
  transition: border-color .3s;
  appearance: none;
  -webkit-appearance: none;
}
.s-input:focus {
  border-color: rgba(0,185,255,.55);
  box-shadow: 0 0 14px rgba(0,180,255,.1);
}
.s-input::placeholder {
  color: rgba(140,170,210,.45);
}
.s-input option {
  background: #080D1E;
}
.btn-primary.search-submit {
  width: 100%;
  border-radius: 10px;
  padding: 12px 20px;
}
.sr-only {
  opacity: 0;
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.section {
  padding: clamp(60px,8vw,110px) 0;
}
.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 clamp(16px,4vw,40px);
}
.section-eye {
  font-family: var(--font-label);
  font-size: .7rem;
  letter-spacing: 4px;
  color: var(--c-cyan);
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-bottom: 10px;
}
.section-eye::before, .section-eye::after {
  content: '';
  flex: 1;
  height: 1px;
  max-width: 80px;
  background: linear-gradient(90deg,transparent,rgba(0,185,255,.4));
}
.section-eye::after {
  background: linear-gradient(90deg,rgba(0,185,255,.4),transparent);
}
.section-eye-left {
  justify-content: flex-start;
}
.section-copy {
  color: var(--c-muted);
  line-height: 1.8;
  margin-bottom: 28px;
  font-size: .9rem;
}
.why-choose {
  margin-top: 40px;
  display: grid;
  gap: 22px;
  justify-items: center;
  text-align: center;
}
.why-grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(175px,1fr));
  gap: 16px;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
.why-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 18px 20px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 16px;
  background: rgba(255,255,255,.03);
  color: var(--c-text);
  font-size: .95rem;
}
.why-icon {
  color: var(--c-cyan);
  font-size: 1.1rem;
}
@media (max-width:980px) {
  .why-grid {
    grid-template-columns: repeat(2,minmax(175px,1fr));
  }
}
@media (max-width:640px) {
  .why-grid {
    grid-template-columns: 1fr;
  }
}
.section-title {
  font-family: var(--font-brand);
  font-size: clamp(1.7rem,4vw,3rem);
  font-weight: 800;
  color: #fff;
  line-height: 1.15;
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.section-title span {
  color: var(--c-cyan);
}
.section-sub {
  color: var(--c-muted);
  line-height: 1.75;
  max-width: 520px;
}
.section-sub-center {
  margin: 0 auto;
}
.section-alt {
  background: rgba(0,8,28,.5);
}
.section-alt-strong {
  background: rgba(0,6,22,.4);
}
.section-intro {
  margin-bottom: clamp(28px,4vw,52px);
}
.section-intro-sm {
  margin-bottom: clamp(24px,3vw,44px);
}
.section-footer {
  margin-top: 40px;
}
.section-divider {
  margin-bottom: 20px;
}
.view-all-btn {
  font-size: .95rem;
  padding: 13px 38px;
}
.form-stack {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.footer-copy {
  font-size: .82rem;
  color: rgba(120,160,205,.6);
  line-height: 1.7;
  margin-bottom: 12px;
}
.divider {
  height: 1px;
  background: linear-gradient(90deg,transparent,rgba(0,180,255,.25),transparent);
}
.stats-row {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: clamp(16px,3vw,32px);
}
@media (max-width:600px) {
  .stats-row {
    grid-template-columns: repeat(2,1fr);
  }
}
.stat-block {
  text-align: center;
}
.stat-num {
  font-family: var(--font-brand);
  font-weight: 900;
  font-size: clamp(2rem,4vw,3.2rem);
  color: var(--c-cyan);
  text-shadow: 0 0 28px rgba(0,185,255,.5);
  line-height: 1;
}
.stat-lbl {
  font-family: var(--font-label);
  font-size: .78rem;
  letter-spacing: 2px;
  color: var(--c-muted);
  text-transform: uppercase;
  margin-top: 8px;
}
.dest-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  grid-template-rows: auto auto;
  gap: 14px;
}
@media (max-width:900px) {
  .dest-grid {
    grid-template-columns: repeat(2,1fr);
  }
}
@media (max-width:500px) {
  .dest-grid {
    grid-template-columns: 1fr;
  }
}
.dest-card {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  cursor: pointer;
  transition: transform .4s,box-shadow .4s;
  height: 240px;
}
.dest-card:hover {
  transform: scale(1.03);
  box-shadow: 0 12px 40px rgba(0,100,255,.22);
}
.dest-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .6s;
}
.section-stats {
  padding: 60px 0;
  background: rgba(0,8,28,.5);
}
.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}
.testimonial-copy {
  font-size: .84rem;
  color: var(--c-muted);
  line-height: 1.75;
  margin-bottom: 18px;
}
.form-stack {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.footer-copy {
  font-size: .82rem;
  color: rgba(120,160,205,.6);
  line-height: 1.7;
  margin-bottom: 12px;
}
.newsletter-row {
  display: flex;
  gap: 8px;
}
.newsletter-input {
  flex: 1;
  font-size: .8rem;
  border-radius: 8px;
}
.newsletter-action {
  padding: 10px 16px;
  white-space: nowrap;
}
.footer-link-list {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.policy-link {
  color: rgba(90,130,175,.5);
  text-decoration: none;
  font-size: .78rem;
}
.policy-link:hover {
  color: var(--c-cyan);
}
.inc-title.included {
  color: #4ade80;
}
.inc-title.excluded {
  color: #f87171;
}
.dest-card:hover img {
  transform: scale(1.08);
}
.dest-fade {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top,rgba(4,8,22,.9) 0%,transparent 55%);
}
.dest-info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 16px 18px;
}
.dest-name {
  font-family: var(--font-brand);
  font-weight: 800;
  font-size: clamp(.9rem,1.6vw,1.05rem);
  color: #fff;
  letter-spacing: .5px;
}
.dest-count {
  font-family: var(--font-label);
  font-size: .72rem;
  letter-spacing: 2px;
  color: var(--c-cyan);
  margin-top: 3px;
}
.dest-wide {
  grid-column: span 2;
}
@media (max-width:500px) {
  .dest-wide {
    grid-column: span 1;
  }
}
.pkg-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 24px;
}
@media (max-width:900px) {
  .pkg-grid {
    grid-template-columns: repeat(2,1fr);
  }
}
@media (max-width:580px) {
  .pkg-grid {
    grid-template-columns: 1fr;
  }
}
.pkg-card {
  background: rgba(6,14,42,.65);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(0,170,255,.14);
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
  transition: transform .4s,box-shadow .4s,border-color .4s;
}
.pkg-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 55px rgba(0,90,255,.22),0 0 0 1px rgba(0,185,255,.28);
  border-color: rgba(0,185,255,.35);
}
.pkg-img {
  height: 210px;
  overflow: hidden;
  position: relative;
}
.pkg-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s;
}
.pkg-card:hover .pkg-img img {
  transform: scale(1.08);
}
.pkg-badge {
  position: absolute;
  top: 13px;
  left: 13px;
  background: linear-gradient(130deg,#1840FF,#00B4FF);
  color: #fff;
  font-family: var(--font-label);
  font-weight: 700;
  font-size: .68rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 20px;
}
.pkg-price {
  position: absolute;
  top: 13px;
  right: 13px;
  background: rgba(4,8,22,.82);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(0,185,255,.3);
  color: var(--c-cyan);
  font-family: var(--font-brand);
  font-weight: 800;
  font-size: .82rem;
  padding: 4px 12px;
  border-radius: 20px;
}
.pkg-body {
  padding: 18px 20px 20px;
}
.pkg-cat {
  font-family: var(--font-label);
  font-size: .66rem;
  letter-spacing: 2px;
  color: var(--c-cyan);
  text-transform: uppercase;
  margin-bottom: 7px;
}
.pkg-name {
  font-family: var(--font-brand);
  font-weight: 800;
  font-size: clamp(.9rem,1.4vw,1.02rem);
  color: #fff;
  letter-spacing: .5px;
  margin-bottom: 8px;
}
.pkg-desc {
  font-size: .82rem;
  color: var(--c-muted);
  line-height: 1.65;
  margin-bottom: 14px;
}
.chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}
.chip {
  display: flex;
  align-items: center;
  gap: 5px;
  background: rgba(0,80,200,.1);
  border: 1px solid rgba(0,170,255,.15);
  border-radius: 7px;
  padding: 5px 10px;
  font-size: .72rem;
  color: var(--c-muted);
}
.stars {
  color: #FFD700;
  font-size: .8rem;
  letter-spacing: 1px;
  margin-left: auto;
}
.filter-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: 40px;
}
.ftab {
  background: rgba(0,18,55,.55);
  border: 1px solid rgba(0,170,255,.2);
  color: rgba(155,190,230,.8);
  padding: 8px 20px;
  border-radius: 30px;
  font-family: var(--font-label);
  font-size: .88rem;
  font-weight: 500;
  letter-spacing: 1px;
  cursor: pointer;
  transition: all .3s;
}
.ftab.active,.ftab:hover {
  background: linear-gradient(130deg,rgba(30,70,255,.35),rgba(0,185,255,.18));
  border-color: var(--c-cyan);
  color: #fff;
}
.svc-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 18px;
  margin-top: 28px;
}
@media (max-width:900px) {
  .svc-grid {
    grid-template-columns: repeat(2,1fr);
  }
}
@media (max-width:640px) {
  .svc-grid {
    grid-template-columns: 1fr;
  }
}
.svc-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 240px;
  padding: 24px 24px 22px;
  border-radius: 24px;
  background: rgba(5,12,34,.66);
  border: 1px solid rgba(0,170,255,.14);
  box-shadow: 0 10px 45px rgba(0,10,40,.2);
  backdrop-filter: blur(10px);
  transition: transform .3s,border-color .3s,box-shadow .3s,background .3s;
  overflow: hidden;
}
.svc-card::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 24px;
  background: radial-gradient(circle at top left, rgba(0,205,255,.12), transparent 35%);
  opacity: .65;
  pointer-events: none;
}
.svc-card:hover {
  transform: translateY(-8px);
  border-color: rgba(0,185,255,.3);
  box-shadow: 0 18px 50px rgba(0,110,255,.18);
}
.svc-card:hover .svc-icon {
  background: linear-gradient(135deg,rgba(30,70,255,.45),rgba(0,185,255,.25));
  box-shadow: 0 0 24px rgba(0,185,255,.28);
}
.svc-icon {
  width: 60px;
  height: 60px;
  border-radius: 16px;
  background: linear-gradient(135deg,rgba(30,70,255,.22),rgba(0,185,255,.08));
  border: 1px solid rgba(0,185,255,.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.55rem;
  margin-bottom: 18px;
  transition: all .3s;
  z-index: 1;
}
.svc-name {
  font-family: var(--font-brand);
  font-weight: 800;
  font-size: 1rem;
  color: #fff;
  letter-spacing: .4px;
  margin-bottom: 10px;
  z-index: 1;
}
.svc-desc {
  font-size: .9rem;
  color: var(--c-muted);
  line-height: 1.75;
  z-index: 1;
}
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(30px,5vw,70px);
  align-items: center;
}
@media (max-width:768px) {
  .about-grid {
    grid-template-columns: 1fr;
  }
}
.img-mosaic {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.mosaic-img {
  width: 100%;
  object-fit: cover;
  border: 1px solid rgba(0,185,255,.14);
  border-radius: 14px;
  height: 190px;
}
.mosaic-img.shift-down {
  margin-top: 28px;
}
.mosaic-img.shift-up {
  margin-top: -28px;
}
.usp-item {
  display: flex;
  gap: 14px;
  background: rgba(0,80,200,.08);
  border: 1px solid rgba(0,170,255,.13);
  border-radius: 10px;
  padding: 14px 16px;
  margin-bottom: 12px;
  align-items: flex-start;
}
.usp-icon {
  font-size: 1.1rem;
  margin-top: 1px;
}
.usp-text {
  font-size: .84rem;
  color: var(--c-muted);
  line-height: 1.6;
}
.testi-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 20px;
}
@media (max-width:820px) {
  .testi-grid {
    grid-template-columns: repeat(2,1fr);
  }
}
@media (max-width:520px) {
  .testi-grid {
    grid-template-columns: 1fr;
  }
}
.testi-card {
  background: rgba(6,14,42,.6);
  border: 1px solid rgba(0,170,255,.12);
  border-radius: 16px;
  padding: 24px;
  transition: border-color .3s,transform .3s;
}
.testi-card:hover {
  border-color: rgba(0,185,255,.28);
  transform: translateY(-4px);
}
.testimonial-stars {
  margin-bottom: 12px;
}
.testimonial-author {
  display: flex;
  align-items: center;
  gap: 12px;
}
.avatar {
  border-radius: 50%;
  border: 2px solid rgba(0,185,255,.3);
  width: 42px;
  height: 42px;
  flex-shrink: 0;
  object-fit: cover;
}
.testimonial-meta {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.testimonial-name {
  font-family: var(--font-label);
  font-weight: 600;
  color: #fff;
  font-size: .9rem;
}
.testimonial-context {
  font-size: .72rem;
  color: var(--c-cyan);
}
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: clamp(28px,5vw,60px);
}
@media (max-width:820px) {
  .contact-grid {
    grid-template-columns: 1fr;
  }
}
.info-chip {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  background: rgba(0,80,200,.08);
  border: 1px solid rgba(0,170,255,.13);
  border-radius: 10px;
  padding: 14px 16px;
  margin-bottom: 12px;
}
.fi {
  font-size: 1.2rem;
}
.fi-title {
  font-family: var(--font-label);
  font-weight: 600;
  font-size: .85rem;
  color: #fff;
  letter-spacing: .5px;
  margin-bottom: 3px;
}
.fi-val {
  font-size: .82rem;
  color: var(--c-muted);
  line-height: 1.5;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
@media (max-width:480px) {
  .form-row {
    grid-template-columns: 1fr;
  }
}
.f-label {
  font-family: var(--font-label);
  font-size: .67rem;
  letter-spacing: 2.5px;
  color: var(--c-cyan);
  text-transform: uppercase;
  display: block;
  margin-bottom: 7px;
}
.f-input {
  width: 100%;
  background: rgba(0,20,70,.55);
  border: 1px solid rgba(0,170,255,.18);
  border-radius: 10px;
  padding: 12px 15px;
  color: var(--c-text);
  font-family: var(--font-body);
  font-size: .88rem;
  outline: none;
  transition: border-color .3s;
}
.f-input:focus {
  border-color: rgba(0,185,255,.55);
  box-shadow: 0 0 14px rgba(0,180,255,.1);
}
.f-input::placeholder {
  color: rgba(130,165,205,.42);
}
.f-input option {
  background: #080D1E;
}
footer {
  background: rgba(2,5,14,.98);
  border-top: 1px solid rgba(0,170,255,.1);
  padding: clamp(50px,6vw,80px) 0 28px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
  gap: clamp(24px,3vw,40px);
  margin-bottom: 48px;
}
@media (max-width:900px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width:520px) {
  .footer-grid {
    grid-template-columns: 1fr;
  }
}
.foot-title {
  font-family: var(--font-label);
  font-size: .72rem;
  letter-spacing: 3px;
  color: var(--c-cyan);
  text-transform: uppercase;
  margin-bottom: 18px;
}
.foot-link {
  display: block;
  color: rgba(130,165,205,.65);
  text-decoration: none;
  font-size: .84rem;
  margin-bottom: 10px;
  transition: color .3s;
}
.foot-link:hover {
  color: var(--c-cyan);
}
.foot-copy {
  font-size: .78rem;
  color: rgba(90,130,175,.55);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
}
.social-row {
  display: flex;
  gap: 10px;
  margin-top: 16px;
}
.soc-btn {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: rgba(0,90,200,.12);
  border: 1px solid rgba(0,170,255,.18);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--c-cyan);
  font-size: 1rem;
  text-decoration: none;
  transition: all .3s;
}
.soc-btn:hover {
  background: rgba(0,120,255,.22);
  box-shadow: 0 0 16px rgba(0,185,255,.25);
}
#scrollTop {
  position: fixed;
  bottom: 24px;
  right: 22px;
  z-index: 900;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: none;
  background: linear-gradient(135deg,#1840FF,#00B4FF);
  color: #fff;
  font-size: 1.15rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity .3s,transform .3s;
  box-shadow: 0 0 20px rgba(0,180,255,.38);
}
#scrollTop.show {
  opacity: 1;
}
#scrollTop:hover {
  transform: translateY(-4px);
}
#modalOverlay {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 2000;
  background: rgba(2,5,16,.9);
  backdrop-filter: blur(12px);
  overflow-y: auto;
  animation: fadeIn .3s;
}
#modalOverlay.open {
  display: block;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.modal-wrap {
  max-width: 980px;
  margin: 32px auto;
  padding: 0 14px 40px;
}
.modal-box {
  background: rgba(6,12,38,.97);
  border: 1px solid rgba(0,170,255,.2);
  border-radius: 24px;
  overflow: hidden;
}
.modal-hero {
  position: relative;
  height: clamp(200px,35vw,340px);
}
.modal-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.modal-fade {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top,rgba(6,12,38,1) 0%,rgba(6,12,38,.2) 55%,transparent 100%);
}
.close-btn {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(4,8,22,.75);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(0,185,255,.3);
  color: var(--c-cyan);
  font-size: 1rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s;
}
.close-btn:hover {
  background: rgba(0,100,255,.3);
}
.modal-head {
  position: absolute;
  bottom: 20px;
  left: 22px;
}
.modal-cat {
  font-family: var(--font-label);
  font-size: .67rem;
  letter-spacing: 3px;
  color: var(--c-cyan);
  margin-bottom: 6px;
}
.modal-title {
  font-family: var(--font-brand);
  font-weight: 900;
  font-size: clamp(1.3rem,3vw,2rem);
  color: #fff;
  letter-spacing: 1px;
}
.modal-sub {
  font-family: var(--font-label);
  font-size: .9rem;
  color: rgba(175,210,255,.75);
  margin-top: 3px;
}
.modal-body {
  padding: clamp(18px,3vw,32px);
}
.stat-cards {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 12px;
  margin-bottom: 28px;
}
@media (max-width:600px) {
  .stat-cards {
    grid-template-columns: repeat(2,1fr);
  }
}
.stat-c {
  background: rgba(0,50,140,.15);
  border: 1px solid rgba(0,170,255,.15);
  border-radius: 12px;
  padding: 14px 10px;
  text-align: center;
}
.sc-icon {
  font-size: 1.3rem;
  margin-bottom: 5px;
}
.sc-lbl {
  font-family: var(--font-label);
  font-size: .62rem;
  letter-spacing: 2px;
  color: var(--c-cyan);
  text-transform: uppercase;
}
.sc-val {
  font-size: .82rem;
  color: #fff;
  font-weight: 600;
  margin-top: 3px;
}
.modal-price {
  color: var(--c-cyan);
  font-size: .9rem;
}
.gal-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 10px;
  margin-bottom: 28px;
}
@media (max-width:500px) {
  .gal-grid {
    grid-template-columns: repeat(2,1fr);
  }
}
.gal-img {
  width: 100%;
  height: clamp(90px,15vw,140px);
  object-fit: cover;
  border-radius: 10px;
  border: 1px solid rgba(0,170,255,.14);
}
.m-section-title {
  font-family: var(--font-brand);
  font-weight: 800;
  font-size: .92rem;
  color: #fff;
  letter-spacing: 1px;
  margin-bottom: 4px;
  text-transform: uppercase;
}
.m-accent {
  width: 44px;
  height: 3px;
  background: linear-gradient(90deg,#2055FF,#00B4FF);
  border-radius: 2px;
  margin-bottom: 18px;
}
.day-row {
  display: flex;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(0,170,255,.07);
}
.day-row:last-child {
  border-bottom: none;
}
.day-badge {
  min-width: 52px;
  height: 52px;
  border-radius: 11px;
  flex-shrink: 0;
  background: linear-gradient(135deg,#1840FF,#00B4FF);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: var(--font-brand);
  color: #fff;
}
.day-badge .d-lbl {
  font-size: .52rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  opacity: .85;
}
.day-badge .d-num {
  font-size: 1.3rem;
  font-weight: 900;
  line-height: 1;
}
.day-title {
  font-family: var(--font-label);
  font-weight: 600;
  font-size: .95rem;
  color: #fff;
  margin-bottom: 5px;
}
.day-desc {
  font-size: .8rem;
  color: var(--c-muted);
  line-height: 1.65;
}
.inc-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin: 20px 0 28px;
}
@media (max-width:560px) {
  .inc-grid {
    grid-template-columns: 1fr;
  }
}
.inc-grid-top {
  margin-top: 24px;
}
.inc-box {
  background: rgba(6,14,42,.6);
  border: 1px solid rgba(0,170,255,.12);
  border-radius: 13px;
  padding: 18px;
}
.inc-title {
  font-family: var(--font-brand);
  font-weight: 700;
  font-size: .82rem;
  margin-bottom: 13px;
  letter-spacing: .5px;
}
.inc-title.included {
  color: #4ade80;
}
.inc-title.excluded {
  color: #f87171;
}
.inc-item {
  font-size: .8rem;
  padding: 5px 0;
  border-bottom: 1px solid rgba(0,170,255,.06);
  color: rgba(175,210,180,.85);
}
.inc-item.ex {
  color: rgba(220,160,155,.8);
}
.eq-form {
  background: rgba(4,10,30,.7);
  border: 1px solid rgba(0,170,255,.15);
  border-radius: 16px;
  padding: clamp(16px,3vw,26px);
}
.eq-title {
  font-family: var(--font-brand);
  font-weight: 800;
  font-size: .92rem;
  color: #fff;
  letter-spacing: .5px;
  margin-bottom: 18px;
  text-transform: uppercase;
}
.eq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 12px;
  margin-bottom: 12px;
}
@media (max-width:580px) {
  .eq-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width:380px) {
  .eq-grid {
    grid-template-columns: 1fr;
  }
}
.eq-grid-btm {
  margin-bottom: 12px;
}
.eq-btn-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-top: 14px;
}
.eq-note {
  font-size: .86rem;
  color: rgba(255,255,255,.7);
  margin-top: 12px;
  line-height: 1.5;
}
.eq-error {
  display: none;
  color: #fee2e2;
  background: rgba(248,113,113,.12);
  border: 1px solid rgba(248,113,113,.35);
  border-radius: 12px;
  padding: 12px;
  line-height: 1.5;
  margin-bottom: 14px;
  font-size: .93rem;
}
.eq-error.show {
  display: block;
}
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .65s,transform .65s;
}
.reveal.in {
  opacity: 1;
  transform: none;
}
.reveal-l {
  opacity: 0;
  transform: translateX(-28px);
  transition: opacity .65s,transform .65s;
}
.reveal-l.in {
  opacity: 1;
  transform: none;
}
.reveal-r {
  opacity: 0;
  transform: translateX(28px);
  transition: opacity .65s,transform .65s;
}
.reveal-r.in {
  opacity: 1;
  transform: none;
}
.form-panel {
  padding: clamp(20px,4vw,32px);
}
.form-title {
  font-family: var(--font-brand);
  font-weight: 800;
  font-size: 1rem;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 22px;
}
.form-button, .newsletter-action, .btn-rounded {
  border-radius: 10px;
}
.form-button {
  padding: 14px;
  font-size: .95rem;
  width: 100%;
}
.form-link {
  padding: 11px 22px;
}
.footer-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}
.footer-logo {
  height: 48px;
  width: 48px;
  object-fit: contain;
  border-radius: 14px;
  background: rgba(255,255,255,.08);
  padding: 6px;
  filter: drop-shadow(0 0 16px rgba(0,185,255,.4));
  transition: transform .3s,filter .3s,background .3s;
}
.footer-logo:hover {
  transform: translateY(-1px);
  filter: drop-shadow(0 0 24px rgba(0,185,255,.65));
  background: rgba(255,255,255,.12);
}
.footer-brand-text {
  display: flex;
  flex-direction: column;
}
.footer-brand-name {
  font-family: var(--font-brand);
  font-weight: 900;
  font-size: 1rem;
  letter-spacing: 2px;
  color: #fff;
  text-transform: uppercase;
}
.footer-brand-name span {
  color: var(--c-cyan);
}
.footer-brand-sub {
  font-family: var(--font-label);
  font-size: .55rem;
  letter-spacing: 4px;
  color: rgba(0,185,255,.6);
  text-transform: uppercase;
}
.newsletter-row {
  display: flex;
  gap: 8px;
}
.newsletter-input {
  flex: 1;
  font-size: .8rem;
  border-radius: 8px;
}
.newsletter-action {
  padding: 10px 16px;
  white-space: nowrap;
}
.footer-link-list {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.policy-link {
  color: rgba(90,130,175,.5);
  text-decoration: none;
  font-size: .78rem;
}
.policy-link:hover {
  color: var(--c-cyan);
}
.modal-price {
  color: var(--c-cyan);
  font-size: .9rem;
}
.span-2 {
  grid-column: span 2;
}
