/*
Theme Name: EZRE Travel
Theme URI: https://example.com/ezre-travel
Author: EZRE TRAVEL
Author URI: https://example.com
Description: EZRE TRAVEL için özel geliştirilmiş premium seyahat ve tur satış teması.
Version: 1.0.174
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ezre-travel
Tags: travel, custom-post-types, responsive, blog
*/

:root {
  --ezre-gece: #0B1B33;
  --ezre-derin: #060F1E;
  --ezre-altin: #C3A163;
  --ezre-fildisi: #F3EEE3;
  --ezre-sis: #8A97AB;
  --ezre-bordo: #6E2B2B;
  --ezre-beyaz: #FFFFFF;
  --ezre-cizgi: rgba(11, 27, 51, 0.12);
  --shadow: 0 22px 60px rgba(6, 15, 30, 0.16);
}

/* Premium blog detail — featured image, editorial copy and sticky discovery rail. */
.single-post .site-header {
  border-bottom: 1px solid rgba(11, 27, 51, 0.1);
}

.blog-detail-page {
  background: #fffdf9;
}

.blog-detail-page .blog-detail-container {
  width: min(1360px, calc(100% - 48px));
  max-width: none;
  padding: clamp(24px, 2.4vw, 36px) 0 clamp(68px, 7vw, 104px);
}

.blog-more-section > .container {
  width: min(1180px, calc(100% - 40px));
  max-width: none;
}

.blog-cover {
  width: 100%;
  overflow: hidden;
  aspect-ratio: 16 / 7.25;
  margin: 0;
  border: 7px solid var(--ezre-gece);
  border-radius: 24px;
  background: var(--ezre-gece);
  box-shadow: 0 24px 70px rgba(6, 15, 30, 0.16);
}

.blog-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-article-header {
  max-width: 820px;
  margin: clamp(32px, 3.6vw, 52px) 0 clamp(38px, 4vw, 58px);
}

.blog-article-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 18px;
  color: #647083;
  font-size: 0.8rem;
  font-weight: 650;
  letter-spacing: 0.015em;
}

.blog-article-meta a {
  color: var(--ezre-bordo);
}

.blog-article-meta > span[aria-hidden="true"] {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--ezre-altin);
}

.blog-article-header h1 {
  max-width: 820px;
  margin: 0;
  color: var(--ezre-gece);
  font-size: clamp(1.8rem, 2.2vw, 2.45rem);
  font-weight: 620;
  letter-spacing: -0.03em;
  line-height: 1.09;
}

.blog-lead {
  max-width: 780px;
  margin: 22px 0 0;
  color: #526075;
  font-size: clamp(1rem, 1.25vw, 1.16rem);
  font-weight: 420;
  line-height: 1.68;
}

.blog-content-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 330px);
  align-items: stretch;
  gap: clamp(42px, 4vw, 62px);
  width: min(1180px, 100%);
  margin: 0 auto;
}

.blog-article-column {
  min-width: 0;
}

.blog-entry-content {
  min-width: 0;
  max-width: 100%;
  color: #26364a;
  font-size: clamp(1rem, 1vw, 1.08rem);
  font-weight: 420;
  line-height: 1.82;
}

.blog-entry-content > *:first-child {
  margin-top: 0;
}

.blog-entry-content p,
.blog-entry-content ul,
.blog-entry-content ol {
  margin: 0 0 1.55em;
}

.blog-entry-content h2,
.blog-entry-content h3,
.blog-entry-content h4 {
  color: var(--ezre-gece);
  font-weight: 650;
  letter-spacing: -0.02em;
  line-height: 1.24;
}

.blog-entry-content h2 {
  margin: 2em 0 0.68em;
  font-size: clamp(1.5rem, 2vw, 2rem);
}

.blog-entry-content h3 {
  margin: 1.7em 0 0.62em;
  font-size: clamp(1.18rem, 1.45vw, 1.48rem);
  font-weight: 630;
}

.blog-entry-content h4 {
  margin: 1.55em 0 0.58em;
  font-size: clamp(1.05rem, 1.2vw, 1.22rem);
  font-weight: 630;
}

.blog-entry-content strong,
.blog-entry-content b {
  font-weight: 650;
}

.blog-entry-content a {
  color: var(--ezre-bordo);
  text-decoration: underline;
  text-decoration-color: rgba(110, 43, 43, 0.35);
  text-underline-offset: 4px;
}

.blog-entry-content img {
  width: auto;
  height: auto;
  margin: 2.2em 0;
  border-radius: 16px;
}

.blog-entry-content blockquote {
  margin: 2em 0;
  border-left: 4px solid var(--ezre-altin);
  background: #f8f3e9;
  padding: 22px 28px;
  color: var(--ezre-gece);
  font-size: 1.08em;
}

.blog-entry-content blockquote p:last-child {
  margin-bottom: 0;
}

.blog-sidebar {
  min-width: 0;
  align-self: stretch;
  margin-top: clamp(32px, 3.6vw, 52px);
  border-left: 1px solid rgba(11, 27, 51, 0.12);
  padding-left: clamp(26px, 2.4vw, 34px);
}

.blog-sidebar-sticky {
  position: sticky;
  top: 104px;
  display: grid;
  gap: 28px;
}

.blog-share-card {
  border-radius: 15px;
  background: var(--ezre-gece);
  padding: 17px 19px 18px;
  color: white;
}

.blog-share-card p {
  margin: 0 0 12px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.76rem;
  font-weight: 650;
  letter-spacing: 0.02em;
}

.blog-share-links {
  display: flex;
  align-items: center;
  gap: 8px;
}

.blog-share-links a {
  display: grid;
  flex: 0 0 42px;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.08);
  transition: transform 180ms ease, background 180ms ease;
}

.blog-share-links a:hover,
.blog-share-links a:focus-visible {
  background: var(--ezre-altin);
  color: var(--ezre-gece);
  transform: translateY(-2px);
}

.blog-share-links svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.blog-side-heading {
  margin-bottom: 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(11, 27, 51, 0.12);
}

.blog-side-heading span {
  display: block;
  margin-bottom: 5px;
  color: var(--ezre-bordo);
  font-size: 0.72rem;
  font-weight: 680;
  letter-spacing: 0.02em;
}

.blog-side-heading h2 {
  margin: 0;
  font-size: 1.55rem;
  letter-spacing: -0.025em;
}

.blog-related-list {
  display: grid;
}

.blog-related-item {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 15px;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid rgba(11, 27, 51, 0.08);
}

.blog-related-item > span {
  overflow: hidden;
  aspect-ratio: 1.15;
  border-radius: 11px;
  background: #e9e4da;
}

.blog-related-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 220ms ease;
}

.blog-related-item:hover img {
  transform: scale(1.05);
}

.blog-related-item h3 {
  margin: 0 0 6px;
  font-size: 0.9rem;
  font-weight: 560;
  line-height: 1.35;
  letter-spacing: -0.01em;
}

.blog-related-item time {
  color: #798496;
  font-size: 0.75rem;
}

.blog-tour-card {
  display: block;
  overflow: hidden;
  border: 1px solid rgba(11, 27, 51, 0.12);
  border-radius: 17px;
  background: white;
  box-shadow: 0 18px 45px rgba(6, 15, 30, 0.08);
}

.blog-tour-card > img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.blog-tour-card > div {
  padding: 21px;
}

.blog-tour-card h3 {
  margin: 0;
  font-size: 1.08rem;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.015em;
}

.blog-tour-card p {
  margin: 10px 0 17px;
  color: #677386;
  font-size: 0.86rem;
  line-height: 1.55;
}

.blog-tour-card span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 45px;
  border-radius: 10px;
  background: var(--ezre-bordo);
  color: white;
  padding: 0 15px;
  font-size: 0.86rem;
  font-weight: 800;
}

.blog-tour-card span b {
  font-size: 1.2rem;
}

.blog-more-section {
  border-top: 1px solid rgba(11, 27, 51, 0.1);
  background: var(--ezre-fildisi);
  padding: clamp(48px, 5vw, 72px) 0 clamp(52px, 6vw, 82px);
}

.blog-more-heading {
  margin-bottom: 24px;
}

.blog-more-heading p {
  margin: 0 0 6px;
  color: var(--ezre-bordo);
  font-size: 0.7rem;
  font-weight: 640;
  letter-spacing: 0.015em;
}

.blog-more-heading h2 {
  margin: 0;
  font-size: clamp(1.6rem, 2.45vw, 2.35rem);
  font-weight: 630;
  letter-spacing: -0.025em;
  line-height: 1.12;
}

.blog-more-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2.2vw, 28px);
}

.blog-more-card {
  min-width: 0;
}

.blog-more-image {
  overflow: hidden;
  aspect-ratio: 2 / 1;
  border-radius: 12px;
  background: #ddd6c9;
}

.blog-more-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 260ms ease;
}

.blog-more-card:hover .blog-more-image img {
  transform: scale(1.035);
}

.blog-more-card > div:last-child {
  padding-top: 13px;
}

.blog-more-card span {
  color: var(--ezre-bordo);
  font-size: 0.68rem;
  font-weight: 640;
  letter-spacing: 0.015em;
}

.blog-more-card h3 {
  margin: 6px 0 9px;
  font-size: clamp(1.03rem, 1.3vw, 1.26rem);
  font-weight: 620;
  letter-spacing: -0.015em;
  line-height: 1.3;
}

.blog-more-card time {
  color: #737f90;
  font-size: 0.72rem;
  font-weight: 450;
}

@media (max-width: 1020px) {
  .blog-content-layout {
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 36px;
  }

  .blog-sidebar {
    padding-left: 26px;
  }

  .blog-sidebar-sticky {
    top: 100px;
  }
}

@media (max-width: 780px) {
  .blog-detail-page .blog-detail-container,
  .blog-more-section > .container {
    width: min(100% - 32px, 680px);
    max-width: none;
  }

  .blog-detail-page .blog-detail-container {
    padding-top: 20px;
  }

  .blog-cover {
    aspect-ratio: 4 / 3;
    border-width: 4px;
    border-radius: 17px;
  }

  .blog-article-header {
    margin: 30px 0 42px;
  }

  .blog-article-meta {
    gap: 9px;
    font-size: 0.7rem;
  }

  .blog-content-layout {
    display: block;
  }

  .blog-entry-content {
    font-size: 1rem;
    line-height: 1.78;
  }

  .blog-sidebar {
    margin-top: 58px;
    border-left: 0;
    padding-left: 0;
  }

  .blog-sidebar-sticky {
    position: static;
  }

  .blog-related-item {
    grid-template-columns: 105px minmax(0, 1fr);
  }

  .blog-more-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }
}

@media (max-width: 430px) {
  .blog-article-header h1 {
    font-size: 1.95rem;
  }

  .blog-article-meta > span:last-child {
    display: none;
  }

  .blog-entry-content img {
    border-radius: 11px;
  }

  .blog-share-card {
    padding: 20px;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  margin: 0;
  color: var(--ezre-gece);
  background: var(--ezre-fildisi);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
}

body > main {
  flex: 1 0 auto;
  width: 100%;
}

img {
  display: block;
  max-width: 100%;
}

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

button,
input,
select {
  font: inherit;
  letter-spacing: 0;
}

.container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(6, 15, 30, 0.94);
  color: var(--ezre-fildisi);
  backdrop-filter: blur(18px);
}

.notice-bar {
  border-bottom: 1px solid rgba(243, 238, 227, 0.12);
  color: rgba(243, 238, 227, 0.78);
  font-size: 0.86rem;
}

.insta-topbar {
  position: relative;
  overflow: hidden;
  color: var(--ezre-beyaz);
  background: linear-gradient(90deg, #feda75 0%, #fa7e1e 18%, #d62976 45%, #962fbf 72%, #4f5bd5 100%);
}

.insta-topbar::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    radial-gradient(circle at 16% 50%, rgba(255, 255, 255, 0.22), transparent 28%),
    linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.14), transparent);
  opacity: 0.78;
  pointer-events: none;
}

.insta-topbar-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 220px 0 20px;
}

.insta-message {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  width: min(760px, 100%);
  text-align: center;
  font-size: 1.05rem;
  font-weight: 900;
  line-height: 1.25;
  text-shadow: none;
}

.insta-message span {
  position: absolute;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 420ms ease, transform 420ms ease;
  white-space: nowrap;
}

.insta-message span.is-active {
  position: relative;
  opacity: 1;
  transform: translateY(0);
}

.insta-button {
  position: absolute;
  right: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 36px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.22);
  color: var(--ezre-beyaz);
  padding: 0 18px;
  font-size: 0.94rem;
  font-weight: 900;
  box-shadow: 0 10px 28px rgba(150, 47, 191, 0.28);
  backdrop-filter: blur(12px);
  animation: instaButtonPulse 1.6s ease-in-out infinite;
}

.insta-button:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: translateY(-1px);
}

.insta-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--ezre-beyaz);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  animation: instaDotPulse 1.2s ease-in-out infinite;
}

@keyframes instaButtonPulse {
  0%,
  100% {
    box-shadow: 0 10px 28px rgba(150, 47, 191, 0.26), 0 0 0 0 rgba(255, 255, 255, 0.22);
  }
  50% {
    box-shadow: 0 12px 34px rgba(214, 41, 118, 0.38), 0 0 0 7px rgba(255, 255, 255, 0.08);
  }
}

@keyframes instaDotPulse {
  0%,
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.52);
  }
  50% {
    transform: scale(1.12);
    box-shadow: 0 0 0 8px rgba(255, 255, 255, 0);
  }
}

.notice-inner,
.nav-inner,
.notice-actions,
.main-nav .nav-links,
.nav-cta,
.hero-actions,
.chip-row,
.tour-labels,
.tour-bottom {
  display: flex;
  align-items: center;
}

.notice-inner {
  min-height: 38px;
  justify-content: space-between;
  gap: 20px;
}

.notice-actions {
  gap: 18px;
}

.notice-actions a:hover,
.main-nav .nav-links a:hover,
.text-link:hover {
  color: var(--ezre-altin);
}

.main-nav {
  min-height: 76px;
}

.nav-inner {
  position: relative;
  min-height: 76px;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: max-content;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(195, 161, 99, 0.5);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(195, 161, 99, 0.2), rgba(195, 161, 99, 0.04));
  color: var(--ezre-altin);
  font-weight: 800;
}

.brand strong,
.brand small {
  display: block;
  line-height: 1;
}

.brand strong {
  font-size: 1.12rem;
}

.brand small {
  margin-top: 4px;
  color: var(--ezre-altin);
  font-size: 0.72rem;
  font-weight: 700;
}

.main-nav .nav-links {
  gap: 22px;
  color: rgba(243, 238, 227, 0.9);
  font-size: 0.94rem;
  font-weight: 600;
  list-style: none;
  margin: 0;
  padding: 0;
}

.main-nav .nav-links li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-cta {
  gap: 10px;
}

.solid-btn,
.ghost-btn,
.outline-btn,
.text-link,
.chip,
.menu-toggle {
  min-height: 44px;
  border-radius: 8px;
  cursor: pointer;
}

.solid-btn,
.ghost-btn,
.outline-btn,
.chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  font-weight: 800;
}

.solid-btn {
  background: var(--ezre-altin);
  color: var(--ezre-derin);
  padding: 0 18px;
  box-shadow: 0 12px 28px rgba(195, 161, 99, 0.22);
}

.solid-btn:hover {
  background: #d0b275;
}

.solid-btn.large {
  min-height: 52px;
  padding: 0 22px;
}

.ghost-btn {
  border-color: rgba(243, 238, 227, 0.2);
  color: var(--ezre-fildisi);
  padding: 0 15px;
}

.ghost-btn:hover {
  border-color: var(--ezre-altin);
  color: var(--ezre-altin);
}

.outline-btn {
  border-color: var(--ezre-altin);
  color: var(--ezre-gece);
  padding: 0 14px;
}

.outline-btn:hover {
  background: var(--ezre-altin);
  color: var(--ezre-derin);
}

.text-link {
  display: inline-flex;
  align-items: center;
  color: var(--ezre-fildisi);
  font-weight: 800;
}

.dark-link {
  color: var(--ezre-gece);
}

.menu-toggle {
  display: none;
  width: 46px;
  border: 1px solid rgba(243, 238, 227, 0.18);
  background: transparent;
  padding: 10px;
}

.menu-toggle span {
  display: block;
  width: 100%;
  height: 2px;
  margin: 4px 0;
  background: var(--ezre-fildisi);
}

.hero {
  position: relative;
  min-height: 78svh;
  overflow: hidden;
  background: var(--ezre-derin);
  color: var(--ezre-fildisi);
}

.hero-media {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(6, 15, 30, 0.92), rgba(6, 15, 30, 0.68) 40%, rgba(6, 15, 30, 0.2) 72%),
    linear-gradient(180deg, rgba(6, 15, 30, 0.12), rgba(6, 15, 30, 0.75)),
    url("assets/hero-europe.png") center / cover no-repeat;
}

.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 470px);
  align-items: center;
  gap: 44px;
  min-height: 78svh;
  padding: 54px 0 72px;
}

.hero-copy {
  max-width: 700px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--ezre-altin);
  font-size: 0.8rem;
  font-weight: 900;
  text-transform: uppercase;
}

.eyebrow.dark {
  color: var(--ezre-altin);
}

.hero h1 {
  margin: 0;
  font-size: 4rem;
  line-height: 0.98;
}

.hero-copy > p:not(.eyebrow) {
  max-width: 590px;
  margin: 22px 0 0;
  color: rgba(243, 238, 227, 0.86);
  font-size: 1.16rem;
  line-height: 1.65;
}

.hero-actions {
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 32px;
}

.search-panel {
  border: 1px solid rgba(243, 238, 227, 0.18);
  border-radius: 8px;
  background: rgba(243, 238, 227, 0.96);
  color: var(--ezre-gece);
  box-shadow: var(--shadow);
}

.search-tabs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-bottom: 1px solid var(--ezre-cizgi);
}

.search-tabs button {
  min-height: 58px;
  border: 0;
  border-right: 1px solid var(--ezre-cizgi);
  background: transparent;
  color: var(--ezre-sis);
  font-size: 0.86rem;
  font-weight: 900;
  cursor: pointer;
}

.search-tabs button:last-child {
  border-right: 0;
}

.search-tabs button.active {
  color: var(--ezre-gece);
  box-shadow: inset 0 -3px 0 var(--ezre-altin);
}

.search-fields {
  display: grid;
  gap: 16px;
  padding: 22px;
}

.search-fields label,
.advisor-form {
  display: grid;
  gap: 8px;
}

.search-fields span {
  color: var(--ezre-sis);
  font-size: 0.78rem;
  font-weight: 800;
}

.search-fields input,
.search-fields select,
.advisor-form input,
.advisor-form select {
  min-height: 52px;
  width: 100%;
  border: 1px solid rgba(11, 27, 51, 0.16);
  border-radius: 8px;
  background: var(--ezre-beyaz);
  color: var(--ezre-gece);
  padding: 0 14px;
  outline: none;
}

.search-fields input:focus,
.search-fields select:focus,
.advisor-form input:focus,
.advisor-form select:focus {
  border-color: var(--ezre-altin);
  box-shadow: 0 0 0 3px rgba(195, 161, 99, 0.18);
}

.search-submit {
  width: 100%;
  min-height: 54px;
}

.quick-strip {
  background: var(--ezre-gece);
  color: var(--ezre-fildisi);
}

.strip-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.strip-grid .quick-strip__item {
  display: block;
  min-height: 112px;
  padding: 24px;
  border-right: 1px solid rgba(243, 238, 227, 0.12);
  color: inherit;
  text-decoration: none;
}

.strip-grid .quick-strip__item:last-child {
  border-right: 0;
}

.strip-grid strong,
.strip-grid span {
  display: block;
}

.strip-grid strong {
  font-size: 1rem;
}

.strip-grid span {
  margin-top: 8px;
  color: rgba(243, 238, 227, 0.7);
  font-size: 0.9rem;
  line-height: 1.45;
}

.strip-grid .quick-strip__item--link:hover {
  background: rgba(195, 161, 99, 0.12);
}

.section {
  padding: 78px 0;
}

.featured-section,
.route-section,
.reviews-section {
  background: var(--ezre-fildisi);
}

.promise-section,
.last-call-section,
.blog-section {
  background: #fffaf1;
}

.section-heading {
  margin-bottom: 28px;
}

.split-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
}

.section-heading h2,
.promise-copy h2,
.story-section h2 {
  margin: 0;
  font-size: 2.25rem;
  line-height: 1.12;
}

.section-heading .eyebrow,
.promise-copy .eyebrow,
.story-section .eyebrow {
  margin-bottom: 10px;
}

.chip-row {
  flex-wrap: wrap;
  gap: 8px;
}

.chip {
  min-height: 40px;
  border-color: var(--ezre-cizgi);
  background: var(--ezre-beyaz);
  color: var(--ezre-gece);
  padding: 0 14px;
}

.chip.active,
.chip:hover {
  border-color: var(--ezre-altin);
  background: var(--ezre-altin);
  color: var(--ezre-derin);
}

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

.tour-card,
.review-card,
.blog-grid article,
.promise-list article {
  border: 1px solid var(--ezre-cizgi);
  border-radius: 8px;
  background: var(--ezre-beyaz);
}

.tour-card {
  overflow: hidden;
  box-shadow: 0 18px 36px rgba(11, 27, 51, 0.08);
}

.tour-card img {
  width: 100%;
  height: 244px;
  object-fit: cover;
}

.tour-content {
  padding: 22px;
}

.tour-labels {
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.tour-labels span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  border-radius: 6px;
  background: rgba(195, 161, 99, 0.14);
  color: var(--ezre-gece);
  padding: 0 9px;
  font-size: 0.74rem;
  font-weight: 900;
}

.tour-labels span:first-child {
  background: rgba(110, 43, 43, 0.1);
  color: var(--ezre-bordo);
}

.tour-card h3,
.review-card strong,
.blog-grid h3,
.promise-list h3 {
  margin: 0;
}

.tour-card h3 {
  font-size: 1.22rem;
}

.tour-card p,
.archive-intro p,
.single-tour-copy p,
.promise-copy p,
.promise-list p,
.review-card p,
.blog-grid p,
.story-section p,
.site-footer p {
  color: #516073;
  line-height: 1.62;
}

.tour-card p {
  min-height: 78px;
  margin: 10px 0 18px;
}

.tour-meta {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin: 0;
  padding: 14px 0;
  border-top: 1px solid var(--ezre-cizgi);
  border-bottom: 1px solid var(--ezre-cizgi);
}

.tour-meta div {
  min-width: 0;
}

.tour-meta dt {
  color: var(--ezre-sis);
  font-size: 0.72rem;
  font-weight: 800;
}

.tour-meta dd {
  margin: 4px 0 0;
  color: var(--ezre-gece);
  font-size: 0.84rem;
  font-weight: 800;
}

.tour-bottom {
  justify-content: space-between;
  gap: 16px;
  margin-top: 18px;
}

.price-label,
.price {
  display: block;
}

.price-label {
  color: var(--ezre-sis);
  font-size: 0.75rem;
  font-weight: 800;
}

.price {
  color: var(--ezre-altin);
  font-size: 1.6rem;
}

.tour-card__discount,
.tour-card__regular-price {
  display: block;
  width: max-content;
  margin-top: 5px;
}

.tour-card__discount {
  border-radius: 999px;
  background: rgba(110, 43, 43, 0.09);
  color: var(--ezre-bordo);
  padding: 3px 8px;
  font-size: 0.7rem;
  font-weight: 850;
}

.tour-card__regular-price {
  color: var(--ezre-sis);
  font-size: 0.82rem;
  font-weight: 750;
}

.promise-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 46px;
  align-items: start;
}

.promise-copy p {
  margin: 18px 0 0;
}

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

.promise-list article {
  padding: 22px;
}

.promise-list span {
  display: inline-flex;
  margin-bottom: 22px;
  color: var(--ezre-altin);
  font-size: 1.6rem;
  font-weight: 900;
}

.promise-list h3 {
  font-size: 1.08rem;
}

.promise-list p {
  margin: 10px 0 0;
}

.route-grid {
  display: grid;
  grid-template-columns: 1.2fr repeat(2, 1fr);
  grid-auto-rows: 168px;
  gap: 16px;
}

.route-tile {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: end;
  overflow: hidden;
  border-radius: 8px;
  color: var(--ezre-fildisi);
  padding: 22px;
  background:
    linear-gradient(180deg, rgba(6, 15, 30, 0.15), rgba(6, 15, 30, 0.82)),
    url("assets/tour-europe.png") center / cover no-repeat;
}

.route-tile:nth-child(2),
.route-tile:nth-child(5) {
  background-image:
    linear-gradient(180deg, rgba(6, 15, 30, 0.12), rgba(6, 15, 30, 0.78)),
    url("assets/tour-balkan.png");
}

.route-tile:nth-child(3),
.route-tile:nth-child(4) {
  background-image:
    linear-gradient(180deg, rgba(6, 15, 30, 0.1), rgba(6, 15, 30, 0.8)),
    url("assets/tour-dubai.png");
}

.route-tile.large-tile {
  grid-row: span 2;
}

.route-tile span {
  font-size: 1.5rem;
  font-weight: 900;
}

.route-tile strong {
  margin-top: 8px;
  color: var(--ezre-altin);
}

.departure-table {
  overflow: hidden;
  border: 1px solid var(--ezre-cizgi);
  border-radius: 8px;
  background: var(--ezre-beyaz);
}

.table-row {
  display: grid;
  grid-template-columns: 2fr 1.1fr 0.7fr 1fr 0.7fr;
  align-items: center;
  gap: 18px;
  min-height: 68px;
  padding: 0 22px;
  border-bottom: 1px solid var(--ezre-cizgi);
}

.table-row:last-child {
  border-bottom: 0;
}

.table-head {
  min-height: 54px;
  background: var(--ezre-gece);
  color: var(--ezre-fildisi);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.table-row:not(.table-head):hover {
  background: rgba(195, 161, 99, 0.08);
}

.table-row mark {
  border-radius: 6px;
  background: rgba(110, 43, 43, 0.1);
  color: var(--ezre-bordo);
  padding: 7px 9px;
  font-weight: 900;
}

.table-row strong {
  color: var(--ezre-altin);
  font-size: 1.15rem;
}

.departure-table__price {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 2px;
  line-height: 1.15;
}

.departure-table__price small,
.departure-table__price em {
  color: var(--ezre-bordo);
  font-size: 0.64rem;
  font-style: normal;
  font-weight: 750;
}

.departure-table__price del {
  color: var(--ezre-sis);
  font-size: 0.72rem;
}

.departure-table__price em {
  color: var(--ezre-sis);
  line-height: 1.3;
}

.archive-hero,
.single-tour-hero {
  position: relative;
  overflow: hidden;
  background: var(--ezre-derin);
  color: var(--ezre-fildisi);
  padding: 86px 0;
}

.archive-hero::before,
.single-tour-hero::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(6, 15, 30, 0.94), rgba(6, 15, 30, 0.6)),
    var(--tour-hero-image, url("assets/hero-europe.png")) center / cover no-repeat;
}

.archive-hero .container,
.single-tour-hero .container {
  position: relative;
}

.archive-hero h1,
.single-tour-hero h1 {
  max-width: 760px;
  margin: 0;
  font-size: 3rem;
  line-height: 1.08;
}

.archive-intro {
  max-width: 700px;
  margin-top: 18px;
}

.tour-archive-bar {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 14px;
  margin: 30px 0 26px;
}

.tour-archive-bar input {
  min-height: 52px;
  border: 1px solid var(--ezre-cizgi);
  border-radius: 8px;
  padding: 0 14px;
}

.single-tour-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 30px;
  align-items: start;
}

.single-tour-copy,
.single-tour-sidebar {
  border: 1px solid var(--ezre-cizgi);
  border-radius: 8px;
  background: var(--ezre-beyaz);
  padding: 26px;
}

.single-tour-copy h2,
.single-tour-sidebar h2 {
  margin-top: 0;
}

.single-tour-sidebar {
  position: sticky;
  top: 132px;
}

.single-tour-sidebar .solid-btn,
.single-tour-sidebar .outline-btn {
  width: 100%;
}

.single-tour-sidebar .outline-btn {
  margin-top: 10px;
}

.detail-list {
  display: grid;
  gap: 14px;
  margin: 0 0 22px;
}

.detail-list div {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 12px;
  border-bottom: 1px solid var(--ezre-cizgi);
  padding-bottom: 12px;
}

.detail-list dt {
  color: var(--ezre-sis);
  font-weight: 800;
}

.detail-list dd {
  margin: 0;
  font-weight: 800;
}

.pagination {
  margin-top: 34px;
}

.pagination .nav-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  border: 1px solid var(--ezre-cizgi);
  border-radius: 8px;
  background: var(--ezre-beyaz);
  color: var(--ezre-gece);
  padding: 0 13px;
  font-weight: 800;
}

.pagination .page-numbers.current,
.pagination .page-numbers:hover {
  border-color: var(--ezre-altin);
  background: var(--ezre-altin);
  color: var(--ezre-derin);
}

.wp-block-image img,
.entry-content img {
  border-radius: 8px;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}

.story-section {
  background:
    linear-gradient(90deg, rgba(6, 15, 30, 0.96), rgba(6, 15, 30, 0.8)),
    url("assets/hero-europe.png") center / cover no-repeat;
  color: var(--ezre-fildisi);
}

.story-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 430px);
  gap: 42px;
  align-items: center;
}

.story-section p {
  max-width: 620px;
  color: rgba(243, 238, 227, 0.8);
}

.advisor-form {
  border: 1px solid rgba(243, 238, 227, 0.16);
  border-radius: 8px;
  background: rgba(243, 238, 227, 0.95);
  padding: 22px;
}

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

.review-card,
.blog-grid article {
  padding: 24px;
}

.review-card p {
  min-height: 104px;
  margin-top: 0;
}

.review-card strong,
.review-card span,
.blog-grid span {
  display: block;
}

.review-card span {
  margin-top: 6px;
  color: var(--ezre-altin);
  font-size: 0.86rem;
  font-weight: 800;
}

.blog-grid span {
  margin-bottom: 16px;
  color: var(--ezre-altin);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.blog-grid h3 {
  min-height: 78px;
  font-size: 1.15rem;
  line-height: 1.3;
}

.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  white-space: nowrap;
}

.site-footer {
  --footer-bg: #060f1e;
  --footer-newsletter-bg: #f3eee3;
  --footer-newsletter-text: #0b1b33;
  --footer-text: #f3eee3;
  --footer-muted: #aab5c5;
  --footer-accent: #c3a163;
  --footer-button-bg: #6e2b2b;
  --footer-button-text: #fff;
  --footer-border: #26354a;
  --footer-bottom-bg: #040b16;
  margin-top: auto;
  background:
    radial-gradient(circle at 14% 0%, color-mix(in srgb, var(--footer-accent) 10%, transparent), transparent 28%),
    linear-gradient(180deg, color-mix(in srgb, var(--footer-bg) 92%, #17243a), var(--footer-bg));
  color: var(--footer-text);
}

.site-footer h2,
.site-footer p,
.site-footer ul,
.site-footer address {
  margin-top: 0;
}

.footer-newsletter {
  border-top: 0;
  background: #fff;
  color: var(--footer-newsletter-text);
  padding: 58px 0 62px;
}

.footer-newsletter__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(430px, .84fr);
  align-items: center;
  gap: clamp(34px, 4vw, 58px);
}

.footer-newsletter__inner::before {
  content: none;
}

.footer-newsletter__copy {
  position: relative;
  max-width: 640px;
}

.footer-eyebrow {
  display: block;
  margin-bottom: 10px;
  color: var(--footer-button-bg);
  font-size: .75rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.2;
  text-transform: none;
}

.footer-newsletter h2 {
  max-width: 620px;
  margin: 0;
  color: inherit;
  font-size: clamp(1.5rem, 1.86vw, 1.82rem);
  font-weight: 850;
  line-height: 1.16;
  overflow-wrap: normal;
  word-break: keep-all;
}

.footer-newsletter__copy p {
  max-width: 560px;
  margin: 12px 0 0;
  color: color-mix(in srgb, var(--footer-newsletter-text) 74%, transparent);
  font-size: .95rem;
  line-height: 1.62;
}

.footer-newsletter__form {
  position: relative;
  width: 100%;
  max-width: 720px;
  justify-self: end;
}

.footer-newsletter__controls {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) max-content;
  gap: 10px;
  align-items: stretch;
}

.footer-newsletter__controls input {
  min-width: 0;
  width: 100%;
  min-height: 58px;
  border: 1px solid color-mix(in srgb, var(--footer-newsletter-text) 18%, transparent);
  border-radius: 999px;
  outline: 0;
  background: #fffdf8;
  color: var(--footer-newsletter-text);
  padding: 0 22px;
  font-size: .95rem;
  font-weight: 720;
}

.footer-newsletter__controls input::placeholder {
  color: color-mix(in srgb, var(--footer-newsletter-text) 48%, transparent);
}

.footer-newsletter__controls button {
  min-height: 58px;
  border: 1px solid color-mix(in srgb, var(--footer-newsletter-text) 16%, transparent);
  border-radius: 999px;
  background: #f7f4ee;
  color: var(--footer-newsletter-text);
  cursor: pointer;
  width: auto !important;
  min-width: 174px;
  padding: 0 22px;
  font-size: .94rem;
  font-weight: 850;
  white-space: nowrap;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.footer-newsletter__controls button:hover {
  border-color: var(--footer-button-bg);
  background: var(--footer-button-bg);
  color: var(--footer-button-text);
}

.footer-newsletter__controls input:focus-visible {
  border-color: color-mix(in srgb, var(--footer-accent) 72%, var(--footer-newsletter-text));
  outline: 2px solid color-mix(in srgb, var(--footer-accent) 26%, transparent);
  outline-offset: 2px;
}

.footer-newsletter__controls button:focus-visible,
.site-footer a:focus-visible {
  outline: 2px solid var(--footer-accent);
  outline-offset: 3px;
}

.footer-newsletter__consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 12px 2px 0;
  color: color-mix(in srgb, var(--footer-newsletter-text) 68%, transparent);
  font-size: .76rem;
  line-height: 1.5;
}

.footer-newsletter__consent span {
  min-width: 0;
}

.footer-newsletter__consent input {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  margin-top: 2px;
  accent-color: var(--footer-button-bg);
}

.footer-newsletter__consent a {
  color: var(--footer-button-bg);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 2px;
  white-space: nowrap;
}

.footer-newsletter__honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.footer-newsletter__feedback {
  margin: 11px 0 0;
  font-size: .83rem;
  font-weight: 800;
}

.footer-newsletter__feedback.is-success {
  color: #26643f;
}

.footer-newsletter__feedback.is-error {
  color: #9b2727;
}

.footer-main {
  padding: 62px 0 0;
}

.footer-main__inner {
  display: grid;
  gap: 34px;
}

.footer-main__grid {
  display: grid;
  align-items: start;
  gap: 58px;
  padding-bottom: 34px;
}

.footer-main__grid.has-brand.has-navigation {
  grid-template-columns: minmax(260px, .85fr) minmax(0, 1.85fr);
}

.footer-main__grid.has-brand:not(.has-navigation),
.footer-main__grid.has-navigation:not(.has-brand) {
  grid-template-columns: 1fr;
}

.footer-brand {
  width: fit-content;
  margin-bottom: 20px;
  color: var(--footer-text);
}

.footer-brand .brand-mark {
  border-color: color-mix(in srgb, var(--footer-accent) 52%, transparent);
  background: color-mix(in srgb, var(--footer-accent) 10%, transparent);
  color: var(--footer-accent);
}

.footer-brand small {
  color: var(--footer-accent);
}

.footer-about__description {
  max-width: 340px;
  margin-bottom: 24px;
  color: var(--footer-muted);
  font-size: .9rem;
  line-height: 1.7;
}

.footer-contact {
  display: grid;
  gap: 12px;
  margin-bottom: 20px;
  color: var(--footer-muted);
  font-style: normal;
}

.footer-contact a {
  display: grid;
  gap: 3px;
  width: fit-content;
}

.footer-contact a span {
  color: var(--footer-accent);
  font-size: .66rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: none;
}

.footer-contact a strong {
  color: var(--footer-text);
  font-size: .86rem;
  font-weight: 700;
  overflow-wrap: anywhere;
}

.footer-contact p {
  margin-bottom: 0;
  font-size: .82rem;
  line-height: 1.6;
}

.footer-contact-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  min-height: 42px;
  border: 1px solid color-mix(in srgb, var(--footer-accent) 34%, var(--footer-border));
  border-radius: 999px;
  background: color-mix(in srgb, var(--footer-accent) 7%, transparent);
  color: var(--footer-text);
  padding: 0 16px;
  font-size: .82rem;
  font-weight: 800;
  transition: border-color 180ms ease, background 180ms ease, color 180ms ease;
}

.footer-contact-link::after {
  content: "→";
  color: var(--footer-accent);
  font-size: 1.05rem;
  line-height: 1;
}

.footer-contact-link:hover {
  border-color: color-mix(in srgb, var(--footer-accent) 62%, var(--footer-border));
  background: color-mix(in srgb, var(--footer-accent) 13%, transparent);
  color: var(--footer-text);
}

.footer-social-block {
  display: grid;
  gap: 0;
  margin-top: 24px;
}

.footer-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 0;
}

.footer-socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid color-mix(in srgb, var(--footer-text) 18%, transparent);
  border-radius: 999px;
  background: color-mix(in srgb, var(--footer-text) 5%, transparent);
  color: var(--footer-text);
  transition: border-color 180ms ease, color 180ms ease, background 180ms ease, transform 180ms ease;
}

.footer-socials a:hover {
  border-color: color-mix(in srgb, var(--footer-accent) 58%, transparent);
  background: color-mix(in srgb, var(--footer-accent) 10%, transparent);
  color: var(--footer-text);
  transform: translateY(-1px);
}

.footer-socials .social-icon {
  width: 17px;
  height: 17px;
  flex-basis: 17px;
  stroke-width: 1.55;
}

.footer-navigation {
  display: grid;
  grid-template-columns: repeat(var(--footer-menu-columns, 3), minmax(0, 1fr));
  gap: 34px 42px;
}

.footer-link-column h2 {
  margin: 0 0 20px;
  color: var(--footer-text);
  font-size: .92rem;
  line-height: 1.3;
}

.footer-link-column h2::after {
  display: block;
  width: 28px;
  height: 2px;
  margin-top: 10px;
  background: var(--footer-accent);
  content: "";
}

.footer-link-column ul {
  display: grid;
  gap: 12px;
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}

.footer-link-column a {
  color: var(--footer-muted);
  font-size: .86rem;
  line-height: 1.5;
  transition: color 180ms ease;
}

.footer-link-column a:hover {
  color: var(--footer-accent);
}

.footer-quick-contact {
  border: 1px solid color-mix(in srgb, var(--footer-border) 78%, transparent);
  border-radius: 12px;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--footer-text) 5%, transparent), transparent 54%),
    radial-gradient(circle at 92% 8%, color-mix(in srgb, var(--footer-accent) 11%, transparent), transparent 36%),
    color-mix(in srgb, var(--footer-bg) 88%, #ffffff 5%);
  padding: 30px;
}

.footer-quick-contact__head {
  margin-bottom: 24px;
}

.footer-quick-contact .footer-eyebrow,
.footer-compliance .footer-eyebrow {
  color: var(--footer-accent);
}

.footer-quick-contact__head h2 {
  margin: 0;
  color: var(--footer-text);
  font-size: clamp(1.25rem, 1.9vw, 1.7rem);
  font-weight: 760;
  line-height: 1.16;
}

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

.footer-quick-card {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  align-items: center;
  gap: 18px;
  min-height: 112px;
  border: 1px solid color-mix(in srgb, var(--footer-border) 82%, transparent);
  border-radius: 12px;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--footer-text) 7%, transparent), color-mix(in srgb, var(--footer-bg) 82%, transparent)),
    color-mix(in srgb, var(--footer-text) 4%, transparent);
  color: var(--footer-text);
  padding: 18px 20px;
  transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.footer-quick-card:hover {
  border-color: color-mix(in srgb, var(--footer-accent) 64%, transparent);
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--footer-accent) 9%, transparent), color-mix(in srgb, var(--footer-bg) 82%, transparent)),
    color-mix(in srgb, var(--footer-text) 5%, transparent);
  transform: translateY(-2px);
}

.footer-quick-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border: 1px solid color-mix(in srgb, var(--footer-accent) 42%, transparent);
  border-radius: 18px;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--footer-accent) 10%, transparent), color-mix(in srgb, var(--footer-bg) 76%, transparent)),
    color-mix(in srgb, var(--footer-accent) 6%, transparent);
  color: var(--footer-accent);
}

.footer-quick-card--whatsapp .footer-quick-card__icon {
  border-color: color-mix(in srgb, var(--footer-accent) 42%, transparent);
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--footer-accent) 10%, transparent), color-mix(in srgb, var(--footer-bg) 76%, transparent)),
    color-mix(in srgb, var(--footer-accent) 6%, transparent);
  color: var(--footer-accent);
}

.footer-quick-card--email .footer-quick-card__icon {
  border-color: color-mix(in srgb, var(--footer-accent) 42%, transparent);
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--footer-accent) 10%, transparent), color-mix(in srgb, var(--footer-bg) 76%, transparent)),
    color-mix(in srgb, var(--footer-accent) 6%, transparent);
  color: var(--footer-accent);
}

.footer-quick-card__icon svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.58;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.footer-quick-card--whatsapp .footer-quick-card__icon svg {
  width: 24px;
  height: 24px;
  fill: none;
}

.footer-quick-card__copy {
  display: grid;
  gap: 5px;
  min-width: 0;
}

.footer-quick-card__copy span {
  color: color-mix(in srgb, var(--footer-accent) 78%, var(--footer-muted));
  font-size: .73rem;
  font-weight: 760;
  letter-spacing: 0;
  line-height: 1.2;
  text-transform: none;
}

.footer-quick-card__copy strong {
  color: var(--footer-text);
  font-size: .98rem;
  font-weight: 760;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.footer-quick-card__copy small {
  color: var(--footer-muted);
  font-size: .78rem;
  line-height: 1.45;
}

.footer-compliance {
  display: grid;
  grid-template-columns: minmax(250px, .78fr) minmax(280px, 1fr) minmax(220px, auto);
  align-items: center;
  gap: 26px;
  border-top: 1px solid var(--footer-border);
  padding: 26px 0 34px;
}

.footer-compliance.has-no-logos {
  grid-template-columns: minmax(0, 1fr) auto;
}

.footer-compliance__logos {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
}

.footer-compliance__logos a {
  display: block;
}

.footer-compliance__logos img {
  width: auto;
  max-width: min(100%, 360px);
  max-height: 82px;
  border-radius: 6px;
  background: #05070a;
  object-fit: contain;
  padding: 8px;
}

.footer-compliance__copy p {
  max-width: 620px;
  margin: 0;
  color: var(--footer-muted);
  font-size: .82rem;
  line-height: 1.65;
}

.footer-compliance__agency {
  display: inline-flex;
  align-items: center;
  min-height: 54px;
  border: 1px solid color-mix(in srgb, var(--footer-accent) 34%, var(--footer-border));
  border-radius: 8px;
  background: color-mix(in srgb, var(--footer-accent) 8%, transparent);
  padding: 12px 16px;
}

.footer-compliance__agency strong {
  color: var(--footer-text);
  font-size: .82rem;
  line-height: 1.4;
}

.footer-bottom {
  border-top: 1px solid var(--footer-border);
  background: var(--footer-bottom-bg);
}

.footer-bottom__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px 28px;
  min-height: 66px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.footer-bottom p {
  margin: 0;
  color: var(--footer-muted);
  font-size: .72rem;
}

.footer-legal {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 18px;
}

.footer-legal a,
.footer-developer {
  color: var(--footer-muted);
  font-size: .72rem;
}

.footer-legal a:hover,
.footer-developer:hover {
  color: var(--footer-accent);
}

.whatsapp-float {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 45;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border-radius: 8px;
  background: var(--ezre-gece);
  color: var(--ezre-fildisi);
  padding: 0 16px;
  font-size: 0.9rem;
  font-weight: 900;
  box-shadow: 0 12px 32px rgba(6, 15, 30, 0.26);
}

@media (max-width: 1080px) {
  .main-nav .nav-links,
  .nav-cta {
    display: none;
  }

  .menu-toggle {
    display: inline-grid;
    align-content: center;
  }

  .main-nav .nav-links.is-open {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    display: grid;
    gap: 0;
    border: 1px solid rgba(243, 238, 227, 0.14);
    border-radius: 8px;
    background: var(--ezre-derin);
    box-shadow: var(--shadow);
  }

  .main-nav .nav-links.is-open a {
    padding: 16px;
    border-bottom: 1px solid rgba(243, 238, 227, 0.1);
  }

  .hero-grid,
  .promise-grid,
  .story-grid,
  .single-tour-layout {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    align-items: end;
    padding-top: 72px;
  }

  .search-panel {
    max-width: 560px;
  }

  .tour-grid,
  .promise-list,
  .review-grid,
  .blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .route-tile.large-tile {
    grid-row: span 1;
  }

  .footer-newsletter__inner {
    grid-template-columns: minmax(0, .95fr) minmax(380px, 1.05fr);
    gap: 42px;
  }

  .footer-main__grid.has-brand.has-navigation {
    grid-template-columns: minmax(210px, .85fr) minmax(0, 1.6fr);
  }

  .footer-quick-contact__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .footer-compliance,
  .footer-compliance.has-no-logos {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .single-tour-sidebar {
    position: static;
  }
}

@media (max-width: 760px) {
  .container {
    width: min(100% - 28px, 1180px);
  }

  .notice-inner {
    min-height: auto;
    padding: 10px 0;
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .notice-actions {
    flex-wrap: wrap;
  }

  .insta-topbar-inner {
    min-height: 86px;
    flex-direction: column;
    gap: 10px;
    padding: 12px 0;
  }

  .insta-message {
    min-height: 40px;
    font-size: 0.95rem;
  }

  .insta-message span {
    white-space: normal;
  }

  .insta-button {
    position: static;
    min-height: 34px;
    padding: 0 16px;
    font-size: 0.9rem;
  }

  .hero,
  .hero-grid {
    min-height: auto;
  }

  .hero-grid {
    padding: 52px 0 36px;
  }

  .hero h1 {
    font-size: 2.55rem;
  }

  .hero-copy > p:not(.eyebrow) {
    font-size: 1rem;
  }

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

  .search-tabs button:nth-child(2) {
    border-right: 0;
  }

  .search-tabs button:nth-child(1),
  .search-tabs button:nth-child(2) {
    border-bottom: 1px solid var(--ezre-cizgi);
  }

  .strip-grid,
  .tour-grid,
  .promise-list,
  .review-grid,
  .blog-grid {
    grid-template-columns: 1fr;
  }

  .footer-newsletter {
    padding: 48px 0;
  }

  .footer-newsletter__inner,
  .footer-main__grid,
  .footer-main__grid.has-brand.has-navigation,
  .footer-compliance,
  .footer-compliance.has-no-logos {
    grid-template-columns: 1fr;
  }

  .footer-newsletter__inner {
    gap: 26px;
  }

  .footer-newsletter__form {
    max-width: none;
    justify-self: stretch;
  }

  .footer-main {
    padding: 48px 0 0;
  }

  .footer-main__grid {
    gap: 40px;
  }

  .footer-navigation {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px 28px;
  }

  .footer-about__description {
    max-width: 520px;
  }

  .footer-quick-contact {
    padding: 22px;
  }

  .footer-quick-contact__grid {
    grid-template-columns: 1fr;
  }

  .footer-compliance {
    gap: 20px;
  }

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

  .footer-legal {
    justify-content: flex-start;
  }

  .strip-grid .quick-strip__item {
    min-height: 88px;
    border-right: 0;
    border-bottom: 1px solid rgba(243, 238, 227, 0.12);
  }

  .section {
    padding: 54px 0;
  }

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

  .section-heading h2,
  .promise-copy h2,
  .story-section h2 {
    font-size: 1.78rem;
  }

  .tour-card img {
    height: 220px;
  }

  .tour-card p,
  .review-card p,
  .blog-grid h3 {
    min-height: auto;
  }

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

  .route-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 150px;
  }

  .departure-table {
    display: grid;
    gap: 10px;
    border: 0;
    background: transparent;
  }

  .table-head {
    display: none;
  }

  .table-row {
    grid-template-columns: 1fr;
    min-height: auto;
    gap: 8px;
    border: 1px solid var(--ezre-cizgi);
    border-radius: 8px;
    background: var(--ezre-beyaz);
    padding: 16px;
  }

  .story-grid {
    gap: 24px;
  }

  .advisor-form {
    padding: 16px;
  }

  .archive-hero,
  .single-tour-hero {
    padding: 58px 0;
  }

  .archive-hero h1,
  .single-tour-hero h1 {
    font-size: 2rem;
  }

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

  .detail-list div {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  .footer-newsletter h2 {
    font-size: 1.55rem;
  }

  .footer-newsletter__inner {
    gap: 22px;
  }

  .footer-newsletter__form {
    max-width: none;
  }

  .footer-newsletter__controls {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .footer-newsletter__controls input,
  .footer-newsletter__controls button {
    min-height: 50px;
  }

  .footer-newsletter__controls button {
    width: 100% !important;
    min-width: 0;
    padding: 0 14px;
    font-size: .82rem;
  }

  .footer-navigation {
    grid-template-columns: 1fr;
  }
}

/* Tour application flow */
body.ezre-booking-open {
  overflow: hidden;
}

.ezre-booking-modal[hidden] {
  display: none !important;
}

.ezre-booking-modal {
  position: fixed;
  z-index: 100000;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 24px;
}

.ezre-booking-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(6, 15, 30, 0.76);
}

.ezre-booking-dialog {
  position: relative;
  width: min(1180px, 100%);
  max-height: calc(100vh - 48px);
  overflow: auto;
  border: 1px solid rgba(11, 27, 51, 0.1);
  border-radius: 8px;
  background: #fff;
  color: var(--ezre-gece);
}

.ezre-booking-close {
  position: sticky;
  z-index: 4;
  top: 14px;
  float: right;
  width: 36px;
  height: 36px;
  margin: 14px 14px -50px 0;
  border: 1px solid rgba(11, 27, 51, 0.14);
  border-radius: 50%;
  background: #fff;
  color: var(--ezre-gece);
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.ezre-booking-header,
.ezre-booking-body,
.ezre-booking-footer {
  padding-right: 40px;
  padding-left: 40px;
}

.ezre-booking-header {
  padding-top: 34px;
}

.ezre-booking-header h2,
.ezre-booking-success h2 {
  margin: 0 0 6px;
  color: var(--ezre-gece);
  font-size: 28px;
  line-height: 1.2;
  font-weight: 700;
}

.ezre-booking-header > p,
.ezre-booking-section-title p,
.ezre-extra-services > p {
  margin: 0;
  color: var(--ezre-sis);
  font-size: 14px;
  line-height: 1.55;
}

.ezre-booking-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 26px;
  padding: 18px 0;
  border-top: 1px solid rgba(11, 27, 51, 0.09);
  border-bottom: 1px solid rgba(11, 27, 51, 0.09);
}

.ezre-booking-steps span {
  display: flex;
  align-items: center;
  gap: 9px;
  min-width: 0;
  color: var(--ezre-sis);
}

.ezre-booking-steps i {
  display: grid;
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  place-items: center;
  border: 1px solid rgba(138, 151, 171, 0.4);
  border-radius: 50%;
  background: #fff;
  font-style: normal;
  font-size: 13px;
}

.ezre-booking-steps b {
  overflow: hidden;
  font-size: 13px;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ezre-booking-steps .is-active,
.ezre-booking-steps .is-complete {
  color: var(--ezre-gece);
}

.ezre-booking-steps .is-active i {
  border-color: var(--ezre-bordo);
  background: var(--ezre-bordo);
  color: #fff;
}

.ezre-booking-steps .is-complete i {
  border-color: var(--ezre-altin);
  background: var(--ezre-altin);
  color: var(--ezre-derin);
}

.ezre-booking-body {
  padding-top: 28px;
  padding-bottom: 30px;
}

.ezre-booking-body h3,
.ezre-extra-services h3,
.ezre-booking-total h3 {
  margin: 0 0 16px;
  color: var(--ezre-gece);
  font-size: 17px;
  line-height: 1.3;
  font-weight: 700;
}

.ezre-booking-year-tabs {
  display: flex;
  gap: 8px;
  margin-bottom: 24px;
  border-bottom: 1px solid rgba(11, 27, 51, 0.1);
}

.ezre-booking-year-tabs button {
  border: 0;
  border-bottom: 2px solid transparent;
  background: transparent;
  color: var(--ezre-sis);
  padding: 8px 12px 12px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
}

.ezre-booking-year-tabs button.is-active {
  border-bottom-color: var(--ezre-bordo);
  color: var(--ezre-bordo);
}

.ezre-booking-date-grid,
.ezre-booking-join-types {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.ezre-booking-date-grid label,
.ezre-booking-join-types label,
.ezre-booking-choice {
  display: flex;
  min-height: 58px;
  align-items: center;
  gap: 12px;
  border: 1px solid transparent;
  border-radius: 8px;
  background: rgba(138, 151, 171, 0.1);
  padding: 12px 16px;
  cursor: pointer;
}

.ezre-booking-date-grid label.is-selected,
.ezre-booking-date-grid label:has(input:checked),
.ezre-booking-join-types label:has(input:checked),
.ezre-booking-choice:has(input:checked) {
  border-color: rgba(110, 43, 43, 0.38);
  background: rgba(110, 43, 43, 0.055);
}

.ezre-booking-date-grid input,
.ezre-booking-join-types input,
.ezre-booking-choice input {
  width: 18px;
  height: 18px;
  accent-color: var(--ezre-bordo);
}

.ezre-booking-date-grid span,
.ezre-booking-join-types span,
.ezre-booking-choice b {
  color: var(--ezre-gece);
  font-size: 14px;
  font-weight: 600;
}

.ezre-booking-date-grid small,
.ezre-booking-date-grid em {
  margin-left: auto;
  color: var(--ezre-bordo);
  font-size: 11px;
  font-style: normal;
}

.ezre-booking-choice {
  margin-bottom: 10px;
}

.ezre-booking-choice span {
  display: grid;
  width: 100%;
  grid-template-columns: minmax(180px, auto) 1fr;
  align-items: center;
  gap: 14px;
}

.ezre-booking-choice small,
.ezre-booking-notes span {
  border-radius: 999px;
  background: rgba(110, 43, 43, 0.055);
  color: var(--ezre-bordo);
  padding: 7px 11px;
  font-size: 12px;
  line-height: 1.35;
}

.ezre-booking-join-types {
  margin-bottom: 28px;
}

.ezre-solo-name {
  display: grid;
  gap: 8px;
  margin-top: 20px;
}

.ezre-booking-dialog input[type="text"],
.ezre-booking-dialog input[type="email"],
.ezre-booking-dialog input[type="tel"],
.ezre-booking-dialog input[type="date"],
.ezre-booking-dialog select {
  width: 100%;
  min-height: 44px;
  border: 1px solid rgba(138, 151, 171, 0.34);
  border-radius: 6px;
  background: #fff;
  color: var(--ezre-gece);
  padding: 8px 12px;
  font: inherit;
  font-size: 13px;
}

.ezre-booking-notes {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
}

.ezre-booking-counters {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 28px;
}

.ezre-booking-counter {
  display: grid;
  gap: 10px;
  border-radius: 8px;
  background: rgba(138, 151, 171, 0.1);
  padding: 14px;
  text-align: center;
}

.ezre-booking-counter strong {
  font-size: 13px;
}

.ezre-booking-counter span,
.ezre-extra-services article > span {
  display: grid;
  grid-template-columns: 34px 1fr 34px;
  align-items: center;
  gap: 6px;
  border-radius: 999px;
  background: #fff;
  padding: 4px;
}

.ezre-booking-counter button,
.ezre-extra-services article button {
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  background: rgba(138, 151, 171, 0.15);
  color: var(--ezre-gece);
  font-size: 20px;
  cursor: pointer;
}

.ezre-people-table,
.ezre-participant-card,
.ezre-room-summary article {
  overflow: hidden;
  border: 1px solid rgba(138, 151, 171, 0.28);
  border-radius: 8px;
}

.ezre-people-head,
.ezre-person-row {
  display: grid;
  grid-template-columns: minmax(120px, 0.65fr) 1fr 1fr;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
}

.ezre-people-head {
  background: rgba(243, 238, 227, 0.66);
  font-size: 12px;
  font-weight: 700;
}

.ezre-rooming-guide {
  max-width: 760px;
  margin: -4px 0 16px;
  color: var(--ezre-sis);
  font-size: 13px;
  line-height: 1.55;
}

.ezre-person-row + .ezre-person-row {
  border-top: 1px solid rgba(138, 151, 171, 0.22);
}

.ezre-person-row strong {
  font-size: 13px;
}

.ezre-room-summary {
  display: grid;
  gap: 12px;
}

.ezre-room-summary article {
  padding: 18px;
}

.ezre-room-summary-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(138, 151, 171, 0.22);
}

.ezre-room-summary-head small {
  display: block;
  margin-bottom: 3px;
  color: var(--ezre-bordo);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.ezre-room-summary h4 {
  margin: 0;
  font-size: 16px;
}

.ezre-room-facts {
  display: flex;
  gap: 7px;
}

.ezre-room-facts span {
  border: 1px solid rgba(195, 161, 99, 0.38);
  border-radius: 999px;
  background: rgba(243, 238, 227, 0.56);
  padding: 6px 10px;
  color: var(--ezre-gece);
  font-size: 11px;
  font-weight: 700;
}

.ezre-room-occupants {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 0 18px;
  padding-top: 4px;
}

.ezre-occupant-group {
  min-width: 0;
  padding: 13px 0;
  border-bottom: 1px solid rgba(138, 151, 171, 0.16);
}

.ezre-occupant-group p {
  display: grid;
  grid-template-columns: minmax(90px, auto) 1fr;
  gap: 3px 10px;
  margin: 0;
  font-size: 13px;
  line-height: 1.45;
}

.ezre-occupant-group p b {
  color: var(--ezre-sis);
  font-size: 11px;
}

.ezre-occupant-group p strong {
  min-width: 0;
  overflow-wrap: anywhere;
  color: var(--ezre-gece);
}

.ezre-occupant-group p em {
  grid-column: 2;
  color: var(--ezre-bordo);
  font-size: 11px;
  font-style: normal;
}

.ezre-occupant-group .is-child {
  position: relative;
  margin-top: 9px;
  padding: 9px 10px 9px 18px;
  border-left: 2px solid var(--ezre-altin);
  border-radius: 0 5px 5px 0;
  background: rgba(243, 238, 227, 0.48);
}

.ezre-occupant-group .is-child > span {
  grid-row: 1 / span 2;
  align-self: center;
  color: var(--ezre-sis);
  font-size: 10px;
  font-weight: 600;
}

.ezre-occupant-group.is-extra p {
  border-left: 2px solid var(--ezre-bordo);
  padding-left: 12px;
}

.ezre-application-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  align-items: start;
  gap: 18px;
}

.ezre-booking-section-title {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

.ezre-booking-section-title i {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  background: var(--ezre-bordo);
  color: #fff;
  font-style: normal;
}

.ezre-booking-section-title h3 {
  margin-bottom: 2px;
}

.ezre-participant-list {
  display: grid;
  gap: 12px;
}

.ezre-participant-card header {
  display: flex;
  justify-content: space-between;
  background: rgba(243, 238, 227, 0.52);
  padding: 12px 16px;
  font-size: 12px;
}

.ezre-participant-card header span {
  color: var(--ezre-sis);
}

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

.ezre-participant-grid label {
  display: grid;
  gap: 6px;
  color: var(--ezre-gece);
  font-size: 12px;
  font-weight: 600;
}

.ezre-booking-total {
  position: sticky;
  top: 16px;
  display: grid;
  gap: 10px;
  border: 1px solid rgba(138, 151, 171, 0.28);
  border-radius: 8px;
  padding: 18px;
}

.ezre-booking-total p,
.ezre-booking-total span {
  margin: 0;
  color: var(--ezre-sis);
  font-size: 12px;
}

.ezre-booking-total span {
  border: 1px solid rgba(138, 151, 171, 0.24);
  border-radius: 999px;
  padding: 7px 10px;
}

.ezre-booking-total > strong {
  color: var(--ezre-bordo);
  font-size: 17px;
}

.ezre-price-breakdown {
  display: grid;
  gap: 8px;
}

.ezre-price-breakdown p {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
}

.ezre-price-breakdown p span {
  border: 0;
  border-radius: 0;
  padding: 0;
}

.ezre-price-breakdown p b {
  flex: 0 0 auto;
  color: var(--ezre-gece);
  font-size: 12px;
}

.ezre-extra-services {
  margin-top: 22px;
  border-radius: 8px;
  background: rgba(138, 151, 171, 0.08);
  padding: 18px;
}

.ezre-extra-services article {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 10px;
  border: 1px solid rgba(138, 151, 171, 0.24);
  border-radius: 8px;
  background: #fff;
  padding: 12px 14px;
}

.ezre-extra-services article > div {
  display: grid;
  gap: 2px;
}

.ezre-extra-services article strong,
.ezre-extra-services article b {
  font-size: 13px;
}

.ezre-extra-services article small {
  color: var(--ezre-sis);
  font-size: 11px;
}

.ezre-extra-services article > span {
  flex: 0 0 112px;
}

.ezre-extra-services article em {
  text-align: center;
  font-style: normal;
}

.ezre-booking-footer {
  position: sticky;
  z-index: 3;
  bottom: 0;
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  border-top: 1px solid rgba(11, 27, 51, 0.1);
  background: rgba(255, 255, 255, 0.98);
  padding-top: 16px;
  padding-bottom: 16px;
}

.ezre-booking-footer .solid-btn,
.ezre-booking-footer .outline-btn,
.ezre-booking-success .solid-btn {
  min-width: 180px;
  min-height: 46px;
  border-radius: 6px;
  font-size: 13px;
}

.ezre-booking-footer .solid-btn,
.ezre-booking-success .solid-btn {
  border: 1px solid var(--ezre-bordo);
  background: var(--ezre-bordo);
  color: #fff;
}

.ezre-booking-footer .outline-btn {
  border: 1px solid rgba(110, 43, 43, 0.35);
  background: #fff;
  color: var(--ezre-bordo);
}

.ezre-booking-footer button:disabled {
  opacity: 0.42;
  cursor: not-allowed;
}

.ezre-booking-success {
  display: grid;
  min-height: 420px;
  place-items: center;
  align-content: center;
  gap: 12px;
  padding: 48px;
  text-align: center;
}

.ezre-booking-success > i {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border-radius: 50%;
  background: var(--ezre-altin);
  color: var(--ezre-derin);
  font-style: normal;
  font-size: 28px;
}

.ezre-booking-empty {
  color: var(--ezre-sis);
  font-size: 14px;
}

@media (max-width: 900px) {
  .ezre-booking-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ezre-application-layout,
  .ezre-application-layout {
    grid-template-columns: 1fr;
  }

  .ezre-booking-total {
    position: static;
  }

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

@media (max-width: 640px) {
  .ezre-booking-modal {
    padding: 0;
  }

  .ezre-booking-dialog {
    width: 100%;
    height: 100%;
    max-height: none;
    border: 0;
    border-radius: 0;
  }

  .ezre-booking-header,
  .ezre-booking-body,
  .ezre-booking-footer {
    padding-right: 18px;
    padding-left: 18px;
  }

  .ezre-booking-header h2 {
    padding-right: 42px;
    font-size: 24px;
  }

  .ezre-booking-steps {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .ezre-booking-steps span:not(.is-active):not(.is-complete) {
    display: none;
  }

  .ezre-booking-date-grid,
  .ezre-booking-join-types,
  .ezre-booking-counters,
  .ezre-participant-grid {
    grid-template-columns: 1fr;
  }

  .ezre-booking-choice span {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .ezre-people-head {
    display: none;
  }

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

  .ezre-room-summary-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .ezre-room-occupants {
    grid-template-columns: 1fr;
  }

  .ezre-booking-footer {
    display: grid;
    grid-template-columns: auto 1fr;
  }

  .ezre-booking-footer .solid-btn,
  .ezre-booking-footer .outline-btn {
    min-width: 0;
  }

  .ezre-booking-footer .solid-btn:only-child {
    grid-column: 1 / -1;
    width: 100%;
  }

  .ezre-extra-services article {
    align-items: stretch;
    flex-direction: column;
  }
}

@media (max-width: 430px) {
  .brand strong {
    font-size: 1rem;
  }

  .brand-mark {
    width: 42px;
    height: 42px;
  }

  .hero h1 {
    font-size: 2.15rem;
  }

  .hero-actions,
  .tour-bottom {
    align-items: stretch;
    flex-direction: column;
  }

  .solid-btn.large,
  .text-link,
  .outline-btn {
    width: 100%;
  }

  .search-fields {
    padding: 16px;
  }
}

/* Refined type scale inspired by the reference site's softer proportions. */
body {
  font-size: 15px;
  font-weight: 500;
}

.insta-topbar-inner {
  min-height: 50px;
}

.insta-message {
  font-size: 1rem;
  font-weight: 800;
}

.insta-button {
  min-height: 34px;
  font-size: 0.9rem;
  font-weight: 800;
}

.brand {
  gap: 10px;
}

.brand-mark {
  width: 44px;
  height: 44px;
  font-weight: 800;
}

.brand strong {
  font-size: 1.05rem;
  font-weight: 800;
}

.brand small {
  font-size: 0.68rem;
  font-weight: 700;
}

.main-nav {
  min-height: 72px;
}

.nav-inner {
  min-height: 72px;
}

.main-nav .nav-links {
  gap: 20px;
  font-size: 0.88rem;
  font-weight: 700;
}

.solid-btn,
.ghost-btn,
.outline-btn,
.chip {
  font-weight: 700;
}

.solid-btn,
.ghost-btn,
.outline-btn,
.text-link,
.chip,
.menu-toggle {
  min-height: 40px;
}

.solid-btn.large {
  min-height: 46px;
}

.eyebrow {
  margin-bottom: 12px;
  font-size: 0.72rem;
  font-weight: 800;
}

.hero h1,
.archive-hero h1,
.single-tour-hero h1 {
  font-size: 3rem;
  line-height: 1.08;
  font-weight: 800;
}

.hero-copy > p:not(.eyebrow) {
  max-width: 560px;
  margin-top: 18px;
  font-size: 1rem;
  line-height: 1.55;
  font-weight: 600;
}

.hero-actions {
  margin-top: 28px;
}

.search-tabs button {
  min-height: 54px;
  font-size: 0.82rem;
  font-weight: 800;
}

.search-fields span {
  font-size: 0.74rem;
  font-weight: 700;
}

.search-fields input,
.search-fields select,
.advisor-form input,
.advisor-form select {
  min-height: 48px;
  font-size: 0.95rem;
}

.search-submit {
  min-height: 50px;
}

.section-heading h2,
.promise-copy h2,
.story-section h2 {
  font-size: 1.95rem;
  line-height: 1.18;
  font-weight: 800;
}

.tour-labels span {
  min-height: 26px;
  font-size: 0.7rem;
  font-weight: 800;
}

.tour-card h3 {
  font-size: 1.1rem;
  font-weight: 800;
}

.tour-card p,
.archive-intro p,
.single-tour-copy p,
.promise-copy p,
.promise-list p,
.review-card p,
.blog-grid p,
.story-section p,
.site-footer p {
  font-size: 0.94rem;
  line-height: 1.55;
}

.tour-meta dt,
.price-label {
  font-size: 0.7rem;
  font-weight: 700;
}

.tour-meta dd {
  font-size: 0.8rem;
  font-weight: 700;
}

.price {
  font-size: 1.42rem;
  font-weight: 800;
}

.promise-list span {
  font-size: 1.35rem;
  font-weight: 800;
}

.promise-list h3 {
  font-size: 1rem;
  font-weight: 800;
}

.route-tile span {
  font-size: 1.25rem;
  font-weight: 800;
}

.table-head,
.table-row mark {
  font-weight: 800;
}

.table-row strong {
  font-size: 1.04rem;
}

.blog-grid h3 {
  font-size: 1.04rem;
  line-height: 1.32;
  font-weight: 800;
}

.whatsapp-float {
  min-height: 44px;
  font-size: 0.84rem;
  font-weight: 800;
}

@media (max-width: 760px) {
  body {
    font-size: 14.5px;
  }

  .hero h1,
  .archive-hero h1,
  .single-tour-hero h1 {
    font-size: 2.18rem;
    line-height: 1.1;
  }

  .hero-copy > p:not(.eyebrow) {
    font-size: 0.95rem;
  }

  .section-heading h2,
  .promise-copy h2,
  .story-section h2 {
    font-size: 1.55rem;
  }

  .insta-message {
    font-size: 0.9rem;
  }
}

@media (max-width: 430px) {
  .hero h1,
  .archive-hero h1,
  .single-tour-hero h1 {
    font-size: 1.95rem;
  }
}

/* Tour detail sales page */
.tour-detail-page {
  background:
    linear-gradient(180deg, rgba(243, 238, 227, 0.72), rgba(255, 255, 255, 0.92) 42%, rgba(243, 238, 227, 0.7)),
    var(--ezre-fildisi);
}

.tour-media-shell {
  padding: 26px 0 10px;
}

.tour-media-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.12fr 0.56fr 0.56fr;
  grid-template-rows: minmax(220px, 260px) minmax(220px, 260px);
  gap: 8px;
  overflow: hidden;
  border: 1px solid rgba(195, 161, 99, 0.3);
  border-radius: 8px;
  background: var(--ezre-gece);
  padding: 8px;
  box-shadow: 0 26px 70px rgba(6, 15, 30, 0.18);
}

.tour-media-item {
  position: relative;
  display: block;
  overflow: hidden;
  min-height: 220px;
  border-radius: 8px;
  background: var(--ezre-derin);
}

.tour-media-item.is-main {
  grid-row: span 2;
}

.tour-media-item:nth-child(4) {
  grid-column: 2 / 4;
}

.tour-media-item img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.tour-media-item:hover img {
  transform: scale(1.03);
}

.tour-play-button {
  position: absolute;
  inset: 50% auto auto 50%;
  display: grid;
  place-items: center;
  width: 68px;
  height: 68px;
  border: 2px solid rgba(243, 238, 227, 0.72);
  border-radius: 999px;
  background: rgba(243, 238, 227, 0.34);
  transform: translate(-50%, -50%);
  backdrop-filter: blur(8px);
}

.tour-play-button::before {
  width: 0;
  height: 0;
  margin-left: 5px;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 18px solid var(--ezre-derin);
  content: "";
}

.tour-gallery-actions {
  position: absolute;
  right: 18px;
  bottom: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.tour-gallery-actions a {
  min-height: 44px;
  border: 1px solid rgba(195, 161, 99, 0.42);
  border-radius: 999px;
  background: rgba(6, 15, 30, 0.92);
  color: var(--ezre-fildisi);
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  font-weight: 800;
}

.tour-detail-main {
  padding-top: 64px;
}

.tour-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 38px;
  align-items: start;
}

.tour-detail-content {
  min-width: 0;
}

.tour-title-block {
  padding-bottom: 42px;
}

.tour-title-block h1 {
  max-width: 880px;
  margin: 0;
  color: var(--ezre-gece);
  font-size: clamp(2.7rem, 5vw, 4.8rem);
  line-height: 1.02;
  font-weight: 900;
}

.tour-title-block > p:not(.eyebrow) {
  margin: 16px 0 0;
  color: var(--ezre-sis);
  font-size: clamp(1.1rem, 2vw, 1.55rem);
  font-weight: 800;
}

.tour-detail-section {
  margin-top: 66px;
}

.tour-detail-section:first-of-type {
  margin-top: 0;
}

.tour-detail-section h2,
.tour-info-heading h2 {
  margin: 0 0 24px;
  color: var(--ezre-gece);
  font-size: clamp(1.55rem, 2.4vw, 2.2rem);
  line-height: 1.15;
  font-weight: 900;
}

.tour-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  border-bottom: 1px solid rgba(11, 27, 51, 0.14);
  margin-bottom: 24px;
}

.tour-tabs button {
  min-height: 48px;
  border: 0;
  border-bottom: 3px solid transparent;
  background: transparent;
  color: var(--ezre-sis);
  padding: 0;
  font-size: 1rem;
  font-weight: 850;
  cursor: pointer;
}

.tour-tabs button.is-active {
  border-bottom-color: var(--ezre-gece);
  color: var(--ezre-gece);
}

.tour-tabs--pills {
  gap: 12px;
  border-bottom: 0;
}

.tour-tabs--pills button {
  min-height: 48px;
  border: 1px solid rgba(11, 27, 51, 0.14);
  border-radius: 999px;
  background: var(--ezre-beyaz);
  color: var(--ezre-sis);
  padding: 0 24px;
}

.tour-tabs--pills button.is-active {
  border-color: var(--ezre-altin);
  background: var(--ezre-gece);
  color: var(--ezre-fildisi);
}

.tour-tab-panel {
  display: none;
}

.tour-tab-panel.is-active {
  display: block;
}

.route-chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.route-chip-list span {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: rgba(195, 161, 99, 0.18);
  color: var(--ezre-gece);
  padding: 0 18px;
  font-weight: 850;
}

.tour-program-list {
  position: relative;
  display: grid;
  gap: 28px;
}

.tour-program-list::before {
  position: absolute;
  top: 24px;
  bottom: 24px;
  left: 46px;
  width: 2px;
  background: rgba(11, 27, 51, 0.1);
  content: "";
}

.tour-day {
  position: relative;
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 22px;
}

.tour-day summary {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr) 52px;
  gap: 22px;
  align-items: center;
  list-style: none;
  cursor: pointer;
}

.tour-day summary::-webkit-details-marker {
  display: none;
}

.tour-day-number {
  position: relative;
  z-index: 1;
  min-height: 42px;
  border-radius: 999px;
  background: rgba(11, 27, 51, 0.08);
  color: var(--ezre-gece);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  font-weight: 900;
}

.tour-day[open] .tour-day-number {
  background: var(--ezre-gece);
  color: var(--ezre-fildisi);
}

.tour-day summary strong {
  min-height: 76px;
  border: 1px solid rgba(11, 27, 51, 0.12);
  border-radius: 8px;
  background: var(--ezre-beyaz);
  display: flex;
  align-items: center;
  padding: 18px 64px 18px 22px;
  color: var(--ezre-gece);
  font-size: 1.05rem;
  line-height: 1.35;
  font-weight: 900;
}

.tour-day summary::after {
  width: 44px;
  height: 44px;
  border: 1px solid rgba(11, 27, 51, 0.12);
  border-radius: 999px;
  background: var(--ezre-beyaz);
  color: var(--ezre-gece);
  display: grid;
  place-items: center;
  margin-left: -74px;
  content: "+";
  font-size: 2rem;
  line-height: 1;
}

.tour-day[open] summary::after {
  content: "×";
}

.tour-day-copy {
  grid-column: 2;
  border: 1px solid rgba(11, 27, 51, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  padding: 22px;
}

.tour-day-copy p,
.tour-rich-text p,
.tour-muted,
.tour-side-card p {
  color: rgba(11, 27, 51, 0.74);
  font-size: 1rem;
  line-height: 1.72;
}

.tour-hotel-table {
  overflow: hidden;
  border: 1px solid rgba(11, 27, 51, 0.1);
  border-radius: 8px;
  background: var(--ezre-beyaz);
}

.tour-hotel-row {
  display: grid;
  grid-template-columns: 1fr 0.8fr;
  min-height: 76px;
  border-top: 1px solid rgba(11, 27, 51, 0.08);
  align-items: center;
  padding: 0 26px;
  gap: 20px;
}

.tour-hotel-table.has-hotels .tour-hotel-row {
  grid-template-columns: minmax(130px, 0.72fr) minmax(120px, 0.52fr) minmax(260px, 1.85fr);
}

.tour-hotel-row:first-child {
  border-top: 0;
}

.tour-hotel-row.is-head {
  min-height: 52px;
  background: rgba(11, 27, 51, 0.04);
  color: var(--ezre-sis);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.tour-hotel-row strong {
  font-weight: 900;
}

.tour-hotel-row span b {
  display: inline-flex;
  min-width: 32px;
  height: 32px;
  border-radius: 8px;
  background: rgba(195, 161, 99, 0.18);
  color: var(--ezre-bordo);
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}

.tour-night-count {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--ezre-gece);
  font-weight: 700;
}

.tour-hotel-row .tour-night-count b {
  display: inline;
  min-width: 0;
  height: auto;
  border-radius: 0;
  background: transparent;
  color: var(--ezre-gece);
  font-size: 1.18rem;
  line-height: 1;
  margin-right: 0;
}

.tour-night-count i {
  position: relative;
  display: inline-flex;
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  border-radius: 7px;
  background: rgba(195, 161, 99, 0.18);
}

.tour-night-count i::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 9px;
  width: 13px;
  height: 13px;
  border-radius: 999px;
  background: var(--ezre-altin);
  box-shadow: 5px -2px 0 rgba(255, 255, 255, 0.9);
}

.tour-night-count em {
  color: var(--ezre-sis);
  font-size: 0.82em;
  font-style: normal;
  font-weight: 800;
  text-transform: uppercase;
}

.tour-hotel-names {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  min-width: 0;
}

.tour-hotel-name {
  display: inline-flex;
  max-width: 100%;
  align-items: center;
  border: 1px solid rgba(11, 27, 51, 0.12);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.78);
  color: rgba(11, 27, 51, 0.78);
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.25;
  padding: 8px 10px;
}

.tour-hotel-name::before {
  content: "";
  width: 12px;
  height: 12px;
  flex: 0 0 12px;
  margin-right: 8px;
  border: 2px solid rgba(138, 151, 171, 0.45);
  border-radius: 2px;
  box-shadow: inset 0 -3px 0 rgba(138, 151, 171, 0.18);
}

.tour-hotel-empty {
  color: rgba(138, 151, 171, 0.72);
  font-weight: 700;
}

.tour-muted {
  margin: 16px 0 0;
}

.tour-date-list {
  display: grid;
  gap: 12px;
}

.tour-date-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto 96px;
  gap: 18px;
  align-items: center;
  min-height: 72px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.74);
  padding: 0 24px;
}

.tour-date-row strong,
.tour-date-row span {
  font-weight: 850;
}

.tour-date-row span {
  color: var(--ezre-sis);
}

.tour-date-row i {
  display: block;
  height: 24px;
  border-radius: 999px;
  background: var(--ezre-altin);
}

.tour-date-row i.limited {
  background: var(--ezre-bordo);
}

.tour-date-row i.closed {
  background: #ef3340;
}

.service-list {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.service-list li {
  position: relative;
  border-bottom: 1px solid rgba(11, 27, 51, 0.1);
  padding: 22px 0 22px 42px;
  color: var(--ezre-gece);
  font-weight: 850;
}

.service-list li::before {
  position: absolute;
  top: 22px;
  left: 0;
  width: 24px;
  height: 24px;
  border: 2px solid currentColor;
  border-radius: 999px;
  display: grid;
  place-items: center;
  content: "✓";
  font-size: 0.8rem;
  line-height: 1;
}

.service-list--included li::before {
  color: #05d86f;
}

.service-list--excluded li::before {
  color: #ef3340;
  content: "×";
}

.tour-info-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.tour-info-heading a {
  min-height: 48px;
  border-radius: 999px;
  background: rgba(11, 27, 51, 0.06);
  display: inline-flex;
  align-items: center;
  padding: 0 22px;
  font-weight: 850;
}

.tour-rich-text p {
  margin: 0 0 18px;
}

.tour-detail-sidebar {
  position: sticky;
  top: 122px;
  display: grid;
  gap: 22px;
}

.tour-apply-card,
.tour-side-card {
  border: 1px solid rgba(11, 27, 51, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.88);
  padding: 24px;
  box-shadow: 0 18px 48px rgba(6, 15, 30, 0.08);
}

.tour-apply-card h2,
.tour-apply-card h3,
.tour-side-card h3 {
  margin: 0;
  color: var(--ezre-gece);
  font-size: 1.45rem;
  line-height: 1.2;
  font-weight: 900;
}

.tour-apply-card h3 {
  margin-top: 26px;
}

.tour-price-line {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 8px;
  margin: 20px 0;
}

.tour-discount-badge {
  display: inline-flex;
  align-items: center;
  width: 100%;
  min-height: 40px;
  margin-top: 14px;
  border-radius: 8px;
  background: rgba(110, 43, 43, 0.075);
  color: var(--ezre-bordo);
  padding: 0 14px;
  font-size: 0.95rem;
  font-weight: 820;
}

.tour-price-line del {
  color: rgba(11, 27, 51, 0.42);
  font-size: 1.28rem;
  font-weight: 820;
  text-decoration-color: rgba(110, 43, 43, 0.55);
  text-decoration-thickness: 2px;
}

.tour-price-line strong {
  color: var(--ezre-gece);
  font-size: 2rem;
  font-weight: 950;
}

.tour-price-line span {
  color: var(--ezre-sis);
  font-weight: 800;
}

.tour-apply-card .solid-btn {
  justify-content: center;
  width: 100%;
  min-height: 50px;
  border-radius: 999px;
}

.tour-preview-btn,
.tour-call-btn {
  min-height: 50px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
  font-weight: 900;
}

.tour-preview-btn {
  background: rgba(11, 27, 51, 0.06);
}

.tour-call-btn {
  border: 1px solid rgba(195, 161, 99, 0.56);
  color: var(--ezre-gece);
}

.tour-side-details {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.tour-side-details span {
  min-height: 48px;
  border: 1px solid rgba(11, 27, 51, 0.1);
  border-radius: 999px;
  display: flex;
  align-items: center;
  background: var(--ezre-beyaz);
  padding: 0 18px;
  font-weight: 850;
}

.tour-side-checks {
  display: grid;
  gap: 12px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.tour-side-checks li {
  position: relative;
  padding-left: 28px;
  font-weight: 750;
}

.tour-side-checks li::before {
  position: absolute;
  left: 0;
  top: 1px;
  width: 18px;
  height: 18px;
  border: 2px solid #05d86f;
  border-radius: 999px;
  display: grid;
  place-items: center;
  color: #05d86f;
  content: "✓";
  font-size: 0.68rem;
  line-height: 1;
}

.tour-extra-card {
  background: linear-gradient(180deg, rgba(195, 161, 99, 0.16), rgba(255, 255, 255, 0.92));
}

.tour-card-visual {
  height: 148px;
  border-radius: 8px;
  margin-bottom: 18px;
  background:
    radial-gradient(circle at 34% 42%, rgba(195, 161, 99, 0.6), transparent 18%),
    radial-gradient(circle at 68% 38%, rgba(110, 43, 43, 0.38), transparent 18%),
    linear-gradient(135deg, rgba(11, 27, 51, 0.08), rgba(195, 161, 99, 0.18));
}

.tour-mini-accordion {
  display: grid;
  gap: 0;
  margin-top: 18px;
}

.tour-mini-accordion details {
  border-bottom: 1px solid rgba(11, 27, 51, 0.1);
  padding: 14px 0;
}

.tour-mini-accordion summary {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  list-style: none;
  cursor: pointer;
  font-weight: 900;
}

.tour-mini-accordion summary::-webkit-details-marker {
  display: none;
}

.tour-mini-accordion summary::after {
  content: "⌄";
}

.tour-mini-accordion details[open] summary::after {
  content: "⌃";
}

.tour-mini-accordion p {
  margin: 12px 0 0;
}

.tour-notice-card {
  background: rgba(110, 43, 43, 0.06);
}

.related-blog-section {
  padding-top: 28px;
}

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

.tour-related-card {
  overflow: hidden;
  border: 1px solid rgba(11, 27, 51, 0.1);
  border-radius: 8px;
  background: var(--ezre-beyaz);
}

.tour-related-card img {
  width: 100%;
  height: 190px;
  object-fit: cover;
}

.tour-related-card div {
  padding: 20px;
}

.tour-related-card h3 {
  margin: 0;
  color: var(--ezre-gece);
  font-size: 1.1rem;
  line-height: 1.35;
  font-weight: 900;
}

.tour-related-card p {
  margin: 12px 0 0;
  color: rgba(11, 27, 51, 0.66);
  line-height: 1.55;
}

.tour-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 42px;
  color: var(--ezre-sis);
  font-weight: 700;
}

.tour-breadcrumb strong {
  color: var(--ezre-gece);
}

@media (max-width: 1080px) {
  .tour-media-grid {
    grid-template-rows: minmax(180px, 230px) minmax(180px, 230px);
  }

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

  .tour-detail-sidebar {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tour-apply-card {
    grid-column: 1 / -1;
  }
}

@media (max-width: 760px) {
  .tour-media-shell {
    padding-top: 14px;
  }

  .tour-media-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 260px 150px 150px;
    padding: 6px;
  }

  .tour-media-item.is-main,
  .tour-media-item:nth-child(4) {
    grid-column: 1 / -1;
    grid-row: auto;
  }

  .tour-gallery-actions {
    right: 12px;
    bottom: 12px;
  }

  .tour-gallery-actions a {
    min-height: 38px;
    padding: 0 14px;
    font-size: 0.86rem;
  }

  .tour-detail-main {
    padding-top: 42px;
  }

  .tour-title-block {
    padding-bottom: 32px;
  }

  .tour-title-block h1 {
    font-size: 2.5rem;
  }

  .tour-detail-section {
    margin-top: 48px;
  }

  .tour-tabs {
    gap: 18px;
  }

  .tour-program-list::before {
    display: none;
  }

  .tour-day,
  .tour-day summary {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .tour-day summary strong {
    min-height: 68px;
    padding-right: 58px;
  }

  .tour-day summary::after {
    justify-self: end;
    margin-top: -66px;
    margin-right: 12px;
    margin-left: 0;
  }

  .tour-day-copy {
    grid-column: auto;
  }

  .tour-hotel-row,
  .tour-date-row {
    grid-template-columns: 1fr;
    gap: 8px;
    align-items: start;
    padding: 18px;
  }

  .tour-hotel-table.has-hotels .tour-hotel-row {
    grid-template-columns: 1fr;
  }

  .tour-hotel-row.is-head {
    display: none;
  }

  .tour-hotel-names {
    margin-top: 4px;
  }

  .tour-date-row i {
    width: 84px;
  }

  .tour-info-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .tour-detail-sidebar,
  .tour-related-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 430px) {
  .tour-media-grid {
    grid-template-columns: 1fr;
    grid-template-rows: 250px repeat(3, 132px);
  }

  .tour-title-block h1 {
    font-size: 2.08rem;
  }

  .route-chip-list span,
  .tour-tabs--pills button {
    width: 100%;
    justify-content: center;
  }

  .tour-price-line strong {
    font-size: 1.7rem;
  }
}

/* Final top visual: full-width image slider behind menu, hero and four quick boxes. */
:root {
  --ezre-hero-image: url("assets/hero-europe.png");
}

.hero-shell {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(6, 15, 30, 0.12), rgba(6, 15, 30, 0.78)),
    var(--ezre-hero-image) center / cover no-repeat !important;
}

.main-nav {
  background:
    linear-gradient(180deg, rgba(6, 15, 30, 0.72), rgba(6, 15, 30, 0.46)),
    var(--ezre-hero-image) center top / cover no-repeat !important;
}

.quick-strip {
  background: transparent !important;
}

.hero-media {
  background:
    linear-gradient(180deg, rgba(6, 15, 30, 0.18), rgba(6, 15, 30, 0.86)),
    radial-gradient(circle at 58% 26%, rgba(195, 161, 99, 0.14), transparent 30%),
    radial-gradient(circle at 52% 52%, rgba(110, 43, 43, 0.32), rgba(6, 15, 30, 0.88) 62%) !important;
  opacity: 0.74 !important;
}

/* Reference-style contained hero stage. */
.hero-shell {
  background:
    linear-gradient(180deg, rgba(6, 15, 30, 0.26), rgba(6, 15, 30, 0.86)),
    url("assets/hero-europe.png") center / cover no-repeat;
  padding: 0 12px 30px;
  margin-top: -1px;
}

.site-header {
  background: rgba(6, 15, 30, 0.76);
  border-bottom: 1px solid rgba(243, 238, 227, 0.08);
}

.main-nav {
  background:
    linear-gradient(180deg, rgba(6, 15, 30, 0.82), rgba(6, 15, 30, 0.58)),
    url("assets/hero-europe.png") center top / cover no-repeat;
}

.quick-strip {
  margin-top: -30px;
  background:
    linear-gradient(180deg, rgba(6, 15, 30, 0.22), rgba(6, 15, 30, 0.72)),
    url("assets/hero-europe.png") center bottom / cover no-repeat;
  color: var(--ezre-fildisi);
}

.strip-grid {
  border-top: 1px solid rgba(243, 238, 227, 0.1);
  background: rgba(6, 15, 30, 0.38);
  backdrop-filter: blur(12px);
}

.hero {
  isolation: isolate;
  min-height: clamp(620px, 76svh, 820px);
  max-width: none;
  margin: 0 auto;
  border-radius: 0 0 22px 22px;
  box-shadow: inset 0 -1px 0 rgba(243, 238, 227, 0.07);
}

.hero-media {
  background:
    linear-gradient(180deg, rgba(6, 15, 30, 0.22), rgba(6, 15, 30, 0.92)),
    radial-gradient(circle at 58% 26%, rgba(195, 161, 99, 0.16), transparent 30%),
    radial-gradient(circle at 52% 52%, rgba(110, 43, 43, 0.38), rgba(6, 15, 30, 0.96) 62%),
    url("assets/hero-europe.png") center / cover no-repeat;
  filter: saturate(0.92) contrast(1.04);
  opacity: 0.58;
}

.hero::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  background:
    radial-gradient(circle at 50% 54%, rgba(195, 161, 99, 0.12), transparent 34%),
    radial-gradient(circle at 50% 52%, transparent 0 34%, rgba(243, 238, 227, 0.035) 34.2% 34.6%, transparent 35%),
    linear-gradient(90deg, rgba(243, 238, 227, 0.035) 1px, transparent 1px),
    linear-gradient(0deg, rgba(243, 238, 227, 0.03) 1px, transparent 1px);
  background-size: auto, auto, 190px 190px, 190px 190px;
  opacity: 0.5;
  pointer-events: none;
}

.hero-orbit {
  position: absolute;
  left: 50%;
  top: 54%;
  z-index: 1;
  width: min(880px, 78vw);
  aspect-ratio: 1;
  border: 1px solid rgba(243, 238, 227, 0.055);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.8;
  pointer-events: none;
}

.hero-orbit::before,
.hero-orbit::after {
  position: absolute;
  inset: 0;
  content: "";
  border-radius: 50%;
}

.hero-orbit::before {
  border-left: 1px solid rgba(243, 238, 227, 0.055);
  border-right: 1px solid rgba(243, 238, 227, 0.055);
  transform: scaleX(0.66);
}

.hero-orbit::after {
  border-top: 1px solid rgba(243, 238, 227, 0.055);
  border-bottom: 1px solid rgba(243, 238, 227, 0.055);
  transform: scaleY(0.74);
}

.hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: inherit;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 84px 0 76px;
  text-align: center;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 38px;
  border: 1px solid rgba(195, 161, 99, 0.2);
  border-radius: 999px;
  background: rgba(243, 238, 227, 0.08);
  color: rgba(243, 238, 227, 0.9);
  padding: 0 16px;
  font-size: 0.82rem;
  font-weight: 800;
  box-shadow: 0 18px 50px rgba(6, 15, 30, 0.18);
  backdrop-filter: blur(10px);
}

.hero-badge span {
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, var(--ezre-fildisi) 0 18%, transparent 19%),
    linear-gradient(135deg, var(--ezre-altin), var(--ezre-bordo));
  box-shadow: 0 0 20px rgba(195, 161, 99, 0.36);
}

.hero h1 {
  max-width: 720px;
  margin: 28px 0 0;
  color: var(--ezre-fildisi);
  font-size: clamp(2.45rem, 4vw, 3.65rem);
  line-height: 0.98;
  font-weight: 800;
}

.hero h1 span {
  display: block;
  background: linear-gradient(90deg, var(--ezre-altin), var(--ezre-fildisi));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-content > p {
  max-width: 650px;
  margin: 22px 0 0;
  color: rgba(243, 238, 227, 0.72);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.55;
}

.hero-search {
  position: relative;
  display: grid;
  grid-template-columns: minmax(240px, 1.15fr) minmax(250px, 1fr) minmax(180px, 0.58fr);
  align-items: end;
  gap: 14px;
  width: min(1120px, calc(100% - 28px));
  margin-top: 34px;
  border-radius: 12px;
  background: var(--ezre-beyaz);
  padding: 18px 20px;
  box-shadow: 0 28px 80px rgba(6, 15, 30, 0.28);
}

.hero-search-field {
  display: grid;
  gap: 10px;
  text-align: left;
}

.hero-search-field strong {
  color: var(--ezre-gece);
  font-size: 0.82rem;
  font-weight: 800;
}

.hero-input-box {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 54px;
  border: 1px solid rgba(11, 27, 51, 0.12);
  border-radius: 999px;
  background: var(--ezre-beyaz);
  padding: 0 17px;
}

.hero-input-box input {
  min-width: 0;
  width: 100%;
  border: 0;
  background: transparent;
  color: var(--ezre-gece);
  outline: 0;
  font-size: 0.9rem;
  font-weight: 600;
}

.hero-input-box input::placeholder {
  color: var(--ezre-sis);
}

.hero-date-trigger {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 52px;
  border: 0;
  background: transparent;
  color: var(--ezre-gece);
  cursor: pointer;
  min-width: 0;
  padding: 0;
  text-align: left;
  font: inherit;
}

.hero-date-trigger span {
  overflow: hidden;
  display: block;
  min-width: 0;
  color: rgba(11, 27, 51, 0.62);
  font-size: 0.9rem;
  font-weight: 620;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hero-date-trigger.has-value span {
  color: var(--ezre-gece);
  font-weight: 660;
}

.field-icon {
  position: relative;
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
}

.field-location {
  border: 2px solid var(--ezre-bordo);
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
}

.field-location::after {
  position: absolute;
  inset: 4px;
  content: "";
  border-radius: 50%;
  background: var(--ezre-bordo);
}

.field-calendar {
  border: 2px solid var(--ezre-bordo);
  border-radius: 4px;
}

.field-calendar::before {
  position: absolute;
  left: 2px;
  right: 2px;
  top: 5px;
  height: 2px;
  content: "";
  background: var(--ezre-bordo);
}

.hero-search-button {
  min-height: 54px;
  border: 0;
  border-radius: 999px;
  background: var(--ezre-altin);
  color: var(--ezre-derin);
  padding: 0 20px;
  font-size: 0.9rem;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 16px 34px rgba(195, 161, 99, 0.3);
}

.hero-search-button:hover {
  background: #d0b275;
}

.hero-date-picker {
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: grid;
  place-items: center;
  padding: 18px;
}

.hero-date-picker[hidden] {
  display: none !important;
}

.hero-date-picker-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

.hero-date-picker__backdrop {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 70% 18%, rgba(195, 161, 99, 0.14), transparent 30%),
    rgba(6, 15, 30, 0.76);
  backdrop-filter: blur(12px);
}

.hero-date-dialog {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  width: min(820px, calc(100vw - 36px));
  max-height: min(680px, calc(100svh - 42px));
  max-height: min(680px, calc(100dvh - 42px));
  overflow: hidden;
  border: 1px solid rgba(195, 161, 99, 0.16);
  border-radius: 18px;
  background: linear-gradient(180deg, #fffdf8 0%, #fff 68%);
  color: var(--ezre-gece);
  padding: 20px 22px 16px;
  box-shadow: 0 34px 90px rgba(6, 15, 30, 0.38);
}

.hero-date-tabs {
  display: flex;
  gap: 30px;
  border-bottom: 1px solid rgba(11, 27, 51, 0.12);
}

.hero-date-tabs button {
  position: relative;
  border: 0;
  background: transparent;
  color: rgba(11, 27, 51, 0.72);
  cursor: pointer;
  padding: 0 0 14px;
  font-size: 0.9rem;
  font-weight: 650;
}

.hero-date-tabs button::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 3px;
  background: transparent;
  content: "";
}

.hero-date-tabs button.is-active {
  color: var(--ezre-bordo);
}

.hero-date-tabs button.is-active::after {
  background: var(--ezre-altin);
}

.hero-date-panel {
  overflow: auto;
  min-height: 0;
  padding: 2px 2px 10px;
}

.hero-date-calendar-nav {
  display: flex;
  justify-content: space-between;
  margin: 12px 0 -28px;
  pointer-events: none;
}

.hero-date-calendar-nav button {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(11, 27, 51, 0.1);
  border-radius: 999px;
  background: rgba(255, 253, 248, 0.96);
  color: var(--ezre-gece);
  cursor: pointer;
  font-size: 1.5rem;
  line-height: 1;
  pointer-events: auto;
  transition: border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.hero-date-calendar-nav button:hover {
  border-color: rgba(195, 161, 99, 0.62);
  color: var(--ezre-bordo);
  transform: translateY(-1px);
}

.hero-date-calendars {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
  padding: 14px 8px 6px;
}

.hero-date-month {
  display: grid;
  gap: 12px;
}

.hero-date-month h3 {
  justify-self: center;
  margin: 0;
  border: 1px solid rgba(11, 27, 51, 0.1);
  border-radius: 999px;
  padding: 8px 22px;
  color: var(--ezre-gece);
  font-size: 0.94rem;
  font-weight: 560;
  line-height: 1;
}

.hero-date-month__grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(34px, 1fr));
  gap: 0;
}

.hero-date-weekday,
.hero-date-empty,
.hero-date-day {
  display: grid;
  place-items: center;
  min-height: 38px;
  border: 0;
  background: transparent;
  color: var(--ezre-gece);
  font-size: 0.86rem;
  font-weight: 520;
}

.hero-date-weekday {
  min-height: 32px;
  color: rgba(11, 27, 51, 0.78);
  font-weight: 620;
}

.hero-date-day {
  cursor: pointer;
  transition: background 130ms ease, color 130ms ease, box-shadow 130ms ease;
}

.hero-date-day:disabled {
  color: rgba(11, 27, 51, 0.32);
  cursor: not-allowed;
}

.hero-date-day:not(:disabled):hover {
  background: rgba(195, 161, 99, 0.14);
}

.hero-date-day.is-in-range {
  background: rgba(195, 161, 99, 0.18);
}

.hero-date-day.is-start,
.hero-date-day.is-end {
  border-radius: 9px;
  background: linear-gradient(135deg, var(--ezre-altin), #d0b275);
  color: var(--ezre-derin);
  font-weight: 700;
  box-shadow: 0 10px 22px rgba(195, 161, 99, 0.28);
}

.hero-month-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0 12px;
  padding: 14px 0 18px;
}

.hero-month-choice,
.hero-date-preset {
  display: flex;
  align-items: center;
  gap: 12px;
  border: 0;
  border-bottom: 1px solid rgba(11, 27, 51, 0.1);
  background: transparent;
  color: var(--ezre-gece);
  cursor: pointer;
  min-height: 58px;
  padding: 0 10px;
  text-align: left;
  transition: color 150ms ease, background 150ms ease;
}

.hero-month-choice span,
.hero-date-preset span {
  width: 18px;
  height: 18px;
  border: 1.5px solid rgba(11, 27, 51, 0.16);
  border-radius: 999px;
  background: #fff;
  flex: 0 0 auto;
}

.hero-month-choice strong,
.hero-date-preset strong {
  font-size: 0.95rem;
  font-weight: 540;
}

.hero-month-choice:hover,
.hero-month-choice.is-selected,
.hero-date-preset:hover {
  color: var(--ezre-bordo);
  background: rgba(195, 161, 99, 0.08);
}

.hero-month-choice.is-selected span,
.hero-month-choice:hover span,
.hero-date-preset:hover span {
  border-color: var(--ezre-altin);
  box-shadow: inset 0 0 0 4px #fff, inset 0 0 0 999px var(--ezre-altin);
}

.hero-date-quick {
  display: grid;
  gap: 12px;
  padding-top: 10px;
}

.hero-date-quick h3 {
  margin: 0;
  color: var(--ezre-gece);
  font-size: 0.95rem;
  font-weight: 700;
}

.hero-date-quick__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.hero-date-preset {
  min-height: 54px;
  border: 1px solid rgba(11, 27, 51, 0.1);
  border-radius: 10px;
  background: rgba(255, 253, 248, 0.62);
  padding: 0 16px;
}

.hero-date-footer {
  display: flex;
  justify-content: flex-end;
  gap: 14px;
  border-top: 1px solid rgba(11, 27, 51, 0.16);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9), #fff);
  padding-top: 12px;
}

.hero-date-clear,
.hero-date-apply {
  min-width: 148px;
  min-height: 48px;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  font-size: 0.9rem;
  font-weight: 760;
}

.hero-date-clear {
  background: rgba(11, 27, 51, 0.06);
  color: var(--ezre-gece);
}

.hero-date-apply {
  background: linear-gradient(135deg, var(--ezre-altin), #d0b275);
  color: var(--ezre-derin);
  box-shadow: 0 16px 32px rgba(195, 161, 99, 0.3);
}

.hero-search-results {
  grid-column: 1 / -1;
  display: grid;
  gap: 18px;
  max-height: min(470px, 48vh);
  overflow: auto;
  margin-top: 16px;
  border: 1px solid rgba(11, 27, 51, 0.1);
  border-radius: 16px;
  background: #fff;
  padding: 18px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.78);
}

.hero-search-results[hidden] {
  display: none !important;
}

.hero-search-results__section {
  display: grid;
  gap: 8px;
}

.hero-search-results__section h3 {
  margin: 0 0 4px;
  color: var(--ezre-gece);
  font-size: 0.88rem;
  font-weight: 760;
  line-height: 1.2;
}

.hero-search-result,
.hero-search-location {
  width: 100%;
  border: 0;
  border-radius: 12px;
  background: transparent;
  color: var(--ezre-gece);
  cursor: pointer;
  text-align: left;
  text-decoration: none;
  transition: background 160ms ease, transform 160ms ease;
}

.hero-search-result {
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  padding: 10px 12px;
}

.hero-search-result + .hero-search-result,
.hero-search-location + .hero-search-location {
  border-top: 1px solid rgba(11, 27, 51, 0.08);
  border-radius: 0;
}

.hero-search-result:hover,
.hero-search-result.is-active,
.hero-search-location:hover,
.hero-search-location.is-active {
  background: rgba(195, 161, 99, 0.08);
  transform: translateY(-1px);
}

.hero-search-result img {
  display: block;
  width: 62px;
  height: 62px;
  border-radius: 8px;
  object-fit: cover;
  background: rgba(11, 27, 51, 0.06);
}

.hero-search-result__body {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.hero-search-result__body strong {
  overflow: hidden;
  color: #111;
  font-size: 1rem;
  font-weight: 680;
  line-height: 1.22;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hero-search-result__body small {
  overflow: hidden;
  color: rgba(11, 27, 51, 0.7);
  font-size: 0.84rem;
  font-weight: 500;
  line-height: 1.32;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hero-search-result__facts {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.hero-search-result__facts em {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  border-radius: 999px;
  background: rgba(127, 45, 45, 0.07);
  color: var(--ezre-bordo);
  padding: 0 12px;
  font-size: 0.82rem;
  font-style: normal;
  font-weight: 650;
  white-space: nowrap;
}

.hero-search-result__facts em + em {
  background: rgba(138, 59, 120, 0.06);
  color: #7e3f72;
}

.hero-search-location {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  font: inherit;
}

.hero-search-location__mark {
  width: 18px;
  height: 18px;
  border: 2px solid rgba(11, 27, 51, 0.14);
  border-radius: 999px;
}

.hero-search-location:hover .hero-search-location__mark,
.hero-search-location.is-active .hero-search-location__mark {
  border-color: var(--ezre-bordo);
  box-shadow: inset 0 0 0 4px #fff, inset 0 0 0 999px var(--ezre-bordo);
}

.hero-search-location__body {
  display: flex;
  align-items: baseline;
  gap: 8px;
  min-width: 0;
}

.hero-search-location__body strong {
  color: #111;
  font-size: 0.98rem;
  font-weight: 640;
  line-height: 1.25;
}

.hero-search-location__body small {
  color: rgba(11, 27, 51, 0.5);
  font-size: 0.78rem;
  font-weight: 650;
}

.hero-search-empty {
  display: grid;
  justify-items: center;
  gap: 10px;
  min-height: 128px;
  align-content: center;
  color: rgba(11, 27, 51, 0.72);
  text-align: center;
}

.hero-search-empty strong {
  color: #111;
  font-size: 1rem;
  font-weight: 720;
}

.hero-search-empty span {
  max-width: 520px;
  font-size: 0.92rem;
  font-weight: 460;
  line-height: 1.45;
}

.hero-helper {
  display: grid;
  justify-items: center;
  gap: 12px;
  margin-top: 42px;
}

.hero-helper span {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 2px solid rgba(243, 238, 227, 0.55);
  border-radius: 50%;
  background: radial-gradient(circle at 50% 34%, var(--ezre-altin), var(--ezre-bordo));
  color: var(--ezre-fildisi);
  font-size: 0.78rem;
  font-weight: 900;
  box-shadow: 0 0 0 6px rgba(243, 238, 227, 0.08);
}

.hero-helper small {
  border-radius: 999px;
  background: rgba(243, 238, 227, 0.06);
  color: rgba(243, 238, 227, 0.68);
  padding: 9px 16px;
  font-size: 0.82rem;
  font-weight: 700;
}

@media (max-width: 900px) {
  .hero {
    min-height: 680px;
  }

  .hero-search {
    grid-template-columns: 1fr;
    max-width: 560px;
  }

  .hero-search-results {
    grid-column: 1;
    max-height: 420px;
  }

  .hero-search-result {
    grid-template-columns: 58px minmax(0, 1fr);
  }

  .hero-search-result__facts {
    grid-column: 2;
    justify-content: flex-start;
  }

  .hero-date-dialog {
    width: min(660px, calc(100vw - 28px));
  }

  .hero-date-calendars {
    grid-template-columns: 1fr;
    gap: 14px;
    padding-inline: 0;
  }

  .hero-month-grid,
  .hero-date-quick__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .hero-shell {
    padding: 8px 8px 22px;
  }

  .hero {
    max-width: none;
    min-height: auto;
    border-radius: 0 0 18px 18px;
  }

  .hero-content {
    padding: 72px 0 56px;
  }

  .hero h1 {
    font-size: clamp(2rem, 10vw, 2.55rem);
  }

  .hero-content > p {
    width: min(100% - 28px, 560px);
    font-size: 0.92rem;
  }

  .hero-badge {
    max-width: calc(100% - 28px);
    min-height: 34px;
    padding: 0 12px;
    font-size: 0.74rem;
  }

  .hero-search {
    width: min(100% - 24px, 520px);
    margin-top: 28px;
    padding: 14px;
  }

  .hero-date-trigger {
    min-height: 48px;
  }

  .hero-date-picker {
    align-items: center;
    padding: 12px;
  }

  .hero-date-dialog {
    width: 100%;
    max-height: min(620px, calc(100svh - 24px));
    max-height: min(620px, calc(100dvh - 24px));
    border-radius: 16px;
    padding: 14px 12px 10px;
  }

  .hero-date-tabs {
    gap: 20px;
  }

  .hero-date-tabs button {
    padding-bottom: 12px;
    font-size: 0.84rem;
  }

  .hero-date-calendar-nav {
    margin: 10px 0 -26px;
  }

  .hero-date-calendar-nav button {
    width: 38px;
    height: 38px;
    font-size: 1.35rem;
  }

  .hero-date-calendars {
    padding: 10px 0 6px;
  }

  .hero-date-month {
    gap: 10px;
  }

  .hero-date-month h3 {
    padding: 8px 18px;
    font-size: 0.9rem;
  }

  .hero-date-month__grid {
    grid-template-columns: repeat(7, minmax(32px, 1fr));
  }

  .hero-date-weekday,
  .hero-date-empty,
  .hero-date-day {
    min-height: 36px;
    font-size: 0.78rem;
  }

  .hero-month-grid,
  .hero-date-quick__grid {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .hero-month-choice,
  .hero-date-preset {
    min-height: 46px;
  }

  .hero-date-footer {
    gap: 10px;
    padding-top: 10px;
  }

  .hero-date-clear,
  .hero-date-apply {
    min-width: 0;
    flex: 1 1 0;
    min-height: 46px;
    font-size: 0.84rem;
  }

  .hero-search-results {
    max-height: 360px;
    margin-top: 10px;
    border-radius: 14px;
    padding: 12px;
  }

  .hero-search-result {
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 11px;
    padding: 10px 8px;
  }

  .hero-search-result img {
    width: 52px;
    height: 52px;
  }

  .hero-search-result__body strong {
    font-size: 0.92rem;
  }

  .hero-search-result__body small {
    font-size: 0.78rem;
  }

  .hero-search-result__facts {
    grid-column: 1 / -1;
    justify-content: flex-start;
    padding-left: 63px;
  }

  .hero-search-result__facts em {
    min-height: 30px;
    font-size: 0.76rem;
    padding: 0 10px;
  }

  .hero-search-location {
    padding: 11px 8px;
  }

  .hero-helper {
    margin-top: 30px;
  }
}

/* One continuous visual field: menu, hero and lower links sit on the same slider image. */
.site-header {
  background: transparent !important;
  border-bottom: 0 !important;
}

.main-nav {
  background:
    linear-gradient(180deg, rgba(6, 15, 30, 0.24), rgba(6, 15, 30, 0.18)),
    var(--ezre-hero-image) center top / cover no-repeat !important;
  border-bottom: 1px solid rgba(243, 238, 227, 0.12) !important;
}

.nav-inner {
  background: transparent !important;
}

.hero-shell {
  padding: 0 !important;
  background:
    linear-gradient(180deg, rgba(6, 15, 30, 0.1), rgba(6, 15, 30, 0.22)),
    var(--ezre-hero-image) center / cover no-repeat !important;
}

.hero {
  max-width: none !important;
  min-height: clamp(660px, 78svh, 840px) !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.hero-media {
  background: transparent !important;
  opacity: 1 !important;
  filter: none !important;
}

.hero::before {
  opacity: 0.24 !important;
}

.hero-orbit {
  opacity: 0.36 !important;
}

.hero-content,
.main-nav .nav-links a,
.brand,
.brand strong,
.brand small,
.ghost-btn,
.strip-grid strong,
.strip-grid span {
  text-shadow: none;
}

.quick-strip {
  margin-top: 0 !important;
  background: transparent !important;
}

.strip-grid {
  border-top: 1px solid rgba(243, 238, 227, 0.18) !important;
  background: transparent !important;
  backdrop-filter: none !important;
}

.strip-grid .quick-strip__item {
  background: transparent !important;
}

.strip-grid .quick-strip__item--link:hover {
  background: rgba(243, 238, 227, 0.08) !important;
}

@media (max-width: 760px) {
  .hero-shell {
    padding: 0 !important;
  }

  .hero {
    min-height: auto !important;
  }
}

/* Put the menu on top of the homepage hero image instead of giving it its own strip. */
.home .site-header {
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  background: none !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

.home .main-nav {
  background: none !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

.home .site-header::before,
.home .site-header::after,
.home .main-nav::before,
.home .main-nav::after,
.home .nav-inner::before,
.home .nav-inner::after {
  display: none !important;
  content: none !important;
  background: none !important;
}

.home .hero-shell {
  margin-top: 0 !important;
  background:
    linear-gradient(180deg, rgba(6, 15, 30, 0.08), rgba(6, 15, 30, 0.18)),
    var(--ezre-hero-image) center top / cover no-repeat !important;
}

.home .hero {
  min-height: clamp(760px, 92svh, 940px) !important;
}

.home .hero-content {
  padding-top: clamp(170px, 18svh, 220px) !important;
  padding-bottom: clamp(72px, 9svh, 104px) !important;
}

@media (max-width: 760px) {
  .home .hero {
    min-height: 760px !important;
  }

  .home .hero-content {
    padding-top: 150px !important;
    padding-bottom: 58px !important;
  }
}

/* Requested hero cleanup and EZRE trust cards. */
.home .hero-content {
  text-shadow: none !important;
}

.home .hero-badge {
  border-color: rgba(195, 161, 99, 0.34) !important;
  background: rgba(11, 27, 51, 0.48) !important;
  color: var(--ezre-fildisi) !important;
  box-shadow: 0 14px 36px rgba(6, 15, 30, 0.18) !important;
  backdrop-filter: none !important;
}

.home .hero-badge,
.home .hero-badge * {
  text-shadow: none !important;
}

.home .hero-badge span {
  background:
    radial-gradient(circle at 50% 50%, var(--ezre-fildisi) 0 18%, transparent 19%),
    linear-gradient(135deg, var(--ezre-altin), #d6ba78) !important;
  box-shadow: 0 0 0 5px rgba(195, 161, 99, 0.14) !important;
}

.home .hero h1 {
  max-width: 760px !important;
  color: var(--ezre-fildisi) !important;
  font-size: clamp(2.45rem, 4.2vw, 4.25rem) !important;
  font-weight: 850 !important;
  text-shadow: none !important;
}

.home .hero h1 span {
  background: none !important;
  -webkit-background-clip: initial !important;
  background-clip: initial !important;
  color: var(--ezre-altin) !important;
  text-shadow: none !important;
}

.home .hero-content > p {
  color: rgba(243, 238, 227, 0.86) !important;
  text-shadow: none !important;
}

.home .hero-search,
.home .hero-search * {
  text-shadow: none !important;
}

.home .hero-search {
  border: 1px solid rgba(195, 161, 99, 0.18) !important;
  box-shadow: 0 22px 64px rgba(6, 15, 30, 0.22) !important;
}

.home .field-location,
.home .field-calendar {
  border-color: var(--ezre-altin) !important;
}

.home .field-location::after,
.home .field-calendar::before {
  background: var(--ezre-altin) !important;
}

.hero-helper,
.whatsapp-float {
  display: none !important;
}

.home .quick-strip {
  position: relative !important;
  z-index: 4 !important;
  margin-top: -88px !important;
  padding: 0 0 44px !important;
  background: transparent !important;
}

.home .strip-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 0 !important;
  overflow: hidden !important;
  border: 1px solid rgba(195, 161, 99, 0.22) !important;
  border-radius: 8px !important;
  background: rgba(243, 238, 227, 0.97) !important;
  box-shadow: 0 28px 72px rgba(6, 15, 30, 0.22) !important;
  backdrop-filter: none !important;
}

.home .strip-grid .quick-strip__item {
  display: grid !important;
  min-height: 172px !important;
  align-content: start !important;
  gap: 10px !important;
  border-right: 1px solid rgba(11, 27, 51, 0.1) !important;
  background: transparent !important;
  color: var(--ezre-gece) !important;
  padding: 24px 26px !important;
  text-decoration: none !important;
}

.home .strip-grid .quick-strip__item:last-child {
  border-right: 0 !important;
}

.home .strip-grid .quick-strip__item--link:hover {
  background: #fffaf1 !important;
}

.strip-icon {
  width: 34px;
  height: 34px;
  color: var(--ezre-altin);
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.home .strip-grid strong {
  color: var(--ezre-gece) !important;
  font-size: 1.05rem !important;
  font-weight: 850 !important;
  line-height: 1.18 !important;
  text-shadow: none !important;
}

.home .strip-grid span {
  color: rgba(11, 27, 51, 0.72) !important;
  font-size: 0.94rem !important;
  font-weight: 500 !important;
  line-height: 1.48 !important;
  text-shadow: none !important;
}

@media (max-width: 980px) {
  .home .strip-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .home .strip-grid .quick-strip__item:nth-child(2) {
    border-right: 0 !important;
  }

  .home .strip-grid .quick-strip__item:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(11, 27, 51, 0.1) !important;
  }
}

@media (max-width: 760px) {
  .home .hero h1 {
    font-size: clamp(1.92rem, 8.8vw, 2.62rem) !important;
  }

  .home .quick-strip {
    margin-top: -54px !important;
    padding: 0 12px 34px !important;
  }

  .home .strip-grid {
    grid-template-columns: 1fr !important;
  }

  .home .strip-grid .quick-strip__item,
  .home .strip-grid .quick-strip__item:nth-child(2),
  .home .strip-grid .quick-strip__item:last-child {
    min-height: auto !important;
    border-right: 0 !important;
    border-bottom: 1px solid rgba(11, 27, 51, 0.1) !important;
    padding: 22px !important;
  }

  .home .strip-grid .quick-strip__item:last-child {
    border-bottom: 0 !important;
  }
}

/* Trust strip refinement: transparent EZRE night tone with inline icons. */
.home .quick-strip {
  margin-top: -92px !important;
  padding: 0 0 46px !important;
}

.home .strip-grid {
  overflow: hidden !important;
  border: 1px solid rgba(195, 161, 99, 0.2) !important;
  border-radius: 8px !important;
  background: rgba(11, 27, 51, 0.78) !important;
  box-shadow: 0 28px 76px rgba(6, 15, 30, 0.34) !important;
  backdrop-filter: blur(10px) saturate(1.08) !important;
  -webkit-backdrop-filter: blur(10px) saturate(1.08) !important;
}

.home .strip-grid .quick-strip__item {
  grid-template-columns: 46px minmax(0, 1fr) !important;
  grid-template-rows: auto auto !important;
  column-gap: 16px !important;
  row-gap: 8px !important;
  min-height: 158px !important;
  align-content: center !important;
  border-right: 1px solid rgba(243, 238, 227, 0.12) !important;
  background: transparent !important;
  padding: 24px 28px !important;
}

.home .strip-grid .quick-strip__item--link:hover {
  background: rgba(243, 238, 227, 0.06) !important;
}

.strip-icon {
  grid-row: 1 / 3;
  grid-column: 1;
  width: 42px !important;
  height: 42px !important;
  align-self: start;
  box-sizing: border-box;
  border: 1px solid rgba(195, 161, 99, 0.34);
  border-radius: 14px;
  background: rgba(195, 161, 99, 0.12);
  color: var(--ezre-altin) !important;
  padding: 8px;
  stroke-width: 2.35;
  filter: drop-shadow(0 8px 18px rgba(6, 15, 30, 0.22));
}

.home .strip-grid strong {
  grid-column: 2;
  color: var(--ezre-fildisi) !important;
  font-size: 1.02rem !important;
  font-weight: 850 !important;
  line-height: 1.2 !important;
}

.home .strip-grid span {
  grid-column: 2;
  color: rgba(243, 238, 227, 0.74) !important;
  font-size: 0.92rem !important;
  font-weight: 500 !important;
  line-height: 1.48 !important;
}

@media (max-width: 760px) {
  .home .quick-strip {
    margin-top: -58px !important;
  }

  .home .strip-grid .quick-strip__item,
  .home .strip-grid .quick-strip__item:nth-child(2),
  .home .strip-grid .quick-strip__item:last-child {
    grid-template-columns: 42px minmax(0, 1fr) !important;
    column-gap: 14px !important;
  }
}

/* Final trust strip layout: lighter transparency, icon only beside title. */
.home .strip-grid {
  background: rgba(11, 27, 51, 0.42) !important;
  border-color: rgba(243, 238, 227, 0.14) !important;
  box-shadow: 0 26px 70px rgba(6, 15, 30, 0.22) !important;
  backdrop-filter: blur(8px) saturate(1.05) !important;
  -webkit-backdrop-filter: blur(8px) saturate(1.05) !important;
}

.home .strip-grid .quick-strip__item {
  grid-template-columns: 40px minmax(0, 1fr) !important;
  grid-template-rows: auto auto !important;
  column-gap: 14px !important;
  row-gap: 12px !important;
  min-height: 148px !important;
  align-content: center !important;
  border-right-color: rgba(243, 238, 227, 0.1) !important;
  padding: 23px 26px !important;
}

.strip-icon {
  grid-column: 1 !important;
  grid-row: 1 !important;
  width: 38px !important;
  height: 38px !important;
  align-self: center !important;
  border-color: rgba(195, 161, 99, 0.38) !important;
  background: rgba(195, 161, 99, 0.1) !important;
  border-radius: 13px !important;
  padding: 8px !important;
}

.home .strip-grid strong {
  grid-column: 2 !important;
  grid-row: 1 !important;
  align-self: center !important;
}

.home .strip-grid span {
  grid-column: 1 / -1 !important;
  grid-row: 2 !important;
  color: rgba(243, 238, 227, 0.82) !important;
}

@media (max-width: 760px) {
  .home .strip-grid .quick-strip__item,
  .home .strip-grid .quick-strip__item:nth-child(2),
  .home .strip-grid .quick-strip__item:last-child {
    grid-template-columns: 38px minmax(0, 1fr) !important;
    row-gap: 10px !important;
  }
}

/* Softer glass: keep the image visible and reduce visual weight. */
.home .strip-grid {
  background: rgba(11, 27, 51, 0.24) !important;
  border-color: rgba(243, 238, 227, 0.09) !important;
  box-shadow: 0 18px 52px rgba(6, 15, 30, 0.16) !important;
  backdrop-filter: blur(4px) saturate(1.04) !important;
  -webkit-backdrop-filter: blur(4px) saturate(1.04) !important;
}

.home .strip-grid .quick-strip__item {
  border-right-color: rgba(243, 238, 227, 0.08) !important;
}

.home .strip-grid .quick-strip__item--link:hover {
  background: rgba(243, 238, 227, 0.035) !important;
}

.strip-icon {
  border-color: rgba(195, 161, 99, 0.3) !important;
  background: rgba(195, 161, 99, 0.06) !important;
  color: #d8bd78 !important;
  filter: none !important;
}

.home .strip-grid strong {
  color: rgba(243, 238, 227, 0.96) !important;
}

.home .strip-grid span {
  color: rgba(243, 238, 227, 0.7) !important;
}

/* Ultra-light trust strip: minimal tint, no blur. */
.home .strip-grid {
  background: rgba(11, 27, 51, 0.12) !important;
  border-color: rgba(243, 238, 227, 0.055) !important;
  box-shadow: 0 14px 42px rgba(6, 15, 30, 0.1) !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

.home .strip-grid .quick-strip__item {
  border-right-color: rgba(243, 238, 227, 0.06) !important;
}

.home .strip-grid .quick-strip__item--link:hover {
  background: rgba(11, 27, 51, 0.08) !important;
}

.strip-icon {
  border-color: rgba(195, 161, 99, 0.24) !important;
  background: rgba(11, 27, 51, 0.08) !important;
  color: rgba(195, 161, 99, 0.9) !important;
}

.home .strip-grid strong {
  color: rgba(243, 238, 227, 0.98) !important;
}

.home .strip-grid span {
  color: rgba(243, 238, 227, 0.76) !important;
}

/* Slider typography: clean, no shadow on any editable hero text. */
.home .hero-badge,
.home .hero-badge *,
.home .hero h1,
.home .hero h1 span,
.home .hero-content > p,
.home .hero-search,
.home .hero-search * {
  text-shadow: none !important;
}

@media (max-width: 760px) {
  .home .hero {
    min-height: 660px !important;
  }

  .home .hero-content {
    padding: 92px 0 120px !important;
  }

  .home .hero-badge {
    max-width: min(92vw, 420px) !important;
    white-space: normal !important;
    text-align: center !important;
  }

  .home .hero-content > p {
    width: min(100% - 34px, 440px) !important;
    font-size: 0.94rem !important;
    line-height: 1.55 !important;
  }

  .home .hero-search {
    width: min(100% - 28px, 440px) !important;
    grid-template-columns: 1fr !important;
    padding: 16px !important;
  }

  .home .hero-search-field {
    min-width: 0 !important;
  }

  .home .hero-search-button {
    width: 100% !important;
  }
}

/* Managed top social banner. */
.insta-topbar-inner {
  display: grid !important;
  grid-template-columns: minmax(180px, 1fr) auto !important;
  gap: 16px !important;
  min-height: 56px !important;
  padding: 8px 0 !important;
}

.insta-message {
  width: 100% !important;
  min-width: 0 !important;
  justify-self: center !important;
}

.insta-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 7px;
  max-width: min(54vw, 760px);
}

.insta-button {
  position: static !important;
  min-height: 34px !important;
  white-space: nowrap;
  text-decoration: none;
  flex: 0 0 auto;
  padding: 0 14px !important;
}

.social-icon {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.social-button--youtube:hover {
  background: rgba(255, 0, 0, 0.28) !important;
}

.social-button--tiktok:hover,
.social-button--twitter:hover {
  background: rgba(6, 15, 30, 0.32) !important;
}

.social-button--linkedin:hover {
  background: rgba(10, 102, 194, 0.3) !important;
}

.social-button--pinterest:hover {
  background: rgba(230, 0, 35, 0.28) !important;
}

.social-button--facebook:hover {
  background: rgba(24, 119, 242, 0.28) !important;
}

@media (max-width: 980px) {
  .insta-topbar-inner {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    min-height: auto !important;
    padding: 12px 0 !important;
  }

  .insta-actions {
    justify-content: center;
    max-width: 100%;
  }
}

@media (max-width: 560px) {
  .insta-message {
    min-height: 42px !important;
  }

  .insta-actions {
    gap: 6px;
  }

  .insta-button {
    width: 36px;
    min-width: 36px;
    padding: 0 !important;
  }

  .insta-button span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
  }
}

/* Keep Instagram as the main CTA; show other socials as elegant white icon buttons. */
.social-button:not(.social-button--instagram) {
  width: 32px !important;
  min-width: 32px !important;
  height: 32px !important;
  min-height: 32px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(255, 255, 255, 0.34) !important;
  background: rgba(255, 255, 255, 0.12) !important;
  padding: 0 !important;
  color: #fff !important;
  box-shadow: 0 8px 18px rgba(6, 15, 30, 0.08) !important;
  backdrop-filter: blur(8px) !important;
  -webkit-backdrop-filter: blur(8px) !important;
  animation: none !important;
  transition: background 180ms ease, border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease !important;
}

.social-button:not(.social-button--instagram):hover {
  background: rgba(255, 255, 255, 0.22) !important;
  border-color: rgba(255, 255, 255, 0.58) !important;
  box-shadow: 0 10px 22px rgba(6, 15, 30, 0.12) !important;
  transform: translateY(-1px);
}

.social-button:not(.social-button--instagram) span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.social-button:not(.social-button--instagram) .social-icon {
  width: 15px;
  height: 15px;
  flex-basis: 15px;
  stroke-width: 1.85;
}

.social-button--instagram {
  width: auto !important;
  min-width: 0 !important;
}

@media (max-width: 560px) {
  .social-button--instagram {
    width: auto !important;
    min-width: 0 !important;
    padding: 0 14px !important;
  }

  .social-button--instagram span {
    position: static !important;
    width: auto !important;
    height: auto !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: nowrap !important;
  }
}

/* Tour detail refinement: separate product pages from the homepage hero treatment. */
.single-tour .site-header {
  background: var(--ezre-beyaz) !important;
  color: var(--ezre-gece) !important;
  border-bottom: 1px solid rgba(11, 27, 51, 0.08) !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

.single-tour .main-nav {
  background: var(--ezre-beyaz) !important;
  color: var(--ezre-gece) !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

.single-tour .main-nav .nav-links a,
.single-tour .brand,
.single-tour .brand strong {
  color: var(--ezre-gece) !important;
  text-shadow: none !important;
}

.single-tour .brand small {
  color: var(--ezre-altin) !important;
}

.single-tour .brand-mark {
  background: rgba(11, 27, 51, 0.02) !important;
  border-color: rgba(195, 161, 99, 0.58) !important;
  color: var(--ezre-altin) !important;
}

.single-tour .nav-actions .ghost-btn,
.single-tour .ghost-btn {
  background: transparent !important;
  border-color: rgba(11, 27, 51, 0.14) !important;
  color: var(--ezre-gece) !important;
  box-shadow: none !important;
}

.single-tour .nav-actions .solid-btn,
.single-tour .solid-btn {
  background: var(--ezre-altin) !important;
  color: var(--ezre-derin) !important;
  box-shadow: none !important;
}

.single-tour .menu-toggle span {
  background: var(--ezre-gece) !important;
}

.single-tour .tour-detail-page {
  background: var(--ezre-beyaz) !important;
}

.single-tour .tour-media-shell {
  background: var(--ezre-beyaz) !important;
  padding: 30px 0 54px !important;
}

.single-tour .tour-media-shell .container {
  width: min(1980px, calc(100% - 36px)) !important;
}

.single-tour .tour-media-grid {
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.49fr) minmax(0, 0.49fr) !important;
  grid-template-rows: clamp(240px, 18vw, 320px) clamp(240px, 18vw, 320px) !important;
  gap: 8px !important;
  padding: 8px !important;
  overflow: hidden !important;
  border: 0 !important;
  border-radius: 8px !important;
  background: var(--ezre-gece) !important;
  box-shadow: none !important;
}

.single-tour .tour-media-item {
  min-height: 0 !important;
  border-radius: 8px !important;
  background: var(--ezre-derin) !important;
}

.single-tour .tour-media-item.is-main {
  grid-column: 1 !important;
  grid-row: 1 / 3 !important;
}

.single-tour .tour-media-item:nth-child(2) {
  grid-column: 2 !important;
  grid-row: 1 !important;
}

.single-tour .tour-media-item:nth-child(3) {
  grid-column: 3 !important;
  grid-row: 1 !important;
}

.single-tour .tour-media-item:nth-child(4) {
  grid-column: 2 / 4 !important;
  grid-row: 2 !important;
}

.single-tour .tour-media-item img {
  min-height: 0 !important;
  object-position: center !important;
}

.single-tour .tour-media-item:hover img {
  transform: none !important;
}

.single-tour .tour-play-button {
  width: 62px !important;
  height: 62px !important;
  background: rgba(243, 238, 227, 0.72) !important;
  border-color: rgba(11, 27, 51, 0.14) !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

.single-tour .tour-gallery-actions a {
  min-height: 42px !important;
  background: rgba(6, 15, 30, 0.9) !important;
  border-color: rgba(195, 161, 99, 0.34) !important;
  color: var(--ezre-fildisi) !important;
  font-size: 0.94rem !important;
  font-weight: 800 !important;
  box-shadow: none !important;
}

.single-tour .tour-detail-main {
  background: var(--ezre-beyaz) !important;
  padding-top: 40px !important;
}

.single-tour .tour-detail-layout {
  width: min(1360px, calc(100% - 56px)) !important;
  grid-template-columns: minmax(0, 1fr) 344px !important;
  gap: 48px !important;
}

.single-tour .tour-title-block {
  padding-bottom: 48px !important;
}

.single-tour .tour-title-block .eyebrow {
  margin-bottom: 14px !important;
  color: var(--ezre-altin) !important;
  font-size: 0.78rem !important;
  font-weight: 850 !important;
  letter-spacing: 0 !important;
  text-shadow: none !important;
}

.single-tour .tour-title-block h1 {
  max-width: 790px !important;
  color: var(--ezre-gece) !important;
  font-size: clamp(2.7rem, 4.2vw, 4.05rem) !important;
  line-height: 1.05 !important;
  font-weight: 850 !important;
  letter-spacing: 0 !important;
  text-shadow: none !important;
}

.single-tour .tour-title-block > p:not(.eyebrow) {
  margin-top: 16px !important;
  color: var(--ezre-sis) !important;
  font-size: clamp(1.05rem, 1.6vw, 1.32rem) !important;
  font-weight: 760 !important;
  text-shadow: none !important;
}

.single-tour .tour-detail-section {
  margin-top: 58px !important;
}

.single-tour .tour-detail-section:first-of-type {
  margin-top: 0 !important;
}

.single-tour .tour-detail-section h2,
.single-tour .tour-info-heading h2 {
  margin-bottom: 22px !important;
  color: var(--ezre-gece) !important;
  font-size: clamp(1.75rem, 2.2vw, 2.25rem) !important;
  font-weight: 850 !important;
  letter-spacing: 0 !important;
  text-shadow: none !important;
}

.single-tour .tour-tabs {
  gap: 24px !important;
  border-bottom-color: rgba(11, 27, 51, 0.12) !important;
}

.single-tour .tour-tabs button {
  color: var(--ezre-sis) !important;
  font-size: 1rem !important;
  font-weight: 800 !important;
  text-shadow: none !important;
}

.single-tour .tour-tabs button.is-active {
  border-bottom-color: var(--ezre-gece) !important;
  color: var(--ezre-gece) !important;
}

.single-tour .tour-tabs button:focus {
  outline: none !important;
}

.single-tour .tour-tabs button:focus-visible,
.single-tour .tour-day summary:focus-visible,
.single-tour .tour-mini-accordion summary:focus-visible,
.single-tour .tour-apply-card a:focus-visible {
  outline: 2px solid rgba(195, 161, 99, 0.62) !important;
  outline-offset: 3px !important;
}

.single-tour .route-chip-list span {
  background: rgba(195, 161, 99, 0.16) !important;
  color: var(--ezre-gece) !important;
  font-size: 0.96rem !important;
  font-weight: 780 !important;
}

.single-tour .tour-program-list {
  gap: 24px !important;
}

.single-tour .tour-program-list::before {
  left: 46px !important;
  background: rgba(11, 27, 51, 0.1) !important;
}

.single-tour .tour-day {
  display: block !important;
  padding-left: 124px !important;
}

.single-tour .tour-day summary {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 48px !important;
  gap: 14px !important;
  align-items: center !important;
}

.single-tour .tour-day-number {
  position: absolute !important;
  left: 0 !important;
  top: 14px !important;
  width: 92px !important;
  min-height: 42px !important;
  padding: 0 12px !important;
  font-size: 0.96rem !important;
  font-weight: 820 !important;
}

.single-tour .tour-day summary strong {
  min-height: 66px !important;
  border-radius: 8px !important;
  background: var(--ezre-beyaz) !important;
  padding: 16px 20px !important;
  color: var(--ezre-gece) !important;
  font-size: 1rem !important;
  font-weight: 780 !important;
  box-shadow: none !important;
}

.single-tour .tour-day summary::after {
  width: 42px !important;
  height: 42px !important;
  margin: 0 !important;
  justify-self: center !important;
  color: var(--ezre-gece) !important;
  font-size: 1.8rem !important;
  box-shadow: none !important;
}

.single-tour .tour-day-copy {
  width: 100% !important;
  margin-top: 12px !important;
  grid-column: auto !important;
  border-color: rgba(11, 27, 51, 0.1) !important;
  background: var(--ezre-beyaz) !important;
  padding: 20px 22px !important;
  box-shadow: none !important;
}

.single-tour .tour-day-copy p,
.single-tour .tour-rich-text p,
.single-tour .tour-muted,
.single-tour .tour-side-card p {
  color: rgba(11, 27, 51, 0.7) !important;
  font-size: 1rem !important;
  line-height: 1.68 !important;
  font-weight: 500 !important;
  text-shadow: none !important;
}

.single-tour .tour-detail-sidebar {
  top: 106px !important;
  gap: 20px !important;
}

.single-tour .tour-apply-card,
.single-tour .tour-side-card {
  background: var(--ezre-beyaz) !important;
  border: 1px solid rgba(11, 27, 51, 0.1) !important;
  border-radius: 8px !important;
  box-shadow: none !important;
  padding: 24px !important;
}

.single-tour .tour-apply-card h2,
.single-tour .tour-apply-card h3,
.single-tour .tour-side-card h3 {
  color: var(--ezre-gece) !important;
  font-size: 1.38rem !important;
  font-weight: 830 !important;
  letter-spacing: 0 !important;
  text-shadow: none !important;
}

.single-tour .tour-price-line strong {
  color: var(--ezre-bordo) !important;
  font-size: 1.86rem !important;
  font-weight: 860 !important;
}

.single-tour .tour-discount-badge {
  background: rgba(110, 43, 43, 0.075) !important;
  color: var(--ezre-bordo) !important;
  font-size: 0.92rem !important;
  box-shadow: none !important;
}

.single-tour .tour-price-line del {
  color: rgba(11, 27, 51, 0.42) !important;
  font-size: 1.02rem !important;
  font-weight: 780 !important;
}

.single-tour .tour-apply-card .solid-btn,
.single-tour .tour-apply-card .tour-call-btn {
  min-height: 48px !important;
  border-radius: 999px !important;
  font-size: 0.96rem !important;
  font-weight: 800 !important;
  box-shadow: none !important;
}

.single-tour .tour-apply-card .solid-btn {
  background: var(--ezre-bordo) !important;
  color: var(--ezre-beyaz) !important;
}

.single-tour .tour-call-btn {
  border-color: rgba(110, 43, 43, 0.35) !important;
  color: var(--ezre-bordo) !important;
  box-shadow: none !important;
}

.single-tour .tour-side-details span {
  background: var(--ezre-beyaz) !important;
  border-color: rgba(11, 27, 51, 0.1) !important;
  color: var(--ezre-gece) !important;
  font-size: 0.96rem !important;
  font-weight: 760 !important;
  box-shadow: none !important;
}

.single-tour .tour-side-checks li,
.single-tour .service-list li,
.single-tour .tour-date-row strong,
.single-tour .tour-date-row span {
  color: var(--ezre-gece) !important;
  font-weight: 760 !important;
  text-shadow: none !important;
}

.single-tour .tour-extra-card {
  background: rgba(243, 238, 227, 0.42) !important;
}

.single-tour .tour-card-visual {
  display: none !important;
}

/* Managed tour catalog */
.tour-archive-page {
  background: #ffffff;
  color: var(--ezre-gece);
}

.tour-archive-hero {
  position: relative;
  min-height: 380px;
  display: grid;
  align-items: center;
  overflow: hidden;
  background: var(--ezre-derin);
  color: #ffffff;
}

.tour-archive-hero::before {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(var(--tour-archive-overlay, rgba(6, 15, 30, 0.58)), var(--tour-archive-overlay, rgba(6, 15, 30, 0.58))),
    var(--tour-archive-image, url("assets/hero-europe.png")) center / cover no-repeat;
  content: "";
}

.tour-archive-hero .container {
  position: relative;
  z-index: 1;
  padding-top: 54px;
  padding-bottom: 54px;
}

.tour-archive-hero .eyebrow {
  margin: 0 0 12px;
  color: var(--ezre-altin);
}

.tour-archive-hero h1 {
  max-width: 820px;
  margin: 0;
  color: #ffffff;
  font-size: 3.8rem;
  line-height: 1.04;
  font-weight: 900;
  letter-spacing: 0;
}

.tour-archive-hero__description {
  max-width: 720px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.08rem;
  line-height: 1.65;
  font-weight: 650;
}

.tour-catalog-section {
  padding: 56px 0 82px;
}

.tour-catalog-layout {
  display: grid;
  grid-template-columns: 304px minmax(0, 1fr);
  gap: 34px;
  align-items: start;
}

.tour-filter-sidebar {
  position: sticky;
  top: 108px;
  overflow: hidden;
  max-height: calc(100vh - 126px);
  border: 1px solid rgba(11, 27, 51, 0.13);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 12px 34px rgba(6, 15, 30, 0.06);
}

.tour-filter-sidebar form {
  max-height: calc(100vh - 200px);
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-width: thin;
}

.tour-filter-sidebar__head {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid rgba(11, 27, 51, 0.1);
  padding: 0 22px;
}

.tour-filter-sidebar__head h2 {
  margin: 0;
  font-size: 1.45rem;
  line-height: 1.1;
}

.tour-filter-sidebar__head button {
  display: none;
  width: 40px;
  height: 40px;
  border: 0;
  background: transparent;
  color: var(--ezre-gece);
  padding: 9px;
  cursor: pointer;
}

.tour-filter-sidebar__head svg,
.tour-filter-toggle svg,
.tour-filter-search svg,
.tour-list-fact svg {
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
}

.tour-filter-search {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 46px;
  gap: 8px;
  border-bottom: 1px solid rgba(11, 27, 51, 0.1);
  padding: 20px;
}

.tour-filter-search input {
  min-width: 0;
  height: 46px;
  border: 1px solid rgba(11, 27, 51, 0.22);
  border-radius: 6px;
  background: #ffffff;
  color: var(--ezre-gece);
  padding: 0 12px;
  font-size: 0.9rem;
}

.tour-filter-search button {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 6px;
  background: var(--ezre-bordo);
  color: #ffffff;
  cursor: pointer;
}

.tour-filter-group {
  border-bottom: 1px solid rgba(11, 27, 51, 0.1);
}

.tour-filter-group summary {
  position: relative;
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  list-style: none;
  padding: 0 22px;
  color: var(--ezre-gece);
  font-size: 1rem;
  font-weight: 900;
  cursor: pointer;
}

.tour-filter-group summary::-webkit-details-marker {
  display: none;
}

.tour-filter-group summary span {
  width: 9px;
  height: 9px;
  flex: 0 0 9px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translate(-2px, 2px);
  transition: transform 0.2s ease;
}

.tour-filter-group[open] summary span {
  transform: rotate(225deg) translate(-2px, 2px);
}

.tour-filter-options {
  display: grid;
  gap: 12px;
  padding: 0 22px 22px;
}

.tour-filter-options label {
  min-width: 0;
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  color: rgba(11, 27, 51, 0.82);
  font-size: 0.93rem;
  line-height: 1.35;
  cursor: pointer;
}

.tour-filter-options input {
  width: 20px;
  height: 20px;
  margin: 0;
  accent-color: var(--ezre-bordo);
}

.tour-filter-options small {
  color: var(--ezre-sis);
  font-size: 0.76rem;
}

.tour-filter-date-grid,
.tour-price-filter {
  padding: 0 22px 22px;
}

.tour-filter-date-grid,
.tour-price-filter__inputs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.tour-filter-date-grid label,
.tour-price-filter__inputs label {
  min-width: 0;
  display: grid;
  gap: 6px;
  color: var(--ezre-sis);
  font-size: 0.75rem;
  font-weight: 800;
}

.tour-filter-date-grid input,
.tour-price-filter__inputs input {
  width: 100%;
  min-width: 0;
  height: 42px;
  border: 1px solid rgba(11, 27, 51, 0.18);
  border-radius: 5px;
  background: #ffffff;
  color: var(--ezre-gece);
  padding: 0 8px;
  font-size: 0.78rem;
}

.tour-price-filter__values {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
  font-size: 0.9rem;
}

.tour-price-filter__range {
  position: relative;
  height: 30px;
  margin-bottom: 12px;
}

.tour-price-filter__range::before {
  position: absolute;
  top: 13px;
  right: 0;
  left: 0;
  height: 4px;
  border-radius: 4px;
  background: rgba(11, 27, 51, 0.14);
  content: "";
}

.tour-price-filter__range input {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 30px;
  margin: 0;
  appearance: none;
  pointer-events: none;
  background: transparent;
}

.tour-price-filter__range input::-webkit-slider-runnable-track {
  height: 4px;
  background: transparent;
}

.tour-price-filter__range input::-webkit-slider-thumb {
  width: 20px;
  height: 20px;
  margin-top: -8px;
  appearance: none;
  border: 2px solid var(--ezre-bordo);
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 2px 8px rgba(6, 15, 30, 0.18);
  pointer-events: auto;
  cursor: grab;
}

.tour-price-filter__range input::-moz-range-track {
  height: 4px;
  background: transparent;
}

.tour-price-filter__range input::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border: 2px solid var(--ezre-bordo);
  border-radius: 50%;
  background: #ffffff;
  pointer-events: auto;
  cursor: grab;
}

.tour-filter-actions {
  position: sticky;
  bottom: 0;
  z-index: 2;
  display: grid;
  gap: 10px;
  border-top: 1px solid rgba(11, 27, 51, 0.1);
  background: #ffffff;
  padding: 18px 20px 20px;
}

.tour-filter-apply {
  min-height: 48px;
  border: 0;
  border-radius: 6px;
  background: var(--ezre-bordo);
  color: #ffffff;
  font-weight: 900;
  cursor: pointer;
}

.tour-filter-actions a {
  text-align: center;
  color: var(--ezre-bordo);
  font-size: 0.86rem;
  font-weight: 850;
}

.tour-catalog-mobile-bar {
  display: none;
}

.tour-results-toolbar {
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 18px;
  border-bottom: 1px solid rgba(11, 27, 51, 0.12);
  padding-bottom: 14px;
}

.tour-results-toolbar p {
  margin: 0;
  color: var(--ezre-sis);
  font-weight: 800;
}

.tour-results-toolbar label {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--ezre-sis);
  font-size: 0.82rem;
  font-weight: 800;
}

.tour-results-toolbar select {
  min-height: 40px;
  border: 1px solid rgba(11, 27, 51, 0.18);
  border-radius: 5px;
  background: #ffffff;
  color: var(--ezre-gece);
  padding: 0 34px 0 10px;
  font-weight: 750;
}

.tour-list {
  display: grid;
  gap: 28px;
}

.tour-list-card {
  min-height: 300px;
  display: grid;
  grid-template-columns: minmax(280px, 46%) minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid rgba(11, 27, 51, 0.13);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(6, 15, 30, 0.07);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.tour-list-card:hover {
  border-color: rgba(110, 43, 43, 0.32);
  box-shadow: 0 20px 42px rgba(6, 15, 30, 0.11);
  transform: translateY(-2px);
}

.tour-list-card__media {
  position: relative;
  display: block;
  overflow: hidden;
  min-height: 300px;
  background: var(--ezre-derin);
}

.tour-list-card__media img {
  width: 100%;
  height: 100%;
  min-height: 300px;
  display: block;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.tour-list-card:hover .tour-list-card__media img {
  transform: scale(1.025);
}

.tour-list-card__overlay {
  position: absolute;
  top: 18px;
  right: 18px;
  left: 18px;
  width: fit-content;
  max-width: calc(100% - 36px);
  border-radius: 999px;
  background: #87447a;
  color: #ffffff;
  padding: 10px 16px;
  font-size: 0.83rem;
  line-height: 1.25;
  font-weight: 900;
}

.tour-list-card__content {
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px;
}

.tour-list-card__content h2 {
  margin: 0;
  color: var(--ezre-gece);
  font-size: 1.68rem;
  line-height: 1.18;
  letter-spacing: 0;
  font-weight: 900;
}

.tour-list-card__content h2 a:hover {
  color: var(--ezre-bordo);
}

.tour-list-card__summary {
  margin: 12px 0 0;
  color: rgba(11, 27, 51, 0.76);
  font-size: 1rem;
  line-height: 1.45;
  font-weight: 750;
}

.tour-list-card__facts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.tour-list-fact {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border-radius: 999px;
  background: #f6f1f5;
  color: var(--ezre-gece);
  padding: 0 14px;
  font-size: 0.89rem;
  font-weight: 850;
}

.tour-list-fact svg {
  color: #87447a;
}

.tour-list-fact--occupancy {
  background: #fff2f0;
}

.tour-list-fact--occupancy svg {
  color: #ef3340;
}

.tour-list-card__price {
  min-height: 45px;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 10px;
  margin-top: 24px;
}

.tour-list-card__price del {
  border-radius: 6px;
  background: #d83232;
  color: #ffffff;
  padding: 4px 9px;
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 850;
  text-decoration-thickness: 2px;
}

.tour-list-card__price strong {
  color: var(--ezre-gece);
  font-size: 2rem;
  line-height: 1;
  font-weight: 950;
}

.tour-list-card__price small {
  color: var(--ezre-sis);
  font-size: 0.76rem;
  font-weight: 750;
}

.tour-list-card__price .tour-list-card__discount {
  flex-basis: 100%;
  color: var(--ezre-bordo);
  font-weight: 850;
}

.tour-results-empty {
  border-top: 1px solid rgba(11, 27, 51, 0.12);
  border-bottom: 1px solid rgba(11, 27, 51, 0.12);
  padding: 70px 20px;
  text-align: center;
}

.tour-results-empty h2 {
  margin: 0;
  font-size: 1.7rem;
}

.tour-results-empty p {
  margin: 12px 0 24px;
  color: var(--ezre-sis);
}

.tour-pagination {
  margin-top: 34px;
}

.tour-pagination ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tour-pagination a,
.tour-pagination span {
  min-width: 42px;
  min-height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(11, 27, 51, 0.14);
  border-radius: 5px;
  padding: 0 11px;
  color: var(--ezre-gece);
  font-weight: 850;
}

.tour-pagination .current {
  border-color: var(--ezre-bordo);
  background: var(--ezre-bordo);
  color: #ffffff;
}

@media (max-width: 1080px) {
  body.tour-filter-open {
    overflow: hidden;
  }

  .tour-catalog-mobile-bar {
    min-height: 54px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(11, 27, 51, 0.12);
    padding-bottom: 14px;
    color: var(--ezre-sis);
    font-size: 0.88rem;
    font-weight: 800;
  }

  .tour-filter-toggle {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    border: 1px solid rgba(11, 27, 51, 0.18);
    border-radius: 6px;
    background: #ffffff;
    color: var(--ezre-gece);
    padding: 0 14px;
    font-weight: 900;
  }

  .tour-filter-toggle b {
    min-width: 22px;
    height: 22px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--ezre-bordo);
    color: #ffffff;
    font-size: 0.7rem;
  }

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

  .tour-filter-sidebar {
    position: fixed;
    z-index: 100002;
    top: 0;
    bottom: 0;
    left: 0;
    width: min(390px, calc(100vw - 44px));
    max-height: none;
    border: 0;
    border-radius: 0;
    transform: translateX(-104%);
    transition: transform 0.25s ease;
  }

  .tour-filter-sidebar.is-open {
    transform: translateX(0);
  }

  .tour-filter-sidebar form {
    max-height: calc(100vh - 72px);
  }

  .tour-filter-sidebar__head button {
    display: grid;
    place-items: center;
  }

  .tour-filter-backdrop {
    position: fixed;
    z-index: 100001;
    inset: 0;
    background: rgba(6, 15, 30, 0.58);
  }

  .tour-filter-backdrop:not([hidden]) {
    display: block;
  }

  .tour-results-toolbar p {
    display: none;
  }

  .tour-results-toolbar {
    justify-content: flex-end;
  }
}

@media (max-width: 720px) {
  .tour-archive-hero {
    min-height: 286px;
  }

  .tour-archive-hero .container {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .tour-archive-hero h1 {
    font-size: 2.45rem;
  }

  .tour-archive-hero__description {
    font-size: 0.96rem;
    line-height: 1.55;
  }

  .tour-catalog-section {
    padding: 34px 0 60px;
  }

  .tour-results-toolbar {
    align-items: stretch;
    margin-bottom: 16px;
  }

  .tour-results-toolbar label {
    width: 100%;
    align-items: stretch;
    flex-direction: column;
    gap: 6px;
  }

  .tour-results-toolbar select {
    width: 100%;
  }

  .tour-list {
    gap: 20px;
  }

  .tour-list-card {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .tour-list-card__media,
  .tour-list-card__media img {
    min-height: 230px;
    height: 230px;
  }

  .tour-list-card__overlay {
    top: 14px;
    right: 14px;
    left: 14px;
    max-width: calc(100% - 28px);
    padding: 9px 13px;
    font-size: 0.76rem;
  }

  .tour-list-card__content {
    padding: 22px 18px 24px;
  }

  .tour-list-card__content h2 {
    font-size: 1.42rem;
  }

  .tour-list-card__facts {
    align-items: stretch;
    flex-direction: column;
    margin-top: 18px;
  }

  .tour-list-fact {
    width: 100%;
    min-height: 43px;
    border-radius: 6px;
  }

  .tour-list-card__price {
    margin-top: 20px;
  }

  .tour-list-card__price strong {
    font-size: 1.75rem;
  }
}

.single-tour .tour-notice-card {
  background: rgba(110, 43, 43, 0.035) !important;
}

.single-tour .tour-date-row,
.single-tour .tour-hotel-table,
.single-tour .tour-related-card {
  background: var(--ezre-beyaz) !important;
  box-shadow: none !important;
}

.single-tour .tour-tabs--pills button {
  background: var(--ezre-beyaz) !important;
}

.single-tour .tour-tabs--pills button.is-active {
  background: var(--ezre-gece) !important;
  color: var(--ezre-fildisi) !important;
}

@media (max-width: 1180px) {
  .single-tour .tour-detail-layout {
    grid-template-columns: 1fr !important;
  }

  .single-tour .tour-detail-sidebar {
    position: static !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .single-tour .tour-apply-card {
    grid-column: 1 / -1 !important;
  }
}

@media (max-width: 760px) {
  .single-tour .tour-media-shell {
    padding: 18px 0 38px !important;
  }

  .single-tour .tour-media-shell .container,
  .single-tour .tour-detail-layout {
    width: min(100% - 28px, 560px) !important;
  }

  .single-tour .tour-media-grid {
    grid-template-columns: 1fr 1fr !important;
    grid-template-rows: 260px 142px 142px !important;
    gap: 6px !important;
    padding: 6px !important;
  }

  .single-tour .tour-media-item.is-main {
    grid-column: 1 / -1 !important;
    grid-row: 1 !important;
  }

  .single-tour .tour-media-item:nth-child(2) {
    grid-column: 1 !important;
    grid-row: 2 !important;
  }

  .single-tour .tour-media-item:nth-child(3) {
    grid-column: 2 !important;
    grid-row: 2 !important;
  }

  .single-tour .tour-media-item:nth-child(4) {
    grid-column: 1 / -1 !important;
    grid-row: 3 !important;
  }

  .single-tour .tour-detail-main {
    padding-top: 30px !important;
  }

  .single-tour .tour-title-block h1 {
    font-size: 2.35rem !important;
  }

  .single-tour .tour-program-list::before {
    display: none !important;
  }

  .single-tour .tour-day {
    padding-left: 0 !important;
  }

  .single-tour .tour-day-number {
    position: static !important;
    width: auto !important;
    justify-self: start !important;
    margin-bottom: 8px !important;
  }

  .single-tour .tour-day summary {
    display: block !important;
  }

  .single-tour .tour-day summary strong {
    min-height: 62px !important;
    padding-right: 58px !important;
  }

  .single-tour .tour-day summary::after {
    position: absolute !important;
    right: 12px !important;
    top: 52px !important;
  }

  .single-tour .tour-detail-sidebar {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 430px) {
  .single-tour .tour-media-grid {
    grid-template-columns: 1fr !important;
    grid-template-rows: 240px repeat(3, 126px) !important;
  }

  .single-tour .tour-media-item.is-main,
  .single-tour .tour-media-item:nth-child(2),
  .single-tour .tour-media-item:nth-child(3),
  .single-tour .tour-media-item:nth-child(4) {
    grid-column: 1 !important;
    grid-row: auto !important;
  }

  .single-tour .tour-title-block h1 {
    font-size: 2.05rem !important;
  }
}

/* Tour detail polish: calmer typography, burgundy accents and gallery modal. */
.single-tour .site-header,
.single-tour .main-nav,
.single-tour .nav-inner {
  border-bottom: 0 !important;
}

.single-tour .tour-detail-page {
  background:
    linear-gradient(180deg, var(--ezre-beyaz) 0, var(--ezre-beyaz) 18%, rgba(243, 238, 227, 0.34) 58%, var(--ezre-beyaz) 100%) !important;
}

.single-tour .tour-media-shell {
  padding-top: 24px !important;
}

.single-tour .tour-media-item {
  border: 0 !important;
  padding: 0 !important;
  cursor: pointer !important;
  appearance: none !important;
  -webkit-appearance: none !important;
}

.single-tour .tour-media-item:focus-visible {
  outline: 2px solid rgba(195, 161, 99, 0.7) !important;
  outline-offset: -4px !important;
}

.single-tour .tour-play-button {
  display: none !important;
}

.single-tour .tour-gallery-actions {
  right: 16px !important;
  bottom: 16px !important;
}

.single-tour .tour-gallery-actions a,
.single-tour .tour-gallery-actions button {
  min-height: 40px !important;
  border: 1px solid rgba(243, 238, 227, 0.22) !important;
  border-radius: 999px !important;
  background: rgba(110, 43, 43, 0.94) !important;
  color: var(--ezre-fildisi) !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 18px !important;
  font-size: 0.9rem !important;
  font-weight: 760 !important;
  letter-spacing: 0 !important;
  box-shadow: none !important;
  cursor: pointer !important;
}

.single-tour .tour-gallery-actions a:hover,
.single-tour .tour-gallery-actions button:hover {
  background: var(--ezre-bordo) !important;
}

.single-tour .tour-title-block .eyebrow {
  color: var(--ezre-bordo) !important;
  font-size: 0.74rem !important;
  font-weight: 780 !important;
}

.single-tour .tour-title-block h1 {
  max-width: 710px !important;
  font-size: clamp(2.15rem, 3.45vw, 3.45rem) !important;
  line-height: 1.08 !important;
  font-weight: 780 !important;
}

.single-tour .tour-title-block > p:not(.eyebrow) {
  color: var(--ezre-sis) !important;
  font-size: clamp(1rem, 1.32vw, 1.18rem) !important;
  font-weight: 720 !important;
}

.single-tour .tour-detail-section h2,
.single-tour .tour-info-heading h2 {
  font-size: clamp(1.48rem, 1.9vw, 1.92rem) !important;
  font-weight: 780 !important;
}

.single-tour .tour-tabs button {
  font-size: 0.97rem !important;
  font-weight: 740 !important;
}

.single-tour .tour-tabs button.is-active {
  border-bottom-color: var(--ezre-bordo) !important;
  color: var(--ezre-bordo) !important;
}

.single-tour .route-chip-list span {
  border: 1px solid rgba(110, 43, 43, 0.12) !important;
  background: rgba(110, 43, 43, 0.075) !important;
  color: var(--ezre-bordo) !important;
  font-size: 0.92rem !important;
  font-weight: 720 !important;
}

.single-tour .tour-tabs--pills button.is-active {
  background: var(--ezre-bordo) !important;
  border-color: var(--ezre-bordo) !important;
  color: var(--ezre-fildisi) !important;
}

.single-tour .tour-apply-card .solid-btn {
  background: var(--ezre-bordo) !important;
  color: var(--ezre-fildisi) !important;
}

.single-tour .tour-preview-btn {
  background: rgba(138, 151, 171, 0.12) !important;
  color: var(--ezre-gece) !important;
}

.single-tour .tour-call-btn {
  border-color: rgba(110, 43, 43, 0.28) !important;
  color: var(--ezre-bordo) !important;
}

.single-tour .tour-price-line strong {
  color: var(--ezre-bordo) !important;
}

.single-tour .tour-day {
  padding-left: 112px !important;
}

.single-tour .tour-program-list::before {
  left: 42px !important;
}

.single-tour .tour-day-number {
  width: 84px !important;
  background: rgba(11, 27, 51, 0.075) !important;
  color: var(--ezre-gece) !important;
  font-weight: 760 !important;
}

.single-tour .tour-day[open] .tour-day-number {
  background: var(--ezre-bordo) !important;
  color: var(--ezre-fildisi) !important;
}

.single-tour .tour-day summary {
  grid-template-columns: minmax(0, 1fr) 44px !important;
  gap: 14px !important;
}

.single-tour .tour-day summary strong {
  min-height: 62px !important;
  border-color: rgba(11, 27, 51, 0.1) !important;
  color: var(--ezre-gece) !important;
  font-size: 0.98rem !important;
  font-weight: 740 !important;
}

.single-tour .tour-day[open] summary strong {
  border-color: rgba(110, 43, 43, 0.28) !important;
}

.single-tour .tour-day summary::after {
  width: 40px !important;
  height: 40px !important;
  color: var(--ezre-bordo) !important;
  font-size: 1.6rem !important;
}

.single-tour .tour-day-copy {
  width: calc(100% - 58px) !important;
  max-width: calc(100% - 58px) !important;
  margin-right: 58px !important;
  border-color: rgba(110, 43, 43, 0.14) !important;
  background: rgba(255, 255, 255, 0.92) !important;
}

.single-tour .tour-day-copy p {
  color: rgba(11, 27, 51, 0.68) !important;
  font-size: 0.98rem !important;
  font-weight: 520 !important;
  line-height: 1.7 !important;
}

.single-tour .tour-apply-card,
.single-tour .tour-side-card {
  background: rgba(255, 255, 255, 0.94) !important;
  border-color: rgba(11, 27, 51, 0.09) !important;
}

.single-tour .tour-apply-card h2,
.single-tour .tour-apply-card h3,
.single-tour .tour-side-card h3 {
  font-size: 1.22rem !important;
  font-weight: 780 !important;
}

.single-tour .tour-side-details span {
  color: rgba(11, 27, 51, 0.78) !important;
  font-size: 0.92rem !important;
  font-weight: 690 !important;
}

.single-tour .tour-side-checks li,
.single-tour .service-list li,
.single-tour .tour-date-row strong,
.single-tour .tour-date-row span {
  font-weight: 700 !important;
}

.single-tour .tour-extra-card {
  background: rgba(243, 238, 227, 0.34) !important;
}

.single-tour .tour-notice-card {
  background: rgba(110, 43, 43, 0.045) !important;
}

body.tour-lightbox-open {
  overflow: hidden;
}

.tour-lightbox[hidden] {
  display: none !important;
}

.tour-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  align-items: center;
  justify-items: center;
  gap: 22px;
  background: rgba(6, 15, 30, 0.72);
  padding: 56px clamp(20px, 5vw, 92px) 34px;
}

.tour-lightbox-stage {
  width: min(78vw, 1280px);
  max-width: 100%;
  margin: 0;
}

.tour-lightbox-stage img {
  width: 100%;
  height: min(72vh, 760px);
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 24px 70px rgba(6, 15, 30, 0.28);
}

.tour-lightbox-close,
.tour-lightbox-nav,
.tour-lightbox-thumbs button {
  border: 0;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}

.tour-lightbox-close {
  position: absolute;
  top: 22px;
  right: 28px;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--ezre-gece);
  font-size: 1.7rem;
  line-height: 1;
}

.tour-lightbox-nav {
  position: absolute;
  top: 50%;
  width: 54px;
  height: 54px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--ezre-gece);
  font-size: 2.3rem;
  line-height: 1;
  transform: translateY(-50%);
}

.tour-lightbox-nav.is-prev {
  left: clamp(18px, 4vw, 72px);
}

.tour-lightbox-nav.is-next {
  right: clamp(18px, 4vw, 72px);
}

.tour-lightbox-thumbs {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  max-width: min(720px, 92vw);
  overflow-x: auto;
  padding: 0 2px 4px;
}

.tour-lightbox-thumbs button {
  flex: 0 0 130px;
  height: 66px;
  overflow: hidden;
  border: 2px solid transparent;
  border-radius: 8px;
  background: transparent;
  padding: 0;
  opacity: 0.78;
}

.tour-lightbox-thumbs button.is-active {
  border-color: var(--ezre-altin);
  opacity: 1;
}

.tour-lightbox-thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 760px) {
  .single-tour .tour-gallery-actions {
    gap: 8px !important;
  }

  .single-tour .tour-gallery-actions a,
  .single-tour .tour-gallery-actions button {
    min-height: 36px !important;
    padding: 0 13px !important;
    font-size: 0.82rem !important;
  }

  .single-tour .tour-title-block h1 {
    font-size: 2.05rem !important;
  }

  .single-tour .tour-day {
    padding-left: 0 !important;
  }

  .single-tour .tour-day-copy {
    width: 100% !important;
    max-width: 100% !important;
    margin-right: 0 !important;
  }

  .tour-lightbox {
    gap: 14px;
    padding: 60px 14px 22px;
  }

  .tour-lightbox-stage {
    width: 100%;
  }

  .tour-lightbox-stage img {
    height: 58vh;
  }

  .tour-lightbox-nav {
    width: 42px;
    height: 42px;
    font-size: 1.8rem;
  }

  .tour-lightbox-thumbs button {
    flex-basis: 88px;
    height: 52px;
  }
}

/* Tour detail refinement round two: clean timeline, richer dates, calmer notice cards. */
.single-tour .tour-program-list {
  isolation: isolate !important;
}

.single-tour .tour-program-list::before {
  z-index: 0 !important;
  width: 2px !important;
  background: rgba(11, 27, 51, 0.085) !important;
}

.single-tour .tour-day {
  z-index: 1 !important;
}

.single-tour .tour-day-number {
  z-index: 3 !important;
  background: #eef0f2 !important;
  box-shadow: 0 0 0 10px var(--ezre-beyaz) !important;
}

.single-tour .tour-day[open] .tour-day-number {
  background: var(--ezre-bordo) !important;
  box-shadow: 0 0 0 10px var(--ezre-beyaz) !important;
}

.single-tour .tour-date-list {
  gap: 16px !important;
}

.single-tour .tour-date-row {
  grid-template-columns: minmax(0, 1fr) minmax(120px, 180px) 120px !important;
  gap: 20px !important;
  min-height: 76px !important;
  border: 1px solid transparent !important;
  border-radius: 8px !important;
  background: rgba(11, 27, 51, 0.035) !important;
  padding: 0 24px !important;
}

.single-tour .tour-date-row:nth-child(even) {
  background: rgba(243, 238, 227, 0.54) !important;
}

.single-tour .tour-date-row strong {
  font-size: 0.98rem !important;
  font-weight: 740 !important;
}

.single-tour .tour-date-row span {
  color: rgba(11, 27, 51, 0.58) !important;
  font-size: 0.96rem !important;
  font-weight: 760 !important;
  text-align: right !important;
}

.single-tour .tour-date-row i {
  width: 112px !important;
  height: 24px !important;
  justify-self: end !important;
  border-radius: 999px !important;
  background: var(--ezre-bordo) !important;
  box-shadow: inset -8px 0 0 rgba(255, 255, 255, 0.32) !important;
}

.single-tour .tour-date-row i.available,
.single-tour .tour-date-row i.ongoing {
  background: rgba(138, 151, 171, 0.24) !important;
}

.single-tour .tour-date-row i.limited {
  background: var(--ezre-bordo) !important;
}

.single-tour .tour-date-row i.closed {
  background: #ef3340 !important;
  box-shadow: none !important;
}

.single-tour .tour-date-row i.completed {
  display: none !important;
}

.single-tour .tour-notice-card {
  position: relative !important;
  display: grid !important;
  grid-template-columns: 48px minmax(0, 1fr) !important;
  gap: 14px 16px !important;
  align-items: start !important;
  border-color: rgba(110, 43, 43, 0.14) !important;
  background: linear-gradient(180deg, rgba(110, 43, 43, 0.045), rgba(255, 255, 255, 0.92)) !important;
  padding: 20px !important;
}

.single-tour .tour-notice-card::before {
  grid-row: 1 / 3;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: var(--ezre-bordo);
  color: var(--ezre-fildisi);
  display: grid;
  place-items: center;
  content: "!";
  font-size: 1.45rem;
  font-weight: 760;
}

.single-tour .tour-notice-card h3 {
  margin: 0 !important;
  color: var(--ezre-gece) !important;
  font-size: 1.08rem !important;
  line-height: 1.25 !important;
  font-weight: 780 !important;
}

.single-tour .tour-notice-card p {
  margin: 0 !important;
  color: rgba(11, 27, 51, 0.67) !important;
  font-size: 0.92rem !important;
  line-height: 1.58 !important;
  font-weight: 500 !important;
}

@media (max-width: 760px) {
  .single-tour .tour-day-number,
  .single-tour .tour-day[open] .tour-day-number {
    box-shadow: none !important;
  }

  .single-tour .tour-date-row {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    min-height: 0 !important;
    padding: 18px !important;
  }

  .single-tour .tour-date-row span {
    text-align: left !important;
  }

  .single-tour .tour-date-row i {
    justify-self: start !important;
  }
}

/* Managed tour information: application, passport, payment and FAQ tabs. */
.single-tour .tour-info-section {
  padding-top: 16px !important;
}

.single-tour .tour-info-heading {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 24px !important;
  margin-bottom: 20px !important;
}

.single-tour .tour-info-heading h2 {
  margin: 0 !important;
  color: var(--ezre-gece) !important;
  font-size: 22px !important;
  line-height: 30px !important;
  font-weight: 700 !important;
}

.single-tour .tour-info-heading > a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  min-height: 44px !important;
  border: 1px solid rgba(11, 27, 51, 0.08) !important;
  border-radius: 999px !important;
  background: rgba(138, 151, 171, 0.11) !important;
  color: var(--ezre-gece) !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  padding: 0 20px !important;
  text-decoration: none !important;
}

.single-tour .tour-info-heading > a:hover {
  border-color: rgba(195, 161, 99, 0.5) !important;
  background: rgba(195, 161, 99, 0.12) !important;
}

.single-tour .tour-info-heading > a span {
  color: var(--ezre-bordo) !important;
  font-size: 22px !important;
  line-height: 1 !important;
}

.single-tour .tour-info-section > .tour-tab-block {
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.single-tour .tour-info-section .tour-tabs {
  display: flex !important;
  overflow-x: auto !important;
  gap: 28px !important;
  border-bottom: 1px solid rgba(11, 27, 51, 0.1) !important;
  margin: 0 !important;
  padding: 0 !important;
  scrollbar-width: none !important;
}

.single-tour .tour-info-section .tour-tabs::-webkit-scrollbar {
  display: none !important;
}

.single-tour .tour-info-section .tour-tabs button {
  position: relative !important;
  flex: 0 0 auto !important;
  min-height: 44px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: rgba(11, 27, 51, 0.48) !important;
  font-size: 15px !important;
  line-height: 22px !important;
  font-weight: 500 !important;
  padding: 0 0 12px !important;
  box-shadow: none !important;
  white-space: nowrap !important;
}

.single-tour .tour-info-section .tour-tabs button::after {
  position: absolute !important;
  right: 0 !important;
  bottom: -1px !important;
  left: 0 !important;
  height: 2px !important;
  background: transparent !important;
  content: "" !important;
}

.single-tour .tour-info-section .tour-tabs button.is-active {
  color: var(--ezre-bordo) !important;
  font-weight: 600 !important;
}

.single-tour .tour-info-section .tour-tabs button.is-active::after {
  background: var(--ezre-bordo) !important;
}

.single-tour .tour-info-panel {
  padding: 28px 0 0 !important;
}

.single-tour .tour-info-steps {
  display: grid !important;
  gap: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.single-tour .tour-info-steps li {
  position: relative !important;
  min-height: 88px !important;
  margin: 0 !important;
  padding: 0 0 26px 66px !important;
}

.single-tour .tour-info-steps li:not(:last-child)::after {
  position: absolute !important;
  top: 34px !important;
  bottom: 0 !important;
  left: 17px !important;
  width: 1px !important;
  background: rgba(11, 27, 51, 0.12) !important;
  content: "" !important;
}

.single-tour .tour-info-steps li::before {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  display: grid !important;
  width: 34px !important;
  height: 34px !important;
  place-items: center !important;
  border: 1px solid rgba(110, 43, 43, 0.14) !important;
  border-radius: 50% !important;
  background: rgba(110, 43, 43, 0.07) !important;
  color: var(--ezre-bordo) !important;
  content: counter(list-item) !important;
  font-size: 13px !important;
  font-weight: 700 !important;
}

.single-tour .tour-info-steps li > span,
.single-tour .tour-info-articles h3,
.single-tour .tour-info-faq h3 {
  color: var(--ezre-gece) !important;
  font-size: 15px !important;
  line-height: 22px !important;
  font-weight: 700 !important;
}

.single-tour .tour-info-steps li > span {
  display: block !important;
  margin-bottom: 3px !important;
}

.single-tour .tour-info-steps p,
.single-tour .tour-info-articles p,
.single-tour .tour-info-faq p,
.single-tour .tour-payment-intro p {
  margin: 0 !important;
  color: rgba(11, 27, 51, 0.72) !important;
  font-size: 15px !important;
  line-height: 1.65 !important;
  font-weight: 400 !important;
}

.single-tour .tour-info-articles {
  display: grid !important;
  gap: 24px !important;
}

.single-tour .tour-info-articles article {
  border: 0 !important;
  border-bottom: 1px solid rgba(11, 27, 51, 0.09) !important;
  border-radius: 0 !important;
  background: transparent !important;
  padding: 0 0 24px !important;
  box-shadow: none !important;
}

.single-tour .tour-info-articles article:last-child {
  border-bottom: 0 !important;
}

.single-tour .tour-info-articles h3 {
  margin: 0 0 6px !important;
}

.single-tour .tour-info-faq {
  display: grid !important;
  gap: 30px !important;
}

.single-tour .tour-info-faq article {
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  padding: 0 !important;
  box-shadow: none !important;
}

.single-tour .tour-info-faq h3 {
  margin: 0 0 6px !important;
  color: var(--ezre-gece) !important;
  font-size: 15px !important;
  line-height: 1.45 !important;
  font-weight: 700 !important;
}

.single-tour .tour-info-faq article > div {
  max-width: 1040px !important;
}

.single-tour .tour-info-faq strong {
  color: var(--ezre-gece) !important;
  font-weight: 700 !important;
}

.single-tour .tour-info-richtext {
  max-width: 1080px !important;
  color: rgba(11, 27, 51, 0.76) !important;
  font-size: 15px !important;
  line-height: 1.68 !important;
  font-weight: 400 !important;
}

.single-tour .tour-info-richtext p {
  margin: 0 0 22px !important;
}

.single-tour .tour-info-richtext p:last-child {
  margin-bottom: 0 !important;
}

.single-tour .tour-info-richtext strong {
  color: var(--ezre-gece) !important;
  font-weight: 700 !important;
}

.single-tour .tour-payment-calculator {
  border: 1px solid rgba(11, 27, 51, 0.1) !important;
  border-radius: 8px !important;
  background: rgba(243, 238, 227, 0.26) !important;
  padding: 22px !important;
  box-shadow: none !important;
}

.single-tour .tour-payment-banner {
  border-radius: 6px !important;
  background: var(--ezre-bordo) !important;
  color: var(--ezre-fildisi) !important;
  font-size: 14px !important;
  line-height: 22px !important;
  font-weight: 600 !important;
  margin-bottom: 18px !important;
  padding: 12px 16px !important;
}

.single-tour .tour-payment-intro {
  margin-bottom: 20px !important;
}

.single-tour .tour-payment-controls {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(120px, 0.42fr) !important;
  gap: 14px !important;
  margin-bottom: 18px !important;
}

.single-tour .tour-payment-controls label {
  display: grid !important;
  gap: 7px !important;
  margin: 0 !important;
}

.single-tour .tour-payment-controls label > span {
  color: var(--ezre-gece) !important;
  font-size: 13px !important;
  line-height: 18px !important;
  font-weight: 600 !important;
}

.single-tour .tour-payment-controls select,
.single-tour .tour-payment-controls input {
  width: 100% !important;
  min-height: 46px !important;
  border: 1px solid rgba(11, 27, 51, 0.15) !important;
  border-radius: 6px !important;
  background: #fff !important;
  color: var(--ezre-gece) !important;
  font: inherit !important;
  font-size: 14px !important;
  padding: 0 13px !important;
  box-shadow: none !important;
}

.single-tour .tour-payment-controls select:focus,
.single-tour .tour-payment-controls input:focus {
  border-color: var(--ezre-altin) !important;
  outline: 2px solid rgba(195, 161, 99, 0.18) !important;
}

.single-tour .tour-payment-summary {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  overflow: hidden !important;
  border: 1px solid rgba(11, 27, 51, 0.1) !important;
  border-radius: 8px !important;
  background: #fff !important;
}

.single-tour .tour-payment-summary > div {
  display: grid !important;
  gap: 5px !important;
  min-height: 82px !important;
  align-content: center !important;
  border-right: 1px solid rgba(11, 27, 51, 0.09) !important;
  padding: 14px 16px !important;
}

.single-tour .tour-payment-summary > div:nth-child(3) {
  border-right: 0 !important;
}

.single-tour .tour-payment-summary span {
  color: var(--ezre-sis) !important;
  font-size: 12px !important;
  line-height: 17px !important;
  font-weight: 600 !important;
}

.single-tour .tour-payment-summary strong {
  color: var(--ezre-bordo) !important;
  font-size: 17px !important;
  line-height: 24px !important;
  font-weight: 700 !important;
}

.single-tour .tour-payment-summary > p {
  grid-column: 1 / -1 !important;
  margin: 0 !important;
  border-top: 1px solid rgba(11, 27, 51, 0.09) !important;
  background: rgba(195, 161, 99, 0.08) !important;
  color: rgba(11, 27, 51, 0.7) !important;
  font-size: 13px !important;
  line-height: 20px !important;
  padding: 12px 16px !important;
}

.single-tour .tour-payment-note {
  margin: 14px 0 0 !important;
  color: var(--ezre-sis) !important;
  font-size: 12px !important;
  line-height: 19px !important;
}

@media (max-width: 760px) {
  .single-tour .tour-info-heading {
    align-items: flex-start !important;
    flex-direction: column !important;
    gap: 12px !important;
  }

  .single-tour .tour-info-heading > a {
    min-height: 40px !important;
    padding: 0 16px !important;
  }

  .single-tour .tour-info-section .tour-tabs {
    gap: 22px !important;
  }

  .single-tour .tour-info-panel {
    padding-top: 22px !important;
  }

  .single-tour .tour-info-steps li {
    padding-left: 52px !important;
  }

  .single-tour .tour-payment-calculator {
    padding: 16px !important;
  }

  .single-tour .tour-payment-controls,
  .single-tour .tour-payment-summary {
    grid-template-columns: 1fr !important;
  }

  .single-tour .tour-payment-summary > div {
    min-height: 68px !important;
    border-right: 0 !important;
    border-bottom: 1px solid rgba(11, 27, 51, 0.09) !important;
  }

  .single-tour .tour-payment-summary > div:nth-child(3) {
    border-bottom: 0 !important;
  }
}

/* Booking room planner */
.ezre-room-planner {
  margin-top: 18px;
}

.ezre-room-planner > h4 {
  margin: 0 0 10px;
  color: var(--ezre-gece);
  font-size: 14px;
}

.ezre-room-planner > div {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.ezre-room-planner article {
  min-width: 0;
  border: 1px solid rgba(138, 151, 171, 0.28);
  border-radius: 8px;
  background: rgba(243, 238, 227, 0.42);
  padding: 13px;
}

.ezre-room-planner article header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 8px;
}

.ezre-room-planner article header strong {
  color: var(--ezre-bordo);
  font-size: 13px;
}

.ezre-room-planner article header span,
.ezre-room-planner article p,
.ezre-room-planner article label {
  color: var(--ezre-sis);
  font-size: 11px;
}

.ezre-room-planner article p {
  min-height: 48px;
  margin: 0 0 10px;
  line-height: 1.55;
}

.ezre-room-planner article p b {
  color: var(--ezre-gece);
  font-weight: 700;
}

.ezre-room-planner article label {
  display: grid;
  gap: 5px;
}

.ezre-room-planner article select {
  min-height: 38px;
  padding: 7px 10px;
  background-color: #fff;
  font-size: 11px;
}

.ezre-person-row select option:disabled {
  color: rgba(138, 151, 171, 0.72);
}

@media (max-width: 900px) {
  .ezre-room-planner > div {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .ezre-room-planner > div {
    grid-template-columns: 1fr;
  }

  .ezre-room-planner article p {
    min-height: 0;
  }
}

/* Reference font pass: calmer scale and lighter overall weight. */
.single-tour .tour-detail-page {
  font-size: 15px !important;
  font-weight: 400 !important;
}

.single-tour .main-nav .nav-links a {
  font-size: 14px !important;
  font-weight: 600 !important;
}

.single-tour .nav-actions a {
  font-size: 14px !important;
  font-weight: 600 !important;
}

.single-tour .tour-title-block h1 {
  max-width: 720px !important;
  font-size: clamp(2.15rem, 3.75vw, 3rem) !important;
  line-height: 1 !important;
  font-weight: 700 !important;
}

.single-tour .tour-title-block > p:not(.eyebrow) {
  font-size: 18px !important;
  line-height: 28px !important;
  font-weight: 600 !important;
}

.single-tour .tour-detail-section h2,
.single-tour .tour-info-heading h2 {
  font-size: 20px !important;
  line-height: 28px !important;
  font-weight: 700 !important;
}

.single-tour .tour-tabs button {
  font-size: 16px !important;
  font-weight: 400 !important;
}

.single-tour .tour-tabs button.is-active {
  font-weight: 500 !important;
}

.single-tour .route-chip-list span {
  min-height: 32px !important;
  padding: 0 14px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
}

.single-tour .tour-day-number {
  width: 74px !important;
  min-height: 36px !important;
  font-size: 14px !important;
  line-height: 20px !important;
  font-weight: 700 !important;
}

.single-tour .tour-day summary strong {
  min-height: 58px !important;
  font-size: 14px !important;
  line-height: 20px !important;
  font-weight: 600 !important;
}

.single-tour .tour-day-copy p,
.single-tour .tour-rich-text p,
.single-tour .tour-muted,
.single-tour .tour-side-card p {
  font-size: 15px !important;
  line-height: 1.62 !important;
  font-weight: 400 !important;
}

.single-tour .tour-date-row strong,
.single-tour .tour-date-row span,
.single-tour .service-list li,
.single-tour .tour-side-checks li {
  font-size: 14px !important;
  line-height: 20px !important;
  font-weight: 600 !important;
}

.single-tour .tour-apply-card h2,
.single-tour .tour-apply-card h3,
.single-tour .tour-side-card h3 {
  font-size: 20px !important;
  line-height: 28px !important;
  font-weight: 600 !important;
}

.single-tour .tour-price-line strong {
  font-size: 30px !important;
  line-height: 1.1 !important;
  font-weight: 700 !important;
}

.single-tour .tour-apply-card .solid-btn,
.single-tour .tour-call-btn {
  font-size: 14px !important;
  font-weight: 600 !important;
  border-radius: 999px !important;
}

.single-tour .tour-discount-badge {
  font-size: 13px !important;
  font-weight: 600 !important;
}

.single-tour .tour-price-line del {
  font-size: 15px !important;
  font-weight: 600 !important;
}

.single-tour .tour-side-details span {
  min-height: 44px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
}

.single-tour .tour-notice-card h3 {
  font-size: 18px !important;
  line-height: 26px !important;
  font-weight: 700 !important;
}

.single-tour .tour-notice-card p {
  font-size: 15px !important;
  line-height: 1.6 !important;
  font-weight: 400 !important;
}

.single-tour .tour-date-row {
  min-height: 64px !important;
}

.single-tour .tour-date-row i {
  height: 20px !important;
}

.single-tour .tour-gallery-actions a,
.single-tour .tour-gallery-actions button {
  font-size: 14px !important;
  font-weight: 600 !important;
}

.single-tour .tour-rich-text,
.single-tour .tour-faq-content,
.single-tour .tour-extra-card,
.single-tour .tour-notice-card {
  font-size: 15px !important;
}

.single-tour .tour-description-section {
  padding-top: 18px !important;
  padding-bottom: 76px !important;
}

.single-tour .tour-description {
  --tour-description-collapsed-height: 360px;
  position: relative;
}

.single-tour .tour-description-body {
  position: relative;
  color: var(--ezre-gece);
}

.single-tour .tour-description-body h2 {
  margin: 34px 0 12px !important;
  color: var(--ezre-gece) !important;
  font-size: 20px !important;
  line-height: 28px !important;
  font-weight: 700 !important;
}

.single-tour .tour-description-body h2:first-child {
  margin-top: 0 !important;
}

.single-tour .tour-description-body p {
  margin: 0 0 24px !important;
  color: rgba(11, 27, 51, 0.88) !important;
  font-size: 17px !important;
  line-height: 1.7 !important;
}

.single-tour .tour-description-body strong {
  color: var(--ezre-gece);
  font-weight: 700;
}

.single-tour .tour-description-section.is-measuring .tour-description-body,
.single-tour .tour-description-section.is-collapsible:not(.is-expanded) .tour-description-body {
  max-height: var(--tour-description-collapsed-height);
  overflow: hidden;
}

.single-tour .tour-description-section.is-collapsible:not(.is-expanded) .tour-description-body::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 120px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 84%);
  content: "";
  pointer-events: none;
}

.single-tour .tour-description-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 168px;
  min-height: 52px;
  margin: 18px auto 0;
  border: 0;
  border-radius: 999px;
  background: var(--ezre-bordo);
  color: #fff;
  padding: 0 28px;
  font: inherit;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: background-color 180ms ease, transform 180ms ease;
}

.single-tour .tour-description-toggle:hover {
  background: #552020;
  transform: translateY(-1px);
}

.single-tour .tour-description-toggle:focus-visible {
  outline: 3px solid rgba(195, 161, 99, 0.62);
  outline-offset: 3px;
}

.single-tour .tour-description-toggle[hidden] {
  display: none;
}

/* Timeline should connect days only; it must not continue after the final day. */
.single-tour .tour-program-list::before {
  display: none !important;
}

.single-tour .tour-day:not(:last-child)::before {
  position: absolute !important;
  top: 50px !important;
  bottom: -38px !important;
  left: 37px !important;
  z-index: 0 !important;
  width: 2px !important;
  background: rgba(11, 27, 51, 0.085) !important;
  content: "" !important;
  pointer-events: none !important;
}

.single-tour .tour-day:last-child::before {
  display: none !important;
}

@media (max-width: 760px) {
  .single-tour .tour-day::before {
    display: none !important;
  }

  .single-tour .tour-title-block h1 {
    font-size: 34px !important;
    line-height: 1.05 !important;
  }

  .single-tour .tour-title-block > p:not(.eyebrow) {
    font-size: 16px !important;
    line-height: 24px !important;
  }

  .single-tour .tour-detail-section h2,
  .single-tour .tour-info-heading h2 {
    font-size: 19px !important;
  }

  .single-tour .tour-description-section {
    padding-top: 4px !important;
    padding-bottom: 54px !important;
  }

  .single-tour .tour-description {
    --tour-description-collapsed-height: 320px;
  }

  .single-tour .tour-description-body h2 {
    margin-top: 28px !important;
    font-size: 19px !important;
    line-height: 27px !important;
  }

  .single-tour .tour-description-body p {
    margin-bottom: 20px !important;
    font-size: 15px !important;
    line-height: 1.66 !important;
  }

  .single-tour .tour-description-toggle {
    min-width: 154px;
    min-height: 48px;
    font-size: 15px;
  }
}

/* Managed departure dates: automatic years, capacity and live status. */
.single-tour .tour-date-list {
  gap: 14px !important;
}

.single-tour .tour-date-row {
  display: grid !important;
  align-items: center !important;
  grid-template-columns: minmax(220px, 1fr) minmax(0, 160px) minmax(120px, 170px) 124px !important;
  gap: 20px !important;
  min-height: 64px !important;
  border: 0 !important;
  border-radius: 8px !important;
  background: rgba(11, 27, 51, 0.035) !important;
  padding: 0 22px !important;
}

.single-tour .tour-date-row:nth-child(even) {
  background: rgba(243, 238, 227, 0.52) !important;
}

.single-tour .tour-date-row strong {
  color: var(--ezre-gece) !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 20px !important;
}

.single-tour .tour-date-badge {
  justify-self: start !important;
  min-width: 0 !important;
  border-radius: 999px !important;
  background: rgba(110, 43, 43, 0.12) !important;
  color: var(--ezre-bordo) !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  padding: 6px 10px !important;
  text-align: center !important;
  white-space: nowrap !important;
}

.single-tour .tour-date-badge.is-empty {
  visibility: hidden !important;
}

.single-tour .tour-date-status {
  color: rgba(11, 27, 51, 0.55) !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 20px !important;
  text-align: right !important;
  white-space: nowrap !important;
}

.single-tour .tour-date-row.is-ongoing .tour-date-status,
.single-tour .tour-date-row.is-limited .tour-date-status {
  color: var(--ezre-bordo) !important;
}

.single-tour .tour-date-row.is-ongoing .tour-date-status {
  color: #9f7a34 !important;
}

.single-tour .tour-date-row.is-closed .tour-date-status {
  color: #ef3340 !important;
}

.single-tour .tour-date-row i {
  position: relative !important;
  display: block !important;
  overflow: hidden !important;
  width: 116px !important;
  height: 20px !important;
  justify-self: end !important;
  border-radius: 999px !important;
  background: rgba(138, 151, 171, 0.28) !important;
  box-shadow: none !important;
}

.single-tour .tour-date-row i span {
  position: absolute !important;
  inset: 0 auto 0 0 !important;
  display: block !important;
  width: var(--date-fill, 0%) !important;
  min-width: 0 !important;
  border-radius: inherit !important;
  background: var(--ezre-bordo) !important;
}

.single-tour .tour-date-row i.available span {
  background: var(--ezre-bordo) !important;
}

.single-tour .tour-date-row i.limited span {
  background: var(--ezre-bordo) !important;
}

.single-tour .tour-date-row i.closed span {
  width: 100% !important;
  background: #ef3340 !important;
}

.single-tour .tour-date-row i.ongoing span {
  width: 100% !important;
  background: linear-gradient(90deg, #6e2b2b 0%, #8a3838 100%) !important;
}

.single-tour .tour-date-row i.completed {
  display: none !important;
}

@keyframes ezre-date-progress-flow {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 38px 0;
  }
}

/* Final calm capacity bars: no striped color on empty progress tracks. */
.single-tour .tour-date-row i.available,
.single-tour .tour-date-row i.limited,
.single-tour .tour-date-row i.ongoing,
.single-tour .tour-date-row i.closed {
  background: rgba(138, 151, 171, 0.24) !important;
  box-shadow: inset 0 0 0 1px rgba(11, 27, 51, 0.03) !important;
}

.single-tour .tour-date-row i.available span,
.single-tour .tour-date-row i.limited span {
  background: linear-gradient(90deg, #6e2b2b 0%, #803333 100%) !important;
}

.single-tour .tour-date-row i.ongoing span {
  background: linear-gradient(90deg, #b8914e 0%, var(--ezre-altin) 54%, #d4bc82 100%) !important;
}

.single-tour .tour-date-row i.closed span {
  background: #ef3340 !important;
}

.single-tour .tour-date-row i.ongoing span::after {
  position: absolute !important;
  inset: 0 !important;
  display: block !important;
  width: 42% !important;
  border-radius: inherit !important;
  background: linear-gradient(90deg, transparent 0%, rgba(243, 238, 227, 0.46) 48%, transparent 100%) !important;
  content: "" !important;
  transform: translateX(-120%) !important;
  animation: ezre-date-progress-sheen 1.55s ease-in-out infinite !important;
}

@keyframes ezre-date-progress-sheen {
  from {
    transform: translateX(-120%);
  }

  to {
    transform: translateX(260%);
  }
}

@media (max-width: 760px) {
  .single-tour .tour-date-row {
    grid-template-columns: 1fr !important;
    gap: 8px !important;
    min-height: 0 !important;
    padding: 16px !important;
  }

  .single-tour .tour-date-badge.is-empty {
    display: none !important;
  }

  .single-tour .tour-date-status {
    text-align: left !important;
  }

  .single-tour .tour-date-row i {
    justify-self: start !important;
  }
}

/* Tour detail quality pass: consistent scale, spacing and responsive flow. */
.single-tour .tour-detail-page {
  background: var(--ezre-beyaz) !important;
  font-size: 16px !important;
  line-height: 1.6 !important;
}

.single-tour .tour-media-shell .container,
.single-tour .tour-detail-layout,
.single-tour .tour-description,
.single-tour .related-blog-section .container {
  width: min(1360px, calc(100% - 48px)) !important;
}

.single-tour .tour-detail-main {
  padding: 48px 0 72px !important;
}

.single-tour .tour-detail-layout {
  grid-template-columns: minmax(0, 1fr) 360px !important;
  gap: 52px !important;
}

.single-tour .tour-detail-layout.has-no-sidebar {
  grid-template-columns: minmax(0, 1fr) !important;
}

.single-tour .tour-detail-layout.has-no-sidebar .tour-detail-content {
  width: min(100%, 1080px);
  margin: 0 auto;
}

.single-tour .tour-title-block {
  padding-bottom: 44px !important;
}

.single-tour .tour-title-block h1 {
  max-width: 820px !important;
  margin: 0 !important;
  font-size: 48px !important;
  line-height: 1.08 !important;
  font-weight: 750 !important;
  letter-spacing: 0 !important;
}

.single-tour .tour-title-block > p:not(.eyebrow) {
  margin: 14px 0 0 !important;
  font-size: 18px !important;
  line-height: 1.5 !important;
  font-weight: 600 !important;
}

.single-tour .tour-detail-section {
  margin-top: 64px !important;
}

.single-tour .tour-detail-section:first-of-type {
  margin-top: 0 !important;
}

.single-tour .tour-detail-section h2,
.single-tour .tour-info-heading h2 {
  margin: 0 0 22px !important;
  font-size: 22px !important;
  line-height: 1.35 !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
}

.single-tour .tour-tabs {
  gap: 26px !important;
  margin-bottom: 22px !important;
}

.single-tour .tour-tabs button {
  min-height: 46px !important;
  font-size: 15px !important;
  line-height: 1.3 !important;
  font-weight: 500 !important;
}

.single-tour .tour-tabs button.is-active {
  font-weight: 650 !important;
}

.single-tour .tour-tabs--pills {
  gap: 10px !important;
}

.single-tour .tour-tabs--pills button {
  min-height: 44px !important;
  padding: 0 20px !important;
}

.single-tour .route-chip-list {
  gap: 9px !important;
}

.single-tour .route-chip-list span {
  min-height: 34px !important;
  padding: 0 14px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
}

.single-tour .tour-program-list {
  gap: 22px !important;
}

.single-tour .tour-day {
  padding-left: 110px !important;
}

.single-tour .tour-day-number {
  top: 11px !important;
  width: 82px !important;
  min-height: 38px !important;
}

.single-tour .tour-day:not(:last-child)::before {
  top: 48px !important;
  bottom: -34px !important;
  left: 41px !important;
}

.single-tour .tour-day summary strong {
  min-height: 62px !important;
  padding: 15px 58px 15px 20px !important;
  font-size: 15px !important;
  line-height: 1.45 !important;
  font-weight: 600 !important;
}

.single-tour .tour-day-copy {
  margin-top: 10px !important;
  padding: 18px 20px !important;
}

.single-tour .tour-day-copy p,
.single-tour .tour-muted,
.single-tour .tour-side-card p {
  font-size: 15px !important;
  line-height: 1.65 !important;
}

.single-tour .tour-hotel-row {
  min-height: 68px !important;
  padding: 0 22px !important;
}

.single-tour .tour-hotel-row.is-head {
  min-height: 48px !important;
}

.single-tour .tour-date-row {
  min-height: 66px !important;
}

.single-tour .service-list li {
  padding-top: 18px !important;
  padding-bottom: 18px !important;
  font-size: 15px !important;
  line-height: 1.5 !important;
  font-weight: 600 !important;
}

.single-tour .service-list li::before {
  top: 18px !important;
}

.single-tour .tour-detail-sidebar {
  top: 112px !important;
  gap: 18px !important;
}

.single-tour .tour-apply-card,
.single-tour .tour-side-card {
  padding: 24px !important;
}

.single-tour .tour-apply-card h2,
.single-tour .tour-apply-card h3,
.single-tour .tour-side-card h3 {
  font-size: 20px !important;
  line-height: 1.35 !important;
  font-weight: 700 !important;
}

.single-tour .tour-price-line {
  margin: 18px 0 !important;
}

.single-tour .tour-price-line strong {
  font-size: 32px !important;
}

.single-tour .tour-description-section {
  padding: 56px 0 64px !important;
  border-top: 1px solid rgba(11, 27, 51, 0.08);
}

.single-tour .tour-description-body {
  width: 100%;
  margin: 0;
}

.single-tour .tour-description-body h2 {
  margin: 32px 0 12px !important;
  font-size: 22px !important;
  line-height: 1.4 !important;
}

.single-tour .tour-description-body p {
  max-width: 82ch;
  margin: 0 0 22px !important;
  font-size: 17px !important;
  line-height: 1.72 !important;
}

.single-tour .related-blog-section {
  padding: 56px 0 48px !important;
}

.single-tour .related-blog-section.has-no-related-posts {
  padding-top: 12px !important;
}

.single-tour .related-blog-section .section-heading {
  margin-bottom: 28px !important;
}

.single-tour .related-blog-section .section-heading h2 {
  font-size: 32px !important;
  line-height: 1.2 !important;
  letter-spacing: 0 !important;
}

.single-tour .tour-related-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 20px !important;
}

.single-tour .tour-related-card img {
  height: 180px !important;
}

.single-tour .tour-related-card div {
  padding: 18px !important;
}

.single-tour .tour-related-card h3 {
  font-size: 18px !important;
  line-height: 1.4 !important;
  font-weight: 700 !important;
}

.single-tour .tour-related-card p {
  font-size: 14px !important;
  line-height: 1.6 !important;
}

@media (max-width: 1180px) {
  .single-tour .tour-detail-layout {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 44px !important;
  }

  .single-tour .tour-detail-sidebar {
    position: static !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .single-tour .tour-apply-card {
    grid-column: 1 / -1 !important;
  }
}

@media (max-width: 760px) {
  .single-tour .tour-media-shell .container,
  .single-tour .tour-detail-layout,
  .single-tour .tour-description,
  .single-tour .related-blog-section .container {
    width: min(100% - 28px, 560px) !important;
  }

  .single-tour .tour-detail-main {
    padding: 30px 0 52px !important;
  }

  .single-tour .tour-title-block {
    padding-bottom: 36px !important;
  }

  .single-tour .tour-title-block h1 {
    font-size: 34px !important;
    line-height: 1.12 !important;
  }

  .single-tour .tour-title-block > p:not(.eyebrow) {
    font-size: 16px !important;
  }

  .single-tour .tour-detail-section {
    margin-top: 48px !important;
  }

  .single-tour .tour-detail-section h2,
  .single-tour .tour-info-heading h2 {
    font-size: 20px !important;
  }

  .single-tour .tour-tabs {
    gap: 20px !important;
    overflow-x: auto;
    flex-wrap: nowrap !important;
  }

  .single-tour .tour-tabs button {
    flex: 0 0 auto;
    white-space: nowrap;
  }

  .single-tour .tour-day {
    padding-left: 0 !important;
  }

  .single-tour .tour-day-number {
    position: static !important;
    width: auto !important;
    margin-bottom: 8px !important;
  }

  .single-tour .tour-day summary {
    display: block !important;
  }

  .single-tour .tour-day summary::after {
    top: 50px !important;
  }

  .single-tour .tour-hotel-table {
    overflow-x: auto !important;
  }

  .single-tour .tour-hotel-table.has-hotels .tour-hotel-row {
    min-width: 720px;
  }

  .single-tour .tour-detail-sidebar {
    grid-template-columns: 1fr !important;
  }

  .single-tour .tour-description-section {
    padding: 40px 0 48px !important;
  }

  .single-tour .tour-description-body p {
    font-size: 15px !important;
    line-height: 1.68 !important;
  }

  .single-tour .tour-related-grid {
    grid-template-columns: 1fr !important;
  }

  .single-tour .related-blog-section .section-heading h2 {
    font-size: 26px !important;
  }
}

@media (max-width: 430px) {
  .single-tour .tour-title-block h1 {
    font-size: 30px !important;
  }
}

.single-tour .tour-title-block h1 {
  max-width: 760px !important;
  font-size: clamp(1.95rem, 3.1vw, 2.62rem) !important;
  line-height: 1.08 !important;
  font-weight: 700 !important;
}

.single-tour .tour-exclusive-box {
  margin-top: 12px !important;
}

.single-tour .tour-exclusive-box summary {
  min-height: 50px !important;
  border: 1px solid rgba(195, 161, 99, 0.72) !important;
  border-radius: 999px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  background: var(--ezre-altin) !important;
  color: var(--ezre-gece) !important;
  font-size: 14px !important;
  font-weight: 750 !important;
  line-height: 1 !important;
  list-style: none !important;
  cursor: pointer !important;
  box-shadow: none !important;
}

.single-tour .tour-exclusive-box summary::-webkit-details-marker {
  display: none !important;
}

.single-tour .tour-exclusive-box summary::after {
  display: none !important;
  content: none !important;
}

.single-tour .tour-exclusive-icon {
  width: 22px !important;
  height: 22px !important;
  border: 2px solid currentColor !important;
  border-radius: 999px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 13px !important;
  font-style: normal !important;
  font-weight: 850 !important;
  line-height: 1 !important;
}

.single-tour .tour-exclusive-content {
  margin-top: 12px !important;
  border: 1px solid rgba(195, 161, 99, 0.34) !important;
  border-radius: 8px !important;
  background: rgba(195, 161, 99, 0.1) !important;
  padding: 16px 17px !important;
  color: var(--ezre-gece) !important;
}

.single-tour .tour-exclusive-content p {
  margin: 0 0 10px !important;
  color: rgba(11, 27, 51, 0.78) !important;
  font-size: 14px !important;
  line-height: 1.45 !important;
  font-weight: 500 !important;
}

.single-tour .tour-exclusive-content strong {
  display: block !important;
  margin-bottom: 10px !important;
  color: var(--ezre-gece) !important;
  font-size: 14px !important;
  line-height: 1.35 !important;
  font-weight: 800 !important;
}

.single-tour .tour-exclusive-content ul {
  display: grid !important;
  gap: 8px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.single-tour .tour-exclusive-content li {
  position: relative !important;
  padding-left: 20px !important;
  color: rgba(11, 27, 51, 0.78) !important;
  font-size: 13px !important;
  line-height: 1.45 !important;
  font-weight: 600 !important;
}

.single-tour .tour-exclusive-content li::before {
  position: absolute !important;
  left: 0 !important;
  top: 0.58em !important;
  width: 7px !important;
  height: 7px !important;
  border-radius: 999px !important;
  background: var(--ezre-altin) !important;
  content: "" !important;
}

.single-tour .tour-exclusive-box summary:focus-visible {
  outline: 2px solid rgba(195, 161, 99, 0.64) !important;
  outline-offset: 3px !important;
}

@media (max-width: 760px) {
  .single-tour .tour-title-block h1 {
    font-size: 30px !important;
    line-height: 1.12 !important;
  }
}

@media (max-width: 430px) {
  .single-tour .tour-title-block h1 {
    font-size: 28px !important;
  }
}

/* Managed header system: visual overlay, light interior and night-navy sticky states. */
:root {
  --ezre-header-height: 76px;
}

.site-header {
  position: relative !important;
  top: 0;
  z-index: 1000 !important;
  width: 100%;
  color: var(--ezre-header-light-color, #0b1b33);
  background: var(--ezre-header-light-bg, #fffdf8) !important;
  border-bottom: 1px solid rgba(11, 27, 51, 0.08) !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  transition: background-color 180ms ease, box-shadow 180ms ease, color 180ms ease;
}

.ezre-sticky-header-enabled .site-header:not(.site-header--overlay) {
  position: sticky !important;
}

.ezre-sticky-header-enabled .site-header--overlay.is-scrolled {
  position: fixed !important;
}

.ezre-header-overlay .site-header--overlay:not(.is-scrolled) {
  position: absolute !important;
  color: var(--ezre-header-overlay-color, #f3eee3);
  background: transparent !important;
  border-bottom-color: rgba(243, 238, 227, 0.16) !important;
}

.ezre-header-overlay .site-header--overlay:not(.is-scrolled) .main-nav,
.site-header--light:not(.is-scrolled) .main-nav,
.site-header.is-scrolled .main-nav {
  background: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

.site-header.is-scrolled {
  color: var(--ezre-header-sticky-color, #f3eee3);
  background: var(--ezre-header-sticky-bg, #0b1b33) !important;
  border-bottom-color: rgba(243, 238, 227, 0.12) !important;
  box-shadow: 0 12px 34px rgba(6, 15, 30, 0.22) !important;
  backdrop-filter: blur(16px) !important;
  -webkit-backdrop-filter: blur(16px) !important;
}

.admin-bar .site-header {
  top: 32px;
}

.site-header .main-nav,
.site-header .nav-inner {
  min-height: 76px;
}

.site-header .nav-inner {
  gap: clamp(18px, 2vw, 34px);
}

.site-brand {
  flex: 0 0 auto;
  width: var(--ezre-header-logo-width, 126px);
  max-width: min(32vw, 220px);
  color: inherit;
}

.brand-variant,
.brand-fallback,
.brand-wordmark {
  align-items: center;
}

.brand-variant {
  display: none;
  width: 100%;
}

.site-header--overlay:not(.is-scrolled) .brand-variant--overlay,
.site-header--light:not(.is-scrolled) .brand-variant--light,
.site-header.is-scrolled .brand-variant--sticky {
  display: flex;
}

.brand-logo {
  display: block;
  width: 100%;
  max-height: 58px;
  object-fit: contain;
  object-position: left center;
}

.brand-fallback {
  display: inline-flex;
  gap: 10px;
  width: max-content;
}

.brand-wordmark {
  display: block;
}

.site-header--overlay:not(.is-scrolled) .brand-fallback {
  color: var(--ezre-header-overlay-color, #f3eee3);
}

.site-header.is-scrolled .brand-fallback {
  color: var(--ezre-header-sticky-color, #f3eee3);
}

.site-header--light:not(.is-scrolled) .brand-fallback {
  color: var(--ezre-header-light-color, #0b1b33);
}

.site-header .brand-mark {
  flex: 0 0 44px;
}

.site-header .brand-wordmark strong,
.site-header .brand-wordmark small {
  color: inherit !important;
}

.site-header .brand-wordmark small {
  margin-top: 4px;
  color: var(--ezre-altin) !important;
}

.nav-menu-panel {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(18px, 2vw, 30px);
  min-width: 0;
  margin-left: auto;
}

.site-header .main-nav .nav-links {
  gap: clamp(14px, 1.4vw, 22px);
}

.site-header .main-nav .nav-links > li > a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: inherit;
  white-space: nowrap;
}

.site-header .main-nav .nav-links a {
  transition: color 160ms ease, opacity 160ms ease;
}

.site-header .main-nav .nav-links a:hover,
.site-header .main-nav .nav-links a:focus-visible {
  color: var(--ezre-altin) !important;
}

.site-header .nav-links .menu-item-has-children {
  position: relative;
}

.site-header .nav-links .menu-item-has-children > a::after {
  width: 7px;
  height: 7px;
  margin: -4px 0 0 8px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  content: "";
  transform: rotate(45deg);
}

.site-header .nav-links .sub-menu {
  position: absolute;
  top: calc(100% - 2px);
  left: -18px;
  z-index: 4;
  display: grid;
  gap: 2px;
  min-width: 220px;
  margin: 0;
  padding: 10px;
  border: 1px solid rgba(243, 238, 227, 0.12);
  border-radius: 8px;
  background: var(--ezre-header-sticky-bg, #0b1b33);
  color: var(--ezre-header-sticky-color, #f3eee3);
  box-shadow: 0 20px 48px rgba(6, 15, 30, 0.24);
  list-style: none;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
}

.site-header .nav-links .menu-item-has-children:hover > .sub-menu,
.site-header .nav-links .menu-item-has-children:focus-within > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.site-header .nav-links .sub-menu a {
  display: flex;
  padding: 10px 12px;
  border-radius: 6px;
  color: inherit !important;
  line-height: 1.35;
}

.site-header .nav-links .sub-menu a:hover,
.site-header .nav-links .sub-menu a:focus-visible {
  background: rgba(243, 238, 227, 0.08);
}

.site-header .nav-cta {
  flex: 0 0 auto;
  gap: 10px;
}

.site-header .nav-cta a {
  min-height: 46px;
  padding: 0 18px;
  border-radius: 8px;
  white-space: nowrap;
}

.site-header .ghost-btn {
  box-shadow: none !important;
}

.site-header .solid-btn {
  border-color: transparent !important;
  box-shadow: 0 10px 24px rgba(6, 15, 30, 0.12) !important;
}

.ezre-currency-switcher {
  position: relative;
  flex: 0 0 auto;
  color: inherit;
}

.ezre-currency-switcher__toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-width: 82px;
  min-height: 44px;
  padding: 0 12px;
  border: 1px solid currentColor;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
  color: inherit;
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.035em;
  cursor: pointer;
  opacity: 0.94;
}

.ezre-currency-switcher__toggle:hover,
.ezre-currency-switcher__toggle:focus-visible,
.ezre-currency-switcher.is-open .ezre-currency-switcher__toggle {
  border-color: var(--ezre-altin, #c3a163);
  color: var(--ezre-altin, #c3a163);
  outline: none;
}

.ezre-currency-switcher__toggle svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
}

.ezre-currency-switcher__toggle i {
  width: 7px;
  height: 7px;
  margin: -4px 0 0 2px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg);
  transition: transform 160ms ease;
}

.ezre-currency-switcher.is-open .ezre-currency-switcher__toggle i {
  margin-top: 3px;
  transform: rotate(225deg);
}

.ezre-currency-switcher__menu {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  z-index: 12;
  width: 230px;
  padding: 7px;
  border: 1px solid rgba(243, 238, 227, 0.14);
  border-radius: 9px;
  background: var(--ezre-header-sticky-bg, #0b1b33);
  color: var(--ezre-header-sticky-color, #f3eee3);
  box-shadow: 0 20px 48px rgba(6, 15, 30, 0.28);
}

.ezre-currency-switcher__menu[hidden] {
  display: none;
}

.ezre-currency-switcher__menu a {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  min-height: 52px;
  padding: 7px 9px;
  border-radius: 7px;
  color: inherit !important;
  text-decoration: none;
}

.ezre-currency-switcher__menu a:hover,
.ezre-currency-switcher__menu a:focus-visible,
.ezre-currency-switcher__menu a[aria-checked="true"] {
  background: rgba(243, 238, 227, 0.09);
  outline: none;
}

.ezre-currency-switcher__symbol {
  display: inline-grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border: 1px solid rgba(195, 161, 99, 0.42);
  border-radius: 50%;
  color: var(--ezre-altin, #c3a163);
  font-size: 15px;
  font-weight: 700;
}

.ezre-currency-switcher__menu a > span:nth-child(2) {
  display: grid;
  gap: 2px;
}

.ezre-currency-switcher__menu strong {
  color: inherit;
  font-size: 13px;
  letter-spacing: 0.04em;
}

.ezre-currency-switcher__menu small {
  color: rgba(243, 238, 227, 0.7);
  font-size: 11px;
}

.ezre-currency-switcher__menu a > b {
  color: var(--ezre-altin, #c3a163);
}

.ezre-price-fallback-note,
.tour-price-fallback-note {
  display: block;
  width: 100%;
  margin-top: 5px;
  color: #7a6744;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.35;
}

.tour-price-fallback-note {
  margin: 8px 0 0;
  padding: 8px 10px;
  border-left: 3px solid var(--ezre-altin, #c3a163);
  background: rgba(195, 161, 99, 0.09);
}

.tour-list-card__price .ezre-price-fallback-note {
  max-width: 260px;
  white-space: normal;
}

@media (max-width: 1240px) and (min-width: 1081px) {
  .site-header .nav-inner,
  .nav-menu-panel {
    gap: 14px;
  }

  .site-header .main-nav .nav-links {
    gap: 12px;
  }

  .site-header .nav-cta a {
    padding-right: 13px;
    padding-left: 13px;
  }
}

.site-header .menu-toggle {
  color: inherit;
  border: 1px solid currentColor;
  background: transparent;
}

.site-header .menu-toggle span {
  background: currentColor !important;
}

.ezre-tour-catalog.ezre-header-overlay .tour-archive-hero .container {
  padding-top: calc(var(--ezre-header-height, 76px) + 54px);
}

@media (max-width: 1080px) {
  .site-header .main-nav,
  .site-header .nav-inner {
    min-height: 70px;
  }

  .site-header .menu-toggle {
    display: inline-grid;
    align-content: center;
    flex: 0 0 44px;
    width: 44px;
  }

  .nav-menu-panel {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    z-index: 10;
    display: none;
    max-height: calc(100vh - var(--ezre-header-height, 76px) - 24px);
    overflow-y: auto;
    margin: 0;
    padding: 12px;
    border: 1px solid rgba(243, 238, 227, 0.14);
    border-radius: 8px;
    background: var(--ezre-header-sticky-bg, #0b1b33);
    box-shadow: 0 22px 56px rgba(6, 15, 30, 0.28);
  }

  .nav-menu-panel.is-open {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    align-items: stretch;
    justify-content: stretch;
    gap: 12px;
  }

  .site-header .nav-menu-panel .nav-links,
  .site-header .nav-menu-panel .nav-links.is-open {
    position: static !important;
    display: grid !important;
    align-items: stretch !important;
    gap: 0 !important;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  .site-header .nav-menu-panel .nav-links li {
    width: 100%;
  }

  .site-header .nav-menu-panel .nav-links > li > a,
  .site-header .nav-menu-panel .nav-links .sub-menu a {
    justify-content: flex-start;
    width: 100%;
    min-height: 48px;
    padding: 12px 14px;
    border-bottom: 1px solid rgba(243, 238, 227, 0.1);
    color: var(--ezre-header-sticky-color, #f3eee3) !important;
    white-space: normal;
  }

  .site-header .nav-links .menu-item-has-children > a::after {
    margin-left: auto;
  }

  .site-header .nav-links .sub-menu {
    position: static;
    display: grid;
    min-width: 0;
    padding: 0 0 0 14px;
    border: 0;
    background: transparent;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
  }

  .site-header .nav-menu-panel .nav-cta {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    width: 100%;
  }

  .site-header .nav-menu-panel .nav-cta a {
    width: 100%;
  }

  .site-header .nav-menu-panel .nav-cta a:only-child {
    grid-column: 1 / -1;
  }

  .site-header .nav-menu-panel .ghost-btn {
    color: var(--ezre-header-sticky-outline, #f3eee3) !important;
    border-color: currentColor !important;
  }

  .site-header .nav-menu-panel .ezre-currency-switcher {
    width: 100%;
  }

  .site-header .nav-menu-panel .ezre-currency-switcher__toggle {
    justify-content: flex-start;
    width: 100%;
    min-height: 48px;
    padding: 0 14px;
    border-color: rgba(243, 238, 227, 0.24);
    color: var(--ezre-header-sticky-color, #f3eee3);
  }

  .site-header .nav-menu-panel .ezre-currency-switcher__toggle i {
    margin-left: auto;
  }

  .site-header .nav-menu-panel .ezre-currency-switcher__menu {
    position: static;
    width: 100%;
    margin-top: 7px;
    border-color: rgba(243, 238, 227, 0.1);
    box-shadow: none;
  }
}

@media (max-width: 782px) {
  .admin-bar .site-header {
    top: 46px;
  }
}

@media (max-width: 760px) {
  .site-header .container {
    width: min(100% - 28px, 1180px);
  }

  .site-brand {
    width: min(var(--ezre-header-logo-width, 126px), 116px);
    max-width: 42vw;
  }

  .brand-logo {
    max-height: 48px;
  }

  .site-header .brand-mark {
    flex-basis: 40px;
    width: 40px;
    height: 40px;
  }

  .ezre-tour-catalog.ezre-header-overlay .tour-archive-hero {
    min-height: 440px;
  }

  .ezre-tour-catalog.ezre-header-overlay .tour-archive-hero .container {
    padding-top: calc(var(--ezre-header-height, 70px) + 42px);
    padding-bottom: 42px;
  }

  .ezre-tour-catalog .tour-archive-hero h1 {
    font-size: clamp(2.35rem, 12vw, 3.2rem);
  }
}

@media (max-width: 520px) {
  .site-header .nav-menu-panel .nav-cta {
    grid-template-columns: 1fr;
  }
}

/* Tour archive quality pass: calm typography, page-scrolling filters and balanced cards. */
.tour-archive-hero .container,
.tour-catalog-section > .container {
  width: min(var(--ezre-catalog-width, 1360px), calc(100% - 48px));
}

.tour-archive-hero .container {
  padding-top: 62px;
  padding-bottom: 62px;
}

.tour-archive-hero .eyebrow {
  margin-bottom: 14px;
  font-size: 0.78rem;
  line-height: 1.3;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--ezre-catalog-highlight, #c3a163);
}

.tour-archive-hero h1 {
  max-width: 760px;
  font-size: 3.55rem;
  line-height: 1.06;
  font-weight: 760;
}

.tour-archive-hero__description {
  max-width: 700px;
  margin-top: 20px;
  font-size: 1.05rem;
  line-height: 1.7;
  font-weight: 500;
}

.tour-catalog-section {
  padding: 64px 0 92px;
  background: var(--ezre-catalog-page-bg, #fbfbfa);
}

.tour-catalog-layout {
  grid-template-columns: var(--ezre-catalog-sidebar-width, 312px) minmax(0, 1fr);
  gap: 38px;
}

.tour-filter-sidebar {
  position: static;
  top: auto;
  max-height: none;
  overflow: visible;
  border-color: rgba(11, 27, 51, 0.11);
  background: var(--ezre-catalog-panel-bg, #fffefa);
  box-shadow: 0 14px 38px rgba(6, 15, 30, 0.045);
}

.tour-filter-sidebar form {
  max-height: none;
  overflow: visible;
  overscroll-behavior: auto;
}

.tour-filter-sidebar__head {
  min-height: 92px;
  padding: 20px 24px;
}

.tour-filter-sidebar__head > div {
  display: grid;
  gap: 5px;
}

.tour-filter-sidebar__head p {
  margin: 0;
  color: var(--ezre-catalog-highlight, #c3a163);
  font-size: 0.7rem;
  line-height: 1.3;
  font-weight: 700;
  text-transform: uppercase;
}

.tour-filter-sidebar__head h2 {
  color: var(--ezre-catalog-heading, #0b1b33);
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 700;
}

.tour-filter-search {
  grid-template-columns: minmax(0, 1fr) 48px;
  gap: 10px;
  padding: 22px 20px;
}

.tour-filter-search input {
  height: 48px;
  border-color: rgba(11, 27, 51, 0.16);
  background: #ffffff;
  padding: 0 14px;
  color: var(--ezre-catalog-heading, #0b1b33);
  font-size: 0.88rem;
  font-weight: 450;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.tour-filter-search input:focus {
  outline: 0;
  border-color: rgba(110, 43, 43, 0.58);
  box-shadow: 0 0 0 3px rgba(110, 43, 43, 0.08);
}

.tour-filter-search button {
  width: 48px;
  height: 48px;
  transition: background 0.2s ease, transform 0.2s ease;
  background: var(--ezre-catalog-accent, #6e2b2b);
}

.tour-filter-search button:hover {
  background: var(--ezre-catalog-accent, #6e2b2b);
  filter: brightness(0.9);
  transform: translateY(-1px);
}

.tour-filter-group summary {
  min-height: 60px;
  padding: 0 22px;
  font-size: 0.96rem;
  line-height: 1.35;
  font-weight: 650;
}

.tour-filter-group summary span {
  width: 8px;
  height: 8px;
  flex-basis: 8px;
  border-width: 0 1.5px 1.5px 0;
}

.tour-filter-options {
  gap: 11px;
  padding: 0 22px 22px;
}

.tour-filter-options label {
  grid-template-columns: 19px minmax(0, 1fr) auto;
  gap: 10px;
  min-height: 24px;
  color: var(--ezre-catalog-text, #536176);
  font-size: 0.9rem;
  line-height: 1.42;
  font-weight: 500;
}

.tour-filter-options label:hover {
  color: var(--ezre-catalog-accent, #6e2b2b);
}

.tour-filter-options input {
  width: 19px;
  height: 19px;
}

.tour-filter-options small {
  min-width: 24px;
  border-radius: 999px;
  background: rgba(11, 27, 51, 0.055);
  color: rgba(11, 27, 51, 0.56);
  padding: 2px 6px;
  text-align: center;
  font-size: 0.68rem;
  line-height: 1.4;
  font-weight: 650;
}

.tour-filter-date-grid,
.tour-price-filter {
  padding: 0 22px 24px;
}

.tour-filter-date-grid,
.tour-price-filter__inputs {
  grid-template-columns: 1fr;
  gap: 12px;
}

.tour-filter-date-grid label,
.tour-price-filter__inputs label {
  gap: 7px;
  font-size: 0.72rem;
  line-height: 1.3;
  font-weight: 600;
}

.tour-filter-date-grid input,
.tour-price-filter__inputs input {
  height: 44px;
  border-radius: 6px;
  padding: 0 11px;
  font-size: 0.8rem;
}

.tour-price-filter__values {
  color: var(--ezre-catalog-heading, #0b1b33);
  font-size: 0.82rem;
  font-weight: 650;
}

.tour-filter-actions {
  position: static;
  gap: 12px;
  background: var(--ezre-catalog-panel-bg, #fffefa);
  padding: 22px 20px 24px;
}

.tour-filter-apply {
  min-height: 50px;
  font-size: 0.92rem;
  font-weight: 650;
  transition: background 0.2s ease, transform 0.2s ease;
  background: var(--ezre-catalog-accent, #6e2b2b);
}

.tour-filter-apply:hover {
  background: var(--ezre-catalog-accent, #6e2b2b);
  filter: brightness(0.9);
  transform: translateY(-1px);
}

.tour-filter-actions a {
  color: var(--ezre-catalog-accent, #6e2b2b);
  font-size: 0.8rem;
  font-weight: 600;
}

.tour-results-toolbar {
  min-height: 56px;
  margin-bottom: 22px;
  padding-bottom: 16px;
}

.tour-results-toolbar p,
.tour-results-toolbar label {
  font-weight: 600;
}

.tour-results-toolbar p {
  color: var(--ezre-catalog-text, #536176);
  font-size: 0.9rem;
}

.tour-results-toolbar select {
  min-height: 42px;
  min-width: 218px;
  border-radius: 6px;
  font-size: 0.85rem;
  font-weight: 550;
}

.tour-list {
  gap: 24px;
}

.tour-list-card {
  min-height: 304px;
  grid-template-columns: minmax(310px, 43%) minmax(0, 1fr);
  border-color: rgba(11, 27, 51, 0.1);
  box-shadow: 0 12px 34px rgba(6, 15, 30, 0.045);
  background: var(--ezre-catalog-card-bg, #ffffff);
}

.tour-list-card:hover {
  border-color: rgba(110, 43, 43, 0.24);
  box-shadow: 0 18px 40px rgba(6, 15, 30, 0.075);
  transform: translateY(-1px);
}

.tour-list-card__media,
.tour-list-card__media img {
  min-height: 304px;
}

.tour-list-card__overlay {
  top: 16px;
  right: 16px;
  left: 16px;
  max-width: calc(100% - 32px);
  border-radius: 6px;
  background: var(--ezre-catalog-accent, #6e2b2b);
  padding: 8px 12px;
  font-size: 0.74rem;
  line-height: 1.35;
  font-weight: 650;
  backdrop-filter: blur(8px);
}

.tour-list-card__content {
  justify-content: flex-start;
  padding: 30px 32px 28px;
}

.tour-list-card__content h2 {
  color: var(--ezre-catalog-heading, #0b1b33);
  font-size: 1.46rem;
  line-height: 1.24;
  font-weight: 680;
}

.tour-list-card__summary {
  margin-top: 10px;
  color: var(--ezre-catalog-text, #536176);
  font-size: 0.96rem;
  line-height: 1.6;
  font-weight: 500;
}

.tour-list-card__facts {
  gap: 8px;
  margin-top: 20px;
}

.tour-list-fact {
  min-height: 40px;
  gap: 8px;
  border: 1px solid rgba(11, 27, 51, 0.06);
  border-radius: 6px;
  background: #f7f3f6;
  padding: 0 12px;
  font-size: 0.8rem;
  line-height: 1.3;
  font-weight: 600;
}

.tour-list-fact--occupancy {
  background: #fff5f2;
}

.tour-list-fact--exclusive {
  border-color: rgba(195, 161, 99, 0.32);
  background: rgba(195, 161, 99, 0.14);
  color: var(--ezre-catalog-heading, #0b1b33);
}

.tour-list-fact--exclusive svg {
  color: var(--ezre-catalog-highlight, #c3a163);
}

.tour-list-fact svg {
  width: 19px;
  height: 19px;
  flex-basis: 19px;
}

.tour-list-card__highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 16px;
  margin-top: 13px;
  border-radius: 6px;
  background: #f2f4f7;
  color: #384862;
  padding: 7px 12px;
  font-size: 0.73rem;
  line-height: 1.35;
  font-weight: 530;
}

.tour-list-card__highlights span {
  display: inline-flex;
  align-items: center;
  min-width: 0;
}

.tour-list-card__highlights span::before {
  flex: 0 0 auto;
  margin-right: 7px;
  color: var(--ezre-catalog-heading, #0b1b33);
  content: "\2022";
}

.tour-list-card__footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin-top: auto;
  border-top: 1px solid rgba(11, 27, 51, 0.08);
  padding-top: 22px;
}

.tour-list-card__price {
  min-height: 0;
  align-items: center;
  gap: 8px;
  margin-top: 0;
}

.tour-list-card__price del {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  border: 1px solid rgba(216, 50, 50, 0.42);
  border-radius: 5px;
  background: rgba(216, 50, 50, 0.08);
  color: #9b2d2d;
  padding: 0 8px;
  font-size: 0.76rem;
  font-weight: 700;
  line-height: 1;
  text-decoration-color: rgba(155, 45, 45, 0.78);
  text-decoration-thickness: 2px;
}

.tour-list-card__price strong {
  font-size: 1.34rem;
  line-height: 1.05;
  font-weight: 700;
}

.tour-list-card__price small {
  font-size: 0.7rem;
  font-weight: 550;
}

.tour-list-card__link {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex: 0 0 auto;
  border-bottom: 1px solid rgba(110, 43, 43, 0.4);
  color: var(--ezre-catalog-accent, #6e2b2b);
  padding: 0 0 2px;
  font-size: 0.82rem;
  line-height: 1.3;
  font-weight: 650;
}

.tour-list-card__link svg {
  width: 17px;
  height: 17px;
  transition: transform 0.2s ease;
}

.tour-list-card__link:hover svg {
  transform: translateX(3px);
}

.tour-pagination a,
.tour-pagination span {
  font-weight: 600;
}

.tour-pagination {
  display: none;
}

@media (max-width: 1180px) {
  .tour-catalog-layout {
    grid-template-columns: 280px minmax(0, 1fr);
    gap: 28px;
  }

  .tour-list-card {
    grid-template-columns: minmax(270px, 41%) minmax(0, 1fr);
  }

  .tour-list-card__content {
    padding: 26px;
  }

  .tour-list-card__footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }
}

@media (max-width: 1080px) {
  .tour-filter-sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    max-height: none;
    overflow: hidden;
    background: var(--ezre-catalog-panel-bg, #fffefa);
  }

  .tour-filter-sidebar form {
    max-height: calc(100vh - 92px);
    overflow-y: auto;
    scrollbar-width: none;
  }

  .tour-filter-sidebar form::-webkit-scrollbar {
    display: none;
  }

  .tour-catalog-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .tour-results-toolbar p {
    display: block;
  }
}

@media (max-width: 760px) {
  .tour-archive-hero .container,
  .tour-catalog-section > .container {
    width: min(100% - 28px, 560px);
  }

  .ezre-tour-catalog.ezre-header-overlay .tour-archive-hero .container,
  .tour-archive-hero .container {
    padding-bottom: 46px;
  }

  .tour-archive-hero h1 {
    font-size: 2.45rem;
    line-height: 1.08;
  }

  .tour-archive-hero__description {
    font-size: 0.94rem;
    line-height: 1.62;
  }

  .tour-catalog-section {
    padding: 34px 0 62px;
  }

  .tour-catalog-mobile-bar {
    font-weight: 600;
  }

  .tour-filter-toggle {
    font-weight: 650;
  }

  .tour-results-toolbar {
    align-items: flex-start;
    flex-direction: column;
  }

  .tour-results-toolbar p {
    display: block;
  }

  .tour-list-card {
    grid-template-columns: minmax(0, 1fr);
  }

  .tour-list-card__media,
  .tour-list-card__media img {
    height: 240px;
    min-height: 240px;
  }

  .tour-list-card__content {
    padding: 22px 19px 24px;
  }

  .tour-list-card__content h2 {
    font-size: 1.24rem;
  }

  .tour-list-card__facts {
    align-items: stretch;
    flex-direction: row;
  }

  .tour-list-fact {
    width: auto;
    flex: 1 1 150px;
  }

  .tour-list-card__footer {
    align-items: flex-start;
    flex-direction: column;
    margin-top: 22px;
  }

  .tour-list-card__price strong {
    font-size: 1.26rem;
  }
}

@media (max-width: 430px) {
  .tour-filter-sidebar {
    width: calc(100vw - 28px);
  }

  .tour-filter-sidebar__head {
    min-height: 84px;
    padding: 17px 20px;
  }

  .tour-filter-sidebar form {
    max-height: calc(100vh - 84px);
  }

  .tour-filter-search,
  .tour-filter-actions {
    padding-right: 16px;
    padding-left: 16px;
  }

  .tour-filter-group summary,
  .tour-filter-options,
  .tour-filter-date-grid,
  .tour-price-filter {
    padding-right: 18px;
    padding-left: 18px;
  }

  .tour-list-card__facts {
    flex-direction: column;
  }

  .tour-list-fact {
    width: 100%;
    flex-basis: auto;
  }
}

/* Homepage tabbed tour showcase directly after the slider and trust strip. */
.home-featured-showcase {
  background: #fffaf1;
  padding: 46px 0 34px;
}

.home-featured-showcase > .container {
  width: min(1180px, calc(100% - 40px));
}

.home-featured-showcase__inner {
  border-top: 1px solid rgba(11, 27, 51, 0.12);
}

.home-featured-heading {
  max-width: 760px;
  padding-top: 28px;
}

.home-featured-heading h2 {
  margin: 0;
  color: var(--ezre-gece);
  font-size: 2rem;
  line-height: 1.15;
}

.home-featured-showcase__top {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 22px;
  border-bottom: 1px solid rgba(11, 27, 51, 0.12);
}

.home-featured-tabs {
  display: flex;
  align-items: stretch;
  gap: clamp(32px, 4.8vw, 68px);
  min-width: 0;
  overflow-x: auto;
  scrollbar-width: thin;
}

.home-featured-tabs button {
  position: relative;
  flex: 0 0 auto;
  min-height: 76px;
  border: 0;
  background: transparent;
  color: #111827;
  padding: 0;
  font-size: clamp(17px, var(--home-featured-tab-size), 21px);
  font-weight: 560;
  line-height: 1.15;
  cursor: pointer;
}

.home-featured-tabs button::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 3px;
  border-radius: 3px 3px 0 0;
  background: transparent;
  content: "";
}

.home-featured-tabs button.is-active {
  color: var(--ezre-bordo);
}

.home-featured-tabs button.is-active::after {
  background: var(--ezre-bordo);
}

.home-featured-tabs button:focus-visible,
.home-featured-controls button:focus-visible,
.home-featured-cta a:focus-visible {
  outline: 3px solid rgba(195, 161, 99, 0.55);
  outline-offset: 4px;
}

.home-featured-controls {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
}

.home-featured-controls button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 999px;
  background: rgba(11, 27, 51, 0.06);
  color: #111827;
  cursor: pointer;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.home-featured-controls button:first-child svg {
  transform: rotate(180deg);
}

.home-featured-controls button:hover {
  background: var(--ezre-gece);
  color: var(--ezre-fildisi);
  transform: translateY(-1px);
}

.home-featured-controls svg,
.home-featured-cta svg {
  width: 21px;
  height: 21px;
}

.home-featured-panels {
  padding-top: 24px;
}

.home-featured-track {
  --home-featured-card-gap: clamp(22px, 2.2vw, 30px);
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - (var(--home-featured-card-gap) * 3)) / 4);
  gap: var(--home-featured-card-gap);
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scroll-snap-type: x proximity;
  scrollbar-width: thin;
}

.home-featured-card {
  position: relative;
  min-width: 0;
  border-right: 0;
  padding: 0;
  scroll-snap-align: start;
}

.home-featured-card:not(:last-child)::after {
  position: absolute;
  top: 0;
  right: calc(var(--home-featured-card-gap) / -2);
  width: 1px;
  height: 100%;
  background: rgba(11, 27, 51, 0.12);
  content: "";
  pointer-events: none;
}

.home-featured-card__media {
  display: block;
  overflow: hidden;
  border-radius: 8px;
  aspect-ratio: 1.58 / 1;
  background: rgba(11, 27, 51, 0.06);
}

.home-featured-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 260ms ease;
}

.home-featured-card:hover .home-featured-card__media img {
  transform: scale(1.035);
}

.home-featured-card__body {
  padding: 18px 8px 0;
}

.home-featured-card h3 {
  margin: 0;
  color: #111827;
  font-size: clamp(18px, var(--home-featured-title-size), 22px);
  font-weight: 610;
  line-height: 1.18;
}

.home-featured-card h3 a:hover {
  color: var(--ezre-bordo);
}

.home-featured-card__summary {
  margin: 12px 0 0;
  color: #1f2937;
  font-size: clamp(14px, var(--home-featured-summary-size), 16px);
  font-weight: 400;
  line-height: 1.45;
}

.home-featured-card__facts {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 9px;
  margin-top: 20px;
}

.home-featured-fact {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 36px;
  border-radius: 999px;
  background: rgba(110, 43, 43, 0.06);
  color: #1f2937;
  padding: 4px 12px 4px 5px;
  font-size: 13px;
  font-weight: 550;
  line-height: 1;
}

.home-featured-fact svg {
  width: 27px;
  height: 27px;
  border: 2px solid currentColor;
  border-radius: 999px;
  padding: 6px;
  background: #fff;
  flex: 0 0 auto;
}

.home-featured-fact--occupancy {
  background: rgba(127, 45, 45, 0.08);
  color: #d92f36;
}

.home-featured-fact--date {
  background: rgba(110, 43, 43, 0.045);
  color: #8a477a;
}

.home-featured-card__price {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 23px;
  color: #111827;
}

.home-featured-card__price del {
  border-radius: 999px;
  background: #df2f35;
  color: #fff;
  padding: 2px 10px;
  font-size: 13px;
  font-weight: 560;
  text-decoration-thickness: 2px;
}

.home-featured-card__price strong {
  font-size: clamp(23px, var(--home-featured-price-size), 28px);
  font-weight: 650;
  line-height: 1;
}

.home-featured-cta {
  display: flex;
  justify-content: center;
  margin-top: 38px;
}

.home-featured-cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  border: 1px solid rgba(110, 43, 43, 0.2);
  border-radius: 999px;
  background: #f4f2ef;
  color: #111827;
  padding: 0 28px;
  font-size: 1rem;
  font-weight: 760;
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.72);
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.home-featured-cta a:hover {
  background: var(--ezre-gece);
  color: var(--ezre-fildisi);
  transform: translateY(-1px);
}

@media (max-width: 900px) {
  .home-featured-showcase {
    padding: 34px 0 28px;
  }

  .home-featured-showcase > .container {
    width: min(1180px, calc(100% - 40px));
  }

  .home-featured-showcase__top {
    align-items: center;
    gap: 16px;
  }

  .home-featured-tabs {
    gap: 28px;
  }

  .home-featured-tabs button {
    min-height: 72px;
  }

  .home-featured-controls button {
    width: 46px;
    height: 46px;
  }

  .home-featured-track {
    --home-featured-card-gap: 18px;
    grid-auto-columns: minmax(260px, 72vw);
    gap: 18px;
  }

  .home-featured-card {
    padding: 0;
  }
}

@media (max-width: 620px) {
  .home-featured-showcase {
    padding-top: 28px;
  }

  .home-featured-showcase > .container {
    width: min(1180px, calc(100% - 40px));
  }

  .home-featured-showcase__top {
    flex-direction: column;
    align-items: stretch;
  }

  .home-featured-controls {
    justify-content: flex-end;
  }

  .home-featured-panels {
    padding-top: 22px;
  }

  .home-featured-track {
    --home-featured-card-gap: 16px;
    grid-auto-columns: minmax(248px, 88vw);
  }

  .home-featured-card__body {
    padding: 18px 4px 0;
  }

  .home-featured-card__facts {
    margin-top: 18px;
  }

  .home-featured-card__price {
    margin-top: 22px;
  }
}

/* Managed homepage introduction after the tabbed tour showcase. */
.home-tour-intro {
  --home-tour-intro-bg: #060F1E;
  --home-tour-intro-title: #F3EEE3;
  --home-tour-intro-text: #F3EEE3;
  --home-tour-intro-accent: #C3A163;
  --home-tour-intro-button: #7F2D2D;
  --home-tour-intro-button-text: #F3EEE3;
  --home-tour-intro-image: none;
  --home-tour-intro-position: center center;
  --home-tour-intro-overlay-strong: rgba(6, 15, 30, 0.76);
  --home-tour-intro-overlay-soft: rgba(6, 15, 30, 0.24);
  --home-tour-intro-height: 250px;
  position: relative;
  overflow: hidden;
  background: #fffaf1;
  padding: 28px 0 42px;
}

.home-tour-intro__inner {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(190px, 240px);
  align-items: center;
  align-content: center;
  gap: clamp(24px, 4vw, 52px);
  overflow: hidden;
  min-height: min(var(--home-tour-intro-height), 250px);
  max-height: 250px;
  width: min(1180px, calc(100% - 40px));
  border-radius: 8px;
  background-color: var(--home-tour-intro-bg);
  background-image:
    linear-gradient(90deg, var(--home-tour-intro-overlay-strong) 0%, var(--home-tour-intro-overlay-strong) 46%, var(--home-tour-intro-overlay-soft) 100%),
    var(--home-tour-intro-image);
  background-position: center, var(--home-tour-intro-position);
  background-size: cover;
  background-repeat: no-repeat;
  padding: clamp(24px, 3.1vw, 38px) clamp(28px, 3.8vw, 46px);
  box-shadow: 0 18px 48px rgba(6, 15, 30, 0.14);
}

.home-tour-intro__inner::after {
  position: absolute;
  z-index: 3;
  inset: 0;
  border: 1px solid rgba(243, 238, 227, 0.18);
  border-radius: inherit;
  content: "";
  pointer-events: none;
}

.home-tour-intro__copy {
  position: relative;
  z-index: 1;
  max-width: 680px;
  padding-top: 0;
}

.home-tour-intro__copy::before {
  position: static;
  display: block;
  width: 64px;
  height: 2px;
  margin-bottom: 14px;
  border-radius: 999px;
  background: var(--home-tour-intro-accent);
  content: "";
}

.home-tour-intro__eyebrow {
  margin: 0 0 10px;
  color: var(--home-tour-intro-accent);
  font-size: 0.7rem;
  font-weight: 650;
  line-height: 1.3;
  text-transform: uppercase;
}

.home-tour-intro h2 {
  margin: 0;
  color: var(--home-tour-intro-title);
  font-size: clamp(1.75rem, 2.8vw, 2.45rem);
  font-weight: 650;
  line-height: 1.06;
}

.home-tour-intro__description {
  max-width: 650px;
  margin: 11px 0 0;
  color: var(--home-tour-intro-text);
  font-size: 0.92rem;
  font-weight: 420;
  line-height: 1.48;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.home-tour-intro__action {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  gap: 10px;
}

.home-tour-intro__count {
  position: static;
  display: grid;
  grid-template-columns: auto;
  place-items: center;
  min-width: 72px;
  min-height: 58px;
  border: 1px solid rgba(195, 161, 99, 0.34);
  border-radius: 18px;
  background: rgba(243, 238, 227, 0.12);
  color: var(--home-tour-intro-title);
  padding: 0 12px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    0 14px 30px rgba(6, 15, 30, 0.16);
}

.home-tour-intro__count strong {
  font-size: 1.78rem;
  font-weight: 670;
  line-height: 1;
  letter-spacing: 0;
}

.home-tour-intro__count-kicker,
.home-tour-intro__count-label {
  color: inherit;
  font-size: 0.58rem;
  font-weight: 600;
  line-height: 1.12;
  opacity: 0.82;
}

.home-tour-intro__count-kicker {
  text-transform: uppercase;
}

.home-tour-intro__button {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: auto;
  min-width: 194px;
  min-height: 52px;
  border: 1px solid rgba(195, 161, 99, 0.38);
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.1), transparent 34%),
    var(--home-tour-intro-button);
  color: var(--home-tour-intro-button-text);
  padding: 0 16px 0 22px;
  font-size: 0.9rem;
  font-weight: 650;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    0 16px 34px rgba(6, 15, 30, 0.22);
  transition: transform 180ms ease, filter 180ms ease, box-shadow 180ms ease;
}

.home-tour-intro__button svg {
  width: 30px;
  height: 30px;
  border-radius: 999px;
  background: rgba(243, 238, 227, 0.13);
  padding: 7px;
  flex: 0 0 auto;
}

.home-tour-intro__button:hover,
.home-tour-intro__button:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(6, 15, 30, 0.18);
}

.home-tour-intro__button:focus-visible {
  outline: 3px solid var(--home-tour-intro-accent);
  outline-offset: 3px;
}

@media (max-width: 900px) {
  .home-tour-intro {
    padding: 30px 0 38px;
  }

  .home-tour-intro__inner {
    grid-template-columns: minmax(0, 1fr);
    gap: 20px;
    min-height: 280px;
    max-height: none;
    width: min(100% - 32px, 820px);
    background-image:
      linear-gradient(90deg, var(--home-tour-intro-overlay-strong) 0%, var(--home-tour-intro-overlay-strong) 54%, var(--home-tour-intro-overlay-soft) 100%),
      var(--home-tour-intro-image);
    padding: 34px 36px;
  }

  .home-tour-intro__action {
    flex-wrap: wrap;
  }

  .home-tour-intro__count {
    position: static;
    order: 2;
  }
}

@media (max-width: 620px) {
  .home-tour-intro {
    padding: 22px 0 30px;
  }

  .home-tour-intro__inner {
    align-content: end;
    gap: 18px;
    min-height: 320px;
    width: min(100% - 24px, 560px);
    background-image:
      linear-gradient(180deg, var(--home-tour-intro-overlay-soft) 0%, var(--home-tour-intro-overlay-strong) 46%, var(--home-tour-intro-overlay-strong) 100%),
      var(--home-tour-intro-image);
    padding: 28px 22px;
  }

  .home-tour-intro__copy {
    padding-top: 18px;
  }

  .home-tour-intro__eyebrow {
    margin-bottom: 10px;
    font-size: 0.72rem;
  }

  .home-tour-intro h2 {
    font-size: 1.9rem;
  }

  .home-tour-intro__description {
    margin-top: 12px;
    font-size: 0.92rem;
    line-height: 1.52;
  }

  .home-tour-intro__action {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
  }

  .home-tour-intro__count strong {
    font-size: 2rem;
  }

  .home-tour-intro__count {
    width: fit-content;
    order: 0;
  }

  .home-tour-intro__button {
    width: 100%;
  }
}
