/* ============================================================
   İnceden Bir Meyhane – style.css
   ============================================================ */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --bg: #f7f7f7;
  --primary: #77c2ff;
  --primary-dark: #4eabf5;
  --text: #1a1a1a;
  --text-muted: #666;
  --border: #e2e2e2;
  --white: #ffffff;
  --dark: #111;
  --radius: 16px;
  --radius-sm: 10px;
  --shadow: 0 4px 24px rgba(0,0,0,0.07);
  --shadow-lg: 0 12px 48px rgba(0,0,0,0.12);
}

html { scroll-behavior: smooth; }

body {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.3px;
  color: #000000;
  background: var(--bg);
  overflow-x: hidden;
}

img { display: block; width: 100%; height: 100%; object-fit: cover; }

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

/* ── CONTAINER ── */
.container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ── SECTION COMMON ── */
.section { padding: 96px 0; }

.section-label {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--primary-dark);
  margin-bottom: 12px;
}

.section-title {
  font-size: 79px;
  font-weight: 400;
  line-height: 87.7px;
  letter-spacing: -2.4px;
  color: #000000;
  margin-bottom: 20px;
}

.section-sub {
  max-width: 560px;
  margin: 0 auto 48px;
  text-align: center;
}

/* ── BUTTONS ── */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 23px 59px;
  border-radius: 50px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 29.91px;
  font-weight: 500;
  line-height: 32.901px;
  letter-spacing: -0.34px;
  cursor: pointer;
  border: none;
  transition: all 0.2s ease;
  white-space: nowrap;
}

.btn-primary {
  background: var(--primary);
  color: #000000;
}
.btn-primary:hover {
  background: var(--primary-dark);
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(119,194,255,0.4);
}

.btn-lg { padding: 23px 59px; }
.btn-full { width: 100%; justify-content: center; }

.btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 24px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 32.9px;
  letter-spacing: -0.4px;
  color: #000000;
  cursor: pointer;
  transition: color 0.2s;
}
.btn-ghost:hover { color: var(--primary-dark); }

/* ── NAVBAR ── */
.navbar {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  background: rgba(247,247,247,0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(0,0,0,0.06);
  transition: box-shadow 0.3s;
}
.navbar.scrolled { box-shadow: var(--shadow); }

.navbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 96px;
}

.logo {
  display: flex;
  align-items: center;
  gap: 10px;
}
.logo-img {
  height: 80px;
  width: auto;
  object-fit: contain;
  display: block;
}
.logo-img-footer {
  height: 72px;
  filter: brightness(0) invert(1);
}
.logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}
.logo-script {
  font-family: 'Caveat', cursive;
  font-size: 22px;
  font-weight: 500;
  color: var(--text);
  letter-spacing: -0.3px;
}
.logo-regular {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.5px;
  color: #777;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 32px;
}
.nav-links a {
  font-size: 14px;
  font-weight: 500;
  color: #444;
  transition: color 0.2s;
}
.nav-links a:hover { color: var(--primary-dark); }
.nav-btn {
  margin-left: 8px;
  padding: 10px 22px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: normal !important;
  letter-spacing: 0 !important;
}

.nav-mobile-right {
  display: none;
  align-items: center;
  gap: 12px;
}
.nav-rezervasyon-mobile { display: none; }

.nav-toggle {
  display: flex;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
}
.nav-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--text);
  border-radius: 2px;
  transition: all 0.3s;
}

/* ── HERO ── */
.hero {
  padding-top: 110px;
  padding-bottom: 0;
  min-height: 100vh;
  display: flex;
  align-items: center;
}

.hero-inner {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 71px;
  align-items: center;
  padding: 80px 140px 120px;
  max-width: 100%;
  width: 100%;
}

.hero-title {
  font-size: 79px;
  font-weight: 400;
  line-height: 87.7px;
  letter-spacing: -2.4px;
  color: #000000;
  margin-bottom: 30px;
}

.highlight {
  position: relative;
  display: inline-block;
}
.squiggle {
  position: absolute;
  bottom: -8px;
  left: -4px;
  width: calc(100% + 8px);
  height: 20px;
  overflow: visible;
}

.hero-sub {
  max-width: 480px;
  margin-bottom: 30px;
}
.hero-sub strong { color: var(--text); font-weight: 600; }

.hero-stats {
  display: flex;
  gap: 0;
  margin-bottom: 40px;
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  overflow: hidden;
}

.hero-stat {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 20px 24px;
  border-right: 1px solid var(--border);
}
.hero-stat:last-child { border-right: none; }

.hero-stat-num {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  letter-spacing: -0.4px;
}

.hero-stat-label {
  font-size: 11px;
  font-weight: 600;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 1px;
}

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

.hero-image-wrap {
  display: flex;
  justify-content: center;
}

.hero-image-card {
  width: 100%;
  aspect-ratio: 3/4;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}

/* ── MEDIA (VIDEO + IMAGE) ── */
.media-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  align-items: start;
  justify-items: start;
}

.media-inner {
  align-items: stretch;
}

.media-image {
  border-radius: var(--radius);
  overflow: hidden;
  aspect-ratio: 9/16;
  width: 100%;
}
.media-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.media-video {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  aspect-ratio: 9/16;
  width: 100%;
}
.media-video iframe {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/* ── SEO SECTION ── */
.seo-inner {
  max-width: 860px;
}

.seo-title {
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.8px;
  color: #000;
  margin-bottom: 24px;
}

.seo-lead {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
  color: #333;
  margin-bottom: 36px;
  padding-bottom: 36px;
  border-bottom: 1px solid var(--border);
}

.seo-body {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.seo-body p {
  color: #444;
  line-height: 1.85;
}

.seo-body strong {
  color: #000;
  font-weight: 600;
}

.seo-videos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 48px;
}

.seo-video-wrap {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  aspect-ratio: 9/16;
}
.seo-video-wrap iframe {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

@media (max-width: 640px) {
  .seo-videos { grid-template-columns: 1fr; }
}

/* ── ABOUT ── */
.about-inner {
  text-align: left;
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
  margin-top: 48px;
}

.about-text p {
  margin-bottom: 20px;
}

.about-stats {
  display: flex;
  gap: 32px;
  margin-top: 36px;
  padding-top: 32px;
  border-top: 1px solid var(--border);
}

.stat { display: flex; flex-direction: column; gap: 4px; }
.stat-num {
  font-size: 18px;
  font-weight: 700;
  color: var(--text);
}
.stat-label {
  font-size: 12px;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.8px;
}

.about-image {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  aspect-ratio: 4/5;
  box-shadow: var(--shadow-lg);
}

.about-badge {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: rgba(255,255,255,0.95);
  backdrop-filter: blur(8px);
  border-radius: 50px;
  padding: 10px 18px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 600;
  box-shadow: var(--shadow);
}


/* ── RESERVATION ── */
.reservation-section { background: var(--white); text-align: center; }

.reservation-form {
  max-width: 680px;
  margin: 0 auto;
  text-align: left;
}

/* ── BLOG ── */
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.blog-card {
  background: var(--white);
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--border);
  transition: transform 0.2s, box-shadow 0.2s;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
.blog-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}

.blog-card-img {
  aspect-ratio: 16/10;
  overflow: hidden;
}
.blog-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.blog-card:hover .blog-card-img img { transform: scale(1.04); }

.blog-card-body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}

.blog-tag {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--primary-dark);
}

.blog-card h3 {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  line-height: 1.35;
  letter-spacing: -0.3px;
}

.blog-card p {
  font-size: 14px;
  color: #666;
  line-height: 1.7;
  flex: 1;
}

.blog-date {
  font-size: 12px;
  color: #aaa;
  margin-top: 4px;
}

.blog-card-hidden { display: none; }

.blog-more {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.btn-outline {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 40px;
  border-radius: 50px;
  border: 1.5px solid #000;
  background: transparent;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  cursor: pointer;
  transition: all 0.2s;
}
.btn-outline:hover {
  background: #000;
  color: #fff;
}

@media (max-width: 900px) {
  .blog-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .blog-grid { grid-template-columns: 1fr; }
}

/* ── FAQ ── */
.faq-inner { max-width: 780px; }
.faq-inner .section-title { margin-bottom: 48px; }

.faq-list { display: flex; flex-direction: column; }

.faq-item {
  border-bottom: 1px solid var(--border);
}

.faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 24px 0;
  background: none;
  border: none;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 17px;
  font-weight: 600;
  color: #000;
  cursor: pointer;
  text-align: left;
  transition: color 0.2s;
}
.faq-question:hover { color: var(--primary-dark); }

.faq-icon {
  flex-shrink: 0;
  transition: transform 0.3s ease;
  color: #888;
}
.faq-item.open .faq-icon { transform: rotate(180deg); color: var(--primary-dark); }

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, padding 0.3s ease;
}
.faq-answer p {
  padding-bottom: 24px;
  color: #555;
  line-height: 1.8;
}
.faq-item.open .faq-answer { max-height: 300px; }

/* ── CUSTOM SELECT ── */
.custom-select-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 16px;
  border: 1.5px solid var(--border);
  border-radius: var(--radius-sm);
  background: var(--bg);
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 17px;
  color: var(--text);
  cursor: pointer;
  transition: border-color 0.2s;
  user-select: none;
}
.custom-select-trigger:hover { border-color: var(--primary); }
.custom-select-trigger svg { flex-shrink: 0; }
.custom-select-text { color: #999; }
.custom-select-text.selected { color: var(--text); }

.custom-select-options { display: none; }

/* Overlay */
.cs-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.5);
  z-index: 9999;
  align-items: center;
  justify-content: center;
  padding: 24px;
}
.cs-overlay.open { display: flex; }

.cs-popup {
  background: #fff;
  border-radius: 20px;
  width: 100%;
  max-width: 400px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0,0,0,0.2);
}

.cs-popup-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  border-bottom: 1px solid var(--border);
}
.cs-popup-title {
  font-size: 16px;
  font-weight: 600;
  color: var(--text);
}
.cs-close {
  background: none;
  border: none;
  font-size: 18px;
  cursor: pointer;
  color: #888;
  padding: 4px 8px;
  line-height: 1;
}

.cs-popup-list {
  max-height: 340px;
  overflow-y: auto;
}
.cs-popup-item {
  padding: 16px 24px;
  font-size: 17px;
  cursor: pointer;
  border-bottom: 1px solid var(--border);
  transition: background 0.15s;
}
.cs-popup-item:last-child { border-bottom: none; }
.cs-popup-item:hover { background: rgba(119,194,255,0.08); }
.cs-popup-item.active {
  color: var(--primary-dark);
  font-weight: 600;
  background: rgba(119,194,255,0.1);
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 16px;
}
.form-row:has(.form-group:nth-child(3)) {
  grid-template-columns: 1fr 1fr 1fr;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 0;
}
.form-group + .form-group:not(.form-row .form-group) {
  margin-bottom: 16px;
}

.reservation-form > .form-group { margin-bottom: 16px; }

label {
  font-size: 13px;
  font-weight: 600;
  color: var(--text);
  letter-spacing: 0.3px;
}

input, select, textarea {
  padding: 13px 16px;
  border: 1.5px solid var(--border);
  border-radius: var(--radius-sm);
  background: var(--bg);
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 17px;
  color: var(--text);
  outline: none;
  -webkit-text-size-adjust: 100%;
  transition: border-color 0.2s;
  width: 100%;
}
input:focus, select:focus, textarea:focus {
  border-color: var(--primary);
}
textarea { resize: vertical; }

select {
  cursor: pointer;
}

/* ── CONTACT ── */
.contact-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start;
}

.contact-items { margin-top: 36px; display: flex; flex-direction: column; gap: 24px; }

.contact-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.contact-icon {
  width: 44px;
  height: 44px;
  background: rgba(119,194,255,0.12);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-dark);
  flex-shrink: 0;
}

.contact-item strong {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 4px;
}
.contact-item p { font-size: 15px; color: var(--text); }
.contact-item a { color: var(--text); }
.contact-item a:hover { color: var(--primary-dark); }

.social-links {
  display: flex;
  gap: 12px;
  margin-top: 32px;
  padding-top: 28px;
  border-top: 1px solid var(--border);
}
.social-link {
  width: 44px;
  height: 44px;
  background: var(--bg);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #555;
  border: 1.5px solid var(--border);
  transition: all 0.2s;
}
.social-link:hover {
  border-color: var(--primary);
  color: var(--primary-dark);
  background: rgba(119,194,255,0.08);
}

.contact-map {
  border-radius: var(--radius);
  overflow: hidden;
  min-height: 420px;
  border: 1.5px solid var(--border);
}
.contact-map iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 420px;
}

.map-placeholder {
  text-align: center;
  color: #aaa;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.map-placeholder p { font-size: 17px; font-weight: 600; color: #666; }
.map-placeholder span { font-size: 13px; }

/* ── FOOTER ── */
.footer {
  background: #000;
  color: #fff;
}

.footer-top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  padding-top: 72px;
  padding-bottom: 72px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.footer-tagline {
  font-size: 89px;
  font-weight: 400;
  line-height: 107.7px;
  letter-spacing: -2.7px;
  color: #ffffff;
  margin-bottom: 40px;
}

.footer-btn {
  font-size: 18px !important;
  padding: 16px 40px !important;
  line-height: normal !important;
  letter-spacing: 0 !important;
}

.footer-right {
  display: flex;
  gap: 60px;
  align-items: flex-start;
}

.footer-col {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-col-label {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.5px;
  color: #ffffff;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255,255,255,0.15);
}

.footer-col p {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.5px;
  color: #ffffff;
}

.footer-phone {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.5px;
  transition: color 0.2s;
}
.footer-phone:hover { color: var(--primary); }

.footer-bottom {
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
  justify-content: flex-end;
}
.footer-bottom p {
  font-size: 17px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.3px;
  color: #ffffff;
}
.footer-bottom a {
  color: rgba(255,255,255,0.7);
  text-decoration: underline;
  transition: color 0.2s;
}
.footer-bottom a:hover { color: #fff; }

/* ── WHATSAPP POPUP ── */
.wa-popup {
  position: fixed;
  bottom: 96px;
  right: 28px;
  z-index: 1100;
  width: 320px;
  filter: drop-shadow(0 8px 32px rgba(0,0,0,0.2));
  opacity: 0;
  transform: translateY(16px) scale(0.97);
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.wa-popup.open {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: all;
}

.wa-popup-inner {
  border-radius: 16px;
  overflow: hidden;
  background: #e5ddd5;
  font-family: 'Plus Jakarta Sans', sans-serif;
}

.wa-popup-header {
  background: #075e54;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  position: relative;
}

.wa-popup-close {
  position: absolute;
  top: -14px;
  right: -14px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #fff;
  border: none;
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
  color: #333;
  font-size: 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  transition: background 0.2s, color 0.2s;
}
.wa-popup-close:hover { background: #f0f0f0; color: #000; }

.wa-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #128c7e;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.wa-popup-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.wa-popup-name {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
}
.wa-popup-role {
  font-size: 12px;
  color: rgba(255,255,255,0.75);
}

.wa-popup-body {
  padding: 16px 12px;
  background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5z' fill='%23c4b5a5' fill-opacity='0.2' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.wa-bubble {
  background: #fff;
  border-radius: 0 10px 10px 10px;
  padding: 10px 14px 8px;
  display: inline-block;
  max-width: 90%;
  position: relative;
  box-shadow: 0 1px 2px rgba(0,0,0,0.12);
}
.wa-bubble::before {
  content: '';
  position: absolute;
  top: 0; left: -8px;
  border-width: 0 8px 8px 0;
  border-style: solid;
  border-color: transparent #fff transparent transparent;
}
.wa-bubble-sender {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: #075e54;
  margin-bottom: 4px;
}
.wa-bubble p {
  font-size: 14px;
  color: #303030;
  line-height: 1.5;
  margin: 0;
}
.wa-bubble-time {
  display: block;
  font-size: 11px;
  color: #aaa;
  text-align: right;
  margin-top: 4px;
}

.wa-popup-footer {
  padding: 12px;
  background: #f0f0f0;
}
.wa-popup-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 13px;
  background: #25d366;
  color: #fff;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s;
}
.wa-popup-btn:hover { background: #1da855; }

/* ── WHATSAPP FAB ── */
.whatsapp-fab {
  position: fixed;
  bottom: 28px;
  right: 28px;
  z-index: 999;
  width: 56px;
  height: 56px;
  background: #25d366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(37,211,102,0.4);
  transition: transform 0.2s, box-shadow 0.2s;
}
.whatsapp-fab:hover {
  transform: scale(1.08);
  box-shadow: 0 8px 28px rgba(37,211,102,0.5);
}

/* ── MOBILE ── */
@media (max-width: 900px) {
  .hero-title { font-size: 56px; line-height: 1.1; }
  .section-title { font-size: 48px; line-height: 1.1; }
  .footer-tagline { font-size: 48px; line-height: 1.15; letter-spacing: -1.5px; }
  .hero-inner { grid-template-columns: 1fr; text-align: center; padding: 140px 48px 120px; gap: 40px; }
  .hero-content { order: 0; }
  .hero-image-wrap { order: 1; }
  .hero-sub { margin: 0 auto 30px; }
  .hero-actions { justify-content: center; }
  .hero-image-card { aspect-ratio: 4/3; }

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

@media (max-width: 640px) {
  .section { padding: 64px 0; }

  .nav-links {
    display: none;
    position: absolute;
    top: 96px;
    left: 0; right: 0;
    background: var(--bg);
    flex-direction: column;
    padding: 20px 24px 28px;
    border-bottom: 1px solid var(--border);
    gap: 16px;
    box-shadow: var(--shadow);
  }
  .nav-links .nav-btn { display: none; }
  .nav-links.open { display: flex; }
  .nav-mobile-right { display: flex; }
  .nav-rezervasyon-mobile { display: inline-flex; }

  .hero { padding-top: 70px; min-height: auto; }
  .hero-inner { padding: 100px 24px 80px; gap: 32px; }
  .hero-title { font-size: 42px; line-height: 1.1; letter-spacing: -1.5px; }
  .section-title { font-size: 36px; line-height: 1.15; letter-spacing: -1px; }


  .btn {
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: -0.2px;
    padding: 16px 32px;
  }
  .btn-full { width: 100%; }

  .form-row { grid-template-columns: 1fr; }
  .form-row:has(.form-group:nth-child(3)) { grid-template-columns: 1fr; }

  .footer-top { grid-template-columns: 1fr; gap: 40px; }
  .footer-right { flex-direction: column; gap: 32px; }
  .footer-bottom { justify-content: flex-start; }
  .footer-tagline { font-size: 36px; line-height: 1.15; letter-spacing: -1px; }

  .about-stats { flex-direction: column; gap: 20px; }
}
