/* ============================================================
   New Veera SEO sayfaları için stil dosyası
   site.css'in marka değişkenlerini kullanır
============================================================ */

.seo-body { background: var(--cream); padding-top: 90px; }
@media(max-width: 600px) { .seo-body { padding-top: 76px; } }
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.container.narrow { max-width: 820px; }

/* --- Header --- */
.seo-header {
  position: sticky; top: 0; z-index: 50;
  background: var(--cream);
  border-bottom: 1px solid rgba(124,138,110,.18);
  transition: box-shadow .3s;
}
.seo-header.scrolled { box-shadow: 0 4px 20px rgba(63,74,54,.08); }
.seo-header-inner {
  max-width: 1200px; margin: 0 auto; padding: 14px 24px;
  display: flex; align-items: center; justify-content: space-between; gap: 20px;
}
.seo-logo img { height: 48px; width: auto; display: block; }
.seo-nav { display: flex; align-items: center; gap: 28px; }
.seo-nav a {
  text-decoration: none; color: var(--olive);
  font-family: 'Jost', sans-serif; font-size: .88rem;
  letter-spacing: 1.5px; text-transform: uppercase; transition: color .2s;
}
.seo-nav a:hover { color: var(--gold); }
.seo-nav-cta {
  border: 1px solid var(--sage); padding: 10px 20px; border-radius: 28px;
  color: var(--sage-deep) !important; letter-spacing: 2px;
}
.seo-nav-cta:hover { background: var(--sage-deep); color: var(--white) !important; border-color: var(--sage-deep); }
.seo-menu-toggle { display: none; background: none; border: 0; cursor: pointer; padding: 8px; }
.seo-menu-toggle span { display: block; width: 24px; height: 2px; background: var(--olive); margin: 5px 0; transition: .3s; }

/* --- Breadcrumb --- */
.breadcrumb {
  max-width: 1200px; margin: 0 auto; padding: 18px 24px;
  font-family: 'Jost', sans-serif; font-size: .85rem;
  color: #8a8c7e;
}
.breadcrumb a { color: var(--sage-deep); text-decoration: none; }
.breadcrumb a:hover { color: var(--gold); }

/* --- Page hero --- */
.page-hero {
  padding: 50px 0 60px;
  text-align: center;
  background: linear-gradient(180deg, var(--cream) 0%, var(--cream-warm) 100%);
}
.page-eyebrow {
  display: inline-block;
  font-family: 'Jost', sans-serif; font-size: .78rem;
  letter-spacing: 5px; text-transform: uppercase; color: var(--gold);
  margin-bottom: 16px;
}
.page-hero h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2rem, 4.5vw, 3.4rem);
  font-weight: 500; line-height: 1.15;
  color: var(--olive); margin-bottom: 18px;
}
.page-lead {
  max-width: 720px; margin: 0 auto 28px;
  font-family: 'Cormorant Garamond', serif; font-style: italic;
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  color: var(--sage-deep); line-height: 1.5;
}
.page-cta { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* --- Content sections --- */
.page-content { padding: 60px 0; }
.page-content p { margin-bottom: 16px; font-size: 1.05rem; color: var(--ink); line-height: 1.8; }
.page-content h2 { font-family: 'Cormorant Garamond', serif; font-size: clamp(1.6rem, 3vw, 2.2rem); color: var(--olive); margin: 36px 0 18px; font-weight: 500; }
.page-content h3 { font-family: 'Cormorant Garamond', serif; font-size: 1.4rem; color: var(--sage-deep); margin: 24px 0 12px; }
.page-content ul, .page-content ol { margin: 0 0 16px 24px; }
.page-content li { margin-bottom: 8px; }

/* --- Region grid (topic hub) --- */
.page-regions, .page-topics, .bolgeler-section { padding: 70px 0; }
.page-regions h2, .page-topics h2, .bolgeler-section h2 {
  text-align: center;
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  color: var(--olive); margin-bottom: 12px; font-weight: 500;
}
.section-lead { text-align: center; max-width: 720px; margin: 0 auto 40px; color: #6a6c5e; font-size: 1.05rem; }

.region-grid, .topic-grid, .bolge-grid, .hizmet-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}

.region-card, .topic-card, .bolge-card, .hizmet-card {
  background: var(--white); border: 1px solid rgba(124,138,110,.16);
  border-radius: 10px; padding: 24px 22px;
  text-decoration: none; color: inherit;
  transition: transform .3s, box-shadow .3s, border-color .3s;
  display: flex; flex-direction: column;
}
.region-card:hover, .topic-card:hover, .bolge-card:hover, .hizmet-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 40px rgba(63,74,54,.1);
  border-color: var(--gold-soft);
}
.region-card h3, .topic-card h3, .bolge-card h3, .hizmet-card h3 {
  font-family: 'Cormorant Garamond', serif; font-size: 1.4rem;
  color: var(--olive); margin-bottom: 8px; font-weight: 500;
}
.region-card p, .topic-card p, .bolge-card p, .hizmet-card p {
  color: #6a6c5e; font-size: .95rem; line-height: 1.55; flex: 1;
}
.region-card-link, .topic-card-link, .bolge-card-link, .hizmet-card-link {
  display: inline-block; margin-top: 14px;
  font-family: 'Jost', sans-serif; font-size: .85rem;
  letter-spacing: 1.5px; color: var(--gold); font-weight: 500;
}

/* --- Hizmet bölgelerimiz özel --- */
.bolgeler-section.alt { background: var(--cream-warm); }
.bolge-card-head {
  display: flex; justify-content: space-between; align-items: center;
  margin-bottom: 10px; gap: 10px;
}
.bolge-card-head h3 { margin: 0; }
.bolge-badge {
  background: var(--gold); color: var(--white);
  font-family: 'Jost', sans-serif; font-size: .65rem;
  letter-spacing: 2px; padding: 4px 10px; border-radius: 14px;
  text-transform: uppercase; font-weight: 500;
}
.bolge-badge.subtle { background: var(--cream-warm); color: var(--sage-deep); }
.hizmet-keyword {
  display: inline-block; margin-bottom: 8px;
  font-size: .75rem; color: var(--gold); letter-spacing: .5px;
  background: rgba(184,155,85,.1); padding: 3px 10px; border-radius: 10px;
}

/* --- Gallery (leaf) --- */
.page-gallery { padding: 60px 0; background: var(--cream-warm); }
.page-gallery h2 { text-align: center; font-family: 'Cormorant Garamond', serif; font-size: 2rem; color: var(--olive); margin-bottom: 30px; font-weight: 500; }
.gallery-grid-leaf {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 12px;
}
.gallery-item { border-radius: 8px; overflow: hidden; aspect-ratio: 4/3; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.gallery-item:hover img { transform: scale(1.06); }

/* --- Map (leaf) --- */
.page-map { padding: 50px 0; }
.page-map h2 { text-align: center; font-family: 'Cormorant Garamond', serif; font-size: 1.8rem; color: var(--olive); margin-bottom: 24px; font-weight: 500; }
.map-wrap { border-radius: 10px; overflow: hidden; box-shadow: 0 14px 40px rgba(63,74,54,.1); }

/* --- FAQ --- */
.page-faq { padding: 60px 0; background: var(--cream-warm); }
.page-faq h2 { text-align: center; font-family: 'Cormorant Garamond', serif; font-size: 2rem; color: var(--olive); margin-bottom: 30px; font-weight: 500; }
.faq-list { max-width: 760px; margin: 0 auto; }
.faq-item {
  background: var(--white); border: 1px solid rgba(124,138,110,.16);
  border-radius: 8px; padding: 18px 22px; margin-bottom: 12px;
}
.faq-item summary {
  cursor: pointer; font-family: 'Cormorant Garamond', serif;
  font-size: 1.2rem; color: var(--olive); font-weight: 500;
  list-style: none; outline: none;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item[open] summary { color: var(--gold); margin-bottom: 12px; }
.faq-item p { color: #6a6c5e; line-height: 1.7; }

/* --- Related --- */
.page-related { padding: 50px 0; }
.page-related.alt { background: var(--cream-warm); }
.page-related h2 {
  text-align: center; font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.5rem, 3vw, 2rem); color: var(--olive);
  margin-bottom: 30px; font-weight: 500;
}
.related-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 12px; max-width: 1000px; margin: 0 auto;
}
.related-card {
  background: var(--white); border: 1px solid rgba(124,138,110,.16);
  border-radius: 6px; padding: 14px 18px;
  text-decoration: none; color: var(--olive);
  font-family: 'Cormorant Garamond', serif; font-size: 1.05rem;
  text-align: center; transition: all .25s;
}
.related-card:hover {
  background: var(--olive); color: var(--cream); border-color: var(--olive);
}

/* --- CTA band --- */
.page-cta-band {
  padding: 70px 24px;
  background: var(--olive);
  color: var(--cream); text-align: center;
}
.page-cta-band h2 {
  font-family: 'Cormorant Garamond', serif; font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  color: var(--white); margin-bottom: 12px; font-weight: 500;
}
.page-cta-band p { color: var(--cream); margin-bottom: 24px; }
.page-cta-band .btn { margin: 0 6px; }

/* --- Buttons (reuse from site.css base, override if needed) --- */
.btn {
  display: inline-block; padding: 13px 28px;
  border-radius: 28px; text-decoration: none;
  font-family: 'Jost', sans-serif; font-size: .85rem;
  letter-spacing: 1.5px; text-transform: uppercase;
  transition: all .3s;
}
.btn-primary { background: var(--gold); color: var(--olive); border: 1px solid var(--gold); }
.btn-primary:hover { background: var(--gold-soft); }
.btn-ghost { background: transparent; color: inherit; border: 1px solid currentColor; }
.btn-ghost:hover { background: currentColor; color: var(--olive); }
.page-hero .btn-ghost { color: var(--sage-deep); }
.page-cta-band .btn-ghost { color: var(--cream); }

/* --- Footer --- */
.seo-footer {
  background: var(--ink); color: rgba(246,242,233,.6);
  padding: 60px 0 24px; margin-top: 60px;
}
.seo-footer-inner {
  max-width: 1200px; margin: 0 auto; padding: 0 24px;
  display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 40px;
}
.seo-footer-logo { height: 56px; width: auto; margin-bottom: 16px; filter: brightness(0) invert(.92); opacity: .85; }
.seo-footer-tagline { font-family: 'Cormorant Garamond', serif; font-style: italic; margin-bottom: 16px; }
.seo-footer-contact a { color: var(--gold-soft); text-decoration: none; line-height: 1.8; }
.seo-footer-contact a:hover { color: var(--white); }
.seo-footer-col h4 {
  font-family: 'Cormorant Garamond', serif; color: var(--gold-soft);
  font-size: 1.2rem; margin-bottom: 14px; letter-spacing: 1px;
}
.seo-footer-col ul { list-style: none; padding: 0; margin: 0; }
.seo-footer-col ul li { margin-bottom: 8px; }
.seo-footer-col ul a {
  color: rgba(246,242,233,.65); text-decoration: none;
  font-size: .9rem; transition: color .2s;
}
.seo-footer-col ul a:hover { color: var(--gold-soft); }
.seo-footer-all a { color: var(--gold-soft) !important; font-weight: 500; }
.seo-footer-bottom {
  max-width: 1200px; margin: 30px auto 0; padding: 24px 24px 0;
  border-top: 1px solid rgba(255,255,255,.1);
  text-align: center; font-size: .8rem; letter-spacing: 1px;
}

/* --- Mobile --- */
@media (max-width: 900px) {
  .seo-nav {
    position: fixed; top: 0; right: -100%; width: 280px; height: 100vh;
    background: var(--olive); flex-direction: column; gap: 24px;
    padding: 80px 24px; transition: right .3s; z-index: 49;
  }
  .seo-nav.open { right: 0; }
  .seo-nav a { color: var(--cream) !important; font-size: 1rem; }
  .seo-nav-cta { border-color: var(--gold-soft); color: var(--gold-soft) !important; }
  .seo-menu-toggle { display: block; z-index: 50; }
  .seo-footer-inner { grid-template-columns: 1fr; gap: 32px; }
  .page-hero { padding: 36px 0 44px; }
  .page-content, .page-regions, .page-topics, .bolgeler-section, .page-faq, .page-related, .page-gallery, .page-map { padding: 44px 0; }
  .page-cta-band { padding: 50px 24px; }
}

/* --- Related Search (Bodrum ile İlgili Aramalar) --- */
.related-search-section {
  padding: 40px 0;
  background: var(--cream);
}
.related-search-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.3rem, 2.5vw, 1.7rem);
  color: var(--olive); font-weight: 500;
  max-width: 1180px; margin: 0 auto 16px;
  padding: 0 24px;
}
.related-search-grid {
  display: flex; flex-wrap: wrap; gap: 8px;
  max-width: 1180px; margin: 0 auto;
  padding: 0 24px;
}
.search-pill {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(229, 235, 247, .65); color: #1a5cd0;
  border: 1px solid rgba(26, 92, 208, .12);
  border-radius: 22px; padding: 8px 14px;
  font-family: 'Jost', sans-serif; font-size: .85rem;
}
.search-pill-icon { opacity: .55; font-size: .85rem; }

/* --- Generic pill section (regions & topics aynı stil) --- */
.pill-section {
  padding: 50px 0;
  background: var(--cream-warm);
}
.pill-section.alt {
  background: var(--cream);
}
.pill-section-head {
  display: flex; align-items: center; justify-content: space-between;
  gap: 14px; flex-wrap: wrap; margin-bottom: 8px;
  max-width: 1180px; margin-left: auto; margin-right: auto;
  padding: 0 24px;
}
.pill-section-head h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.5rem, 3vw, 2rem);
  color: var(--olive); font-weight: 500; margin: 0;
}
.pill-section-count {
  background: rgba(184, 155, 85, .15); color: var(--gold);
  font-family: 'Jost', sans-serif; font-size: .82rem;
  padding: 4px 14px; border-radius: 16px; letter-spacing: .5px;
  white-space: nowrap;
}
.section-lead-sm {
  color: #6a6c5e; font-size: .98rem; margin-bottom: 26px;
  max-width: 1180px; margin: 0 auto;
  padding: 0 24px;
}
.pill-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 10px;
  max-width: 1180px; margin: 0 auto;
  padding: 0 24px;
}
.pill {
  display: flex; align-items: center; gap: 8px;
  background: var(--white); border: 1px solid rgba(124, 138, 110, .18);
  border-radius: 28px; padding: 11px 18px;
  text-decoration: none; color: var(--olive);
  font-family: 'Jost', sans-serif; font-size: .9rem;
  transition: all .25s;
  line-height: 1.3;
}
.pill:hover {
  background: var(--gold); color: var(--white); border-color: var(--gold);
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(184, 155, 85, .25);
}
.pill-icon { font-size: .85rem; opacity: .7; flex-shrink: 0; }
.pill:hover .pill-icon { opacity: 1; }
.pill-name { font-weight: 400; letter-spacing: .2px; }

/* --- Hero CTA butonları (belirgin, hizalı, kart stili telefon + WhatsApp) --- */
.hero-cta-row {
  display: flex; gap: 16px; flex-wrap: wrap; justify-content: center;
  margin-top: 8px;
}
.hero-cta-btn {
  display: flex; align-items: center; gap: 14px;
  padding: 18px 32px;
  height: 76px;
  min-width: 280px;
  border-radius: 14px;
  text-decoration: none;
  font-family: 'Jost', sans-serif;
  transition: transform .25s, box-shadow .25s, filter .25s;
  border: 0;
  box-shadow: 0 6px 20px rgba(0, 0, 0, .08);
  box-sizing: border-box;
}
.hero-cta-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 36px rgba(0, 0, 0, .15);
  filter: brightness(1.05);
}
.hero-cta-icon {
  width: 44px; height: 44px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  background: rgba(255, 255, 255, .25);
}
.hero-cta-icon svg { width: 22px; height: 22px; }
.hero-cta-text {
  display: flex; flex-direction: column; gap: 4px;
  line-height: 1;
  text-align: left;
  flex: 1;
}
.hero-cta-label {
  font-size: .68rem;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  opacity: .85;
  font-weight: 500;
}
.hero-cta-value {
  font-size: 1.25rem;
  font-weight: 500;
  font-family: 'Cormorant Garamond', serif;
  letter-spacing: .3px;
}

/* Telefon button */
.hero-cta-phone {
  background: linear-gradient(135deg, #b89b55 0%, #d4b56e 100%);
  color: #3a2e22;
}
/* WhatsApp button */
.hero-cta-wa {
  background: linear-gradient(135deg, #25d366 0%, #20bd5a 100%);
  color: #fff;
}
.hero-cta-wa .hero-cta-icon { background: rgba(255, 255, 255, .25); }
.hero-cta-wa .hero-cta-icon svg { fill: #fff; }

@media (max-width: 600px) {
  .hero-cta-btn { min-width: 0; flex: 1 1 100%; width: 100%; padding: 16px 22px; }
}

/* --- Inline pill bar (makale içine dağıtılan 5'er pills) --- */
.inline-pill-bar {
  padding: 24px 0;
  background: var(--cream);
}
.inline-pill-bar.alt {
  background: var(--cream-warm);
}
.inline-pill-label {
  color: var(--olive);
  font-family: 'Jost', sans-serif;
  font-size: .95rem;
  margin-bottom: 14px;
}
.inline-pill-row {
  display: flex; flex-wrap: wrap; gap: 8px;
}
.inline-pill-row .pill {
  font-size: .85rem;
  padding: 9px 14px;
  background: var(--white);
  border: 1px solid rgba(124, 138, 110, .2);
  border-radius: 22px;
}
.inline-pill-row .pill:hover {
  background: var(--gold);
  color: var(--white);
  border-color: var(--gold);
}
.inline-pill-all {
  margin-top: 12px;
  font-size: .82rem;
}
.inline-pill-all a {
  color: var(--gold);
  text-decoration: none;
  border-bottom: 1px dashed var(--gold-soft);
}
.inline-pill-all a:hover { color: var(--olive); }

/* --- Hero badges (Mekândan bağımsız, vb. gibi 3 küçük badge) --- */
.hero-badges {
  display: flex; flex-wrap: wrap; justify-content: center;
  gap: 10px; margin: 22px 0 28px;
}
.hero-badge {
  display: inline-flex; align-items: center; gap: 6px;
  background: rgba(184, 155, 85, .12);
  color: var(--olive);
  font-family: 'Jost', sans-serif; font-size: .82rem;
  padding: 6px 14px; border-radius: 18px;
  border: 1px solid rgba(184, 155, 85, .2);
}

/* --- On-form CTA box (Ücretsiz Ön Görüşme) --- */
.onform-cta {
  padding: 30px 0;
  background: var(--cream);
}
.onform-cta-box {
  background: linear-gradient(135deg, var(--cream-warm) 0%, #f8f0dd 100%);
  border: 1px solid rgba(184, 155, 85, .25);
  border-radius: 16px;
  padding: 32px 28px;
  text-align: center;
}
.onform-cta-box h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.6rem; color: var(--olive); font-weight: 500;
  margin-bottom: 10px;
}
.onform-cta-box p {
  color: #6a6c5e; margin-bottom: 18px; font-size: 1rem;
}

/* ============ ÖZEL DAVETLER (Reklam Landing) ============ */
.ad-hero {
  position: relative;
  min-height: 700px;
  height: 88vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--cream);
  padding: 80px 24px 100px;
  overflow: hidden;
  background-color: #3f4a36;
  background-image:
    linear-gradient(to bottom, rgba(63,74,54,.45) 0%, rgba(63,74,54,.25) 40%, rgba(51,52,44,.72) 100%),
    url('/img/hero/main.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.ad-hero-bg, .ad-hero-overlay { display: none; }
.ad-hero-inner {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 600px) {
  .ad-hero { min-height: 600px; height: auto; padding: 60px 16px 80px; }
}
.ad-trust-pill {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,.16);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,.22);
  padding: 8px 18px; border-radius: 24px;
  font-family: 'Jost', sans-serif; font-size: .85rem;
  margin-bottom: 22px;
}
.ad-stars { color: #ffd76b; letter-spacing: 2px; }
.ad-trust-divider { opacity: .5; margin: 0 4px; }
.ad-hero h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2rem, 5vw, 3.4rem);
  font-weight: 500; line-height: 1.15;
  color: #fff;
  margin-bottom: 18px;
}
.ad-hero h1 em { color: var(--gold-soft); font-style: italic; }
.ad-hero-lead {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.1rem, 2.2vw, 1.4rem);
  font-style: italic;
  max-width: 720px; margin: 0 auto 26px;
  opacity: .94;
}
.ad-hero-badges {
  display: flex; flex-wrap: wrap; justify-content: center;
  gap: 10px; margin-bottom: 32px;
}
.ad-badge {
  display: inline-flex; align-items: center;
  background: rgba(255,255,255,.13);
  border: 1px solid rgba(255,255,255,.25);
  color: #fff;
  font-family: 'Jost', sans-serif; font-size: .85rem;
  padding: 8px 16px; border-radius: 20px;
}
.ad-hero-cta {
  display: flex; gap: 14px; flex-wrap: wrap; justify-content: center;
}
.ad-cta-btn {
  display: inline-flex; align-items: center; gap: 14px;
  padding: 16px 28px; border-radius: 14px;
  text-decoration: none; color: #fff;
  font-family: 'Jost', sans-serif;
  min-width: 260px;
  transition: transform .2s, box-shadow .2s, filter .2s;
  box-shadow: 0 8px 24px rgba(0,0,0,.18);
}
.ad-cta-btn:hover { transform: translateY(-2px); box-shadow: 0 14px 32px rgba(0,0,0,.25); filter: brightness(1.05); }
.ad-cta-btn span { display: flex; flex-direction: column; line-height: 1.2; text-align: left; }
.ad-cta-btn small { font-size: .72rem; letter-spacing: 2px; text-transform: uppercase; opacity: .85; }
.ad-cta-btn strong { font-size: 1.1rem; font-weight: 500; font-family: 'Cormorant Garamond', serif; }
.ad-cta-phone { background: linear-gradient(135deg, #1e88e5 0%, #1976d2 100%); }
.ad-cta-wa { background: linear-gradient(135deg, #25d366 0%, #20bd5a 100%); }

/* Info strip — 4 sayı sütunu */
.ad-info-strip {
  background: var(--olive); color: var(--cream);
  padding: 36px 24px;
}
.ad-info-grid {
  max-width: 1180px; margin: 0 auto;
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 20px; text-align: center;
}
.ad-info-num {
  display: block;
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2rem, 4vw, 3rem);
  color: var(--gold-soft); font-weight: 500;
  line-height: 1; margin-bottom: 4px;
}
.ad-info-lbl {
  font-family: 'Jost', sans-serif; font-size: .82rem;
  letter-spacing: 2px; text-transform: uppercase;
  color: rgba(246,242,233,.75);
}
@media (max-width: 600px) {
  .ad-info-grid { grid-template-columns: repeat(2, 1fr); gap: 24px; }
}

/* Paket kartları */
.ad-packages { padding: 70px 0; background: var(--cream); }
.ad-pkg-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 24px; max-width: 1180px; margin: 0 auto;
  padding: 0 24px; align-items: stretch;
}
.ad-pkg {
  background: var(--white);
  border: 1px solid rgba(124,138,110,.18);
  border-radius: 14px;
  padding: 36px 28px;
  display: flex; flex-direction: column;
  position: relative;
  transition: transform .3s, box-shadow .3s;
}
.ad-pkg:hover { transform: translateY(-6px); box-shadow: 0 24px 50px rgba(63,74,54,.12); }
.ad-pkg-featured {
  background: linear-gradient(180deg, var(--olive) 0%, #34402b 100%);
  color: var(--cream);
  border-color: var(--gold);
  transform: scale(1.04);
}
.ad-pkg-featured:hover { transform: scale(1.04) translateY(-6px); }
.ad-pkg-ribbon {
  position: absolute; top: 18px; right: -1px;
  background: var(--gold); color: var(--olive);
  font-family: 'Jost', sans-serif;
  font-size: .68rem; letter-spacing: 2px; text-transform: uppercase;
  padding: 7px 14px;
  border-radius: 16px 0 0 16px;
  font-weight: 500;
}
.ad-pkg-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.8rem; font-weight: 500;
  color: var(--olive);
  margin-bottom: 4px;
}
.ad-pkg-featured .ad-pkg-name { color: #fff; }
.ad-pkg-tagline {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1rem; font-style: italic;
  color: var(--gold);
  margin-bottom: 22px;
}
.ad-pkg-featured .ad-pkg-tagline { color: var(--gold-soft); }
.ad-pkg-price {
  margin-bottom: 22px;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(124,138,110,.18);
}
.ad-pkg-featured .ad-pkg-price { border-color: rgba(255,255,255,.15); }
.ad-pkg-price-from {
  display: block;
  font-family: 'Jost', sans-serif; font-size: .72rem;
  letter-spacing: 2px; text-transform: uppercase;
  color: #6a6c5e; margin-bottom: 4px;
}
.ad-pkg-featured .ad-pkg-price-from { color: rgba(246,242,233,.65); }
.ad-pkg-price-val {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.2rem; color: var(--olive); font-style: italic;
}
.ad-pkg-featured .ad-pkg-price-val { color: var(--gold-soft); }
.ad-pkg-features {
  list-style: none; padding: 0; margin: 0 0 24px;
  flex: 1;
}
.ad-pkg-features li {
  padding: 8px 0 8px 24px;
  position: relative;
  font-size: .95rem;
  color: #5a5c4e;
  line-height: 1.5;
}
.ad-pkg-featured .ad-pkg-features li { color: rgba(246,242,233,.88); }
.ad-pkg-features li::before {
  content: "✓";
  position: absolute; left: 0; top: 8px;
  color: var(--gold);
  font-weight: 700;
}
.ad-pkg-featured .ad-pkg-features li::before { color: var(--gold-soft); }
.ad-pkg-cta {
  display: block; text-align: center;
  background: var(--olive); color: var(--cream);
  padding: 14px; border-radius: 28px;
  text-decoration: none;
  font-family: 'Jost', sans-serif; font-size: .85rem;
  letter-spacing: 2px; text-transform: uppercase;
  transition: background .25s, transform .25s;
}
.ad-pkg-cta:hover { background: var(--sage-deep); transform: translateY(-2px); }
.ad-pkg-featured .ad-pkg-cta {
  background: var(--gold); color: var(--olive);
}
.ad-pkg-featured .ad-pkg-cta:hover { background: var(--gold-soft); }

@media (max-width: 900px) {
  .ad-pkg-grid { grid-template-columns: 1fr; max-width: 480px; }
  .ad-pkg-featured { transform: none; }
  .ad-pkg-featured:hover { transform: translateY(-6px); }
}

/* Galeri */
.ad-gallery { padding: 70px 0; background: var(--cream-warm); }
.ad-gallery h2 {
  text-align: center;
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  color: var(--olive); font-weight: 500; margin-bottom: 12px;
}
.ad-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  max-width: 1180px; margin: 0 auto;
  padding: 0 24px;
}
.ad-gallery-item {
  border-radius: 10px; overflow: hidden;
  aspect-ratio: 4/3;
  box-shadow: 0 8px 24px rgba(63,74,54,.1);
}
.ad-gallery-item img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .6s;
}
.ad-gallery-item:hover img { transform: scale(1.06); }
@media (max-width: 700px) {
  .ad-gallery-grid { grid-template-columns: repeat(2, 1fr); }
}

/* h2 başlıkları ortak */
.ad-events h2, .ad-why h2, .ad-form-section h2 {
  text-align: center;
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  color: var(--olive); font-weight: 500; margin-bottom: 12px;
}
.ad-section-lead { text-align: center; color: #6a6c5e; margin-bottom: 38px; }
.ad-event-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 18px; max-width: 1180px; margin: 0 auto; padding: 0 24px;
}
.ad-event-card {
  background: var(--white); border: 1px solid rgba(124,138,110,.18);
  border-radius: 14px; padding: 28px 24px;
  text-align: center; text-decoration: none; color: inherit;
  transition: transform .25s, box-shadow .25s, border-color .25s;
  display: flex; flex-direction: column;
}
.ad-event-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(63,74,54,.12);
  border-color: var(--gold-soft);
}
.ad-event-emoji { font-size: 2.4rem; margin-bottom: 12px; }
.ad-event-card h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.5rem; color: var(--olive); font-weight: 500;
  margin-bottom: 10px;
}
.ad-event-card p { color: #6a6c5e; font-size: .95rem; line-height: 1.6; flex: 1; }

/* Why grid */
.ad-why { padding: 70px 0; background: var(--cream-warm); }
.ad-why-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 22px; max-width: 1180px; margin: 0 auto; padding: 0 24px;
}
.ad-why-item {
  background: var(--white);
  border-radius: 14px; padding: 26px 24px;
  border: 1px solid rgba(124,138,110,.14);
  box-shadow: 0 6px 18px rgba(63,74,54,.06);
}
.ad-why-icon { font-size: 2rem; display: block; margin-bottom: 10px; }
.ad-why-item h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.4rem; color: var(--olive); font-weight: 500;
  margin-bottom: 8px;
}
.ad-why-item p { color: #6a6c5e; font-size: .95rem; line-height: 1.6; }

/* Form section */
.ad-form-section { padding: 70px 0; background: var(--cream); }

@media (max-width: 600px) {
  .ad-cta-btn { min-width: 0; flex: 1 1 100%; width: 100%; }
  .ad-hero { padding: 50px 16px 60px; }
}

/* --- Contact form (iletişim sayfası) --- */
.contact-form {
  background: var(--white);
  border: 1px solid rgba(124, 138, 110, .18);
  border-radius: 12px;
  padding: 28px 26px;
  margin: 24px 0;
}
.form-row { margin-bottom: 16px; }
.form-row label {
  display: block; margin-bottom: 6px;
  font-family: 'Jost', sans-serif; font-size: .85rem;
  color: var(--olive); font-weight: 500;
  letter-spacing: .5px;
}
.form-row input, .form-row textarea {
  width: 100%; box-sizing: border-box;
  padding: 12px 14px;
  border: 1px solid rgba(124, 138, 110, .25);
  border-radius: 8px;
  font-family: 'Jost', sans-serif; font-size: 1rem;
  color: var(--ink); background: var(--cream);
  transition: border-color .2s, background .2s;
}
.form-row input:focus, .form-row textarea:focus {
  outline: none; border-color: var(--gold);
  background: var(--white);
}
.form-row textarea { resize: vertical; min-height: 100px; }
.contact-form-submit {
  display: inline-flex; align-items: center; gap: 10px;
  background: linear-gradient(135deg, #25d366 0%, #20bd5a 100%);
  color: #fff; border: 0; border-radius: 12px;
  padding: 14px 28px;
  font-family: 'Jost', sans-serif; font-size: 1rem;
  font-weight: 500; letter-spacing: 1px;
  cursor: pointer;
  transition: transform .2s, box-shadow .2s;
  box-shadow: 0 6px 18px rgba(37, 211, 102, .25);
}
.contact-form-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(37, 211, 102, .35);
}
.contact-form-note {
  margin-top: 14px; font-size: .85rem; color: #6a6c5e; font-style: italic;
}

/* --- Inline map (makale içinde) --- */
.inline-map-wrap {
  margin: 18px 0 28px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(63, 74, 54, .08);
}

/* --- Inline reviews (makale içinde, harita altında) --- */
.reviews-inline-meta {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  background: var(--cream-warm);
  padding: 8px 16px;
  border-radius: 22px;
  margin-bottom: 18px;
}
.reviews-inline-meta .reviews-rating { font-size: 1.05rem; color: var(--gold); letter-spacing: 1px; }
.reviews-inline-meta .reviews-rating strong { color: var(--olive); margin-left: 4px; font-family: 'Cormorant Garamond', serif; font-size: 1.15rem; }
.reviews-inline-meta .reviews-count { font-size: .8rem; color: #6a6c5e; font-family: 'Jost', sans-serif; }

.reviews-inline-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 14px;
  margin: 14px 0 28px;
}
.review-card-inline {
  padding: 18px 18px 14px;
}
.review-card-inline .review-text {
  font-size: .92rem;
  -webkit-line-clamp: 4;
}

/* --- Google Reviews section (full-width versiyon — kullanılmaz oldu ama bırakıyoruz) --- */
.reviews-section {
  padding: 60px 0;
  background: var(--cream);
}
.reviews-head {
  text-align: center;
  margin-bottom: 36px;
}
.reviews-head h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  color: var(--olive);
  margin-bottom: 12px;
  font-weight: 500;
}
.reviews-meta {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: center;
}
.reviews-rating {
  font-size: 1.4rem;
  color: var(--gold);
  letter-spacing: 2px;
}
.reviews-rating strong {
  color: var(--olive);
  margin-left: 6px;
  font-family: 'Cormorant Garamond', serif;
}
.reviews-count {
  color: #6a6c5e;
  font-family: 'Jost', sans-serif;
  font-size: .9rem;
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 18px;
  max-width: 1180px;
  margin: 0 auto;
}
.review-card {
  background: var(--white);
  border: 1px solid rgba(124, 138, 110, .14);
  border-radius: 10px;
  padding: 22px 22px 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: transform .25s, box-shadow .25s;
}
.review-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(63, 74, 54, .08);
}
.review-head {
  display: flex;
  align-items: center;
  gap: 12px;
  position: static;
}
.review-google { margin-left: auto; display: inline-flex; align-items: center; opacity: .7; }
.review-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  object-fit: cover;
  background: var(--cream-warm);
}
.review-avatar-fallback {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--olive);
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.2rem;
  font-weight: 500;
}
.review-author { flex: 1; min-width: 0; }
.review-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.1rem;
  color: var(--olive);
  font-weight: 500;
  line-height: 1.1;
}
.review-stars {
  color: var(--gold);
  font-size: .9rem;
  letter-spacing: 1px;
  margin-top: 2px;
}
.review-time {
  font-size: .75rem;
  color: #8a8c7e;
  font-family: 'Jost', sans-serif;
  white-space: nowrap;
}
.review-text {
  color: #4a4c42;
  font-size: .95rem;
  line-height: 1.6;
  /* max 5 satır, ellipsis */
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.reviews-cta {
  text-align: center;
  margin-top: 28px;
}
.reviews-cta a {
  color: var(--gold);
  text-decoration: none;
  font-family: 'Jost', sans-serif;
  font-size: .9rem;
  letter-spacing: 1px;
  border-bottom: 1px solid var(--gold-soft);
  padding-bottom: 2px;
  transition: color .2s, border-color .2s;
}
.reviews-cta a:hover {
  color: var(--olive);
  border-color: var(--olive);
}

/* --- Cookie banner --- */
.cookie-banner {
  position: fixed;
  bottom: 16px; left: 16px; right: 16px;
  z-index: 9999;
  background: var(--olive);
  color: var(--cream);
  border-radius: 12px;
  box-shadow: 0 12px 40px rgba(63, 74, 54, .25);
  padding: 16px 20px;
  max-width: 720px;
  margin: 0 auto;
  font-family: 'Jost', sans-serif;
}
.cookie-banner-inner {
  display: flex; align-items: center; gap: 16px;
  flex-wrap: wrap; justify-content: space-between;
}
.cookie-banner p {
  font-size: .9rem; line-height: 1.5; margin: 0; flex: 1; min-width: 240px;
}
.cookie-banner a {
  color: var(--gold-soft); text-decoration: underline;
}
.cookie-accept {
  background: var(--gold); color: var(--olive);
  border: 0; border-radius: 24px;
  padding: 10px 24px;
  font-family: 'Jost', sans-serif; font-size: .85rem;
  letter-spacing: 1.5px; text-transform: uppercase;
  cursor: pointer; transition: background .2s;
  white-space: nowrap;
}
.cookie-accept:hover { background: var(--gold-soft); }
@media (max-width: 600px) {
  .cookie-banner { bottom: 12px; left: 12px; right: 12px; padding: 14px; }
  .cookie-banner-inner { gap: 12px; }
  .cookie-accept { width: 100%; }
}

/* --- WhatsApp float (same as site.css) --- */
