/* ===== Ege Yat Kiralama — ortak stil (minimalist revizyon) ===== */
:root {
  --sea: #0ea5b7;
  --sea-deep: #0b7a8f;
  --navy: #0a2a3a;
  --ink: #1a2e35;
  --muted: #6b8591;
  --sand: #f6f3ec;
  --bg: #f7f9fa;
  --white: #ffffff;
  --line: #e8edf0;
  --shadow: 0 4px 24px rgba(0,0,0,.08);
  --shadow-sm: 0 2px 10px rgba(0,0,0,.06);
  --radius: 14px;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  color: var(--ink); background: var(--white); line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3, .logo { font-family: 'Poppins', sans-serif; line-height: 1.2; }
a { text-decoration: none; color: inherit; }
img { display: block; max-width: 100%; }
.container { width: min(1160px, 90%); margin-inline: auto; }
section { padding: 80px 0; }
.eyebrow { text-transform: uppercase; letter-spacing: .14em; font-size: .72rem; font-weight: 700; color: var(--sea-deep); margin-bottom: 10px; }
.section-head { max-width: 600px; margin-bottom: 40px; }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head h2 { font-size: clamp(1.75rem, 3.4vw, 2.5rem); font-weight: 700; color: var(--navy); letter-spacing: -.02em; }
.section-head p { color: var(--muted); margin-top: 10px; font-size: 1rem; line-height: 1.6; }

/* ---- Buttons ---- */
.btn {
  display: inline-flex; align-items: center; gap: 7px; cursor: pointer; border: none;
  font-family: 'Inter', sans-serif; font-weight: 600; font-size: .9rem; padding: 12px 22px;
  border-radius: 999px; transition: all .15s ease;
}
.btn-primary { background: var(--sea); color: #fff; }
.btn-primary:hover { background: var(--sea-deep); }
.btn-ghost { background: rgba(255,255,255,.18); color: #fff; border: 1px solid rgba(255,255,255,.4); }
.btn-ghost:hover { background: rgba(255,255,255,.28); }
.btn-dark { background: var(--navy); color: #fff; }
.btn-dark:hover { background: #0d3448; }
.btn-outline { background: var(--white); color: var(--navy); border: 1.5px solid var(--line); }
.btn-outline:hover { border-color: var(--sea); color: var(--sea-deep); }

/* ---- Header ---- */
.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 80;
  transition: background .25s, box-shadow .25s, border-color .25s;
  border-bottom: 1px solid transparent;
}
.site-header .nav { display: flex; align-items: center; justify-content: space-between; height: 72px; gap: 20px; }
.logo { display: flex; align-items: center; gap: 10px; font-weight: 800; font-size: 1.1rem; color: #fff; white-space: nowrap; }
.logo .mark {
  width: 34px; height: 34px; border-radius: 10px;
  background: linear-gradient(135deg, var(--sea), var(--sea-deep));
  display: grid; place-items: center; color: #fff; font-size: 1rem; flex: none;
}

/* ===== Egeyatch logo =====
   Amblem + canlı metin. Marka kılavuzu: Jost Medium 500 / harf aralığı .26em,
   alt satır Jost Regular / .40em. Renk currentColor'dan gelir; koyu zeminde
   beyaz, açık zeminde lacivert olur. */
.logo { gap: 12px; }
.logo-mark { height: 40px; width: auto; flex: none; display: block; }
.logo-type { display: flex; flex-direction: column; gap: 3px; line-height: 1; }
.logo-word {
  font-family: 'Jost', 'Poppins', sans-serif;
  font-weight: 500; font-size: 1.32rem; letter-spacing: .26em;
  text-transform: uppercase; color: currentColor;
}
.logo-tag {
  font-family: 'Jost', 'Inter', sans-serif;
  font-weight: 400; font-size: .5rem; letter-spacing: .28em;
  text-transform: uppercase; color: var(--sea); white-space: nowrap;
}
/* Şeffaf başlıkta hero fotoğrafı üzerinde okunurluk için açık turkuaz */
.site-header .logo-tag { color: #7fd6e0; }
.site-header.scrolled .logo-tag,
.site-header.solid .logo-tag { color: var(--sea); }
.site-footer .logo-mark { height: 36px; }
.site-footer .logo-word { font-size: 1.18rem; }

@media (max-width: 520px) {
  .logo-mark { height: 32px; }
  .logo-word { font-size: 1.02rem; letter-spacing: .2em; }
  .logo-tag { font-size: .42rem; letter-spacing: .2em; }
}
.logo small { display: block; font-family: 'Inter'; font-weight: 400; font-size: .58rem; letter-spacing: .1em; opacity: .75; text-transform: uppercase; }
.nav-main { display: flex; align-items: center; gap: 28px; flex: 1; justify-content: center; }
.nav-main > a { font-weight: 500; font-size: .92rem; color: rgba(255,255,255,.9); transition: color .15s; }
.nav-main > a:hover, .nav-main > a.active { color: #fff; }
.nav-main > a.active { font-weight: 600; }

/* locale */
.locale { position: relative; }
.locale-btn {
  display: inline-flex; align-items: center; gap: 7px; background: none; border: none;
  cursor: pointer; color: rgba(255,255,255,.9); font-family: 'Inter'; font-weight: 500;
  font-size: .88rem; padding: 6px 2px;
}
.locale-btn svg { flex: none; opacity: .8; }
.locale-btn .chev { font-size: .65rem; opacity: .75; transition: transform .2s; }
.locale.open .locale-btn .chev { transform: rotate(180deg); }
.locale-panel {
  position: absolute; top: calc(100% + 12px); right: 0; width: 220px;
  background: #fff; color: var(--ink); border-radius: 12px;
  box-shadow: 0 8px 32px rgba(0,0,0,.14); padding: 14px;
  opacity: 0; visibility: hidden; transform: translateY(-6px);
  transition: .18s ease; z-index: 90;
}
.locale.open .locale-panel { opacity: 1; visibility: visible; transform: none; }
.locale-panel h5 { font-family: 'Inter'; font-size: .65rem; text-transform: uppercase; letter-spacing: .12em; color: var(--muted); margin: 4px 6px 6px; }
.locale-panel .opt {
  display: flex; align-items: center; justify-content: space-between;
  padding: 8px 10px; border-radius: 8px; cursor: pointer; font-weight: 500; font-size: .88rem;
}
.locale-panel .opt:hover { background: var(--bg); }
.locale-panel .opt.active { background: rgba(14,165,183,.1); color: var(--sea-deep); font-weight: 600; }
.locale-panel .opt .check { color: var(--sea); opacity: 0; font-size: .8rem; }
.locale-panel .opt.active .check { opacity: 1; }
.locale-panel hr { border: none; border-top: 1px solid var(--line); margin: 10px 0; }

/* account pill */
.account-pill {
  display: inline-flex; align-items: center; gap: 10px; background: #fff;
  border-radius: 999px; padding: 8px 14px; cursor: pointer;
  box-shadow: 0 2px 12px rgba(0,0,0,.18); border: none; transition: box-shadow .15s;
}
.account-pill:hover { box-shadow: 0 4px 20px rgba(0,0,0,.24); }
.account-pill .bars { display: grid; gap: 4px; }
.account-pill .bars span { display: block; width: 17px; height: 1.5px; background: var(--ink); border-radius: 2px; }
.account-pill .avatar { width: 28px; height: 28px; border-radius: 50%; background: #dce8ed; color: #607985; display: grid; place-items: center; font-size: .9rem; }

/* scrolled / solid */
.site-header.scrolled,
.site-header.solid {
  background: rgba(255,255,255,.97);
  backdrop-filter: blur(12px);
  box-shadow: 0 1px 0 var(--line);
  border-bottom-color: var(--line);
}
.site-header.scrolled .logo,
.site-header.solid .logo { color: var(--ink); }
.site-header.scrolled .nav-main > a,
.site-header.solid .nav-main > a { color: var(--muted); }
.site-header.scrolled .nav-main > a:hover,
.site-header.solid .nav-main > a:hover,
.site-header.scrolled .nav-main > a.active,
.site-header.solid .nav-main > a.active { color: var(--ink); }
.site-header.scrolled .locale-btn,
.site-header.solid .locale-btn { color: var(--ink); }
.site-header.scrolled .logo small,
.site-header.solid .logo small { opacity: .55; }
.site-header.scrolled .btn-outline,
.site-header.solid .btn-outline { border-color: var(--line); }

/* drawer */
.drawer-overlay { position: fixed; inset: 0; background: rgba(10,42,58,.45); z-index: 95; opacity: 0; visibility: hidden; transition: .2s; }
.drawer-overlay.open { opacity: 1; visibility: visible; }
.drawer {
  position: fixed; top: 0; right: 0; height: 100%; width: min(320px, 84vw);
  background: #fff; z-index: 96; transform: translateX(100%);
  transition: transform .28s ease; padding: 24px; display: flex; flex-direction: column; overflow-y: auto;
}
.drawer.open { transform: none; }
.drawer .d-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 22px; }
.drawer .d-close { background: var(--bg); border: none; width: 36px; height: 36px; border-radius: 9px; cursor: pointer; font-size: 1rem; color: var(--ink); }
.drawer .d-account { background: var(--bg); border-radius: 12px; padding: 16px; margin-bottom: 18px; }
.drawer .d-account p { font-size: .88rem; color: var(--muted); }
.drawer .d-account .row { display: flex; gap: 8px; margin-top: 10px; }
.drawer .d-account .row .btn { flex: 1; justify-content: center; padding: 9px; font-size: .84rem; }
.drawer nav { display: flex; flex-direction: column; }
.drawer nav a { padding: 13px 4px; border-bottom: 1px solid var(--line); font-weight: 500; color: var(--ink); display: flex; gap: 10px; align-items: center; font-size: .92rem; }
.drawer nav a:hover { color: var(--sea-deep); }
.drawer .d-foot { margin-top: auto; padding-top: 20px; font-size: .8rem; color: var(--muted); }

/* page hero */
.page-hero { position: relative; padding: 150px 0 60px; color: #fff; overflow: hidden; isolation: isolate; }
.page-hero img.bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; }
.page-hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(7,32,44,.5), rgba(7,32,44,.75)); }
.page-hero h1 { font-size: clamp(1.9rem, 4.5vw, 2.8rem); font-weight: 800; }
.page-hero p { margin-top: 10px; max-width: 560px; color: rgba(255,255,255,.88); font-size: 1.05rem; }
.crumbs { font-size: .82rem; color: rgba(255,255,255,.7); margin-bottom: 12px; }
.crumbs a:hover { color: #fff; }

/* ---- Home Hero ---- */
.hero {
  position: relative; min-height: 100vh; display: flex; align-items: center;
  color: #fff; overflow: hidden; padding: 120px 0 60px; background: var(--navy);
  isolation: isolate;
}
.hero-media { position: absolute; inset: 0; z-index: -2; }

/* Slideshow */
.hero-slide {
  position: absolute; inset: 0;
  opacity: 0; transition: opacity 1.4s ease;
}
.hero-slide.active { opacity: 1; }
.hero-slide img {
  width: 100%; height: 100%; object-fit: cover;
  transform-origin: center;
}
/* Ken Burns — her slayt farklı yön */
.hero-slide.active img { animation: kb-in 8s ease-out forwards; }
.hero-slide:nth-child(even).active img { animation: kb-in-r 8s ease-out forwards; }

@keyframes kb-in   { from { transform: scale(1.08) translate(1%, 0.5%); } to { transform: scale(1) translate(0, 0); } }
@keyframes kb-in-r { from { transform: scale(1.08) translate(-1%, -0.5%); } to { transform: scale(1) translate(0, 0); } }

/* Slayt indikatör noktaları */
.hero-dots {
  position: absolute; bottom: 28px; left: 50%; transform: translateX(-50%);
  display: flex; gap: 8px; z-index: 5;
}
.hero-dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: rgba(255,255,255,.4); border: none; cursor: pointer;
  padding: 0; transition: background .3s, transform .3s;
}
.hero-dot.active { background: #fff; transform: scale(1.35); }

@media (max-width: 640px) { .hero-dots { bottom: 86px; } }
.hero::after {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(180deg, rgba(7,32,44,.35) 0%, rgba(7,32,44,.55) 50%, rgba(7,32,44,.82) 100%);
}
.hero h1 { font-size: clamp(2.4rem, 5.5vw, 4rem); font-weight: 800; max-width: 760px; letter-spacing: -.02em; line-height: 1.1; }
.hero p.lead { font-size: clamp(1rem, 1.8vw, 1.18rem); max-width: 520px; margin-top: 20px; color: rgba(255,255,255,.84); line-height: 1.65; }

/* search widget — Airbnb-inspired */
.search {
  margin-top: 36px; background: #fff; border-radius: 999px;
  box-shadow: 0 8px 40px rgba(0,0,0,.22);
  padding: 8px 8px 8px 8px; display: flex; gap: 0; align-items: center;
  max-width: 860px; flex-wrap: nowrap;
}
.field {
  flex: 1 1 0; display: flex; flex-direction: column; gap: 2px;
  padding: 8px 16px; border-radius: 999px; background: transparent;
  transition: background .15s;
}
.field:hover { background: var(--bg); }
.field + .field { border-left: 1.5px solid var(--line); }
.field label { font-size: .62rem; text-transform: uppercase; letter-spacing: .1em; font-weight: 700; color: var(--ink); }
.field select, .field input {
  border: none; background: transparent; font-family: 'Inter'; font-size: .9rem;
  font-weight: 500; color: var(--muted); outline: none; width: 100%; cursor: pointer;
}
.field input::-webkit-calendar-picker-indicator { cursor: pointer; opacity: .45; }
.search .btn-search { flex: 0 0 auto; border-radius: 999px; padding: 14px 24px; font-size: .92rem; margin-left: 4px; }

.quick-links { margin-top: 20px; display: flex; gap: 8px; flex-wrap: wrap; align-items: center; font-size: .86rem; }
.quick-links span { color: rgba(255,255,255,.7); }
.quick-links a {
  background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.28);
  padding: 5px 13px; border-radius: 999px; font-weight: 500; transition: .15s; color: #fff;
}
.quick-links a:hover { background: rgba(255,255,255,.26); }

/* value cards */
.values { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.value-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 28px; transition: box-shadow .2s;
}
.value-card:hover { box-shadow: var(--shadow); }
.value-card .ic {
  width: 48px; height: 48px; border-radius: 12px; background: rgba(14,165,183,.1);
  color: var(--sea-deep); display: grid; place-items: center; font-size: 1.4rem; margin-bottom: 14px;
}
.value-card h3 { font-size: 1.1rem; color: var(--navy); }
.value-card p { color: var(--muted); margin-top: 7px; font-size: .9rem; }

/* yacht cards */
.yachts-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.yacht {
  background: #fff; border-radius: 18px; overflow: hidden;
  border: none;
  box-shadow: 0 1px 4px rgba(0,0,0,.05), 0 6px 24px rgba(0,0,0,.07);
  transition: transform .22s ease, box-shadow .22s ease;
}
.yacht:hover { transform: translateY(-5px); box-shadow: 0 14px 44px rgba(0,0,0,.13); }
.yacht .photo { position: relative; aspect-ratio: 4/3; overflow: hidden; background: #d8e8ee; }
.yacht .photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.yacht:hover .photo img { transform: scale(1.05); }
.yacht .tag {
  position: absolute; top: 12px; left: 12px;
  background: rgba(255,255,255,.96); color: var(--sea-deep);
  font-size: .7rem; font-weight: 700; padding: 4px 10px; border-radius: 999px;
  letter-spacing: .02em;
}
.yacht .rate {
  position: absolute; top: 12px; right: 12px;
  background: rgba(255,255,255,.96); color: var(--ink);
  font-size: .76rem; font-weight: 600; padding: 4px 9px; border-radius: 999px;
  display: flex; align-items: center; gap: 4px;
}
/* ===== Kart fotoğraf karuseli ===== */
.yc-photo { position: relative; aspect-ratio: 4/3; overflow: hidden; background: #d8e8ee; }
.yc-link { display: block; width: 100%; height: 100%; position: relative; }
.yc-slide {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; opacity: 0; transition: opacity .35s ease;
}
.yc-slide.active { opacity: 1; }

.yc-arrow {
  position: absolute; top: 50%; transform: translateY(-50%);
  width: 30px; height: 30px; border-radius: 50%; border: none; padding: 0;
  background: rgba(255,255,255,.92); color: var(--navy); cursor: pointer;
  display: grid; place-items: center; z-index: 2;
  opacity: 0; transition: opacity .2s, background .15s;
  box-shadow: 0 2px 8px rgba(0,0,0,.16);
}
.yc-prev { left: 10px; } .yc-next { right: 10px; }
.yacht:hover .yc-arrow { opacity: 1; }
.yc-arrow:hover { background: #fff; }

.yc-dots {
  position: absolute; bottom: 10px; left: 50%; transform: translateX(-50%);
  display: flex; gap: 5px; z-index: 2;
}
.yc-dot {
  width: 6px; height: 6px; border-radius: 50%; padding: 0; border: none;
  background: rgba(255,255,255,.55); cursor: pointer; transition: background .2s, width .2s;
}
.yc-dot.active { background: #fff; width: 16px; border-radius: 3px; }

/* Dokunmatik cihazlarda oklar hep görünsün — hover yok */
@media (hover: none) {
  .yc-arrow { opacity: .85; }
}

/* ===== "Fiyata dahil" rozetleri ===== */
.yc-included {
  display: grid; grid-template-columns: 1fr 1fr; gap: 5px 10px;
  margin: 10px 0 12px; padding-top: 11px; border-top: 1px solid var(--line);
}
.yc-inc {
  display: flex; align-items: center; gap: 5px;
  font-size: .74rem; color: var(--muted); line-height: 1.3;
}
.yc-inc svg { flex: none; color: var(--sea); }

.yacht .body { padding: 18px 20px 22px; }
.yacht .loc { font-size: .79rem; color: var(--muted); display: flex; align-items: center; gap: 5px; }
.yacht h3 { font-size: 1.13rem; color: var(--navy); margin: 5px 0 10px; letter-spacing: -.01em; }
.yacht .meta { display: flex; gap: 14px; font-size: .81rem; color: var(--muted); margin-bottom: 14px; flex-wrap: wrap; }
.yacht .meta b { color: var(--ink); font-weight: 600; }
.yacht .foot { display: flex; align-items: flex-end; justify-content: space-between; border-top: 1px solid var(--line); padding-top: 14px; }
.yacht .price { font-family: 'Poppins'; font-weight: 700; font-size: 1.25rem; color: var(--navy); }
.yacht .price small { display: block; font-family: 'Inter'; font-weight: 400; font-size: .7rem; color: var(--muted); }

/* destinations */
.dest-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; grid-template-rows: 1fr 1fr; gap: 14px; height: 500px; }
.dest { position: relative; border-radius: var(--radius); overflow: hidden; isolation: isolate; }
.dest:first-child { grid-row: span 2; }
.dest img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.dest:hover img { transform: scale(1.04); }
.dest .cap {
  position: absolute; inset: 0; padding: 20px; display: flex;
  flex-direction: column; justify-content: flex-end; color: #fff;
  background: linear-gradient(180deg, transparent 50%, rgba(7,32,44,.75));
}
.dest .cap h3 { font-size: 1.25rem; }
.dest .cap .country { font-size: .72rem; opacity: .8; text-transform: uppercase; letter-spacing: .1em; }
.dest .cap .price-tag {
  margin-top: 5px; font-weight: 600; font-size: .85rem;
  background: rgba(255,255,255,.16); border: 1px solid rgba(255,255,255,.28);
  display: inline-block; padding: 3px 10px; border-radius: 999px;
}
.dest .cap .price-tag small { font-weight: 400; opacity: .85; }

/* info / charter cards */
.info-grid { display: grid; gap: 20px; }
.info-grid.cols-3 { grid-template-columns: repeat(3, 1fr); }
.info-grid.cols-4 { grid-template-columns: repeat(4, 1fr); }
.info-card {
  background: #fff; border: none;
  box-shadow: 0 1px 4px rgba(0,0,0,.04), 0 4px 18px rgba(0,0,0,.06);
  border-radius: 18px; overflow: hidden; transition: transform .22s ease, box-shadow .22s ease;
}
.info-card:hover { transform: translateY(-4px); box-shadow: 0 10px 32px rgba(0,0,0,.11); }
.info-card .img { aspect-ratio: 16/11; overflow: hidden; background: #d8e8ee; }
.info-card .img img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.info-card:hover .img img { transform: scale(1.05); }
.info-card .body { padding: 18px 20px 22px; }
.info-card h3 { font-size: 1rem; color: var(--navy); font-weight: 600; letter-spacing: -.01em; }
.info-card p { color: var(--muted); font-size: .87rem; margin-top: 6px; line-height: 1.55; }

/* campaign promos */
.promo-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.promo {
  position: relative; border-radius: var(--radius); overflow: hidden;
  min-height: 230px; display: flex; align-items: flex-end; color: #fff;
  padding: 28px; isolation: isolate;
}
.promo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; }
.promo::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(170deg, rgba(11,110,132,.7), rgba(10,42,58,.6)); }
.promo .badge { position: absolute; top: 18px; left: 18px; background: #fff; color: var(--navy); font-weight: 700; font-size: .72rem; padding: 4px 11px; border-radius: 999px; }
.promo h3 { font-size: 1.4rem; }
.promo p { color: rgba(255,255,255,.88); margin-top: 5px; font-size: .92rem; }

/* home promo strip */
.promo-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.promo-strip .promo { min-height: 200px; }

/* carousel */
.carousel { position: relative; }
.carousel-track {
  display: flex; gap: 20px; overflow-x: auto; scroll-behavior: smooth;
  scroll-snap-type: x proximity; padding: 6px 2px 10px;
  scrollbar-width: none; -ms-overflow-style: none;
}
.carousel-track::-webkit-scrollbar { display: none; }
.tcard { flex: 0 0 clamp(220px, 22%, 280px); scroll-snap-align: start; }
.tcard .img { aspect-ratio: 4/3; border-radius: 12px; overflow: hidden; background: #dfeaee; }
.tcard .img img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.tcard:hover .img img { transform: scale(1.04); }
.tcard h3 { font-size: 1rem; color: var(--navy); margin-top: 12px; display: flex; align-items: center; gap: 6px; }
.tcard:hover h3 .label { text-decoration: underline; }
.tcard p { color: var(--muted); font-size: .88rem; margin-top: 4px; }
.info-i { width: 14px; height: 14px; border: 1px solid #b3c2c8; color: #8aa0a8; border-radius: 50%; font-size: .58rem; font-weight: 700; font-style: normal; display: inline-grid; place-items: center; flex: none; }
.carousel-btn {
  position: absolute; top: 30%; transform: translateY(-50%); width: 42px; height: 42px;
  border-radius: 50%; background: #fff; border: 1px solid var(--line);
  box-shadow: var(--shadow-sm); cursor: pointer; display: grid; place-items: center;
  font-size: 1.3rem; color: var(--navy); z-index: 6; transition: .15s;
}
.carousel-btn:hover { border-color: var(--sea); color: var(--sea-deep); }
.carousel-btn.prev { left: -16px; }
.carousel-btn.next { right: -16px; }
@media (max-width: 720px) { .tcard { flex-basis: 76%; } .carousel-btn { display: none; } }

/* reviews */
.reviews-wrap { background: var(--navy); color: #fff; border-radius: 20px; padding: 56px clamp(20px, 5vw, 60px); }
.reviews-top { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 36px; }
.reviews-top h2 { font-size: clamp(1.6rem, 3.2vw, 2.2rem); }
.score { display: flex; align-items: center; gap: 12px; }
.score .num { font-family: 'Poppins'; font-weight: 800; font-size: 2.4rem; }
.score .stars { color: #ffd166; font-size: 1rem; }
.score small { color: rgba(255,255,255,.65); }
.reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.review {
  background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.1);
  border-radius: var(--radius); padding: 22px;
}
.review .stars { color: #ffd166; margin-bottom: 10px; font-size: .9rem; }
.review p { color: rgba(255,255,255,.88); font-size: .94rem; line-height: 1.65; }
.review .who { margin-top: 16px; font-weight: 600; font-size: .9rem; }
.review .who small { display: block; color: rgba(255,255,255,.55); font-weight: 400; font-size: .82rem; }

/* faq */
.faq { max-width: 760px; margin-inline: auto; }
details { background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 4px 20px; margin-bottom: 10px; }
details[open] { box-shadow: var(--shadow-sm); }
summary { list-style: none; cursor: pointer; font-weight: 600; color: var(--navy); padding: 15px 0; display: flex; justify-content: space-between; align-items: center; font-size: .98rem; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; font-size: 1.3rem; color: var(--sea); transition: transform .2s; }
details[open] summary::after { transform: rotate(45deg); }
details p { color: var(--muted); padding-bottom: 16px; font-size: .93rem; }

/* cta */
.cta { position: relative; border-radius: 20px; overflow: hidden; padding: 60px clamp(24px, 6vw, 76px); color: #fff; isolation: isolate; }
.cta img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; }
.cta::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(120deg, rgba(11,110,132,.9), rgba(10,42,58,.75)); }
.cta h2 { font-size: clamp(1.7rem, 3.8vw, 2.6rem); max-width: 580px; }
.cta p { margin-top: 12px; max-width: 480px; color: rgba(255,255,255,.88); font-size: 1.02rem; }
.cta .actions { margin-top: 26px; display: flex; gap: 12px; flex-wrap: wrap; }

/* filters */
.filter-bar {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 14px; display: flex; gap: 10px; flex-wrap: wrap; align-items: flex-end;
  box-shadow: var(--shadow-sm); margin-bottom: 30px;
}
.filter-bar .field { background: var(--bg); flex: 1 1 150px; border-radius: 10px; }
.results-meta { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; flex-wrap: wrap; gap: 10px; }
.results-meta .count { color: var(--muted); font-size: .9rem; }

/* auth */
.auth-wrap { min-height: 100vh; display: grid; grid-template-columns: 1.1fr .9fr; }
.auth-visual { position: relative; color: #fff; display: flex; flex-direction: column; justify-content: flex-end; padding: 52px; overflow: hidden; isolation: isolate; }
.auth-visual img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; }
.auth-visual::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(7,32,44,.3), rgba(7,32,44,.72)); }
.auth-visual h2 { font-size: 1.8rem; max-width: 400px; }
.auth-visual p { margin-top: 10px; color: rgba(255,255,255,.88); max-width: 380px; }
.auth-form { display: flex; flex-direction: column; justify-content: center; padding: 52px clamp(24px, 6vw, 80px); background: #fff; }
.auth-card { width: 100%; max-width: 400px; margin-inline: auto; }
.auth-card .back { font-size: .86rem; color: var(--muted); margin-bottom: 22px; display: inline-block; }
.auth-card h1 { font-size: 1.8rem; color: var(--navy); }
.auth-card .sub { color: var(--muted); margin: 7px 0 26px; font-size: .95rem; }
.tabs { display: flex; background: var(--bg); border-radius: 10px; padding: 4px; margin-bottom: 22px; }
.tabs button { flex: 1; border: none; background: none; padding: 10px; border-radius: 8px; cursor: pointer; font-weight: 600; font-family: 'Inter'; color: var(--muted); transition: .18s; font-size: .9rem; }
.tabs button.active { background: #fff; color: var(--navy); box-shadow: var(--shadow-sm); }
.form-group { margin-bottom: 14px; }
.form-group label { display: block; font-size: .8rem; font-weight: 600; color: var(--ink); margin-bottom: 6px; }
.input { width: 100%; padding: 12px 14px; border: 1.5px solid var(--line); border-radius: 10px; font-family: 'Inter'; font-size: .92rem; outline: none; transition: border-color .15s, box-shadow .15s; background: #fff; }
.input:focus { border-color: var(--sea); box-shadow: 0 0 0 3px rgba(14,165,183,.12); }
textarea.input { resize: vertical; min-height: 88px; }
.form-note { font-size: .8rem; color: var(--muted); margin-top: 14px; text-align: center; }
.supabase-pill { display: inline-flex; align-items: center; gap: 6px; background: rgba(62,207,142,.1); color: #2e9e6b; font-size: .76rem; font-weight: 600; padding: 5px 11px; border-radius: 999px; margin-bottom: 18px; }

/* help section */
.help { background: var(--bg); border-radius: 20px; padding: 48px clamp(24px, 5vw, 60px); display: grid; grid-template-columns: 1fr 1.4fr; gap: 32px; align-items: center; }
.help h2 { font-size: clamp(1.5rem, 3.2vw, 2rem); color: var(--navy); }
.help p.sub { color: var(--muted); margin-top: 10px; }
.help .meta { margin-top: 12px; font-size: .83rem; color: var(--muted); }
.help-contacts { display: flex; gap: 14px; flex-wrap: wrap; justify-content: flex-end; }
.help-contact { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; text-align: center; flex: 1 1 140px; transition: .2s; }
.help-contact:hover { box-shadow: var(--shadow); transform: translateY(-2px); }
.help-contact .ic { font-size: 1.5rem; }
.help-contact .lbl { color: var(--muted); font-size: .78rem; margin: 7px 0 3px; }
.help-contact .val { font-weight: 700; color: var(--navy); font-size: .96rem; }

/* section header row */
.head-row { display: flex; align-items: center; justify-content: space-between; margin-bottom: 26px; gap: 12px; flex-wrap: wrap; }
.head-row h2 { font-size: clamp(1.5rem, 3.2vw, 2.2rem); color: var(--navy); letter-spacing: -.015em; }
.head-row a.more { color: var(--sea-deep); font-weight: 600; font-size: .9rem; white-space: nowrap; }
.head-row a.more:hover { color: var(--sea); }

/* footer */
footer.site-footer { background: var(--navy); color: rgba(255,255,255,.7); padding: 60px 0 28px; }
.foot-grid { display: grid; grid-template-columns: 1.7fr 1fr 1fr 1fr; gap: 30px; }
footer .logo { color: #fff; margin-bottom: 14px; }
footer p.about { font-size: .88rem; max-width: 260px; line-height: 1.7; }
footer h4 { color: #fff; font-size: .88rem; margin-bottom: 14px; font-family: 'Inter'; font-weight: 600; letter-spacing: .02em; }
footer ul { list-style: none; }
footer ul li { margin-bottom: 9px; font-size: .88rem; }
footer ul li a:hover { color: #fff; }
.socials { display: flex; gap: 10px; margin-top: 16px; }
.socials a { width: 36px; height: 36px; border-radius: 9px; background: rgba(255,255,255,.1); display: grid; place-items: center; transition: .18s; color: rgba(255,255,255,.7); }
.socials a:hover { background: var(--sea); color: #fff; }
.foot-bottom { border-top: 1px solid rgba(255,255,255,.1); margin-top: 40px; padding-top: 20px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; font-size: .82rem; color: rgba(255,255,255,.5); }

/* ---- Yacht card action buttons ---- */
.yacht .foot { border-top: none; padding-top: 0; margin-bottom: 12px; }
.card-actions { display: flex; gap: 8px; border-top: 1px solid var(--line); padding-top: 14px; }
.card-btn { flex: 1; justify-content: center; padding: 11px 10px; font-size: .81rem; font-weight: 500; min-width: 0; white-space: nowrap; border-radius: 10px; }
.btn-wa { background: #22c55e; color: #fff; }
.btn-wa:hover { background: #16a34a; }
@media (max-width: 480px) {
  .card-actions { gap: 6px; }
  .card-btn { font-size: .77rem; padding: 10px 6px; }
}

/* reveal */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .55s ease, transform .55s ease; }
.reveal.in { opacity: 1; transform: none; }

/* search pill isolation (stacking context for z-index) */
.hero, .page-hero, .promo, .cta, .dest, .auth-visual { isolation: isolate; }

/* ---- Responsive ---- */
@media (max-width: 1080px) {
  .nav-main { gap: 20px; }
}

/* ===== TABLET (≤920px) ===== */
@media (max-width: 920px) {
  .nav-main > a, .locale, .site-header .btn-outline { display: none; }
  .values, .yachts-grid, .promo-grid { grid-template-columns: repeat(2, 1fr); }
  .info-grid.cols-3, .info-grid.cols-4 { grid-template-columns: repeat(2, 1fr); }
  .promo-strip { grid-template-columns: 1fr 1fr; }
  .dest-grid { grid-template-columns: 1fr 1fr; grid-template-rows: auto; height: auto; }
  .dest:first-child { grid-row: span 1; grid-column: span 2; height: 230px; }
  .dest { height: 190px; }
  .foot-grid { grid-template-columns: 1fr 1fr; }
  .auth-wrap { grid-template-columns: 1fr; }
  .auth-visual { min-height: 200px; padding: 28px; }
  .auth-visual h2 { font-size: 1.4rem; }
  .help { grid-template-columns: 1fr; }
  .help-contacts { justify-content: flex-start; }
  /* Search: pill → card on tablet */
  .search { border-radius: var(--radius); flex-wrap: wrap; padding: 10px; }
  .field + .field { border-left: none; border-top: 1.5px solid var(--line); }
  /* Reviews: 2 cols on tablet */
  .reviews-grid { grid-template-columns: repeat(2, 1fr); }
}

/* ===== MOBILE (≤640px) ===== */
@media (max-width: 640px) {
  /* Dynamic viewport height — hides/shows browser toolbar correctly on iOS/Android */
  .hero { min-height: 100svh; }

  /* Header tighter on small screens */
  .site-header .nav { height: 62px; }
  .logo { font-size: 1rem; }
  .logo .mark { width: 30px; height: 30px; font-size: .9rem; border-radius: 8px; }
  .logo small { display: none; }
  .account-pill { padding: 7px 11px; gap: 8px; }
  .account-pill .bars span { width: 15px; }
  .account-pill .avatar { width: 25px; height: 25px; font-size: .8rem; }

  /* Hero text */
  .hero { padding: 100px 0 80px; }
  .hero h1 { font-size: clamp(1.8rem, 8vw, 2.6rem); }
  .hero p.lead { font-size: .96rem; }

  /* Search widget — full stacked card */
  .search {
    border-radius: 16px;
    flex-direction: column;
    gap: 0;
    padding: 6px;
    max-width: 100%;
    box-shadow: 0 6px 28px rgba(0,0,0,.2);
  }
  .field {
    border-radius: 10px;
    width: 100%;
    padding: 12px 14px;
    background: var(--bg);
  }
  .field + .field {
    border-top: 1.5px solid var(--line);
    border-left: none;
    border-radius: 0;
  }
  .field:last-of-type { border-radius: 0 0 10px 10px; }
  .search .btn-search {
    width: 100%; justify-content: center;
    border-radius: 12px; margin-left: 0;
    margin-top: 8px; padding: 15px;
    font-size: 1rem;
  }

  /* Sections */
  section { padding: 48px 0; }

  /* Cards: single column */
  .values { grid-template-columns: 1fr; }
  .yachts-grid, .promo-grid, .promo-strip { grid-template-columns: 1fr; }
  .info-grid.cols-3, .info-grid.cols-4 { grid-template-columns: 1fr; }

  /* Destination grid */
  .dest-grid { grid-template-columns: 1fr; height: auto; gap: 10px; }
  .dest:first-child { grid-column: span 1; height: 200px; }
  .dest { height: 170px; }

  /* Reviews — horizontal scroll on mobile */
  .reviews-wrap { border-radius: 14px; padding: 32px 20px; }
  .reviews-top { flex-direction: column; align-items: flex-start; gap: 10px; }
  .reviews-grid {
    display: flex; overflow-x: auto; gap: 14px;
    scroll-snap-type: x mandatory; scrollbar-width: none;
    padding-bottom: 6px; margin: 0 -20px; padding-inline: 20px;
  }
  .reviews-grid::-webkit-scrollbar { display: none; }
  .review { flex: 0 0 78vw; scroll-snap-align: start; }
  .score .num { font-size: 2rem; }

  /* Filter bar — horizontal chip scroll */
  .filter-bar {
    flex-wrap: nowrap; overflow-x: auto;
    scrollbar-width: none; padding: 10px;
    gap: 8px; border-radius: 12px;
  }
  .filter-bar::-webkit-scrollbar { display: none; }
  .filter-bar .field { flex: 0 0 auto; min-width: 130px; border-radius: 9px; }
  .filter-bar button[type="submit"] { flex: 0 0 auto; white-space: nowrap; }

  /* Section headers */
  .section-head { margin-bottom: 28px; }
  .head-row { margin-bottom: 18px; }

  /* Help section */
  .help { padding: 28px 20px; border-radius: 14px; }
  .help-contacts { gap: 10px; }
  .help-contact { padding: 16px 12px; }
  .help-contact .val { font-size: .88rem; word-break: break-all; }

  /* CTA */
  .cta { border-radius: 14px; padding: 40px 20px; }
  .cta .actions { flex-direction: column; }
  .cta .actions .btn { justify-content: center; }

  /* Auth form — inline grid collapses */
  .auth-card .grid-2 { grid-template-columns: 1fr !important; }

  /* Contact form inline grids */
  [style*="grid-template-columns:1fr 1fr"],
  [style*="grid-template-columns: 1fr 1fr"],
  [style*="grid-template-columns:1fr 1fr 1fr"],
  [style*="grid-template-columns: 1fr 1fr 1fr"] {
    grid-template-columns: 1fr !important;
  }

  /* Footer */
  .foot-grid { grid-template-columns: 1fr; gap: 22px; }
  footer.site-footer { padding: 40px 0 100px; } /* padding for sticky bar */

  /* Page hero */
  .page-hero { padding: 110px 0 40px; }
  .page-hero h1 { font-size: clamp(1.6rem, 7vw, 2.2rem); }

  /* Buttons - larger touch targets */
  .btn { min-height: 46px; }
}

/* ===== SMALL PHONE (≤380px) ===== */
@media (max-width: 380px) {
  .hero h1 { font-size: 1.75rem; }
  .container { width: 94%; }
  .review { flex: 0 0 88vw; }
}

/* ===== WHATSAPP SOHBET WIDGET =====
   Sağ altta yuvarlak buton; tıklanınca karşılama balonu + mesaj kutusu açılır.
   Gönderilen mesaj wa.me üzerinden işletmenin WhatsApp'ına düşer. */
.wa-launcher {
  position: fixed; bottom: 22px; right: 20px; z-index: 90;
  width: 58px; height: 58px; border-radius: 50%; border: none; padding: 0;
  background: #25d366; color: #fff; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 6px 22px rgba(37,211,102,.45);
  transition: transform .2s, box-shadow .2s;
}
.wa-launcher:hover { transform: scale(1.07); box-shadow: 0 8px 28px rgba(37,211,102,.6); }
.wa-launcher .wa-ico-close { display: none; }
.wa-launcher.open .wa-ico-chat { display: none; }
.wa-launcher.open .wa-ico-close { display: block; }

/* Okunmamış rozeti — ilk gösterimde dikkat çeker */
.wa-launcher .wa-badge {
  position: absolute; top: -2px; right: -2px;
  min-width: 18px; height: 18px; border-radius: 9px;
  background: #ef4444; color: #fff; font-family: 'Inter', sans-serif;
  font-size: .68rem; font-weight: 700; line-height: 18px;
  border: 2px solid #fff; padding: 0 2px;
}
.wa-launcher.open .wa-badge, .wa-launcher.seen .wa-badge { display: none; }

.wa-panel {
  position: fixed; bottom: 92px; right: 20px; z-index: 90;
  width: 330px; max-width: calc(100vw - 32px);
  border-radius: 16px; overflow: hidden; background: #fff;
  box-shadow: 0 12px 40px rgba(10,42,58,.22), 0 2px 8px rgba(10,42,58,.1);
  opacity: 0; visibility: hidden; transform: translateY(12px) scale(.97);
  transform-origin: bottom right;
  transition: opacity .2s, transform .2s, visibility .2s;
}
.wa-panel.open { opacity: 1; visibility: visible; transform: translateY(0) scale(1); }

.wa-panel-head {
  background: #075e54; color: #fff; padding: 16px 18px;
  display: flex; align-items: center; gap: 12px;
}
.wa-panel-head .wa-avatar {
  width: 40px; height: 40px; border-radius: 50%; flex: none;
  background: rgba(255,255,255,.16); display: grid; place-items: center;
}
.wa-panel-head strong { font-family: 'Poppins', sans-serif; font-size: .92rem; display: block; }
.wa-panel-head .wa-status {
  font-size: .72rem; opacity: .85; display: flex; align-items: center; gap: 5px; margin-top: 2px;
}
.wa-panel-head .wa-dot {
  width: 7px; height: 7px; border-radius: 50%; background: #4ade80; flex: none;
}

/* WhatsApp'ın kendi sohbet arka planı hissi */
.wa-panel-body { background: #ece5dd; padding: 18px 16px 14px; }
.wa-bubble {
  background: #fff; border-radius: 0 10px 10px 10px; padding: 11px 13px;
  font-size: .86rem; color: var(--ink); line-height: 1.5;
  box-shadow: 0 1px 2px rgba(0,0,0,.13); max-width: 92%;
}
.wa-bubble .wa-time { display: block; font-size: .64rem; color: var(--muted); text-align: right; margin-top: 3px; }

.wa-panel-foot { padding: 12px 14px 14px; background: #fff; }
.wa-panel-foot textarea {
  width: 100%; border: 1.5px solid var(--line); border-radius: 10px;
  padding: 10px 12px; font-family: 'Inter', sans-serif; font-size: .86rem;
  color: var(--ink); resize: none; outline: none; transition: border-color .15s;
}
.wa-panel-foot textarea:focus { border-color: #25d366; }
.wa-actions { display: flex; gap: 8px; margin-top: 9px; }
.wa-send {
  flex: 2; border: none; border-radius: 10px; padding: 11px 10px; cursor: pointer;
  background: #25d366; color: #fff; font-family: 'Inter', sans-serif;
  font-weight: 700; font-size: .82rem; white-space: nowrap;
  display: flex; align-items: center; justify-content: center; gap: 6px;
  transition: background .15s;
}
.wa-send:hover { background: #1eb955; }
.wa-call {
  flex: 1; border: 1.5px solid var(--line); border-radius: 10px; padding: 11px 12px;
  background: #fff; color: var(--navy); font-family: 'Inter', sans-serif;
  font-weight: 600; font-size: .84rem; text-decoration: none;
  display: flex; align-items: center; justify-content: center; gap: 6px;
  transition: border-color .15s, color .15s;
}
.wa-call:hover { border-color: var(--sea); color: var(--sea-deep); }

/* Mobil alt bar ile çakışmasın */
@media (max-width: 720px) {
  .wa-launcher { bottom: 76px; right: 16px; width: 54px; height: 54px; }
  .wa-panel { bottom: 142px; right: 16px; }
}

/* ===== STICKY MOBILE BOTTOM BAR ===== */
.mobile-bar {
  display: none;
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 70;
  background: #fff; border-top: 1px solid var(--line);
  padding: 10px 16px;
  box-shadow: 0 -4px 20px rgba(0,0,0,.08);
  gap: 10px;
}
@media (max-width: 720px) {
  .mobile-bar { display: flex; }
  .mobile-bar .btn { flex: 1; justify-content: center; font-size: .9rem; padding: 13px 10px; }
}
