﻿:root {
  --navy: #061733;
  --deep: #020c1f;
  --panel: rgba(6, 25, 58, 0.78);
  --line: rgba(231, 178, 79, 0.56);
  --gold: #f0b94c;
  --gold-2: #ffe08c;
  --text: #ffffff;
  --muted: #c7d2e3;
  --cyan: #1db4d4;
}

* { box-sizing: border-box; }

body {
  margin: 0;
  color: var(--text);
  font-family: Inter, Arial, sans-serif;
  background:
    radial-gradient(circle at 70% 14%, rgba(47, 102, 154, 0.48), transparent 28%),
    radial-gradient(circle at 15% 55%, rgba(8, 95, 135, 0.34), transparent 25%),
    linear-gradient(180deg, #071938 0%, #031022 54%, #04142c 100%);
  min-height: 100vh;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(115deg, transparent 7%, rgba(232, 178, 70, 0.22) 7.2%, transparent 7.5%),
    linear-gradient(170deg, transparent 18%, rgba(232, 178, 70, 0.13) 18.2%, transparent 18.5%),
    radial-gradient(circle at 78% 18%, rgba(255,255,255,0.12), transparent 16%);
  opacity: 0.6;
}

a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }

.topbar {
  height: 34px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 36px;
  border-bottom: 1px solid rgba(234, 176, 68, 0.35);
  color: #ffe3a3;
  font-size: 12px;
  background: rgba(1, 9, 26, 0.82);
}

.topbar-right { display: flex; align-items: center; gap: 24px; }
.socials { letter-spacing: 12px; white-space: nowrap; }

.navbar {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: 260px 1fr auto;
  gap: 24px;
  align-items: center;
  padding: 18px 36px 8px;
}

.brand { display: flex; align-items: center; gap: 12px; }
.brand-mark {
  width: 70px;
  height: 70px;
  display: grid;
  place-items: center;
  border: 2px solid var(--gold);
  border-radius: 50%;
  font-family: Cinzel, serif;
  font-size: 48px;
  font-weight: 700;
  color: white;
  text-shadow: 0 0 12px var(--gold);
}
.brand strong {
  display: block;
  font-family: Cinzel, serif;
  color: #ffe2a0;
  font-size: 25px;
  line-height: 0.82;
  letter-spacing: 9px;
}
.brand small {
  display: block;
  margin-top: 8px;
  color: #fff;
  font-size: 10px;
  letter-spacing: 2.2px;
}

.nav-links { display: flex; justify-content: center; gap: 26px; font-size: 13px; }
.nav-links a { padding: 12px 0; border-bottom: 2px solid transparent; }
.nav-links .active { color: var(--gold-2); border-color: var(--gold); }
.nav-actions { display: flex; gap: 12px; align-items: center; }
.search {
  width: 170px;
  height: 40px;
  display: flex;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(5, 17, 38, 0.78);
  padding: 0 10px;
}
.search input {
  width: 100%;
  min-width: 0;
  color: white;
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 12px;
}
.search span { color: var(--gold); }

.btn {
  border: 1px solid var(--line);
  border-radius: 7px;
  min-height: 40px;
  padding: 0 17px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  cursor: pointer;
  white-space: nowrap;
}
.btn.gold {
  color: #1b1204;
  background: linear-gradient(180deg, #ffd76e, #d6932d);
  border-color: #ffd56c;
  font-weight: 700;
}
.btn.ghost { color: white; background: rgba(4, 18, 43, 0.78); }
.btn.large { min-height: 50px; padding-inline: 24px; }
.menu-toggle { display: none; }

main { position: relative; z-index: 1; padding: 0 36px; }

.hero {
  min-height: 500px;
  display: grid;
  grid-template-columns: 36% 64%;
  align-items: end;
  gap: 12px;
  padding-top: 8px;
}
.hero-copy { padding: 30px 0 42px; }
.hero h1 {
  margin: 0 0 20px;
  font-family: Cinzel, serif;
  font-size: clamp(35px, 4.4vw, 64px);
  line-height: 1.02;
  letter-spacing: 1px;
}
.hero h1 span { display: block; color: var(--gold-2); font-size: 1.12em; }
.hero p { max-width: 430px; color: white; line-height: 1.65; font-size: 17px; }
.hero-buttons { display: flex; gap: 22px; margin: 28px 0 34px; }
.stats { display: grid; grid-template-columns: repeat(4, auto); gap: 18px; max-width: 610px; }
.stats div { border-right: 1px solid rgba(231,178,79,0.4); padding-right: 18px; }
.stats strong { display: block; color: white; font-size: 18px; }
.stats span { display: block; color: var(--muted); font-size: 11px; margin-top: 4px; }

.destination-slider {
  position: relative;
  height: 460px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 0;
  overflow: hidden;
}
.arch-card {
  position: relative;
  width: 18%;
  min-width: 120px;
  height: 335px;
  overflow: hidden;
  border: 2px solid var(--line);
  border-bottom: 0;
  border-radius: 90px 90px 0 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0.08), rgba(0,0,0,0.18)), var(--bg) center/cover;
  box-shadow: inset 0 0 40px rgba(0,0,0,0.35), 0 0 22px rgba(238, 186, 82, 0.15);
}
.arch-card.medium { height: 375px; }
.arch-card.tall { height: 445px; width: 23%; z-index: 2; border-color: #ffd065; box-shadow: 0 0 26px rgba(237,188,78,0.42); }
.arch-card h2 {
  position: absolute;
  top: 34px;
  left: 0;
  width: 100%;
  text-align: center;
  margin: 0;
  font-family: Cinzel, serif;
  font-size: clamp(14px, 1.3vw, 19px);
  letter-spacing: 1px;
  transition: transform 0.55s ease, opacity 0.55s ease;
}
.arch-card h2.slide-out { transform: translateY(-18px); opacity: 0; }
.arch-card h2.slide-in { transform: translateY(18px); opacity: 0; }
.slider-dots {
  position: absolute;
  bottom: 2px;
  display: flex;
  gap: 12px;
}
.slider-dots span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: rgba(255,255,255,0.32);
}
.slider-dots .on { background: var(--gold); box-shadow: 0 0 13px var(--gold); }
.round {
  position: absolute;
  bottom: 0;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid var(--line);
  color: var(--gold);
  background: rgba(3, 14, 35, 0.86);
  font-size: 30px;
}
.round.prev { right: 60px; }
.round.next { right: 8px; }

.trust-strip {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(4, 18, 43, 0.82);
  margin: 10px 0 24px;
  padding: 18px 20px;
}
.trust-strip div {
  min-height: 58px;
  display: grid;
  grid-template-columns: 42px 1fr;
  align-content: center;
  border-right: 1px solid var(--line);
  padding: 0 22px;
}
.trust-strip div:last-child { border-right: 0; }
.trust-strip span { grid-row: span 2; color: var(--gold); font-size: 30px; }
.trust-strip strong { font-size: 14px; }
.trust-strip small { color: var(--muted); font-size: 12px; }

.portal-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
}
.service-card {
  position: relative;
  min-height: 250px;
  padding: 28px 28px 22px;
  border: 1px solid var(--line);
  border-radius: 9px;
  background: linear-gradient(180deg, rgba(8, 36, 78, 0.86), rgba(3, 17, 39, 0.9));
}
.service-icon {
  height: 70px;
  margin-bottom: 20px;
  color: var(--gold);
  font-size: 54px;
  line-height: 1;
}
.service-card h3 { margin: 0 0 9px; color: #ffd86f; font-size: 19px; }
.service-card p { color: white; font-size: 13px; line-height: 1.55; min-height: 62px; }
.service-card a { color: #ffd86f; font-size: 13px; font-weight: 700; }
.badge {
  position: absolute;
  top: 20px;
  right: 20px;
  border-radius: 4px;
  color: #241700;
  background: var(--gold);
  padding: 5px 9px;
  font-size: 11px;
  font-weight: 800;
}

.destinations { margin-top: 26px; text-align: center; }
.destinations h2, .journey h2 {
  font-family: Cinzel, serif;
  letter-spacing: 5px;
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 16px;
}
.destination-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}
.destination-grid article {
  min-height: 230px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 9px;
  text-align: left;
  background: linear-gradient(to top, rgba(0,0,0,0.72), transparent 64%), var(--bg) center/cover;
}
.destination-grid h3 { margin: 0 0 6px; font-family: Cinzel, serif; font-size: 21px; }
.destination-grid a { color: #ffd86f; font-size: 13px; }
.wide { min-width: 285px; margin: 20px auto 0; }
.destination-grid .price {
  margin: 0 0 8px;
  color: #ffdc75;
  font-size: 14px;
  font-weight: 700;
}

.booking-modal {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(2, 10, 26, 0.78);
  backdrop-filter: blur(7px);
}
.booking-modal.open { display: flex; }
body.modal-open { overflow: hidden; }
.booking-dialog {
  width: min(94vw, 500px);
  position: relative;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(8, 36, 78, 0.98), rgba(3, 17, 39, 0.98));
  padding: 28px;
  box-shadow: 0 24px 70px rgba(0,0,0,0.45);
}
.booking-dialog h2 {
  margin: 0 0 20px;
  color: #ffdc75;
  font-family: Cinzel, serif;
  letter-spacing: 1px;
}
.modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 36px;
  height: 36px;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--gold);
  background: rgba(4, 18, 43, 0.88);
  cursor: pointer;
  font-size: 24px;
  line-height: 1;
}
.booking-dialog form { display: grid; gap: 14px; }
.booking-dialog label {
  display: grid;
  gap: 7px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}
.booking-dialog input {
  width: 100%;
  height: 46px;
  border: 1px solid rgba(231,178,79,0.45);
  border-radius: 6px;
  color: white;
  background: rgba(4, 18, 43, 0.88);
  outline: 0;
  padding: 0 13px;
}
.booking-dialog .btn { width: 100%; margin-top: 6px; }

.journey {
  position: relative;
  margin-top: 10px;
  padding: 22px 30px;
  border: 1px solid var(--line);
  border-radius: 9px;
  background: rgba(4, 20, 48, 0.82);
  text-align: left;
}
.journey h2 { color: #ffdc75; font-size: 19px; letter-spacing: 1px; margin-bottom: 14px; }
.journey form {
  display: grid;
  grid-template-columns: 1.2fr 1.1fr 1.15fr 1fr 0.9fr auto;
  gap: 15px;
  align-items: center;
}
.journey label, .newsletter label {
  display: flex;
  align-items: center;
  border: 1px solid rgba(231,178,79,0.45);
  border-radius: 5px;
  background: rgba(4, 18, 43, 0.88);
}
.journey input, .journey select, .newsletter input {
  width: 100%;
  height: 43px;
  color: white;
  background: transparent;
  border: 0;
  outline: 0;
  padding: 0 12px;
}
.journey select option { color: #061733; }
.journey label span { color: var(--gold); padding-right: 12px; }
.form-note { margin: 10px 8px 0 0; text-align: right; font-size: 12px; }

.lower-panels {
  display: grid;
  grid-template-columns: 1.25fr 1.1fr 2.2fr 1.35fr;
  gap: 14px;
  margin-top: 18px;

}
.lower-panels > * {
  border: 1px solid rgba(231,178,79,0.36);
  background: rgba(4, 20, 48, 0.8);
  border-radius: 8px;
  padding: 24px;
}
.lower-panels h3 {
  margin: 0 0 18px;
  color: #ffdc75;
  font-family: Cinzel, serif;
  letter-spacing: 1px;
  font-size: 16px;
}
.why ul { padding: 0; margin: 0; list-style: none; }
.why li { margin: 14px 0; font-size: 14px; }
.why li::before { content: "âœ“"; color: #101000; background: var(--gold); border-radius: 50%; padding: 1px 4px; margin-right: 10px; }
.profile { display: flex; gap: 14px; align-items: center; }
.avatar { width: 54px; height: 54px; border-radius: 50%; background: url('https://images.unsplash.com/photo-1500648767791-00dcc994a43e?auto=format&fit=crop&w=160&q=80') center/cover; }
.profile small, .preview small, .testimonial small { display: block; color: var(--muted); margin-top: 5px; }
.mini-menu { display: grid; gap: 14px; margin: 22px 0; color: #ebf4ff; font-size: 13px; }
.logout {
  width: 100%;
  height: 39px;
  border: 1px solid var(--line);
  border-radius: 5px;
  color: var(--gold);
  background: transparent;
}
.preview { position: relative; }
.preview-head { display: flex; justify-content: space-between; align-items: start; margin-bottom: 24px; }
.timeline {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 11px;
  text-align: center;
}
.timeline span {
  display: grid;
  place-items: center;
  gap: 9px;
  color: var(--gold);
  font-size: 29px;
}
.timeline small { color: #71e3a5; font-size: 11px; line-height: 1.3; }
.progress { height: 10px; margin-top: 24px; border-radius: 8px; background: rgba(255,255,255,0.15); overflow: hidden; }
.progress span { display: block; width: 80%; height: 100%; background: linear-gradient(90deg, #18d091, #40e6aa); }
.percent { position: absolute; right: 26px; bottom: 25px; font-size: 22px; }
.testimonial blockquote {
  margin: 24px 0 14px;
  padding: 30px 22px 10px;
  border: 1px solid rgba(231,178,79,0.2);
  border-radius: 8px;
  line-height: 1.55;
  color: #eaf2ff;
}
.testimonial strong { color: var(--gold); letter-spacing: 4px; }

footer {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.5fr 0.8fr 0.9fr 0.8fr 1.25fr;
  gap: 32px;
  padding: 26px 36px 34px;
  margin-top: 28px;
  border-top: 1px solid rgba(231,178,79,0.34);
  background: rgba(2, 10, 26, 0.72);
}
footer .brand-mark { width: 62px; height: 62px; font-size: 40px; }
footer .brand strong { font-size: 22px; }
footer h4 {
  margin: 0 0 13px;
  color: #ffd86f;
  font-family: Cinzel, serif;
  letter-spacing: 1px;
}
footer a { display: block; color: white; margin: 6px 0; font-size: 13px; }
footer p { color: white; font-size: 13px; line-height: 1.5; }
.footer-socials { margin-top: 10px; color: #ffd86f; letter-spacing: 10px; }
.newsletter label { max-width: 330px; }
.newsletter button {
  width: 54px;
  align-self: stretch;
  border: 0;
  color: #201200;
  background: linear-gradient(180deg, #ffd76e, #d6932d);
  border-radius: 0 5px 5px 0;
}
.secure { display: block; color: #ffdc75; margin-top: 17px; text-align: right; }
.copyright {
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding-top: 10px;
  border-top: 1px solid rgba(231,178,79,0.2);
  color: var(--muted);
}

@media (max-width: 1180px) {
  main { padding-top: 8px; }
  .navbar { padding-top: 14px; }
  .hero { min-height: auto; gap: 28px; align-items: start; }
  .hero-copy { padding: 0 0 34px; text-align: center; }
  .hero p { margin-left: auto; margin-right: auto; }
  .hero-buttons { justify-content: center; }
  .stats { margin: 0 auto; justify-content: center; }
  .navbar { grid-template-columns: 1fr; }
  .nav-links, .nav-actions { justify-content: flex-start; flex-wrap: wrap; }
  .hero { grid-template-columns: 1fr; }
  .destination-slider { order: -1; height: 360px; align-items: flex-end; }
  .arch-card { min-width: 112px; height: 275px; }
  .arch-card.medium { height: 315px; }
  .arch-card.tall { height: 350px; }
  .portal-grid, .destination-grid, .trust-strip { grid-template-columns: repeat(2, 1fr); }
  .journey form { grid-template-columns: repeat(2, 1fr); }
  .lower-panels { grid-template-columns: 1fr 1fr; }
  footer { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 720px) {
  body { overflow-x: hidden; }
  .topbar { height: auto; padding: 9px 18px; align-items: flex-start; gap: 6px; flex-direction: column; }
  .topbar-right { flex-wrap: wrap; gap: 10px; }
  .navbar, main, footer { padding-left: 18px; padding-right: 18px; }
  .brand strong { font-size: 19px; letter-spacing: 5px; }
  .brand small { font-size: 8px; }
  .brand-mark { width: 58px; height: 58px; font-size: 37px; }
  .menu-toggle {
    position: absolute;
    top: 28px;
    right: 18px;
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border: 1px solid var(--line);
    border-radius: 6px;
    color: var(--gold);
    background: rgba(4, 18, 43, 0.88);
  }
  .nav-links { gap: 14px; font-size: 12px; }
  .nav-links:not(.open) { display: none; }
  .nav-links.open { display: flex; }
  .nav-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .search { grid-column: 1 / -1; width: 100%; }
  .hero { gap: 18px; padding-top: 0; }
  .hero-copy { padding-bottom: 26px; }
  .hero h1 { font-size: clamp(30px, 10vw, 42px); line-height: 1.05; }
  .hero p { font-size: 15px; line-height: 1.55; }
  .hero-buttons { gap: 12px; margin: 22px 0 24px; }
  .hero-buttons .btn { width: 100%; padding-inline: 10px; white-space: normal; text-align: center; }
  .stats div { border-right: 0; padding-right: 0; }
  .hero-buttons, .stats { grid-template-columns: 1fr 1fr; display: grid; }
  .destination-slider { height: auto; justify-content: flex-start; overflow-x: auto; padding: 0 0 42px; scroll-snap-type: x mandatory; }
  .arch-card, .arch-card.medium, .arch-card.tall { flex: 0 0 68vw; min-width: 0; height: 300px; width: 68vw; scroll-snap-align: center; }
  .arch-card h2 { font-size: 17px; }
  .round { bottom: 6px; }
  .trust-strip, .portal-grid, .destination-grid, .journey form, .lower-panels, footer { grid-template-columns: 1fr; }
  .trust-strip div { border-right: 0; border-bottom: 1px solid var(--line); padding: 14px 0; }
  .trust-strip div:last-child { border-bottom: 0; }
  .timeline { grid-template-columns: repeat(3, 1fr); }
  .destination-grid article { min-height: 260px; }
  .booking-dialog { padding: 24px 18px; }
  .copyright { display: block; }
}

@media (max-width: 480px) {
  .nav-actions { grid-template-columns: 1fr; }
  .hero-buttons, .stats { grid-template-columns: 1fr; }
  .stats { gap: 12px; }
  .btn.large { min-height: 46px; }
  .arch-card, .arch-card.medium, .arch-card.tall { flex-basis: 78vw; width: 78vw; height: 285px; }
  .slider-dots { left: 18px; right: auto; }
  .round.prev { right: 64px; }
  .round.next { right: 12px; }
  .wide { min-width: 0; width: 100%; }
}

