:root {
  --paper: #f4f4f5;
  --card: #ffffff;
  --ink: #20253a;
  --muted: #6f7482;
  --gold: #cb9e56;
  --gold-dark: #b28745;
  --blue: #183f78;
  --line: #e8e8ea;
}

html {
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--ink);
  background: radial-gradient(circle at 20% 10%, #fcfcfc 0%, #efeff1 60%, #ebebee 100%);
}

body.no-scroll {
  overflow: hidden;
}

.page-shell {
  width: min(1200px, calc(100% - 2.5rem));
  margin: 1.5rem auto 2.5rem;
  background: var(--card);
  border: 1px solid #ececf0;
  box-shadow: 0 14px 30px rgba(20, 28, 45, 0.1), 0 28px 70px rgba(20, 28, 45, 0.16);
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  height: 70px;
  padding: 0 1.65rem;
  border-bottom: 1px solid var(--line);
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 120;
}

.brand {
  display: flex;
  align-items: center;
  align-self: stretch;
  height: 100%;
}

.brand-logo {
  display: block;
  height: 100%;
  width: auto;
  max-height: 70px;
  max-width: min(300px, 34vw);
  object-fit: contain;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 1.15rem;
}

.nav-links a {
  color: #50586b;
  text-decoration: none;
  font-size: 0.885rem;
  font-weight: 500;
}

.btn {
  border: 0;
  font-family: inherit;
  cursor: pointer;
  transition: 0.2s ease;
  text-decoration: none;
  display: inline-block;
}

.btn-top {
  font-size: 0.72rem;
  padding: 0.52rem 0.78rem;
  border-radius: 3px;
  background: var(--gold);
  color: #fff;
  font-weight: 600;
}

.btn-top:hover,
.btn-gold:hover {
  background: var(--gold-dark);
}

.hero-slider {
  position: relative;
  height: 650px;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}

.hero-slider::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.68) 0%, rgba(0, 0, 0, 0.42) 38%, rgba(0, 0, 0, 0.1) 72%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}

.slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.9s ease-in-out;
  z-index: 0;
}

.slide.is-active {
  opacity: 1;
}

.hero-overlay {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 2.1rem;
  transform: translateY(-50%);
  max-width: 560px;
}

.hero-overlay h1 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.4rem, 4vw, 3.5rem);
  color: #f5f7ff;
  line-height: 1.06;
}

.hero-overlay p {
  margin: 0.9rem 0 1.1rem;
  max-width: 480px;
  font-size: 1.08rem;
  color: rgba(245, 248, 255, 0.9);
}

.slider-controls {
  position: absolute;
  right: 1.2rem;
  bottom: 1.2rem;
  z-index: 3;
  display: flex;
  gap: 0.55rem;
}

.slide-arrow {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  background: rgba(17, 23, 41, 0.55);
  color: #ffffff;
  font-size: 1.2rem;
  line-height: 1;
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: 0.2s ease;
}

.slide-arrow:hover {
  background: rgba(17, 23, 41, 0.82);
  border-color: rgba(255, 255, 255, 0.85);
}

.btn-gold {
  color: #fff;
  background: var(--gold);
  border-radius: 4px;
  padding: 0.68rem 1.18rem;
  font-size: 0.82rem;
  font-weight: 600;
}

.section {
  padding: 2rem 1.8rem;
}

.section h2,
.featured h2 {
  font-family: "Cormorant Garamond", serif;
  text-align: center;
  margin: 0;
  font-size: clamp(2rem, 3vw, 2.8rem);
  color: #22273a;
}

.section-lead {
  margin: 0.45rem auto 1.5rem;
  max-width: 620px;
  text-align: center;
  color: var(--muted);
  font-size: 0.84rem;
}

.card-grid,
.experience-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.85rem;
}

.destination-card,
.experience-card {
  background: #fff;
  border-radius: 8px;
  border: 1px solid #e7e9ee;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(20, 30, 58, 0.06);
}

.thumb {
  height: 148px;
  background-size: cover;
  background-position: center;
}

.destination-card .thumb {
  height: auto;
  aspect-ratio: 1 / 1;
}

.experience-card .thumb {
  height: auto;
  aspect-ratio: 1 / 1;
}

.thumb-bodrum {
  background-image: url("./assets/images/cards/g1.webp");
}

.thumb-europe {
  background-image: url("./assets/images/cards/g2.webp");
}

.thumb-maldives {
  background-image: url("./assets/images/cards/g3.jpg");
}

.thumb-dubai {
  background-image: url("./assets/images/cards/g4.jpg");
}

.card-body {
  padding: 0.75rem 0.72rem 0.85rem;
  text-align: center;
}

.card-body h3 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.35rem;
  line-height: 1.12;
  color: #1f2740;
}

.card-body p {
  margin: 0.36rem 0;
  font-size: 0.85rem;
  color: #6f7482;
}

.btn-blue {
  margin-top: 0.34rem;
  font-size: 0.89rem;
  font-weight: 600;
  color: #fff;
  background: var(--blue);
  border-radius: 6px;
  padding: 0.5rem 0.95rem;
}

.btn-blue:hover {
  background: #122f5b;
}

.why {
  padding-top: 0.4rem;
  padding-bottom: 1.1rem;
}

.featured {
  padding: 1.25rem 1.5rem 2rem;
  background-image: linear-gradient(180deg, rgba(14, 36, 68, 0.08) 8%, rgba(12, 43, 82, 0.7) 100%), url("./deniz.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
}

.featured h2 {
  color: #f8f2e5;
  margin-bottom: 0.72rem;
}

.experience-card .card-body h3 {
  font-size: 1.29rem;
}

.experience-card strong {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.97rem;
  color: #1f2740;
}

.exp-1 {
  background-image: url("./assets/images/cards/q1.jpg");
}

.exp-2 {
  background-image: url("./assets/images/cards/q2.webp");
}

.exp-3 {
  background-image: url("./assets/images/cards/q3.jpg");
}

.exp-4 {
  background-image: url("./assets/images/cards/q4.jpg");
}

.plan-title {
  margin: 1.3rem 0 0.25rem;
  font-family: "Cormorant Garamond", serif;
  text-align: center;
  font-size: clamp(2rem, 3.2vw, 2.7rem);
  line-height: 1.05;
  color: #f7f1e4;
}

.plan-subtitle {
  margin: 0;
  text-align: center;
  color: rgba(246, 249, 255, 0.9);
  font-size: 0.83rem;
}

.contact {
  background: linear-gradient(180deg, #ffffff 0%, #f3f6fc 100%);
}

.contact-header {
  margin-bottom: 1.15rem;
}

.contact .section-lead {
  max-width: 760px;
  color: #5d6883;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 1.15rem;
}

.contact-card {
  background: #fff;
  border: 1px solid #e1e7f2;
  border-radius: 12px;
  padding: 1.15rem;
  box-shadow: 0 12px 24px rgba(20, 30, 58, 0.08);
}

.contact-card h3 {
  margin: 0 0 0.45rem;
  font-family: "Cormorant Garamond", serif;
  font-size: 2rem;
  color: #1f2740;
}

.contact-intro {
  margin: 0 0 0.95rem;
  color: #607090;
  font-size: 0.95rem;
  line-height: 1.5;
}

.contact-list {
  display: grid;
  gap: 0.6rem;
  margin-bottom: 0.95rem;
}

.contact-item {
  display: grid;
  gap: 0.18rem;
  padding: 0.62rem 0.72rem;
  border: 1px solid #e6ebf4;
  border-radius: 8px;
  background: #f8faff;
}

.contact-label {
  font-size: 0.72rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #6c7792;
  font-weight: 700;
}

.contact-value {
  color: #24314d;
  font-size: 0.96rem;
  text-decoration: none;
}

.contact-hours {
  border-top: 1px solid #e7ebf3;
  padding-top: 0.8rem;
}

.contact-hours h4 {
  margin: 0 0 0.3rem;
  font-size: 0.84rem;
  letter-spacing: 0.06em;
  text-transform: none;
  color: #6f7991;
}

.contact-hours p {
  margin: 0.2rem 0;
  color: #56607a;
  font-size: 0.9rem;
}

.contact-form {
  display: grid;
  align-content: start;
  gap: 0.8rem;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.7rem;
}

.contact-form label {
  display: grid;
  gap: 0.34rem;
  font-size: 0.8rem;
  color: #4f5d7b;
  font-weight: 600;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  font: inherit;
  border: 1px solid #d4dceb;
  border-radius: 8px;
  padding: 0.66rem 0.74rem;
  background: #fff;
  color: #20253a;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: #678cc5;
  box-shadow: 0 0 0 3px rgba(103, 140, 197, 0.18);
}

.contact-form .btn-blue {
  justify-self: start;
  margin-top: 0.2rem;
}

.contact-submit {
  padding: 0.62rem 1.15rem;
  border-radius: 8px;
}

#home,
#destinations,
#experiences,
#contact {
  min-height: 650px;
  scroll-margin-top: 84px;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 300;
  display: grid;
  place-items: center;
  padding: 1rem;
  background: rgba(12, 19, 35, 0.62);
  backdrop-filter: blur(4px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

.lightbox.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.lightbox-panel {
  width: min(760px, calc(100% - 1rem));
  background: linear-gradient(180deg, #ffffff 0%, #fbfcff 100%);
  border-radius: 18px;
  border: 1px solid #dde5f3;
  box-shadow: 0 32px 90px rgba(12, 20, 37, 0.32);
  padding: 1.6rem 1.6rem 1.35rem;
  position: relative;
  overflow: hidden;
}

.lightbox-panel::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 4px;
  background: linear-gradient(90deg, #194583, #4f77b5);
}

.lightbox-close {
  position: absolute;
  right: 0.9rem;
  top: 0.7rem;
  border: 0;
  background: transparent;
  color: #536080;
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
}

.lightbox-panel h3 {
  margin: 0 1.8rem 0.55rem 0;
  font-family: "Cormorant Garamond", serif;
  font-size: 2.25rem;
  color: #1f2740;
}

.lightbox-panel p {
  margin: 0 0 0.85rem;
  color: #5a6480;
  line-height: 1.55;
  font-size: 1rem;
}

.lightbox-panel ul {
  margin: 0;
  padding-left: 1rem;
  display: grid;
  gap: 0.42rem;
  color: #26324e;
  font-size: 0.92rem;
}

@media (max-width: 900px) {
  .topbar {
    height: auto;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0.75rem 1rem;
  }

  .nav-links {
    order: 3;
    width: 100%;
    justify-content: center;
    padding-top: 0.3rem;
  }

  .brand-logo {
    height: 100%;
    max-height: 56px;
    max-width: 72vw;
  }

  .hero-overlay {
    left: 1.3rem;
    max-width: 470px;
  }

  .hero-overlay h1 {
    font-size: clamp(2rem, 6vw, 2.8rem);
  }

  .slider-controls {
    right: 0.9rem;
    bottom: 0.9rem;
  }

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

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

  .form-row {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .page-shell {
    width: min(1200px, calc(100% - 1rem));
    margin: 0.5rem auto 1.2rem;
  }

  .hero-overlay {
    left: 1rem;
    max-width: calc(100% - 2rem);
  }

  .hero-overlay h1 {
    font-size: clamp(1.6rem, 8vw, 2.1rem);
  }

  .hero-overlay p {
    font-size: 0.8rem;
    margin-bottom: 0.8rem;
  }

  .section,
  .featured {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .card-grid,
  .experience-grid {
    grid-template-columns: 1fr;
  }

  .slide-arrow {
    width: 38px;
    height: 38px;
    font-size: 1.05rem;
  }

  .lightbox-panel {
    width: min(760px, calc(100% - 0.5rem));
    padding: 1.1rem 1rem 1rem;
  }

  .lightbox-panel h3 {
    font-size: 1.9rem;
  }
}
