:root {
  --ink: #202531;
  --muted: #68707a;
  --line: #dde1e3;
  --paper: #f6f7f5;
  --white: #ffffff;
  --teal: #2f6673;
  --teal-dark: #1d3842;
  --coral: #8f7356;
  --gold: #c9a86a;
  --shadow: 0 18px 44px rgba(17, 34, 45, 0.15);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  background: var(--paper);
  line-height: 1.5;
}

.ambient-background {
  position: fixed;
  inset: 0;
  z-index: -1;
  opacity: 0.5;
  background:
    linear-gradient(115deg, rgba(47, 102, 115, 0.12), rgba(255, 255, 255, 0) 38%, rgba(143, 115, 86, 0.1)),
    linear-gradient(60deg, rgba(201, 168, 106, 0.14), rgba(255, 255, 255, 0) 42%, rgba(47, 102, 115, 0.1)),
    repeating-linear-gradient(135deg, rgba(47, 102, 115, 0.07) 0 1px, transparent 1px 22px);
  background-size: 160% 160%, 140% 140%, 34px 34px;
  animation: secureDrift 18s ease-in-out infinite alternate;
}

@keyframes secureDrift {
  from {
    background-position: 0% 0%, 0% 0%, 0 0;
  }

  to {
    background-position: 100% 60%, 32% 14%, 34px 34px;
  }
}

a {
  color: inherit;
  text-decoration: none;
}

.topbar {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 16px clamp(18px, 4vw, 56px);
  color: var(--white);
  background: linear-gradient(180deg, rgba(9, 22, 32, 0.74), rgba(9, 22, 32, 0.18));
}

.brand,
.nav,
.top-actions,
.hero-actions,
.footer {
  display: flex;
  align-items: center;
}

.brand {
  display: inline-flex;
  min-width: 0;
}

.brand-logo {
  display: block;
  width: min(300px, 32vw);
  height: 54px;
  padding: 5px 10px;
  border-radius: 8px;
  object-fit: contain;
  box-shadow: 0 10px 24px rgba(17, 34, 45, 0.14);
}

.nav {
  gap: 24px;
  font-size: 0.95rem;
}

.top-actions {
  gap: 10px;
}

.call-button,
.language-toggle,
.primary-button,
.secondary-button,
.hotel-search button,
.contact-form button {
  min-height: 44px;
  border: 0;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 800;
}

.call-button,
.primary-button,
.hotel-search button,
.contact-form button {
  color: var(--white);
  background: var(--coral);
}

.call-button {
  padding: 11px 16px;
}

.language-toggle {
  padding: 10px 14px;
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.55);
  background: rgba(255, 255, 255, 0.14);
}

.hero {
  position: relative;
  display: grid;
  min-height: 86vh;
  padding: 130px clamp(20px, 6vw, 76px) 72px;
  align-items: end;
  color: var(--white);
  background-image: url("https://images.unsplash.com/photo-1520250497591-112f2f40a3f4?auto=format&fit=crop&w=1800&q=82");
  background-position: center;
  background-size: cover;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(3, 23, 30, 0.82), rgba(3, 23, 30, 0.42) 48%, rgba(3, 23, 30, 0.12));
}

.hero-content {
  position: relative;
  max-width: 760px;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 16px;
  font-size: clamp(2.7rem, 6.5vw, 5.9rem);
  line-height: 0.95;
}

h2 {
  margin-bottom: 12px;
  font-size: clamp(2rem, 4vw, 3.3rem);
  line-height: 1.05;
}

h3 {
  margin-bottom: 8px;
}

.hero-content p {
  max-width: 620px;
  font-size: 1.2rem;
}

.hero-actions {
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.primary-button,
.secondary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 18px;
}

.secondary-button {
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.13);
}

.search-band {
  padding: 0 clamp(18px, 4vw, 56px);
  transform: translateY(-34px);
}

.hotel-search {
  display: grid;
  max-width: 1180px;
  margin: 0 auto;
  padding: 18px;
  grid-template-columns: 1.5fr 1fr 1fr 0.8fr auto;
  gap: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.destination-suggestions {
  display: flex;
  grid-column: 1 / -1;
  flex-wrap: wrap;
  gap: 8px;
}

.suggestion-chip {
  display: inline-grid;
  min-height: 42px;
  padding: 7px 14px;
  border: 1px solid rgba(0, 124, 137, 0.18);
  border-radius: 999px;
  color: var(--teal-dark);
  cursor: pointer;
  font-weight: 800;
  text-align: left;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(236, 250, 250, 0.96));
  box-shadow: 0 8px 18px rgba(17, 34, 45, 0.1);
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.suggestion-chip:hover,
.suggestion-chip:focus {
  border-color: rgba(0, 124, 137, 0.38);
  box-shadow: 0 12px 24px rgba(17, 34, 45, 0.14);
  transform: translateY(-1px);
}

.suggestion-chip span {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 700;
}

label {
  position: relative;
  display: grid;
  gap: 6px;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 800;
}

.autocomplete-panel {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  z-index: 20;
  display: none;
  width: 100%;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.autocomplete-panel.is-open {
  display: grid;
}

.autocomplete-option {
  display: grid;
  min-height: 50px;
  gap: 2px;
  padding: 10px 12px;
  border: 0;
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  cursor: pointer;
  font: inherit;
  font-weight: 800;
  text-align: left;
  background: var(--white);
}

.autocomplete-option span,
.autocomplete-loading {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 700;
}

.autocomplete-loading {
  padding: 14px 12px;
}

.autocomplete-option:hover,
.autocomplete-option:focus {
  color: var(--teal-dark);
  background: #eefafa;
}

input,
select,
textarea {
  width: 100%;
  min-height: 44px;
  padding: 10px 12px;
  color: var(--ink);
  border: 1px solid var(--line);
  border-radius: 6px;
  font: inherit;
  background: var(--white);
}

textarea {
  resize: vertical;
}

.section,
.split-section,
.contact-section,
.trust-section {
  max-width: 1180px;
  margin: 0 auto;
  padding: 52px clamp(18px, 4vw, 32px);
}

.section-heading {
  max-width: 720px;
  margin-bottom: 26px;
}

.section-heading p,
.split-section p,
.contact-section p {
  color: var(--muted);
}

.hotel-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.destination-banner {
  display: none;
  min-height: 170px;
  margin: 0 0 18px;
  padding: 24px;
  align-items: end;
  border-radius: 8px;
  color: var(--white);
  background-position: center;
  background-size: cover;
  box-shadow: 0 14px 30px rgba(17, 34, 45, 0.14);
}

.destination-banner.is-visible {
  display: grid;
}

.destination-banner span {
  display: block;
  color: var(--gold);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.destination-banner strong {
  display: block;
  font-size: clamp(2rem, 5vw, 4rem);
  line-height: 1;
}

.search-status {
  display: none;
  max-width: 720px;
  margin: 0 0 22px;
  padding: 16px;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: center;
  border: 1px solid #b9d5d8;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 10px 24px rgba(17, 34, 45, 0.08);
}

.search-status.is-active {
  display: grid;
}

.search-status p {
  margin: 2px 0 0;
  color: var(--muted);
}

.search-logo {
  display: grid;
  width: 94px;
  height: 52px;
  place-items: center;
  border-radius: 8px;
  color: var(--white);
  font-weight: 900;
  background: var(--white);
  box-shadow: 0 8px 18px rgba(17, 34, 45, 0.1);
  animation: searchSpin 1s linear infinite;
}

.search-logo img {
  width: 84px;
  height: 42px;
  object-fit: contain;
}

@keyframes searchSpin {
  to {
    transform: rotate(360deg);
  }
}

.hotel-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 10px 24px rgba(17, 34, 45, 0.08);
}

.hotel-search button.is-loading {
  opacity: 0.82;
  cursor: wait;
}

.hotel-search button:disabled {
  cursor: wait;
}

.hotel-card img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.hotel-body {
  padding: 18px;
}

.hotel-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: var(--muted);
  font-size: 0.9rem;
}

.price {
  display: block;
  margin: 16px 0;
  color: var(--teal-dark);
  font-size: 1.8rem;
  font-weight: 900;
}

.hotel-card a,
.hotel-quote-button {
  display: inline-flex;
  width: 100%;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 6px;
  color: var(--white);
  cursor: pointer;
  font: inherit;
  font-weight: 800;
  background: var(--teal);
}

.hotel-source,
.loading-hotels {
  color: var(--muted);
  font-size: 0.9rem;
}

.loading-hotels {
  grid-column: 1 / -1;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.split-section,
.package-section,
.contact-section {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(24px, 5vw, 70px);
  align-items: center;
}

.check-list {
  padding: 0;
  list-style: none;
}

.check-list li {
  margin: 10px 0;
  padding-left: 28px;
  background: linear-gradient(var(--teal), var(--teal)) left 11px / 16px 3px no-repeat;
}

.service-panel {
  display: grid;
  gap: 14px;
}

.service-panel article {
  padding: 20px;
  border-left: 5px solid var(--teal);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 10px 24px rgba(17, 34, 45, 0.08);
}

.service-panel span {
  color: var(--coral);
  font-weight: 900;
}

.package-section {
  max-width: 1180px;
  margin: 0 auto;
  padding: 66px clamp(18px, 4vw, 32px);
}

.package-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.package-card {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 10px 24px rgba(17, 34, 45, 0.08);
}

.package-card span {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--coral);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.package-card strong {
  color: var(--teal-dark);
  font-size: 1.1rem;
}

.special-package {
  grid-column: 1 / -1;
  color: var(--white);
  border: 0;
  background: linear-gradient(135deg, #1d3842, #2f6673 58%, #8f7356);
}

.special-package span,
.special-package strong,
.special-package p {
  color: var(--white);
}

.range-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 18px 0;
}

.range-row label {
  color: var(--white);
}

input[type="range"] {
  padding: 0;
  accent-color: var(--gold);
}

.package-action {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
  border-radius: 6px;
  color: var(--ink);
  font-weight: 900;
  background: var(--gold);
}

.contact-section {
  max-width: none;
  padding: 70px clamp(20px, 6vw, 76px);
  color: var(--white);
  background: var(--teal-dark);
}

.contact-section p {
  color: rgba(255, 255, 255, 0.78);
}

.phone-link {
  display: inline-block;
  margin-top: 10px;
  color: var(--gold);
  font-size: clamp(2rem, 5vw, 4.2rem);
  font-weight: 900;
  line-height: 1;
}

.contact-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.contact-points span {
  padding: 8px 10px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.9rem;
  font-weight: 800;
}

.contact-form {
  display: grid;
  gap: 14px;
  padding: 22px;
  border-radius: 8px;
  color: var(--ink);
  background: var(--white);
}

.contact-form h3 {
  margin-bottom: 0;
}

.trust-section {
  padding-top: 70px;
  padding-bottom: 70px;
}

.trust-heading {
  max-width: 760px;
  margin-bottom: 24px;
}

.trust-heading p {
  color: var(--muted);
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.trust-grid article {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 10px 24px rgba(17, 34, 45, 0.08);
}

.trust-grid span {
  color: var(--teal-dark);
  font-size: 0.8rem;
  font-weight: 900;
  text-transform: uppercase;
}

.trust-grid p {
  color: var(--muted);
}

.form-note {
  min-height: 20px;
  margin: 0;
  color: var(--teal-dark);
  font-weight: 800;
}

.footer {
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  padding: 24px clamp(20px, 6vw, 76px);
  color: var(--white);
  background: #111c23;
}

.footer p {
  margin: 0;
}

.footer a {
  color: var(--gold);
}

.footer-legal {
  max-width: 640px;
  text-align: right;
}

.footer-legal p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.86rem;
}

@media (max-width: 860px) {
  .topbar {
    position: absolute;
    flex-wrap: wrap;
    gap: 12px;
  }

  .nav {
    order: 3;
    width: 100%;
    justify-content: space-between;
  }

  .top-actions {
    margin-left: auto;
  }

  .brand-logo {
    width: min(260px, 58vw);
    height: 50px;
  }

  .hero {
    min-height: 780px;
  }

  .hotel-search,
  .hotel-grid,
  .split-section,
  .package-section,
  .contact-section,
  .trust-grid {
    grid-template-columns: 1fr;
  }

  .package-grid,
  .range-row {
    grid-template-columns: 1fr;
  }

  .hotel-search button {
    width: 100%;
  }
}

@media (max-width: 520px) {
  .call-button {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .top-actions {
    width: 100%;
    align-items: stretch;
    flex-direction: column;
  }

  .brand-logo {
    width: min(100%, 280px);
  }

  .hero {
    min-height: 720px;
    padding-top: 190px;
  }

  .hero-content p {
    font-size: 1rem;
  }

  .footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-legal {
    text-align: left;
  }
}
