/* ============================================
   Istanbul Signature – Light Luxury Design
   ============================================ */

:root {
  --navy: #0E1A2B;
  --gold: #C9A24D;
  --gold-hover: #b8923e;
  --white: #FFFFFF;
  --dark: #1A1A1A;
  --dark-muted: #4a4a4a;
  --bg-light: #F7F7F5;
  --bg-white: #FFFFFF;
  --border-light: #e8e8e6;
  --transition: 0.35s ease;
  --shadow-sm: 0 2px 12px rgba(0, 0, 0, 0.06);
  --shadow-md: 0 8px 30px rgba(0, 0, 0, 0.08);
  --shadow-hover: 0 12px 40px rgba(0, 0, 0, 0.12);
}

/* Base */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Outfit', -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 400;
  color: var(--dark);
  background-color: var(--bg-white);
  line-height: 1.6;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-weight: 600;
  color: var(--dark);
}

a {
  color: inherit;
  text-decoration: none;
  transition: color var(--transition), opacity var(--transition), transform var(--transition);
}

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

/* Typography – light sections */
.section-label {
  display: block;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.5rem;
}

.section-title {
  font-size: clamp(2rem, 4vw, 2.75rem);
  letter-spacing: 0.02em;
  margin-bottom: 0.75rem;
}

.section-subtitle {
  font-size: 1.05rem;
  font-weight: 400;
  color: var(--dark-muted);
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}

.text-gold { color: var(--gold); }

/* Buttons */
.btn-gold {
  background-color: var(--gold);
  color: var(--navy);
  border: 1px solid var(--gold);
  font-weight: 500;
  letter-spacing: 0.05em;
  padding: 0.75rem 1.75rem;
  transition: background-color var(--transition), color var(--transition), border-color var(--transition), transform var(--transition);
}

.btn-gold:hover {
  background-color: var(--gold-hover);
  color: var(--navy);
  border-color: var(--gold-hover);
  transform: translateY(-1px);
}

.btn-outline-gold {
  background-color: transparent;
  color: var(--gold);
  border: 1px solid var(--gold);
  font-weight: 500;
  letter-spacing: 0.05em;
  padding: 0.75rem 1.75rem;
  transition: background-color var(--transition), color var(--transition);
}

.btn-outline-gold:hover {
  background-color: var(--gold);
  color: var(--navy);
}

/* Header – transparent over hero, solid white on scroll */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1030;
  padding: 1.25rem 0;
  transition: background-color var(--transition), padding var(--transition), box-shadow var(--transition);
}

.site-header .navbar-brand,
.site-header .nav-link {
  color: rgba(255, 255, 255, 0.95) !important;
}

.site-header .nav-link:hover,
.site-header .nav-link:focus {
  color: var(--gold) !important;
}

.site-header.scrolled {
  background-color: var(--navy);
  padding: 0.75rem 0;
  box-shadow: 0 4px 24px rgba(14, 26, 43, 0.35);
}

.site-header.scrolled .navbar-brand,
.site-header.scrolled .nav-link {
  color: rgba(255, 255, 255, 0.95) !important;
}

.site-header.scrolled .nav-link:hover,
.site-header.scrolled .nav-link:focus {
  color: var(--gold) !important;
}

.site-header.scrolled .navbar-toggler {
  border-color: rgba(255, 255, 255, 0.4);
}

.site-header.scrolled .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255,255,255,0.9)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-brand {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.03em;
}

.navbar-toggler {
  border-color: rgba(255, 255, 255, 0.5);
  padding: 0.5rem;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255,255,255,0.9)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.nav-link {
  font-weight: 400;
  letter-spacing: 0.03em;
  padding: 0.5rem 1rem !important;
}

.dropdown-menu {
  background-color: var(--bg-white);
  border: 1px solid var(--border-light);
  border-radius: 0;
  padding: 0.5rem 0;
  box-shadow: var(--shadow-md);
}

/* Navbar dropdown: avoid clipping and keep menu above page sections */
@media (min-width: 992px) {
  .site-header .navbar-collapse {
    overflow: visible !important;
  }

  .site-header .navbar-nav .dropdown-menu {
    z-index: 1055;
  }
}

.site-header .nav-dropdown-btn.nav-link {
  appearance: none;
  -webkit-appearance: none;
  background: none;
  border: none;
  cursor: pointer;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  text-align: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

.site-header .nav-dropdown-btn.nav-link:focus {
  outline: none;
}

.site-header .nav-dropdown-btn.nav-link:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 2px;
}

.dropdown-item {
  color: var(--dark);
  padding: 0.6rem 1.25rem;
}

.dropdown-item:hover {
  background-color: var(--bg-light);
  color: var(--gold);
}

.header-actions .btn {
  white-space: nowrap;
}

@media (max-width: 991.98px) {
  .site-header {
    padding: 0.75rem 0;
    background: rgba(14, 26, 43, 0.35);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
  }

  .site-header .navbar-collapse {
    margin-top: 0.85rem;
    padding: 1rem 1rem 1.1rem;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 14px;
    background: rgba(14, 26, 43, 0.96);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
    max-height: calc(100vh - 6.5rem);
    overflow-y: auto;
  }

  .site-header .navbar-nav .nav-link {
    font-size: 1.05rem;
    padding: 0.7rem 0.25rem !important;
  }

  .site-header .navbar-nav .dropdown-menu {
    margin-top: 0.35rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.98);
  }
}

/* ========== Hero (single image) ========== */
.hero-single {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-single-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero-single-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(14, 26, 43, 0.5) 0%, rgba(14, 26, 43, 0.82) 100%);
}

.hero-single-content {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 2rem 0;
}

.hero-title {
  font-size: clamp(2rem, 4.5vw, 3.5rem);
  line-height: 1.15;
  letter-spacing: 0.02em;
  margin-bottom: 1rem;
  font-weight: 600;
  color: #fff;
}

.hero-subtitle {
  font-size: clamp(1rem, 1.4vw, 1.15rem);
  font-weight: 300;
  color: rgba(255, 255, 255, 0.92);
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
}

.hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
}

.hero-trust {
  margin-top: 2rem;
  font-size: 0.85rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.78);
}

.btn-hero-outline {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.7);
  font-weight: 500;
  letter-spacing: 0.05em;
  padding: 0.75rem 1.75rem;
  transition: background-color var(--transition), color var(--transition), border-color var(--transition);
}

.btn-hero-outline:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  border-color: #fff;
}

/* Stats bar */
.stats-bar {
  background: var(--navy);
  padding: 1.5rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.stats-bar-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1.5rem 2rem;
}

.stat-item {
  text-align: center;
}

.stat-value {
  display: block;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.75rem;
  font-weight: 600;
  color: var(--gold);
  letter-spacing: 0.02em;
  line-height: 1.2;
}

.stat-label {
  display: block;
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.65);
  margin-top: 0.25rem;
}

.stat-divider {
  width: 1px;
  height: 2rem;
  background: rgba(255, 255, 255, 0.15);
}

@media (max-width: 767px) {
  .stat-divider { display: none; }
  .stats-bar-inner { gap: 1.25rem; }
  .stat-value { font-size: 1.5rem; }
}

/* ========== Sections – light theme ========== */
.section {
  padding: 5rem 0;
}

.section-light {
  background-color: var(--bg-light);
}

.section-white {
  background-color: var(--bg-white);
}

/* Deep Navy sections */
.section-navy {
  background-color: var(--navy);
}

.section-title-light {
  color: #fff !important;
}

.section-subtitle-light {
  color: rgba(255, 255, 255, 0.82) !important;
}

.section-label-light {
  color: var(--gold) !important;
}

.section-header {
  margin-bottom: 3rem;
}

/* ========== Signature Services – luxury ========== */
.signature-services-luxury {
  padding: 5.5rem 0;
}

.signature-services-header {
  text-align: center;
  margin-bottom: 4rem;
}

.signature-services-header-inner {
  max-width: 600px;
  margin: 0 auto;
}

.signature-services-header .section-title-light {
  font-size: clamp(2.25rem, 4.5vw, 3rem);
  letter-spacing: 0.02em;
  margin-bottom: 0.75rem;
}

.signature-services-header .section-subtitle-light {
  font-size: 1.1rem;
  line-height: 1.65;
  margin-bottom: 1.5rem;
}

.signature-services-accent {
  width: 48px;
  height: 2px;
  background: var(--gold);
  margin: 0 auto;
}

/* Wrapper for horizontal scroll on mobile */
.vip-services-scroll {
  overflow: hidden;
}

.signature-services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.75rem;
}

@media (max-width: 1199.98px) {
  .vip-services-scroll {
    overflow-x: auto;
    overflow-y: hidden;
    margin: 0 -1rem;
    padding: 0 1rem 0.5rem;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
  }

  .vip-services-scroll::-webkit-scrollbar {
    height: 6px;
  }

  .vip-services-scroll::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.06);
  }

  .vip-services-scroll::-webkit-scrollbar-thumb {
    background: rgba(201, 162, 77, 0.4);
    border-radius: 3px;
  }

  .signature-services-grid {
    display: flex;
    flex-wrap: nowrap;
    gap: 1.25rem;
    padding-bottom: 0.5rem;
  }

  .signature-service-card {
    flex: 0 0 280px;
    min-width: 280px;
  }
}

.signature-service-card {
  position: relative;
  overflow: hidden;
}

.signature-service-card-link {
  display: block;
  color: inherit;
  height: 100%;
}

.signature-service-card-image {
  position: relative;
  aspect-ratio: 3/4;
  overflow: hidden;
  background: var(--navy);
}

.signature-service-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.signature-service-card:hover .signature-service-card-image img {
  transform: scale(1.08);
}

.signature-service-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(14, 26, 43, 0.95) 0%, rgba(14, 26, 43, 0.4) 45%, transparent 70%);
  transition: background var(--transition);
}

.signature-service-card:hover .signature-service-card-overlay {
  background: linear-gradient(to top, rgba(14, 26, 43, 0.97) 0%, rgba(14, 26, 43, 0.5) 50%, transparent 75%);
}

.signature-service-card-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 2rem 1.5rem 1.75rem;
  z-index: 2;
}

.signature-service-card-accent {
  display: block;
  width: 32px;
  height: 2px;
  background: var(--gold);
  margin-bottom: 1rem;
  transition: width var(--transition);
}

.signature-service-card:hover .signature-service-card-accent {
  width: 48px;
}

.signature-service-card-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.5rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0.5rem;
  letter-spacing: 0.02em;
}

.signature-service-card-desc {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.55;
  margin-bottom: 1rem;
  max-width: 95%;
}

.signature-service-card-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gold);
  transition: gap var(--transition), opacity var(--transition);
}

.signature-service-card-cta svg {
  flex-shrink: 0;
  transition: transform var(--transition);
}

.signature-service-card:hover .signature-service-card-cta svg {
  transform: translateX(4px);
}

/* ========== Why Choose Us – modern ========== */
.why-choose-modern {
  position: relative;
  background: radial-gradient(circle at 10% 10%, rgba(201, 162, 77, 0.08), transparent 35%),
              radial-gradient(circle at 90% 90%, rgba(14, 26, 43, 0.06), transparent 40%),
              #fff;
}

.why-choose-modern .section-header {
  margin-bottom: 3.5rem;
}

.why-card-modern {
  background: linear-gradient(160deg, #ffffff 0%, #fbfbfa 100%);
  padding: 2.25rem 2rem;
  height: 100%;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(14, 26, 43, 0.08);
  border: 1px solid rgba(14, 26, 43, 0.08);
  transition: box-shadow var(--transition), border-color var(--transition), transform var(--transition);
  position: relative;
  overflow: hidden;
}

.why-card-modern::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, rgba(201, 162, 77, 0.95), rgba(201, 162, 77, 0.25), transparent 85%);
  opacity: 0.7;
}

.why-card-modern::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 88% 12%, rgba(201, 162, 77, 0.12), transparent 34%);
  pointer-events: none;
}

.why-card-modern > * {
  position: relative;
  z-index: 1;
}

.why-card-modern:hover {
  box-shadow: 0 18px 42px rgba(14, 26, 43, 0.14);
  border-color: rgba(201, 162, 77, 0.35);
  transform: translateY(-6px);
}

.why-card-icon {
  width: 58px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, rgba(201, 162, 77, 0.22), rgba(201, 162, 77, 0.08));
  color: var(--gold);
  margin-bottom: 1.25rem;
  border-radius: 14px;
  border: 1px solid rgba(201, 162, 77, 0.3);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.45);
}

/* White section titles – optional navy for brand contrast */
.section-white .section-title,
.section-light .section-title {
  color: var(--navy);
}

.why-card-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.42rem;
  font-weight: 600;
  margin-bottom: 0.65rem;
  color: var(--navy);
  letter-spacing: 0.02em;
}

.why-card-text {
  font-size: 0.96rem;
  color: var(--dark-muted);
  margin: 0;
  line-height: 1.65;
}

/* ========== Featured Experiences – VIP (Deep Navy) ========== */
.experiences-vip {
  background: var(--navy);
  padding: 5.5rem 0;
}

.experiences-vip-header {
  text-align: center;
  max-width: 560px;
  margin: 0 auto 4rem;
}

.experiences-vip-header .section-title {
  font-size: clamp(2rem, 4vw, 2.75rem);
  margin-bottom: 0.75rem;
}

.experiences-vip-header .section-subtitle-light {
  color: rgba(255, 255, 255, 0.82);
}

.experiences-vip-header .section-subtitle {
  margin-bottom: 1.5rem;
}

.experiences-vip-accent {
  width: 48px;
  height: 2px;
  background: var(--gold);
  margin: 0 auto;
}

.experiences-vip-grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 1.5rem;
  align-items: stretch;
}

@media (max-width: 991.98px) {
  .experiences-vip-grid {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
}

.experience-vip-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: var(--navy);
  transition: box-shadow var(--transition), border-color var(--transition), transform var(--transition);
}

.experience-vip-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
  z-index: 2;
}

.experience-vip-card:hover {
  box-shadow: 0 20px 50px rgba(14, 26, 43, 0.12);
  border-color: rgba(201, 162, 77, 0.3);
}

.experience-vip-card:hover::before {
  transform: scaleX(1);
}

.experience-vip-link {
  display: block;
  height: 100%;
  color: inherit;
}

.experience-vip-image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/10;
}

.experience-vip-card-featured .experience-vip-image {
  aspect-ratio: 16/11;
}

@media (max-width: 991.98px) {
  .experience-vip-card-featured .experience-vip-image {
    aspect-ratio: 16/10;
  }
}

.experience-vip-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.experience-vip-card:hover .experience-vip-image img {
  transform: scale(1.06);
}

.experience-vip-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(14, 26, 43, 0.92) 0%, rgba(14, 26, 43, 0.35) 40%, transparent 65%);
  transition: background var(--transition);
}

.experience-vip-card:hover .experience-vip-overlay {
  background: linear-gradient(to top, rgba(14, 26, 43, 0.95) 0%, rgba(14, 26, 43, 0.5) 50%, transparent 70%);
}

.experience-vip-tag {
  position: absolute;
  top: 1.25rem;
  left: 1.25rem;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  z-index: 2;
}

.experience-vip-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 2rem 1.75rem;
  z-index: 2;
}

.experience-vip-card-featured .experience-vip-content {
  padding: 2.25rem 2rem;
}

.experience-vip-line {
  display: block;
  width: 36px;
  height: 2px;
  background: var(--gold);
  margin-bottom: 1rem;
  transition: width 0.35s ease;
}

.experience-vip-card:hover .experience-vip-line {
  width: 52px;
}

.experience-vip-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.5rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0.5rem;
  letter-spacing: 0.02em;
}

.experience-vip-card-featured .experience-vip-title {
  font-size: 1.85rem;
}

.experience-vip-desc {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.55;
  margin-bottom: 1rem;
  max-width: 90%;
}

.experience-vip-card-featured .experience-vip-desc {
  font-size: 1rem;
  max-width: 85%;
}

.experience-vip-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold);
  transition: gap var(--transition);
}

.experience-vip-cta svg {
  flex-shrink: 0;
  transition: transform var(--transition);
}

.experience-vip-card:hover .experience-vip-cta svg {
  transform: translateX(4px);
}

.experience-vip-side {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 1.5rem;
}

.experience-vip-side .experience-vip-link {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.experience-vip-side .experience-vip-image {
  position: relative;
  flex: 1;
  aspect-ratio: auto;
  min-height: 180px;
}

.experience-vip-side .experience-vip-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 991.98px) {
  .experiences-vip-grid {
    grid-template-columns: 1fr;
  }

  .experience-vip-side {
    grid-template-rows: auto auto;
  }

  .experience-vip-side .experience-vip-image {
    aspect-ratio: 16/10;
    min-height: auto;
  }
}

/* ========== Reviews – Google-style ========== */
.reviews-section {
  padding: 5.5rem 0;
}

.reviews-header {
  text-align: center;
  margin-bottom: 3rem;
}

.reviews-header-inner {
  max-width: 560px;
  margin: 0 auto;
}

.reviews-header .section-title {
  font-size: clamp(2rem, 4vw, 2.75rem);
  margin-bottom: 0.5rem;
}

.reviews-header .section-subtitle {
  margin-bottom: 1.25rem;
}

.reviews-summary {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.5rem 0.75rem;
  margin-bottom: 1.5rem;
}

.reviews-summary-stars {
  display: flex;
  align-items: center;
  gap: 2px;
}

.reviews-star {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23C9A24D'%3E%3Cpath d='M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z'/%3E%3C/svg%3E") center/contain no-repeat;
}

.reviews-summary-score {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--navy);
}

.reviews-summary-dot {
  color: var(--dark-muted);
  font-weight: 700;
}

.reviews-summary-count {
  font-size: 0.95rem;
  color: var(--dark-muted);
}

.reviews-platforms {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem 1.5rem;
  margin-top: 1rem;
}

.reviews-platform-logo {
  display: inline-flex;
  align-items: center;
  opacity: 0.75;
  transition: opacity 0.2s ease;
}

.reviews-platform-logo:hover {
  opacity: 1;
}

.reviews-platform-logo img {
  height: 32px;
  width: auto;
  max-width: 140px;
  object-fit: contain;
  vertical-align: middle;
}

.reviews-accent {
  width: 48px;
  height: 2px;
  background: var(--gold);
  margin: 1.25rem auto 0;
}

.reviews-scroll {
  overflow-x: auto;
  overflow-y: hidden;
  margin: 0 -1rem;
  padding: 0 1rem 1rem;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
}

.reviews-scroll::-webkit-scrollbar {
  height: 6px;
}

.reviews-scroll::-webkit-scrollbar-track {
  background: var(--bg-light);
  border-radius: 3px;
}

.reviews-scroll::-webkit-scrollbar-thumb {
  background: rgba(201, 162, 77, 0.4);
  border-radius: 3px;
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

@media (max-width: 991.98px) {
  .reviews-scroll {
    padding-bottom: 0.75rem;
  }

  .reviews-grid {
    display: flex;
    flex-wrap: nowrap;
    gap: 1.25rem;
    padding-bottom: 0.5rem;
  }

  .reviews-grid .review-card {
    flex: 0 0 320px;
    min-width: 320px;
  }
}

.review-card {
  background: #fff;
  border-radius: 14px;
  padding: 2rem 1.75rem;
  box-shadow: 0 4px 20px rgba(14, 26, 43, 0.08), 0 1px 3px rgba(14, 26, 43, 0.04);
  border: 1px solid var(--border-light);
  border-left: 3px solid var(--gold);
  transition: box-shadow var(--transition), border-color var(--transition), transform var(--transition);
}

.review-card:hover {
  box-shadow: 0 12px 36px rgba(14, 26, 43, 0.12), 0 2px 8px rgba(14, 26, 43, 0.06);
  border-left-color: var(--gold);
}

.review-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.review-card-stars {
  display: flex;
  align-items: center;
  gap: 2px;
}

.review-star {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23C9A24D'%3E%3Cpath d='M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z'/%3E%3C/svg%3E") center/contain no-repeat;
}

.review-card-time {
  font-size: 0.8rem;
  color: var(--dark-muted);
}

.review-card-text {
  font-size: 0.95rem;
  line-height: 1.7;
  color: var(--dark);
  margin: 0 0 1.25rem;
}

.review-card-author {
  display: flex;
  align-items: center;
  gap: 0.875rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--border-light);
}

.review-card-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--navy);
  color: #fff;
  font-size: 1.05rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border: 2px solid rgba(201, 162, 77, 0.25);
}

.review-card-author-info {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.review-card-name {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--dark);
}

.review-card-meta {
  font-size: 0.8rem;
  color: var(--dark-muted);
}

/* ========== Request a Quote – Elite form ========== */
.quote-section {
  position: relative;
  padding: 6rem 0;
  background: linear-gradient(180deg, #fafaf8 0%, #f2f0eb 50%, #ebe8e2 100%);
}

.quote-section-bg {
  position: absolute;
  inset: 0;
  background-image: 
    linear-gradient(rgba(201, 162, 77, 0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(201, 162, 77, 0.02) 1px, transparent 1px);
  background-size: 48px 48px;
  pointer-events: none;
}

.quote-section .container {
  position: relative;
  z-index: 1;
}

.quote-header {
  text-align: center;
  max-width: 560px;
  margin: 0 auto 3.5rem;
}

.quote-header .section-title {
  font-size: clamp(2.1rem, 4.2vw, 2.9rem);
  margin-bottom: 0.6rem;
  letter-spacing: 0.02em;
}

.quote-header .section-subtitle {
  margin-bottom: 1.5rem;
  font-size: 1.05rem;
}

.quote-accent {
  width: 56px;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  margin: 0 auto;
}

.quote-card {
  position: relative;
  max-width: 740px;
  margin: 0 auto;
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.86));
  border-radius: 20px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 
    0 0 0 1px rgba(14, 26, 43, 0.06),
    0 2px 4px rgba(14, 26, 43, 0.04),
    0 12px 48px rgba(14, 26, 43, 0.1),
    0 24px 80px rgba(14, 26, 43, 0.06);
  overflow: hidden;
}

.quote-card-frame {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(201, 162, 77, 0.18);
  border-radius: 18px;
  pointer-events: none;
  margin: 12px;
}

.quote-card-frame::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(201, 162, 77, 0.5), rgba(201, 162, 77, 0.2));
}

.quote-card-frame::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 1px;
  background: linear-gradient(180deg, rgba(201, 162, 77, 0.5), rgba(201, 162, 77, 0.2));
}

.quote-card-watermark {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-12deg);
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 8rem;
  font-weight: 700;
  color: rgba(201, 162, 77, 0.04);
  letter-spacing: 0.1em;
  pointer-events: none;
  user-select: none;
}

.quote-card-inner {
  position: relative;
  padding: 3rem 2.75rem 3.25rem;
  z-index: 1;
}

@media (max-width: 575.98px) {
  .quote-card-inner {
    padding: 2.25rem 1.5rem 2.75rem;
  }

  .quote-card-watermark {
    font-size: 5rem;
  }
}


.quote-card-tagline {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: var(--navy);
  margin-bottom: 1.7rem;
  padding-bottom: 1.35rem;
  border-bottom: 1px solid rgba(201, 162, 77, 0.2);
}

.quote-card-tagline-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  background: rgba(201, 162, 77, 0.1);
  color: var(--gold);
}

.quote-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.15rem 1.2rem;
}

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

.quote-field-full {
  grid-column: 1 / -1;
}

@media (max-width: 575.98px) {
  .quote-form-grid,
  .quote-form-grid-lead {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}

.quote-label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--navy);
  margin-bottom: 0.6rem;
}

.quote-label-dot {
  display: inline-block;
  width: 4px;
  height: 4px;
  background: var(--gold);
  flex-shrink: 0;
}

.quote-input,
.quote-select,
.quote-textarea {
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(14, 26, 43, 0.1);
  border-radius: 12px;
  color: var(--dark);
  font-size: 1rem;
  padding: 0.85rem 1rem;
  transition: border-color var(--transition), background var(--transition), box-shadow var(--transition), transform var(--transition);
  font-family: inherit;
}

.quote-input::placeholder,
.quote-textarea::placeholder {
  color: var(--dark-muted);
  opacity: 0.6;
}

.quote-input:hover,
.quote-select:hover,
.quote-textarea:hover {
  border-color: rgba(14, 26, 43, 0.18);
  background: #fff;
}

.quote-input:focus,
.quote-select:focus,
.quote-textarea:focus {
  outline: none;
  border-color: rgba(201, 162, 77, 0.65);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(201, 162, 77, 0.12);
  transform: translateY(-1px);
}

.quote-select-wrap {
  position: relative;
}

.quote-select-wrap::after {
  content: '';
  position: absolute;
  right: 1.25rem;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%234a4a4a' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E") center/contain no-repeat;
  pointer-events: none;
}

.quote-select-wrap:focus-within::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23C9A24D' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
}

.quote-select {
  cursor: pointer;
  appearance: none;
  background: transparent;
  padding-right: 2.75rem;
}

.quote-select option {
  background: #fff;
  color: var(--dark);
}

.quote-textarea {
  min-height: 130px;
  resize: vertical;
}

.quote-submit {
  margin-top: 2.5rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(201, 162, 77, 0.15);
  text-align: center;
}

.quote-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
  background: linear-gradient(135deg, var(--gold) 0%, #b8923e 100%);
  color: var(--navy);
  border: none;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 1.15rem 2rem;
  cursor: pointer;
  box-shadow: 0 4px 20px rgba(201, 162, 77, 0.35);
  transition: box-shadow var(--transition), transform var(--transition), filter var(--transition);
}

.quote-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(201, 162, 77, 0.45);
  filter: brightness(1.05);
}

.quote-btn-arrow {
  display: flex;
  transition: transform var(--transition);
}

.quote-btn:hover .quote-btn-arrow {
  transform: translateX(4px);
}

.quote-success {
  padding: 3rem 2rem;
  background: linear-gradient(135deg, rgba(201, 162, 77, 0.06) 0%, rgba(201, 162, 77, 0.02) 100%);
  border: 1px solid rgba(201, 162, 77, 0.25);
}

.quote-success-inner {
  text-align: center;
}

.quote-success-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold), #b8923e);
  color: var(--navy);
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1.25rem;
  box-shadow: 0 4px 16px rgba(201, 162, 77, 0.3);
}

.quote-success-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.6rem;
  font-weight: 600;
  color: var(--navy);
  margin-bottom: 0.5rem;
  letter-spacing: 0.02em;
}

.quote-success-text {
  font-size: 0.98rem;
  color: var(--dark-muted);
  margin: 0;
  line-height: 1.5;
}

/* ========== CTA strip ========== */
.cta-strip {
  background: linear-gradient(135deg, var(--navy) 0%, #0f2440 100%);
  padding: 3rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.cta-strip-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  text-align: center;
}

.cta-strip-text {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  margin: 0;
  letter-spacing: 0.02em;
}

.cta-strip-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
}

.cta-strip-buttons .btn-outline-gold {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.5);
}

.cta-strip-buttons .btn-outline-gold:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  border-color: #fff;
}

@media (max-width: 575px) {
  .cta-strip { padding: 2.5rem 0; }
  .cta-strip-text { font-size: 1.25rem; }
}

/* ========== Footer – modern elite ========== */
.site-footer {
  background: linear-gradient(180deg, var(--navy) 0%, #0a1320 100%);
  color: rgba(255, 255, 255, 0.9);
  position: relative;
}

.site-footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(201, 162, 77, 0.4) 50%, transparent 100%);
  opacity: 0.8;
}

.footer-accent-line {
  height: 4px;
  background: linear-gradient(90deg, transparent 5%, var(--gold) 20%, var(--gold) 80%, transparent 95%);
  opacity: 0.85;
}

.footer-top {
  padding: 4.5rem 0 3.5rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr;
  gap: 3.5rem 2rem;
}

@media (max-width: 991.98px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
  }

  .footer-brand-block {
    grid-column: 1 / -1;
    text-align: center;
  }

  .footer-brand-block .footer-cta-wrap {
    justify-content: center;
  }
}

@media (max-width: 575.98px) {
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
    text-align: center;
  }

  .footer-nav .footer-links,
  .footer-services .footer-links {
    align-items: center;
  }

  .footer-nav-title {
    justify-content: center;
  }
}

.footer-brand {
  display: inline-block;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.85rem;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.04em;
  margin-bottom: 0;
  transition: color var(--transition);
}

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

.footer-brand-line {
  display: block;
  width: 40px;
  height: 2px;
  background: var(--gold);
  margin: 0.75rem 0 1.25rem;
}

@media (max-width: 991.98px) {
  .footer-brand-line {
    margin-left: auto;
    margin-right: auto;
  }
}

.footer-tagline {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.6;
  max-width: 300px;
  margin-bottom: 1.75rem;
}

@media (max-width: 991.98px) {
  .footer-tagline {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }
}

.footer-cta-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.footer-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.7rem 1.35rem;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: background var(--transition), color var(--transition), border-color var(--transition), box-shadow var(--transition), transform var(--transition);
}

.footer-cta-primary {
  background: var(--gold);
  color: var(--navy);
  border: 1px solid var(--gold);
}

.footer-cta-primary:hover {
  background: #d4af5a;
  color: var(--navy);
  box-shadow: 0 4px 20px rgba(201, 162, 77, 0.35);
  transform: translateY(-1px);
}

.footer-cta-whatsapp {
  background: transparent;
  color: var(--gold);
  border: 1px solid rgba(201, 162, 77, 0.6);
}

.footer-cta-whatsapp:hover {
  background: var(--gold);
  color: var(--navy);
  border-color: var(--gold);
  box-shadow: 0 4px 16px rgba(201, 162, 77, 0.25);
}

.footer-cta-icon {
  display: flex;
  flex-shrink: 0;
}

.footer-nav-title {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #fff;
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
}

.footer-nav-title-line {
  display: inline-block;
  width: 24px;
  height: 1px;
  background: var(--gold);
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}

.footer-links a {
  display: inline-block;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.95rem;
  position: relative;
  transition: color var(--transition);
}

.footer-links a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 1px;
  background: var(--gold);
  transition: width var(--transition);
}

.footer-links a:hover {
  color: #fff;
}

.footer-links a:hover::after {
  width: 100%;
}

.footer-bottom {
  padding: 1.5rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  background: rgba(0, 0, 0, 0.15);
}

.footer-bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
}

.footer-copy {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.45);
  margin: 0;
  letter-spacing: 0.02em;
}

.footer-legal {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.82rem;
}

.footer-legal a {
  color: rgba(255, 255, 255, 0.5);
  transition: color var(--transition);
}

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

.footer-sep {
  color: rgba(255, 255, 255, 0.25);
  user-select: none;
}

/* ========== Mobile Sticky Bar – navy ========== */
.mobile-sticky-bar-navy {
  background: var(--navy);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 -4px 24px rgba(14, 26, 43, 0.4);
}

.mobile-sticky-bar-navy .btn-outline {
  background: transparent;
  color: var(--gold);
  border: 1px solid var(--gold);
}

.mobile-sticky-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1020;
  display: flex;
  gap: 0.5rem;
  padding: 0.75rem 1rem;
  padding-bottom: max(0.75rem, env(safe-area-inset-bottom));
}

.mobile-sticky-btn {
  flex: 1;
  text-align: center;
  padding: 0.65rem 1rem;
  font-size: 0.9rem;
  font-weight: 500;
  border-radius: 2px;
  transition: opacity var(--transition);
}

.mobile-sticky-bar .btn-gold {
  background: var(--gold);
  color: var(--navy);
  border: none;
}

/* WhatsApp Float */
.whatsapp-float {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  z-index: 1010;
  width: 56px;
  height: 56px;
  background: #25D366;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
  transition: transform var(--transition), box-shadow var(--transition);
}

.whatsapp-float:hover {
  transform: scale(1.08);
  box-shadow: 0 6px 24px rgba(37, 211, 102, 0.5);
  color: #fff;
}

/* Spacing for mobile */
@media (max-width: 991.98px) {
  body { padding-bottom: 70px; }
  .section { padding: 3.5rem 0; }
  .hero-single-content { padding-top: 5rem; }
}

/* ========== Service pages (keep dark for inner pages or override) ========== */
.page-hero {
  position: relative;
  min-height: 50vh;
  display: flex;
  align-items: center;
  padding-top: 6rem;
}

.page-hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}

.page-hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(14, 26, 43, 0.75);
}

.page-hero-content {
  position: relative;
  z-index: 2;
}

.page-hero-title {
  font-size: clamp(2rem, 4vw, 3rem);
  margin-bottom: 0.75rem;
  color: #fff;
}

.page-hero-subtitle {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.85);
  max-width: 600px;
}

.service-intro {
  padding: 4rem 0;
}

.service-intro p {
  font-size: 1.1rem;
  color: var(--dark-muted);
  max-width: 720px;
  margin: 0 auto;
  line-height: 1.8;
}

.service-features {
  background: var(--bg-light);
  padding: 4rem 0;
}

.feature-item {
  display: flex;
  align-items: flex-start;
  gap: 1.25rem;
  margin-bottom: 2rem;
}

.feature-icon {
  flex-shrink: 0;
  color: var(--gold);
}

.feature-item h4 {
  font-size: 1.2rem;
  margin-bottom: 0.35rem;
  color: var(--dark);
}

.feature-item p {
  color: var(--dark-muted);
  margin: 0;
  font-size: 0.95rem;
}

.service-gallery {
  padding: 4rem 0;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1rem;
}

.gallery-grid img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
}

.service-faq {
  background: var(--bg-white);
  padding: 4rem 0;
}

.accordion-button {
  background: var(--bg-light) !important;
  color: var(--dark) !important;
  border: 1px solid var(--border-light) !important;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.15rem;
  padding: 1rem 1.25rem;
}

.accordion-button:not(.collapsed) {
  border-bottom-color: transparent !important;
  color: var(--gold) !important;
}

.accordion-button:focus {
  box-shadow: 0 0 0 3px rgba(201, 162, 77, 0.15);
}

.accordion-button::after {
  filter: none;
}

.accordion-body {
  background: var(--bg-white);
  color: var(--dark-muted);
  border: 1px solid var(--border-light);
  border-top: none;
  padding: 1rem 1.25rem;
}

.service-reservation-cta {
  position: sticky;
  top: 5rem;
}

.service-reservation-cta .btn-gold {
  width: 100%;
}

/* ========== Category pages ========== */
.category-hero {
  position: relative;
  min-height: 38vh;
  display: flex;
  align-items: center;
  padding-top: 6rem;
}

.category-hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}

.category-hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(14, 26, 43, 0.78);
}

.category-hero-content {
  position: relative;
  z-index: 2;
}

.category-hero-col {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  max-width: 720px;
}

@media (min-width: 992px) {
  .category-hero-col {
    padding-left: 2.5rem;
  }
}

.category-hero-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(2rem, 4.5vw, 3.25rem);
  font-weight: 600;
  color: #fff;
  margin: 0 0 0.75rem 0;
  letter-spacing: 0.02em;
  text-align: left;
  position: relative;
  display: inline-block;
  padding-bottom: 0.5rem;
}

.category-hero-title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 56px;
  height: 2px;
  background: var(--gold);
}

.category-hero-intro {
  font-size: 1.08rem;
  color: rgba(255, 255, 255, 0.92);
  margin: 0;
  line-height: 1.55;
  text-align: left;
  letter-spacing: 0.01em;
}

/* Breadcrumb */
.breadcrumb-wrap {
  padding: 0.9rem 0;
  border-bottom: 1px solid var(--border-light);
}

.breadcrumb-cat {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.85rem;
}

.breadcrumb-cat-item a {
  color: var(--dark-muted);
  transition: color var(--transition);
}

.breadcrumb-cat-item a:hover {
  color: var(--gold);
}

.breadcrumb-cat-current {
  color: var(--dark);
  font-weight: 500;
}

.breadcrumb-cat-sep {
  color: var(--gold);
  opacity: 0.8;
  font-weight: 300;
}

.category-section-title-light {
  color: #fff !important;
}

/* Category tours – beyaz arka plan, sade kart */
.category-tours-block {
  padding: 5.5rem 0 6rem;
}

.category-tours-white {
  background: var(--bg-white);
}

.category-tours-header {
  text-align: center;
  max-width: 560px;
  margin: 0 auto 4rem;
}

.category-tours-header .signature-services-accent {
  margin: 1.25rem auto 0;
}

.category-tours-header-dark .section-title {
  color: var(--navy);
  letter-spacing: 0.03em;
}

.category-tours-header-dark .section-subtitle {
  color: var(--dark-muted);
  letter-spacing: 0.01em;
}

.category-tours-header .section-title-light {
  font-size: clamp(2rem, 4vw, 2.75rem);
  margin-bottom: 0.75rem;
}

.category-tours-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.25rem;
}

.category-tour-card {
  position: relative;
}

/* ========== Luxury helikopter turu kartı – spec: minimal, zarif, başlık görsel üzerinde ========== */
.category-tour-card-simple {
  width: 100%;
}

.category-tour-card-simple .category-tour-card-link {
  display: flex;
  flex-direction: column;
  width: 100%;
  aspect-ratio: 1 / 1;
  background: var(--white);
  border: 1px solid rgba(201, 162, 77, 0.2);
  border-radius: 10px;
  box-shadow: 0 2px 12px rgba(14, 26, 43, 0.04);
  text-decoration: none;
  color: inherit;
  transition: box-shadow 0.35s ease, border-color 0.35s ease, transform 0.35s ease;
  overflow: hidden;
}

.category-tour-card-simple .category-tour-card-link:hover {
  box-shadow: 0 8px 24px rgba(14, 26, 43, 0.08);
  border-color: rgba(201, 162, 77, 0.45);
  transform: translateY(-2px);
  text-decoration: none;
  color: inherit;
}

.category-tour-card-simple .category-tour-card-link:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
}

/* Görsel alanı: kartın %65–70’i, overlay + başlık üzerinde */
.category-tour-card-image-simple {
  flex: 0 0 68%;
  width: 100%;
  position: relative;
  overflow: hidden;
  background: var(--navy);
  min-height: 0;
}

.category-tour-card-image-simple img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.category-tour-card-simple:hover .category-tour-card-image-simple img {
  transform: scale(1.03);
}

/* Hafif koyu overlay (opacity 20–30), hover’da koyulaşır */
.category-tour-card-overlay-simple {
  position: absolute;
  inset: 0;
  background: rgba(14, 26, 43, 0.25);
  transition: background 0.35s ease;
  z-index: 1;
}

.category-tour-card-simple:hover .category-tour-card-overlay-simple {
  background: rgba(14, 26, 43, 0.35);
}

/* Başlık görselin üzerinde, alt hizalı – beyaz, hafif text-shadow, serif */
.category-tour-card-image-simple .category-tour-card-title-simple {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  margin: 0;
  padding: 1.25rem 1.5rem;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(1.23rem, 2.14vw, 1.5rem);
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.03em;
  line-height: 1.25;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  transition: transform 0.35s ease;
}

.category-tour-card-simple:hover .category-tour-card-image-simple .category-tour-card-title-simple {
  transform: translateY(-3px);
}

/* Alt bilgi alanı: 3 mini bilgi + CTA, sade, nefes alan */
.category-tour-card-body-simple {
  flex: 0 0 32%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1.25rem 1.5rem;
  background: #faf8f5;
  min-height: 0;
}

.page-luxury-tours-category .category-tour-card-body-simple {
  justify-content: flex-start;
}

.category-tour-card-meta-simple {
  list-style: none;
  margin: 0 0 0.85rem 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0 0.6rem;
  font-size: 0.8rem;
  font-weight: 400;
  color: var(--dark-muted);
  letter-spacing: 0.02em;
}

.category-tour-card-meta-simple li {
  position: relative;
}

.category-tour-card-meta-simple li:not(:last-child)::after {
  content: '·';
  position: absolute;
  right: -0.45rem;
  opacity: 0.6;
}

/* Card price + CTA row: side by side with clear spacing (luxury-tours category only). */
.page-luxury-tours-category .category-tour-card-cta-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 2rem;
  margin-top: auto;
  width: 100%;
}

.page-luxury-tours-category .category-tour-card-price-usd {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--navy);
  line-height: 1.2;
  flex: 0 1 auto;
  min-width: 0;
  max-width: 58%;
}

.page-luxury-tour-detail .category-tour-card-price-usd {
  display: none !important;
}

/* Buton: gold border, iç boş, hover’da dolu */
.category-tour-card-cta-simple {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
  background: transparent;
  border: 1px solid var(--gold);
  padding: 0.55rem 1.1rem;
  transition: background 0.35s ease, color 0.35s ease, border-color 0.35s ease, gap 0.35s ease;
  flex: 0 0 auto;
  align-self: flex-start;
}

.page-luxury-tours-category .category-tour-card-cta-row .category-tour-card-cta-simple {
  align-self: center;
  flex-shrink: 0;
  margin-left: auto;
}

.category-tour-card-cta-simple svg {
  width: 14px;
  height: 14px;
  transition: transform 0.35s ease;
}

.category-tour-card-simple:hover .category-tour-card-cta-simple {
  background: var(--gold);
  color: var(--navy);
  border-color: var(--gold);
  gap: 0.5rem;
}

.category-tour-card-simple:hover .category-tour-card-cta-simple svg {
  transform: translateX(2px);
}

.category-tour-card-link {
  display: block;
  color: inherit;
  height: 100%;
}

.category-tour-card-image {
  position: relative;
  aspect-ratio: 3/4;
  overflow: hidden;
  background: var(--navy);
}

.category-tour-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.category-tour-card:hover .category-tour-card-image img {
  transform: scale(1.08);
}

.category-tour-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(14, 26, 43, 0.95) 0%, rgba(14, 26, 43, 0.4) 45%, transparent 70%);
  transition: background var(--transition);
}

.category-tour-card:hover .category-tour-card-overlay {
  background: linear-gradient(to top, rgba(14, 26, 43, 0.97) 0%, rgba(14, 26, 43, 0.5) 50%, transparent 75%);
}

.category-tour-card-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 2rem 1.5rem 1.75rem;
  z-index: 2;
}

.category-tour-card-accent {
  display: block;
  width: 32px;
  height: 2px;
  background: var(--gold);
  margin-bottom: 1rem;
  transition: width var(--transition);
}

.category-tour-card:hover .category-tour-card-accent {
  width: 48px;
}

.category-tour-card-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.35rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0.5rem;
  letter-spacing: 0.02em;
}

.category-tour-card-desc {
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.55;
  margin-bottom: 1rem;
  max-width: 95%;
}

.category-tour-card-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gold);
  transition: gap var(--transition), opacity var(--transition);
}

.category-tour-card-cta svg {
  flex-shrink: 0;
  transition: transform var(--transition);
}

.category-tour-card:hover .category-tour-card-cta svg {
  transform: translateX(4px);
}

/* Neden Biz – lacivert arka planda kartlar */
.category-why-navy .section-header {
  margin-bottom: 3.5rem;
}

.category-why-header-light .section-title {
  color: #fff !important;
}

.why-card-navy {
  background: rgba(7, 16, 30, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-left: none;
  box-shadow: none;
}

.why-card-navy::before {
  display: none;
}

.why-card-navy::after {
  display: none;
}

.why-card-navy:hover {
  background: rgba(7, 16, 30, 0.9);
  border-color: rgba(201, 162, 77, 0.35);
}

.why-card-navy .why-card-title {
  color: #ffffff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
}

.why-card-navy .why-card-text {
  color: rgba(255, 255, 255, 0.95);
}

.category-why-header-light .section-subtitle,
.category-why-header-light .section-label {
  color: rgba(255, 255, 255, 0.95) !important;
}

.why-card-navy .why-card-icon {
  background: rgba(201, 162, 77, 0.2);
  border-color: rgba(201, 162, 77, 0.35);
  color: var(--gold);
}

/* Category SEO – geniş, kutusuz */
.category-seo-wide {
  padding: 4rem 0;
  background: var(--bg-light);
}

.category-seo-wide-inner {
  max-width: 900px;
  margin: 0 auto;
}

.category-seo-wide .category-seo-title {
  margin-bottom: 1.25rem;
}

.category-seo-content p {
  font-size: 1rem;
  color: var(--dark-muted);
  line-height: 1.75;
  margin-bottom: 1rem;
}

.category-seo-content p:last-child {
  margin-bottom: 0;
}

/* Category SEO – premium kutu (eski, artık sadece wide kullanılıyor) */
.category-seo {
  padding: 4.5rem 0;
  position: relative;
}

.category-seo-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, #fafaf8 0%, #f2f0eb 50%, #ebe8e2 100%);
  background-image:
    linear-gradient(rgba(201, 162, 77, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(201, 162, 77, 0.03) 1px, transparent 1px);
  background-size: 40px 40px;
}

.category-seo .container {
  position: relative;
  z-index: 1;
}

.category-seo-card {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  background: #fff;
  box-shadow: 0 0 0 1px rgba(14, 26, 43, 0.06), 0 8px 32px rgba(14, 26, 43, 0.08);
  overflow: hidden;
}

.category-seo-card-frame {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(201, 162, 77, 0.3);
  pointer-events: none;
  margin: 10px;
}

.category-seo-card-frame::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--gold), rgba(201, 162, 77, 0.4));
}

.category-seo-card-inner {
  position: relative;
  padding: 2.25rem 2rem 2rem;
  z-index: 1;
}

.category-seo-card-inner .section-label {
  margin-bottom: 0.5rem;
}

.category-seo-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.6rem;
  font-weight: 600;
  color: var(--navy);
  margin-bottom: 1.25rem;
  letter-spacing: 0.02em;
}

.category-seo-box {
  max-height: 220px;
  overflow-y: auto;
  padding-right: 0.5rem;
  scrollbar-width: thin;
}

.category-seo-box::-webkit-scrollbar {
  width: 6px;
}

.category-seo-box::-webkit-scrollbar-track {
  background: var(--bg-light);
}

.category-seo-box::-webkit-scrollbar-thumb {
  background: var(--dark-muted);
  border-radius: 3px;
}

.category-seo-box p {
  font-size: 0.98rem;
  color: var(--dark-muted);
  line-height: 1.75;
  margin-bottom: 0.85rem;
}

.category-seo-box p:last-child {
  margin-bottom: 0;
}

/* Category FAQ – lacivert arka plan, sarı çizgi yok */
.category-faq-section {
  padding: 4.5rem 0;
}

.category-faq-navy {
  background: var(--navy);
}

.category-faq-header-light .section-title {
  color: #fff !important;
}

.category-faq-card {
  background: var(--bg-white);
  border: 1px solid var(--border-light);
  box-shadow: 0 4px 24px rgba(14, 26, 43, 0.06);
  border-left: 4px solid var(--gold);
  padding: 0.5rem 0;
}

.category-faq-card-navy {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  border: 1px solid rgba(14, 26, 43, 0.06);
  box-shadow: none;
  border-left: none;
}

.accordion-category .accordion-item {
  border-bottom: 1px solid var(--border-light);
}

.accordion-category .accordion-item:last-child {
  border-bottom: 0;
}

.category-faq-card-navy .accordion-item {
  border-bottom-color: rgba(14, 26, 43, 0.06);
}

.accordion-category .accordion-button {
  background: #fff !important;
  color: var(--navy) !important;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.12rem;
  font-weight: 600;
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  line-height: 1.4;
  padding: 1.15rem 1.5rem;
  border: none !important;
}

.category-faq-card-navy .accordion-button {
  background: #fff !important;
  color: var(--gold) !important;
  border-bottom: 1px solid rgba(14, 26, 43, 0.06) !important;
  padding-top: 1.1rem !important;
  padding-bottom: 1.1rem !important;
}

.category-faq-card-navy .accordion-button:not(.collapsed) {
  color: var(--gold) !important;
  background: #fff !important;
  border-bottom-color: transparent !important;
}

.accordion-category .accordion-button:not(.collapsed) {
  color: var(--gold) !important;
  background: linear-gradient(135deg, rgba(201, 162, 77, 0.04) 0%, transparent 100%) !important;
}

.accordion-category .accordion-button::after {
  filter: none;
}

.category-faq-card-navy .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23C9A24D'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  filter: none;
}

.category-faq-card-navy .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23C9A24D'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}

.accordion-category .accordion-body {
  color: var(--dark-muted);
  font-size: 0.98rem;
  line-height: 1.65;
  padding: 0 1.5rem 1.25rem;
  border: none;
  background: transparent;
}

.category-faq-card-navy .accordion-body {
  color: var(--dark);
  background: #fff;
  border-left: none;
  margin-left: 0;
  padding: 0 1.5rem 1.25rem 1.25rem;
}

/* Helicopter tours FAQ – premium carded accordion */
.heli-faq-premium {
  background: radial-gradient(circle at 20% 0%, rgba(201, 162, 77, 0.08), transparent 35%), var(--navy);
}

/* Same block as helicopter-tours when services-pages.css also loads (yacht / helicopter charter). */
section.heli-faq-premium.category-faq-section.category-faq-navy {
  padding-top: 4.5rem !important;
  padding-bottom: 4.5rem !important;
}

section.heli-faq-premium .section-header.category-faq-header-light {
  text-align: center;
}

section.heli-faq-premium .section-header .section-subtitle.section-subtitle-light {
  max-width: 36rem;
  margin-left: auto;
  margin-right: auto;
}

.heli-faq-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  padding: 1rem;
  max-width: 920px;
}

/* Scoped by .heli-faq-card so yacht-charter / helicopter-charter match (they use different accordion ids). */
.heli-faq-card .accordion-category .accordion-item {
  border: 1px solid rgba(14, 26, 43, 0.08);
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 0.8rem;
  box-shadow: 0 6px 18px rgba(14, 26, 43, 0.06);
}

.heli-faq-card .accordion-category .accordion-item:last-child {
  margin-bottom: 0;
}

.heli-faq-card .accordion-category .accordion-button {
  color: var(--navy) !important;
  background: #ffffff !important;
  padding: 1.05rem 1.25rem !important;
  font-size: 1.08rem;
  border: 0 !important;
  box-shadow: none !important;
}

.heli-faq-card .accordion-category .accordion-button:not(.collapsed) {
  color: var(--gold) !important;
  background: linear-gradient(135deg, rgba(201, 162, 77, 0.08), rgba(201, 162, 77, 0.02)) !important;
  box-shadow: none !important;
}

.heli-faq-card .accordion-category .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230E1A2B'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  filter: none;
}

.heli-faq-card .accordion-category .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23C9A24D'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}

.heli-faq-card .accordion-category .accordion-body {
  color: var(--dark-muted);
  background: #fff;
  padding: 0.2rem 1.25rem 1.2rem;
  border: none !important;
}

/* Category related – kaydırmalı kartlar */
.category-related-section {
  padding: 4.5rem 0;
  background: var(--bg-light);
}

.category-related-header {
  text-align: center;
  max-width: 480px;
  margin: 0 auto 2.5rem;
}

.category-related-header-second {
  margin-top: 4rem;
  margin-bottom: 2.5rem;
}

.category-related-header .section-title {
  font-size: clamp(1.75rem, 3vw, 2.15rem);
}

.category-related-scroll {
  overflow-x: auto;
  overflow-y: hidden;
  margin: 0 -1rem;
  padding: 0 1rem 0.5rem;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
}

.category-related-cards {
  display: flex;
  gap: 1.25rem;
  flex-wrap: nowrap;
  padding-bottom: 0.5rem;
}

.category-related-card {
  flex: 0 0 auto;
  width: 280px;
  display: block;
  text-decoration: none;
  color: inherit;
  background: var(--bg-white);
  border: 1px solid var(--border-light);
  box-shadow: 0 2px 12px rgba(14, 26, 43, 0.06);
  transition: box-shadow var(--transition), border-color var(--transition), transform var(--transition);
}

.category-related-card:hover {
  box-shadow: 0 8px 28px rgba(14, 26, 43, 0.1);
  border-color: rgba(201, 162, 77, 0.3);
  transform: translateY(-2px);
}

.category-related-card-image {
  position: relative;
  aspect-ratio: 4/3;
  overflow: hidden;
}

.category-related-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--transition);
}

.category-related-card:hover .category-related-card-image img {
  transform: scale(1.05);
}

.category-related-card-accent {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform var(--transition);
}

.category-related-card:hover .category-related-card-accent {
  transform: scaleX(1);
}

.category-related-card-title {
  display: block;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--navy);
  padding: 1.25rem 1.25rem 1.5rem;
  letter-spacing: 0.02em;
}

/* VIP detail: image opens lightbox; title links to service */
button.category-related-card-image-zoom {
  appearance: none;
  border: none;
  padding: 0;
  margin: 0;
  width: 100%;
  display: block;
  font: inherit;
  color: inherit;
  cursor: zoom-in;
  text-align: left;
  background: var(--bg-white);
}

a.category-related-card-title {
  text-decoration: none;
  transition: color var(--transition);
}

a.category-related-card-title:hover {
  color: var(--gold);
}

.category-related-cards-blog .category-related-card {
  width: 300px;
}

.category-related-card-blog {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.35rem 1.5rem;
  min-height: 80px;
}

.category-related-card-blog .category-related-card-title {
  padding: 0;
  flex: 1;
  font-size: 1.05rem;
}

.category-related-card-arrow {
  flex-shrink: 0;
  color: var(--gold);
  transition: transform var(--transition);
}

.category-related-card-blog:hover .category-related-card-arrow {
  transform: translateX(4px);
}

/* Home blog highlights (modern card variant) */
.home-blog-cards .home-blog-card {
  width: 340px;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(14, 26, 43, 0.08);
  box-shadow: 0 10px 32px rgba(14, 26, 43, 0.08);
}

/* Keep homepage blog cards visually centered */
.home-blog-section .category-related-scroll {
  margin: 0;
  padding: 0 0 0.5rem;
  overflow: visible;
}

.home-blog-section .home-blog-cards {
  justify-content: center;
  flex-wrap: wrap;
}

.home-blog-cards .home-blog-card .category-related-card-image {
  aspect-ratio: 16 / 10;
}

.home-blog-card-body {
  padding: 1rem 1rem 1.1rem;
}

.home-blog-meta {
  display: inline-block;
  font-size: 0.67rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(14, 26, 43, 0.58);
  margin-bottom: 0.45rem;
}

.home-blog-title {
  padding: 0;
  font-size: 1.25rem;
  line-height: 1.35;
  min-height: 3.35rem;
}

.home-blog-cta {
  display: inline-flex;
  margin-top: 0.7rem;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: transform var(--transition), color var(--transition);
}

.home-blog-cards .home-blog-card:hover .home-blog-title {
  color: var(--gold);
}

.home-blog-cards .home-blog-card:hover .home-blog-cta {
  transform: translateX(3px);
}

@media (max-width: 1199px) {
  .category-tours-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .category-tours-grid {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
  .category-related-card {
    width: 260px;
  }
  .category-related-cards-blog .category-related-card {
    width: 280px;
  }
  .home-blog-cards .home-blog-card {
    width: 280px;
  }

  .home-blog-section .category-related-scroll {
    overflow-x: auto;
    margin: 0 -1rem;
    padding: 0 1rem 0.5rem;
  }

  .home-blog-section .home-blog-cards {
    justify-content: flex-start;
    flex-wrap: nowrap;
  }
}

/* ========== Tur detay sayfası (helicopter-tour-detail.html) ========== */

/* 1) Hero – tam genişlik, koyu overlay, gradient fade alt, yükseklik +%5–10 */
.tour-detail-hero {
  position: relative;
  min-height: 77vh;
  display: flex;
  align-items: center;
  padding-top: 6rem;
}

.tour-detail-hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}

/* Optional <img> hero — override global `img { max-width:100%; height:auto }` so cover fills the section */
.tour-detail-hero-photo {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  max-width: none;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center 42%;
}

.tour-detail-hero-has-photo .tour-detail-hero-overlay {
  z-index: 1;
}

.tour-detail-hero-has-photo::after {
  z-index: 2;
}

.tour-detail-hero-has-photo .tour-detail-hero-content {
  z-index: 3;
}

.tour-detail-hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(14, 26, 43, 0.72);
}

.tour-detail-hero::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 120px;
  background: linear-gradient(to top, var(--bg-white), transparent);
  pointer-events: none;
  z-index: 1;
}
/* Yacht sub-pages: hero'daki geçiş (gradient) kaldırılır */
.tour-detail-hero-no-gradient::after {
  display: none;
}

.tour-detail-hero-content {
  position: relative;
  z-index: 2;
}

.tour-detail-hero-col {
  max-width: 720px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 992px) {
  .tour-detail-hero-col {
    padding-left: 2.5rem;
  }
}

.tour-detail-hero-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(2rem, 4.5vw, 3.25rem);
  font-weight: 600;
  color: #fff;
  margin: 0 0 0.75rem 0;
  letter-spacing: 0.02em;
  position: relative;
  display: inline-block;
  padding-bottom: 0.5rem;
}

.tour-detail-hero-title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 56px;
  height: 2px;
  background: var(--gold);
}

.tour-detail-hero-intro {
  font-size: 1.12rem;
  color: rgba(255, 255, 255, 0.92);
  margin: 0 0 1.75rem 0;
  line-height: 1.5;
}

.tour-detail-hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.tour-detail-hero-buttons .btn-lg {
  padding: 0.85rem 1.75rem;
  font-size: 0.9rem;
  transition: transform var(--transition);
}

.tour-detail-hero-buttons .btn-lg:hover {
  transform: translateY(-2px);
}

@media (max-width: 767px) {
  .tour-detail-hero-title {
    font-size: clamp(1.5rem, 6vw, 1.85rem);
  }
  .tour-detail-hero-intro {
    font-size: 0.95rem;
    margin-bottom: 1.25rem;
  }
  .tour-detail-hero-buttons .btn-lg {
    padding: 0.6rem 1.15rem;
    font-size: 0.8rem;
  }
}

/* 2) Quick info bar – border incelt, icon/divider hafiflet */
.tour-detail-quick-bar {
  padding: 1.25rem 0;
  border-bottom: 1px solid rgba(14, 26, 43, 0.06);
  background: var(--white);
}

.tour-detail-quick-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1.5rem 2rem;
}

.tour-detail-quick-item {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  transition: transform 0.25s ease;
}

.tour-detail-quick-item:hover {
  transform: translateY(-1px);
}

.tour-detail-quick-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(201, 162, 77, 0.7);
  flex-shrink: 0;
}

.tour-detail-quick-label {
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--dark-muted);
}

.tour-detail-quick-value {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--navy);
}

.tour-detail-quick-divider {
  width: 1px;
  height: 24px;
  background: rgba(14, 26, 43, 0.08);
}

@media (max-width: 767px) {
  .tour-detail-quick-divider {
    display: none;
  }
}

/* 3) Gallery strip */
.tour-detail-strip-scroll {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  padding: 0.5rem 0 1rem;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

.tour-detail-strip-scroll::-webkit-scrollbar {
  height: 6px;
}

.tour-detail-strip-scroll::-webkit-scrollbar-track {
  background: var(--bg-light);
}

.tour-detail-strip-scroll::-webkit-scrollbar-thumb {
  background: rgba(201, 162, 77, 0.3);
  border-radius: 3px;
}

.tour-detail-strip-item {
  flex: 0 0 200px;
  scroll-snap-align: start;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(14, 26, 43, 0.05);
  transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}

.tour-detail-strip-item:hover {
  border-color: rgba(201, 162, 77, 0.25);
  box-shadow: 0 2px 12px rgba(14, 26, 43, 0.06);
  transform: translateY(-2px);
}

.tour-detail-strip-item img {
  width: 100%;
  height: 140px;
  object-fit: cover;
  display: block;
}

button.tour-detail-strip-item,
button.tour-detail-gallery-item,
button.yacht-gallery-item {
  appearance: none;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  text-align: inherit;
  cursor: pointer;
}

button.tour-detail-strip-item {
  display: block;
}

button.tour-detail-gallery-item {
  display: block;
  width: 100%;
}

button.yacht-gallery-item,
button.charter-gallery-item {
  display: block;
  width: 100%;
  height: 100%;
}

/* In-page gallery lightbox (detail pages) */
.detail-gallery-modal .modal-content {
  min-height: 50vh;
}

.detail-gallery-slide-figure {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 45vh;
  padding: 2.75rem 3.25rem 1rem;
}

.detail-gallery-slide-img {
  display: block;
  width: 100%;
  max-width: 100%;
  max-height: min(85vh, 920px);
  object-fit: contain;
  margin: 0 auto;
}

@media (max-width: 991.98px) {
  .detail-gallery-slide-figure {
    padding: 3.25rem 1rem 0.75rem;
    min-height: 55vh;
  }
}

/* 4) Experience + highlights */
.tour-detail-experience-inner {
  max-width: 800px;
  margin: 0 auto;
}

.tour-detail-experience-title {
  margin-bottom: 0;
}

.tour-detail-experience-text {
  margin-bottom: 2rem;
}

.tour-detail-experience-text p {
  font-size: 1.02rem;
  color: var(--dark-muted);
  line-height: 1.7;
  margin-bottom: 1rem;
}

.tour-detail-highlights {
  list-style: none;
  margin: 0;
  padding: 0;
}

.tour-detail-highlights li {
  font-size: 0.98rem;
  color: var(--dark-muted);
  line-height: 1.6;
  padding: 0.5rem 0;
  border-bottom: 1px solid var(--border-light);
}

.tour-detail-highlights li:last-child {
  border-bottom: 0;
}

.tour-detail-highlights strong {
  color: var(--navy);
  font-weight: 600;
  display: inline-block;
  min-width: 140px;
}

/* 5) Route */
.tour-detail-route-text {
  font-size: 1rem;
  color: var(--dark-muted);
  line-height: 1.7;
  margin-bottom: 1.5rem;
}

.tour-detail-route-steps {
  padding-left: 1.25rem;
  margin: 0 0 1.5rem 0;
  color: var(--dark-muted);
  line-height: 1.8;
}

.tour-detail-route-map {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(14, 26, 43, 0.06);
  box-shadow: 0 2px 10px rgba(14, 26, 43, 0.04);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.tour-detail-route-map:hover {
  box-shadow: 0 4px 16px rgba(14, 26, 43, 0.06);
  transform: translateY(-1px);
}

.tour-detail-route-map img {
  width: 100%;
  height: auto;
  display: block;
}

.tour-detail-route-map-caption {
  display: block;
  padding: 0.75rem 1rem;
  font-size: 0.8rem;
  color: var(--dark-muted);
  background: var(--bg-light);
}

/* 6) Package cards (kullanılmıyor; Diğer turlar ile değiştirildi) */
.tour-detail-package-card {
  position: relative;
  padding: 2rem 1.75rem;
  background: var(--white);
  border: 1px solid rgba(14, 26, 43, 0.06);
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(14, 26, 43, 0.03);
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}

.tour-detail-package-card:hover {
  border-color: rgba(201, 162, 77, 0.25);
  box-shadow: 0 4px 16px rgba(14, 26, 43, 0.06);
  transform: translateY(-2px);
}

.tour-detail-package-featured {
  border-color: rgba(201, 162, 77, 0.35);
}

.tour-detail-package-badge {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold);
}

.tour-detail-package-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.35rem;
  font-weight: 600;
  color: var(--navy);
  margin: 0 0 1.25rem 0;
}

.tour-detail-package-meta {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem 0;
  flex: 1;
}

.tour-detail-package-meta li {
  font-size: 0.9rem;
  color: var(--dark-muted);
  line-height: 1.6;
  padding: 0.25rem 0;
}

/* 7) Gallery grid + lightbox */
.tour-detail-gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.tour-detail-gallery-item {
  position: relative;
  display: block;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(14, 26, 43, 0.05);
  transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

.tour-detail-gallery-item:hover {
  transform: scale(1.02);
  border-color: rgba(201, 162, 77, 0.3);
  box-shadow: 0 4px 20px rgba(14, 26, 43, 0.08);
}

.tour-detail-gallery-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

.tour-detail-gallery-item-wide {
  grid-column: 1 / -1;
}

.tour-detail-gallery-item-wide img {
  height: 280px;
}

.tour-detail-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(14, 26, 43, 0.92);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.tour-detail-lightbox-open {
  opacity: 1;
  visibility: visible;
}

.tour-detail-lightbox img {
  max-width: 100%;
  max-height: 90vh;
  object-fit: contain;
}

.tour-detail-lightbox-close {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
  padding: 0.5rem;
}

.tour-detail-lightbox-close:hover {
  color: var(--gold);
}

/* 8) FAQ – reuse accordion, spacing */
.tour-detail-faq-accordion .accordion-button {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

/* Tur detay: section spacing artır */
.tour-detail-gallery-strip.section,
.tour-detail-experience.section,
.tour-detail-route.section,
.tour-detail-gallery.section,
.tour-detail-faq.section,
.tour-detail-reservation.section,
.tour-detail-related.section {
  padding-top: 5.5rem;
  padding-bottom: 5.5rem;
}

@media (max-width: 767px) {
  .tour-detail-gallery-strip.section,
  .tour-detail-experience.section,
  .tour-detail-route.section,
  .tour-detail-gallery.section,
  .tour-detail-faq.section,
  .tour-detail-reservation.section,
  .tour-detail-related.section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.tour-detail-related .category-related-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.tour-detail-related .category-related-card:hover {
  transform: translateY(-3px);
}

/* ============================================
   Helicopter Charter Page (Services)
   ============================================ */

/* Charter hero – dengeli grid, sabit oranlar, premium his */
.charter-hero-grid-section {
  padding-top: 5.5rem;
  padding-bottom: 0;
}
.charter-hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 400px;
  gap: 14px;
  max-width: 1100px;
  margin: 0 auto;
}
.charter-hero-grid-main {
  border-radius: 16px;
  overflow: hidden;
  background: var(--navy);
  position: relative;
  box-shadow: 0 8px 32px rgba(14, 26, 43, 0.12);
}
.charter-hero-grid-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.charter-hero-grid-side {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 14px;
}
.charter-hero-grid-side-top,
.charter-hero-grid-side-bottom {
  border-radius: 16px;
  overflow: hidden;
  background: var(--navy);
  position: relative;
  min-height: 0;
  box-shadow: 0 6px 24px rgba(14, 26, 43, 0.1);
}
.charter-hero-grid-side-top img,
.charter-hero-grid-side-bottom img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.charter-hero-bar {
  margin-top: 2.25rem;
  padding: 2rem 0 2.5rem;
  border-top: 1px solid var(--border-light);
}
.charter-hero-bar-inner {
  max-width: 640px;
}
.charter-hero-bar-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(1.85rem, 3.5vw, 2.5rem);
  font-weight: 600;
  color: var(--navy);
  margin-bottom: 0.5rem;
  letter-spacing: 0.02em;
}
.charter-hero-bar-title::after {
  content: '';
  display: block;
  width: 56px;
  height: 3px;
  background: linear-gradient(90deg, var(--gold), rgba(201, 162, 77, 0.5));
  margin-top: 0.6rem;
  border-radius: 2px;
}
.charter-hero-bar-intro {
  font-size: 1rem;
  color: var(--dark-muted);
  margin-bottom: 1.35rem;
  line-height: 1.6;
}
.charter-hero-bar-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
}
.charter-hero-bar-buttons .btn-lg {
  padding: 0.8rem 1.6rem;
  font-size: 0.9rem;
}
@media (max-width: 991px) {
  .charter-hero-grid {
    grid-template-columns: 1fr;
    grid-template-rows: 320px 1fr 1fr;
    gap: 12px;
  }
  .charter-hero-grid-main {
    grid-row: 1;
  }
  .charter-hero-grid-side {
    grid-row: 2 / 4;
    grid-template-rows: 1fr 1fr;
    min-height: 280px;
  }
}
@media (max-width: 767px) {
  .charter-hero-grid-section {
    padding-top: 4.5rem;
  }
  .charter-hero-grid {
    grid-template-rows: 260px 130px 130px;
    gap: 10px;
  }
  .charter-hero-bar {
    margin-top: 1.75rem;
    padding: 1.5rem 0 2rem;
  }
  .charter-hero-bar-buttons .btn-lg {
    padding: 0.65rem 1.25rem;
    font-size: 0.85rem;
  }
}

/* Açıklama bölümü – ikonlardan hemen sonra */
.charter-description {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background: var(--bg-white);
}
.charter-description-inner {
  max-width: 800px;
  margin: 0 auto;
}
.charter-description-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(1.75rem, 3.5vw, 2.25rem);
  font-weight: 600;
  color: var(--navy);
  margin-bottom: 0;
}
.charter-description-text {
  font-size: 1.05rem;
  color: var(--dark-muted);
  line-height: 1.7;
}
.charter-description-text p {
  margin-bottom: 1rem;
}
.charter-description-text p:last-child {
  margin-bottom: 0;
}

.charter-quick-bar .tour-detail-quick-value {
  font-size: 0.95rem;
}

/* Charter scenarios – 4 cards */
.charter-scenarios-grid {
  margin-top: 0.5rem;
}
.charter-scenario-card {
  background: var(--bg-white);
  border: 1px solid var(--border-light);
  border-radius: 4px;
  padding: 1.75rem 1.5rem;
  height: 100%;
  transition: border-color var(--transition), box-shadow var(--transition);
}
.charter-scenario-card:hover {
  border-color: rgba(201, 162, 77, 0.35);
  box-shadow: var(--shadow-sm);
}
.charter-scenario-icon {
  color: var(--gold);
  margin-bottom: 1rem;
}
.charter-scenario-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--navy);
  margin-bottom: 0.5rem;
}
.charter-scenario-text {
  font-size: 0.9rem;
  color: var(--dark-muted);
  margin: 0;
  line-height: 1.55;
}

/* How it works – steps */
.charter-steps {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  gap: 1rem 0.5rem;
  max-width: 1000px;
  margin: 0 auto;
}
.charter-step {
  flex: 1 1 160px;
  min-width: 0;
  text-align: center;
  padding: 1.25rem 1rem;
  background: var(--bg-light);
  border: 1px solid var(--border-light);
  border-radius: 4px;
}
.charter-step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--gold);
  color: var(--navy);
  font-weight: 600;
  font-size: 0.9rem;
  margin-bottom: 0.75rem;
}
.charter-step-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--navy);
  margin-bottom: 0.35rem;
}
.charter-step-text {
  font-size: 0.85rem;
  color: var(--dark-muted);
  margin: 0;
  line-height: 1.5;
}
.charter-step-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .charter-steps { flex-direction: column; align-items: center; }
  .charter-step { flex: 0 1 auto; width: 100%; max-width: 320px; }
  .charter-step-arrow { transform: rotate(90deg); }
}

/* Fleet cards */
.charter-fleet-card {
  background: var(--bg-white);
  border: 1px solid var(--border-light);
  border-radius: 4px;
  overflow: hidden;
  height: 100%;
  transition: border-color var(--transition), box-shadow var(--transition);
}
.charter-fleet-card:hover {
  border-color: rgba(201, 162, 77, 0.3);
  box-shadow: var(--shadow-sm);
}
.charter-fleet-image {
  position: relative;
  aspect-ratio: 16/10;
  overflow: hidden;
}
.charter-fleet-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.charter-fleet-accent {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40%;
  background: linear-gradient(to top, rgba(14, 26, 43, 0.4), transparent);
}
.charter-fleet-body {
  padding: 1.5rem 1.25rem;
}
.charter-fleet-name {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.35rem;
  font-weight: 600;
  color: var(--navy);
  margin-bottom: 0.75rem;
}
.charter-fleet-specs {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0.9rem;
  color: var(--dark-muted);
  line-height: 1.7;
}
.charter-fleet-specs strong {
  color: var(--dark);
  font-weight: 500;
}

/* Trust & licenses */
.charter-trust-item {
  text-align: center;
  padding: 1.5rem 1rem;
  background: var(--bg-white);
  border: 1px solid var(--border-light);
  border-radius: 4px;
  height: 100%;
}
.charter-trust-icon {
  color: var(--gold);
  margin-bottom: 1rem;
}
.charter-trust-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--navy);
  margin-bottom: 0.5rem;
}
.charter-trust-text {
  font-size: 0.9rem;
  color: var(--dark-muted);
  margin: 0;
  line-height: 1.55;
}

/* Charter gallery */
.charter-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
.charter-gallery-item {
  aspect-ratio: 4/3;
  overflow: hidden;
  border-radius: 4px;
}
.charter-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .charter-gallery-grid { grid-template-columns: 1fr; }
}

/* Charter form – detailed grid */
.charter-form-card .quote-card-inner {
  max-width: 100%;
}
.charter-form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem 1.5rem;
  margin-bottom: 1.5rem;
}
.charter-form-grid .quote-field-full {
  grid-column: 1 / -1;
}
.quote-select {
  appearance: auto;
  cursor: pointer;
}
@media (max-width: 767px) {
  .charter-form-grid { grid-template-columns: 1fr; }
}

.charter-form-grid--short {
  gap: 1rem 1.25rem;
  margin-bottom: 1rem;
}

.page-helicopter-charter .charter-form-note {
  min-height: 4.25rem;
  max-height: 9rem;
}

/* ============================================
   Yacht Charter Page
   ============================================ */

.yacht-intro {
  padding: 4rem 0;
}
.yacht-intro-inner {
  max-width: 800px;
  margin: 0 auto;
}
.yacht-intro-inner p {
  font-size: 1.05rem;
  color: var(--dark-muted);
  line-height: 1.75;
  margin-bottom: 1.25rem;
}
.yacht-intro-inner p:last-child {
  margin-bottom: 0;
}

/* Yacht experience type cards */
.yacht-experience-grid {
  margin-top: 0.5rem;
}
.yacht-experience-card {
  height: 100%;
  background: var(--bg-white);
  border: 1px solid var(--border-light);
  border-radius: 8px;
  overflow: hidden;
  transition: border-color var(--transition), box-shadow var(--transition);
}
.yacht-experience-card:hover {
  border-color: rgba(201, 162, 77, 0.3);
  box-shadow: var(--shadow-md);
}
.yacht-experience-card-link {
  display: block;
  color: inherit;
  text-decoration: none;
}
.yacht-experience-card-image {
  position: relative;
  aspect-ratio: 16/10;
  overflow: hidden;
}
.yacht-experience-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--transition);
}
.yacht-experience-card:hover .yacht-experience-card-image img {
  transform: scale(1.03);
}
.yacht-experience-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(14, 26, 43, 0.5) 0%, transparent 50%);
}
.yacht-experience-card-body {
  padding: 1.5rem 1.25rem;
}
.yacht-experience-card-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--navy);
  margin-bottom: 0.5rem;
}
.yacht-experience-card-desc {
  font-size: 0.9rem;
  color: var(--dark-muted);
  line-height: 1.55;
  margin-bottom: 1rem;
}
.yacht-experience-card-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--gold);
  transition: gap var(--transition);
}
.yacht-experience-card:hover .yacht-experience-card-cta {
  gap: 0.5rem;
}

/* Yacht fleet cards */
.yacht-fleet {
  background: var(--bg-white);
}
.yacht-fleet-grid {
  margin-top: 0.5rem;
}
.yacht-fleet-card {
  background: var(--bg-white);
  border: 1px solid var(--border-light);
  border-radius: 8px;
  overflow: hidden;
  height: 100%;
  transition: border-color var(--transition), box-shadow var(--transition);
}
.yacht-fleet-card:hover {
  border-color: rgba(201, 162, 77, 0.25);
  box-shadow: var(--shadow-sm);
}
.yacht-fleet-card-image {
  aspect-ratio: 16/10;
  overflow: hidden;
}
.yacht-fleet-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.yacht-fleet-card-body {
  padding: 1.5rem 1.25rem;
}
.yacht-fleet-card-name {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--navy);
  margin-bottom: 0.75rem;
}
.yacht-fleet-card-specs {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0.9rem;
  color: var(--dark-muted);
  line-height: 1.8;
}
.yacht-fleet-card-specs strong {
  color: var(--dark);
  font-weight: 500;
}

/* Yacht gallery */
.yacht-gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
.yacht-gallery-item {
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 4/3;
}
.yacht-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .yacht-gallery-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 575px) {
  .yacht-gallery-grid { grid-template-columns: 1fr; }
}

/* Lacivert bölümler – tema uyumu (altın çizgi, light başlıklar) */
.signature-services-accent-light {
  background: var(--gold) !important;
}

/* Yacht Why Us – navy içinde header */
.yacht-why-navy .yacht-why-header-light .section-title {
  color: #fff !important;
}
.yacht-why-navy .yacht-why-header-light .section-label {
  color: var(--gold) !important;
}

/* Helicopter Charter – Trust bölümü navy içinde kartlar */
.charter-trust-navy .charter-trust-header-light .section-title {
  color: #fff !important;
}
.charter-trust-navy .charter-trust-header-light .section-label {
  color: var(--gold) !important;
}
.charter-trust-navy .charter-trust-header-light .section-subtitle {
  color: rgba(255, 255, 255, 0.82) !important;
}
.charter-trust-item-navy {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
}
.charter-trust-item-navy .charter-trust-title {
  color: #fff;
}
.charter-trust-item-navy .charter-trust-text {
  color: rgba(255, 255, 255, 0.82);
}
.charter-trust-item-navy .charter-trust-icon {
  color: var(--gold);
}
.charter-trust-navy .charter-trust-item-navy:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.15);
}

/* ============================================
   Yacht sub-pages (hourly, private, etc.)
   ============================================ */

.yacht-package-card {
  background: var(--bg-white);
  border: 1px solid var(--border-light);
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
  transition: border-color var(--transition), box-shadow var(--transition);
}
.yacht-package-card:hover {
  border-color: var(--gold);
  box-shadow: 0 0 0 1px var(--gold), 0 8px 32px rgba(201, 162, 77, 0.15);
}
.yacht-package-card-image {
  aspect-ratio: 16/10;
  overflow: hidden;
}
.yacht-package-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.yacht-package-card-body {
  padding: 1.5rem 1.25rem;
}
.yacht-package-card-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.35rem;
  font-weight: 600;
  color: var(--navy);
  margin-bottom: 0.75rem;
}
.yacht-package-card-features {
  list-style: none;
  padding: 0;
  margin: 0 0 1.25rem;
  font-size: 0.9rem;
  color: var(--dark-muted);
  line-height: 1.7;
}
.yacht-package-card-features li::before {
  content: '✓ ';
  color: var(--gold);
  font-weight: 600;
}

.yacht-route-list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 1.05rem;
  color: var(--dark-muted);
  line-height: 2;
}
.yacht-route-list li::before {
  content: '→ ';
  color: var(--gold);
}
.yacht-route-map img {
  width: 100%;
  border-radius: 8px;
}

.yacht-included-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem 2rem;
  font-size: 1.05rem;
  color: var(--dark-muted);
}
.yacht-included-list li::before {
  content: '✓ ';
  color: var(--gold);
  margin-right: 0.35rem;
}

.yacht-masonry {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
.yacht-masonry-col {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.yacht-masonry-col img {
  width: 100%;
  border-radius: 8px;
  object-fit: cover;
}
.yacht-masonry-col img:first-child { aspect-ratio: 4/3; }
.yacht-masonry-col img:last-child { aspect-ratio: 4/3; }
@media (max-width: 767px) {
  .yacht-masonry { grid-template-columns: 1fr; }
}

.yacht-compact-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem 1.25rem;
  margin-bottom: 1.25rem;
}
@media (max-width: 575px) {
  .yacht-compact-grid { grid-template-columns: 1fr; }
}

/* Yacht experience blocks (private charter, corporate, etc.) */
.yacht-block-card,
.yacht-experience-blocks .yacht-block-card,
.yacht-corporate-cases .yacht-block-card {
  background: var(--bg-white);
  border: 1px solid var(--border-light);
  border-radius: 10px;
  padding: 1.5rem;
  height: 100%;
  transition: border-color var(--transition), box-shadow var(--transition);
}
.yacht-block-card:hover,
.yacht-experience-blocks .yacht-block-card:hover,
.yacht-corporate-cases .yacht-block-card:hover {
  border-color: var(--gold);
  box-shadow: var(--shadow-md);
}
.yacht-block-icon {
  color: var(--gold);
  margin-bottom: 1rem;
}
.yacht-block-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--navy);
  margin-bottom: 0.5rem;
}
.yacht-block-text {
  font-size: 0.95rem;
  color: var(--dark-muted);
  margin: 0;
  line-height: 1.6;
}

/* Yacht wedding – capacity & flow */
.yacht-capacity-card {
  background: var(--bg-white);
  border: 1px solid var(--border-light);
  border-radius: 10px;
  padding: 2rem 1.5rem;
  text-align: center;
  height: 100%;
  transition: border-color var(--transition), box-shadow var(--transition);
}
.yacht-capacity-card:hover,
.yacht-capacity-featured {
  border-color: var(--gold);
  box-shadow: 0 0 0 1px var(--gold), var(--shadow-sm);
}
.yacht-capacity-number {
  display: block;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 3rem;
  font-weight: 600;
  color: var(--gold);
  line-height: 1;
  margin-bottom: 0.25rem;
}
.yacht-capacity-label {
  font-size: 1rem;
  color: var(--dark-muted);
  margin-bottom: 0.75rem;
}
.yacht-capacity-desc {
  font-size: 0.95rem;
  color: var(--dark-muted);
  margin: 0;
  line-height: 1.5;
}
.yacht-flow-item {
  text-align: center;
  padding: 1rem 0;
}
.yacht-flow-step {
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  font-weight: 600;
  color: var(--gold);
  border: 2px solid var(--gold);
  border-radius: 50%;
  margin-bottom: 0.75rem;
}
.yacht-flow-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--navy);
  margin-bottom: 0.35rem;
}
.yacht-flow-text {
  font-size: 0.9rem;
  color: var(--dark-muted);
  margin: 0;
  line-height: 1.5;
}

/* Proposal – testimonials & video */
.yacht-testimonial-card {
  background: var(--bg-white);
  border: 1px solid var(--border-light);
  border-radius: 10px;
  padding: 1.5rem;
  margin: 0;
  border-left: 4px solid var(--gold);
}
.yacht-testimonial-text {
  font-size: 1.05rem;
  color: var(--dark);
  margin-bottom: 1rem;
  line-height: 1.6;
  font-style: italic;
}
.yacht-testimonial-author {
  font-size: 0.9rem;
  color: var(--dark-muted);
}
.yacht-video-wrap {
  max-width: 800px;
  margin: 0 auto;
  border-radius: 10px;
  overflow: hidden;
}
.text-navy { color: var(--navy); }
.yacht-setup-list,
.yacht-ultra-list {
  justify-content: center;
}

/* Yacht about block (hero → icons → about sırası) */
.yacht-about-block .yacht-about-inner {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}
.yacht-about-block .yacht-about-text {
  font-size: 1.05rem;
  color: var(--dark-muted);
  line-height: 1.7;
  margin: 0;
}
