:root {
  --navy-950: #07111d;
  --navy-900: #0a1a2d;
  --navy-800: #102842;
  --ocean-700: #0a4b67;
  --ocean-500: #167895;
  --gold-500: #c69a4a;
  --gold-400: #ddb45d;
  --gold-300: #efd38d;
  --white: #fff8ea;
  --muted: #b7c7d2;
  --shadow: 0 18px 42px rgba(0, 0, 0, 0.34);
  --max-width: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--white);
  font-family: "Source Sans 3", "Segoe UI", sans-serif;
  background: linear-gradient(180deg, #07111d 0%, #091827 48%, #040a12 100%);
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(5, 14, 25, 0.94);
  border-bottom: 1px solid rgba(198, 154, 74, 0.34);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(14px);
}

.nav-shell {
  width: min(100%, var(--max-width));
  min-height: 76px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
}

.brand-mark {
  display: grid;
  gap: 1px;
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 900;
  color: var(--gold-400);
  font-size: 1.1rem;
  line-height: 1;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.55);
}

.brand-mark small {
  color: var(--white);
  font-family: "Source Sans 3", "Segoe UI", sans-serif;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.nav-links,
.header-contact,
.contact-actions {
  display: flex;
  align-items: center;
  gap: clamp(18px, 3vw, 42px);
}

.nav-links a {
  position: relative;
  padding: 28px 0 24px;
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 800;
  font-size: 1rem;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.7);
}

.nav-links a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15px;
  height: 3px;
  transform: scaleX(0);
  transform-origin: center;
  background: linear-gradient(90deg, transparent, var(--gold-400), transparent);
  transition: transform 180ms ease;
}

.nav-links a:hover::after,
.nav-links a.active::after {
  transform: scaleX(1);
}

.phone-link {
  font-weight: 800;
  font-size: 1.05rem;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.language-toggle {
  display: inline-grid;
  grid-template-columns: repeat(2, minmax(38px, 1fr));
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(239, 211, 141, 0.58);
  border-radius: 4px;
  background: rgba(6, 20, 35, 0.72);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.language-option {
  position: relative;
  min-width: 38px;
  min-height: 36px;
  border: 0;
  border-radius: 0;
  color: #fff;
  background-color: rgba(4, 13, 24, 0.94);
  background-position: center;
  background-size: cover;
  font: inherit;
  font-size: 0;
  font-weight: 900;
  cursor: pointer;
  text-shadow:
    0 1px 2px rgba(0, 0, 0, 0.95),
    0 0 6px rgba(0, 0, 0, 0.95);
  transition:
    color 160ms ease,
    filter 160ms ease;
}

.language-option::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.34)),
    radial-gradient(circle at 50% 50%, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.36));
}

.language-option::after {
  content: attr(data-lang);
  position: relative;
  z-index: 1;
  display: inline-grid;
  place-items: center;
  min-width: 27px;
  min-height: 22px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.52);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.34);
  text-transform: uppercase;
  font-size: 0.86rem;
}

.language-option[data-lang="en"] {
  background-image:
    linear-gradient(0deg, transparent, transparent),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 36'%3E%3CclipPath id='a'%3E%3Cpath d='M0 0h60v36H0z'/%3E%3C/clipPath%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23012169' d='M0 0h60v36H0z'/%3E%3Cpath stroke='%23fff' stroke-width='7.2' d='m0 0 60 36M60 0 0 36'/%3E%3Cpath stroke='%23C8102E' stroke-width='4.4' d='m0 0 60 36M60 0 0 36'/%3E%3Cpath stroke='%23fff' stroke-width='12' d='M30 0v36M0 18h60'/%3E%3Cpath stroke='%23C8102E' stroke-width='7.2' d='M30 0v36M0 18h60'/%3E%3C/g%3E%3C/svg%3E");
}

.language-option[data-lang="tr"] {
  background-image:
    linear-gradient(0deg, transparent, transparent),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 36'%3E%3Cpath fill='%23E30A17' d='M0 0h60v36H0z'/%3E%3Ccircle cx='24' cy='18' r='10' fill='%23fff'/%3E%3Ccircle cx='27' cy='18' r='8' fill='%23E30A17'/%3E%3Cpath fill='%23fff' d='m38.4 18 8.7-2.8-5.4 7.4v-9.2l5.4 7.4z'/%3E%3C/svg%3E");
}

.language-option + .language-option {
  border-left: 1px solid rgba(239, 211, 141, 0.34);
}

.language-option.active {
  color: #fff;
  filter: saturate(1.18) brightness(1.08);
}

.language-option.active::after {
  border-color: rgba(239, 211, 141, 0.95);
  background: rgba(0, 0, 0, 0.66);
  box-shadow:
    inset 0 0 0 1px rgba(239, 211, 141, 0.28),
    0 0 0 1px rgba(239, 211, 141, 0.4),
    0 4px 10px rgba(0, 0, 0, 0.42);
}

.language-option:focus-visible {
  outline: 2px solid var(--white);
  outline-offset: -2px;
}

.whatsapp-button,
.primary-cta,
.secondary-cta,
.green-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border-radius: 999px;
  padding: 0 28px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
}

.whatsapp-button {
  border: 2px solid rgba(255, 250, 240, 0.9);
  background: rgba(255, 255, 255, 0.03);
}

.whatsapp-button:hover,
.primary-cta:hover,
.secondary-cta:hover,
.green-cta:hover {
  transform: translateY(-2px);
}

.hero {
  position: relative;
  min-height: clamp(570px, 75vh, 780px);
  overflow: hidden;
  isolation: isolate;
  display: flex;
  align-items: center;
  background: linear-gradient(115deg, #06111e 0%, #0a2035 55%, #082236 100%);
  border-bottom: 1px solid rgba(198, 154, 74, 0.16);
}

.hero-bg {
  position: absolute;
  inset: 0 0 0 auto;
  width: min(70vw, 940px);
  z-index: -3;
  background-image: url("assets/zeus-boat-realistic-hero.png");
  background-size: cover;
  background-position: 45% center;
  filter: saturate(0.96) contrast(1.04) brightness(1.12);
  transform: scale(1.01);
  transform-origin: right center;
  mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.15) 8%, #000 30%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.15) 8%, #000 30%);
}

.hero-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(6, 17, 30, 0.2) 0%, rgba(6, 17, 30, 0.08) 48%, rgba(6, 17, 30, 0.02) 100%),
    radial-gradient(circle at 62% 44%, rgba(255, 248, 234, 0.12), transparent 18rem),
    linear-gradient(180deg, rgba(6, 17, 30, 0.02), rgba(6, 17, 30, 0.48));
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(6, 17, 30, 0.99) 0%, rgba(6, 17, 30, 0.9) 40%, rgba(6, 17, 30, 0.38) 67%, rgba(6, 17, 30, 0.08) 100%),
    linear-gradient(180deg, rgba(6, 17, 30, 0.01) 0%, rgba(6, 17, 30, 0.06) 50%, rgba(4, 10, 18, 0.84) 100%);
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: linear-gradient(90deg, rgba(255, 248, 234, 0.035) 1px, transparent 1px);
  background-size: 96px 100%;
  mask-image: linear-gradient(180deg, transparent, #000 18%, transparent 88%);
}

.hero-waterline {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 145px;
  z-index: 1;
  background:
    linear-gradient(180deg, transparent, rgba(4, 13, 26, 0.95)),
    radial-gradient(ellipse at 50% 100%, rgba(20, 130, 174, 0.5), transparent 64%);
}

.hero-content {
  width: min(100%, var(--max-width));
  margin: 0 auto;
  padding: 72px 24px 134px;
  position: relative;
  z-index: 2;
}

.hero-content h1,
.hero-subtitle,
.hero-copy,
.hero-actions {
  max-width: 560px;
}

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

h1,
h2,
h3 {
  font-family: "Playfair Display", Georgia, serif;
  margin: 0;
}

h1 {
  color: var(--gold-400);
  font-size: clamp(3.2rem, 6.7vw, 6.45rem);
  line-height: 0.96;
  font-weight: 900;
  text-shadow:
    0 2px 0 rgba(65, 41, 13, 0.72),
    0 12px 28px rgba(0, 0, 0, 0.58);
}

.hero-subtitle {
  margin: 22px 0 32px;
  color: var(--white);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.32rem, 2.5vw, 2.15rem);
  font-weight: 800;
  line-height: 1.16;
  max-width: 760px;
  text-shadow: 0 5px 18px rgba(0, 0, 0, 0.82);
}

.hero-copy {
  max-width: 630px;
  margin: -14px 0 30px;
  color: var(--muted);
  font-size: clamp(1.08rem, 1.7vw, 1.22rem);
  font-weight: 700;
  line-height: 1.38;
  text-shadow: 0 4px 12px rgba(0, 0, 0, 0.7);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

.primary-cta {
  min-width: 250px;
  min-height: 62px;
  border: 1px solid rgba(239, 211, 141, 0.44);
  border-radius: 6px;
  color: var(--gold-300);
  background: rgba(8, 28, 49, 0.74);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.26);
  font-size: 1.12rem;
}

.hero-whatsapp {
  min-width: 250px;
  min-height: 62px;
  border-radius: 6px;
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.64);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 14px 30px rgba(0, 0, 0, 0.3);
  font-size: 1.12rem;
}

.hero-call {
  min-width: 170px;
}

.tour-section {
  position: relative;
  z-index: 5;
  margin-top: -92px;
  padding: 0 24px 58px;
}

.tour-includes {
  width: min(100%, var(--max-width));
  margin: 0 auto 24px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
  border: 1px solid rgba(198, 154, 74, 0.34);
  border-radius: 4px;
  background: rgba(7, 22, 38, 0.82);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(10px);
}

.tour-includes article {
  min-width: 0;
  padding: 18px 20px;
  border-right: 1px solid rgba(198, 154, 74, 0.22);
}

.tour-includes article:last-child {
  border-right: 0;
}

.tour-includes strong,
.tour-includes span {
  display: block;
}

.tour-includes strong {
  color: var(--gold-300);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.1rem;
  line-height: 1.1;
}

.tour-includes span {
  margin-top: 5px;
  color: var(--muted);
  font-weight: 700;
  line-height: 1.15;
}

.card-grid {
  width: min(100%, var(--max-width));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.tour-card {
  overflow: hidden;
  border: 1px solid rgba(198, 154, 74, 0.5);
  border-radius: 4px;
  background: rgba(6, 17, 30, 0.92);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.26);
}

.card-image {
  min-height: 152px;
  background-size: cover;
  background-position: center;
  border-bottom: 1px solid rgba(198, 154, 74, 0.34);
  filter: saturate(0.84) contrast(0.97) brightness(0.94);
}

.card-image.coastal {
  background-image: url("assets/ai-alanya-coast.png");
}

.card-image.foam {
  background-image: url("assets/ai-foam-party.png");
}

.card-image.lunch {
  background-image: url("assets/ai-lunch-soft-drinks.png");
}

.card-copy {
  min-height: 98px;
  padding: 18px 18px 19px;
  text-align: center;
  background: rgba(4, 13, 24, 0.98);
}

.card-copy h2 {
  color: var(--white);
  font-size: clamp(1.55rem, 2.4vw, 2rem);
  font-weight: 900;
  line-height: 1.05;
  text-shadow:
    0 1px 0 rgba(78, 50, 19, 0.7),
    0 6px 14px rgba(0, 0, 0, 0.62);
}

.card-copy p {
  margin: 7px 0 0;
  color: #f4f0e4;
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  line-height: 1.16;
  text-shadow: 0 3px 10px rgba(0, 0, 0, 0.76);
}

.daily-tour {
  position: relative;
  overflow: hidden;
  padding: 18px 24px 70px;
  background: linear-gradient(180deg, rgba(8, 22, 34, 0.94), rgba(6, 18, 31, 0.98));
}

.daily-tour::before,
.daily-tour::after {
  content: "";
  position: absolute;
  left: max(24px, calc((100vw - var(--max-width)) / 2));
  right: max(24px, calc((100vw - var(--max-width)) / 2));
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(198, 154, 74, 0.64), transparent);
}

.daily-tour::before {
  top: 0;
}

.daily-tour::after {
  bottom: 0;
}

.daily-tour-shell {
  width: min(100%, var(--max-width));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(350px, 0.92fr);
  gap: clamp(30px, 5vw, 64px);
  align-items: center;
}

.daily-copy h2 {
  max-width: 800px;
  color: var(--gold-400);
  font-size: clamp(2.2rem, 4.4vw, 4.35rem);
  font-weight: 900;
  line-height: 1.02;
  text-shadow:
    0 2px 0 rgba(75, 43, 12, 0.62),
    0 12px 24px rgba(0, 0, 0, 0.46);
}

.daily-copy > p:not(.eyebrow) {
  max-width: 760px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: clamp(1.08rem, 1.8vw, 1.28rem);
  font-weight: 600;
  line-height: 1.45;
}

.daily-services {
  margin: 34px 0 32px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 26px;
}

.daily-services article {
  min-width: 0;
  padding-top: 14px;
  border-top: 1px solid rgba(198, 154, 74, 0.72);
}

.service-icon {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 12px;
  border-radius: 4px;
  color: #2e1b08;
  background: linear-gradient(180deg, #efd38d, #b98734);
  font-weight: 900;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.28);
}

.daily-services h3 {
  color: var(--white);
  font-size: 1.2rem;
  line-height: 1.15;
  text-shadow: 0 4px 12px rgba(0, 0, 0, 0.75);
}

.daily-services p {
  margin: 7px 0 0;
  color: #e7f1f7;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.22;
}

.daily-cta {
  min-width: 275px;
}

.daily-visual {
  display: grid;
  grid-template-columns: 1fr 0.72fr;
  grid-template-rows: 190px 190px;
  gap: 14px;
  min-height: 394px;
}

.daily-image {
  min-width: 0;
  border: 1px solid rgba(198, 154, 74, 0.54);
  border-radius: 4px;
  background-size: cover;
  background-position: center;
  filter: saturate(0.86) contrast(0.98) brightness(0.94);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.28);
}

.daily-image-main {
  grid-row: 1 / span 2;
  background-image: url("assets/zeus-boat-realistic-hero.png");
  background-position: center;
}

.daily-image-foam {
  background-image: url("assets/ai-foam-party.png");
}

.daily-image-lunch {
  background-image: url("assets/ai-lunch-soft-drinks.png");
}

.tour-details {
  padding: 56px 24px 64px;
  background: linear-gradient(180deg, rgba(5, 17, 29, 0.98), rgba(4, 12, 21, 0.98));
}

.details-shell {
  width: min(100%, var(--max-width));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(240px, 0.55fr) 1fr;
  gap: clamp(28px, 5vw, 62px);
  align-items: start;
}

.details-shell h2 {
  color: var(--gold-400);
  font-size: clamp(2rem, 3.5vw, 3.2rem);
  line-height: 1.05;
  text-shadow:
    0 2px 0 rgba(75, 43, 12, 0.75),
    0 12px 24px rgba(0, 0, 0, 0.54);
}

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

.details-grid article {
  min-height: 112px;
  padding: 18px;
  border: 1px solid rgba(198, 154, 74, 0.28);
  border-radius: 4px;
  background: rgba(8, 26, 44, 0.58);
  box-shadow: none;
}

.details-grid span {
  display: block;
  color: var(--gold-300);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.details-grid strong {
  display: block;
  margin-top: 10px;
  color: var(--white);
  font-size: 1.15rem;
  line-height: 1.14;
}

.lower-band {
  padding: 8px 24px 46px;
  background:
    linear-gradient(180deg, rgba(4, 13, 26, 0.1), rgba(4, 13, 26, 0.92)),
    radial-gradient(ellipse at 50% 0%, rgba(20, 130, 174, 0.18), transparent 52%);
}

.section-rule {
  width: min(100%, var(--max-width));
  height: 2px;
  margin: 0 auto 20px;
  background: linear-gradient(90deg, transparent, rgba(255, 224, 154, 0.88), transparent);
  box-shadow: 0 0 20px rgba(231, 179, 78, 0.2);
}

.lower-grid {
  width: min(100%, var(--max-width));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(330px, 0.9fr);
  gap: 48px;
  align-items: start;
}

.why-panel h2,
.contact-panel h2 {
  color: var(--white);
  font-size: clamp(1.8rem, 3vw, 2.55rem);
  line-height: 1.1;
  text-align: center;
  text-shadow:
    0 2px 0 rgba(78, 50, 19, 0.86),
    0 8px 18px rgba(0, 0, 0, 0.8);
}

.benefits {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.benefit {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: center;
  min-width: 0;
}

.benefit + .benefit {
  border-left: 1px solid rgba(255, 224, 154, 0.5);
  padding-left: 20px;
}

.benefit-medallion {
  width: 58px;
  aspect-ratio: 1;
  border-radius: 4px;
  display: grid;
  place-items: center;
  flex: none;
  color: #38220b;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.55rem;
  font-weight: 900;
  background: linear-gradient(180deg, #efd38d, #a9762d);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.32);
}

.benefit h3 {
  color: var(--white);
  font-size: 1rem;
  line-height: 1.15;
  margin-bottom: 5px;
}

.benefit p {
  margin: 0;
  color: #f0f5f8;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.18;
}

.contact-panel {
  text-align: center;
}

.contact-intro {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin: 22px 0 16px;
  color: var(--white);
  font-size: 1.28rem;
  font-weight: 800;
}

.contact-intro::before,
.contact-intro::after {
  content: "";
  width: 28px;
  height: 1px;
  background: rgba(255, 224, 154, 0.75);
}

.contact-phone {
  display: block;
  color: var(--white);
  font-size: clamp(2rem, 4vw, 2.95rem);
  font-weight: 900;
  line-height: 1;
  text-shadow: 0 10px 22px rgba(0, 0, 0, 0.78);
}

.contact-actions {
  justify-content: center;
  gap: 18px;
  margin-top: 24px;
}

.secondary-cta,
.green-cta {
  min-width: 170px;
  min-height: 48px;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.58);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.28);
}

.secondary-cta {
  background: rgba(17, 54, 88, 0.92);
}

.green-cta {
  background: #238a3b;
}

.site-footer {
  padding: 26px 24px 24px;
  border-top: 1px solid rgba(198, 154, 74, 0.34);
  color: rgba(255, 250, 240, 0.9);
  background: #030811;
  font-size: 0.98rem;
}

.footer-shell {
  width: min(100%, var(--max-width));
  margin: 0 auto 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.footer-shell div {
  display: grid;
  gap: 5px;
}

.footer-shell strong {
  color: var(--gold-300);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.18rem;
}

.footer-shell span {
  color: var(--muted);
  font-weight: 700;
}

.footer-shell div:last-child {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 16px;
  font-weight: 900;
}

.site-footer p {
  margin: 0;
  text-align: center;
}

@media (max-width: 980px) {
  .nav-shell {
    grid-template-columns: auto 1fr;
    justify-items: stretch;
    gap: 10px 20px;
    padding: 10px 20px 14px;
  }

  .nav-links {
    grid-column: 1 / -1;
    order: 3;
    justify-content: center;
    gap: clamp(18px, 6vw, 38px);
  }

  .nav-links a {
    padding: 16px 0 13px;
  }

  .nav-links a::after {
    bottom: 6px;
  }

  .header-contact {
    justify-content: flex-end;
    gap: 12px;
  }

  .hero {
    min-height: 650px;
  }

  .hero-bg {
    background-position: 58% 20%;
  }

  .tour-includes {
    grid-template-columns: repeat(2, 1fr);
  }

  .tour-includes article:nth-child(2) {
    border-right: 0;
  }

  .tour-includes article:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(255, 224, 154, 0.25);
  }

  .card-grid,
  .details-shell,
  .lower-grid {
    grid-template-columns: 1fr;
  }

  .tour-section {
    margin-top: -74px;
  }

  .daily-tour-shell {
    grid-template-columns: 1fr;
  }

  .daily-visual {
    grid-template-rows: 180px 180px;
  }

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

  .benefits {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .benefit + .benefit {
    border-left: 0;
    padding-left: 0;
    border-top: 1px solid rgba(255, 224, 154, 0.32);
    padding-top: 18px;
  }
}

@media (max-width: 640px) {
  .nav-shell {
    min-height: 0;
    padding: 10px 16px 12px;
    gap: 8px 12px;
  }

  .brand-mark {
    font-size: 1rem;
  }

  .brand-mark small {
    font-size: 0.66rem;
  }

  .nav-links {
    gap: 17px;
    overflow-x: auto;
    justify-content: flex-start;
    padding-inline: 1px;
  }

  .nav-links a {
    font-size: 0.92rem;
    flex: 0 0 auto;
  }

  .header-contact {
    display: grid;
    grid-template-columns: auto auto;
    justify-items: end;
    gap: 6px;
  }

  .phone-link {
    grid-column: 1 / -1;
    width: auto;
    font-size: 0.86rem;
    text-align: right;
  }

  .language-toggle {
    grid-template-columns: repeat(2, 34px);
  }

  .language-option {
    min-width: 34px;
    min-height: 34px;
  }

  .language-option::after {
    min-width: 25px;
    min-height: 20px;
    font-size: 0.78rem;
  }

  .whatsapp-button {
    min-height: 36px;
    padding: 0 16px;
    font-size: 0.88rem;
  }

  .hero {
    min-height: 610px;
    align-items: end;
  }

  .hero-bg {
    background-size: auto 100%;
    background-position: 62% center;
  }

  .hero::before {
    background:
      linear-gradient(180deg, rgba(4, 13, 26, 0.16) 0%, rgba(4, 13, 26, 0.4) 38%, rgba(4, 13, 26, 0.96) 100%),
      linear-gradient(90deg, rgba(4, 13, 26, 0.74), rgba(4, 13, 26, 0.1));
  }

  .hero-content {
    padding: 58px 18px 108px;
  }

  h1 {
    font-size: clamp(3rem, 15vw, 4.4rem);
  }

  .primary-cta,
  .hero-whatsapp {
    width: 100%;
    min-width: 0;
  }

  .hero-actions {
    gap: 10px;
  }

  .tour-section,
  .daily-tour,
  .tour-details,
  .lower-band {
    padding-left: 16px;
    padding-right: 16px;
  }

  .tour-includes {
    grid-template-columns: 1fr;
  }

  .tour-includes article,
  .tour-includes article:nth-child(2) {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 224, 154, 0.25);
  }

  .tour-includes article:last-child {
    border-bottom: 0;
  }

  .card-image {
    min-height: 160px;
    background-size: 210%;
  }

  .card-copy {
    min-height: 92px;
  }

  .daily-tour {
    padding-top: 10px;
    padding-bottom: 54px;
  }

  .daily-services {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .daily-cta {
    width: 100%;
    min-width: 0;
  }

  .daily-visual {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, 170px);
    min-height: 0;
  }

  .daily-image-main {
    grid-row: auto;
  }

  .tour-details {
    padding-top: 42px;
    padding-bottom: 46px;
  }

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

  .details-grid article {
    min-height: 0;
  }

  .lower-grid {
    gap: 34px;
  }

  .benefit {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .benefit-medallion {
    width: 56px;
  }

  .contact-intro {
    display: block;
    font-size: 1.18rem;
  }

  .contact-intro::before,
  .contact-intro::after {
    display: none;
  }

  .contact-phone {
    font-size: clamp(1.8rem, 10vw, 2.35rem);
  }

  .contact-actions {
    flex-direction: column;
    gap: 12px;
  }

  .secondary-cta,
  .green-cta {
    width: 100%;
  }

  .footer-shell {
    display: grid;
    justify-items: center;
    text-align: center;
  }

  .footer-shell div:last-child {
    justify-content: center;
  }
}
