/* =========================================================
   En Baba Organizasyon - Düğün Karşılama Hostesi
   Standart hostes/fuar form ve buton düzeni
========================================================= */
:root {
  --eh-primary: #db2777;
  --eh-primary-dark: #9f1239;
  --eh-accent: #f97316;
  --eh-soft: #fff1f2;
  --eh-soft-2: #fff7ed;
  --eh-border: #fbcfe8;
  --eh-ink: #0f172a;
  --eh-muted: #64748b;
  --eh-card: #ffffff;
}

body.page-istanbul-dugun-karsilama-hostesi { overflow-x: clip; }
body.page-istanbul-dugun-karsilama-hostesi [id] { scroll-margin-top: 112px; }
body.page-istanbul-dugun-karsilama-hostesi h1,
body.page-istanbul-dugun-karsilama-hostesi h2,
body.page-istanbul-dugun-karsilama-hostesi h3 { text-wrap: balance; }
body.page-istanbul-dugun-karsilama-hostesi p,
body.page-istanbul-dugun-karsilama-hostesi li { text-wrap: pretty; }
body.page-istanbul-dugun-karsilama-hostesi .hidden { display: none !important; }
body.page-istanbul-dugun-karsilama-hostesi img { display:block; max-width:100%; height:auto; }
body.page-istanbul-dugun-karsilama-hostesi a:focus-visible,
body.page-istanbul-dugun-karsilama-hostesi button:focus-visible,
body.page-istanbul-dugun-karsilama-hostesi input:focus-visible,
body.page-istanbul-dugun-karsilama-hostesi textarea:focus-visible,
body.page-istanbul-dugun-karsilama-hostesi select:focus-visible {
  outline: 3px solid color-mix(in srgb, var(--eh-primary) 42%, transparent);
  outline-offset: 3px;
}

.eh-page { width:100%; color:var(--eh-ink); background:#fff; }
.eh-container { width:min(100% - 32px, 1280px); max-width:1280px; margin-inline:auto; }
@media (min-width:1536px){ .eh-container{ max-width:1440px; } }
.eh-section { padding:68px 0; }
.eh-mini { display:inline-flex; align-items:center; gap:8px; width:max-content; max-width:100%; padding:8px 12px; border-radius:999px; background:var(--eh-soft); border:1px solid var(--eh-border); color:var(--eh-primary-dark); font-size:12px; font-weight:950; letter-spacing:.02em; }

/* HERO */
.eh-eyebrow { display:inline-flex; align-items:center; flex-wrap:wrap; gap:8px; padding:9px 13px; border-radius:999px; background:rgba(255,255,255,.82); border:1px solid var(--eh-border); color:var(--eh-primary-dark); font-size:13px; font-weight:950; box-shadow:0 10px 24px rgba(15,23,42,.045); }
.eh-eyebrow span { color:var(--eh-muted); }
.eh-lead { margin:22px 0 0; max-width:720px; color:#475569; font-size:17px; line-height:1.85; font-weight:600; }
.eh-support-copy { margin:16px 0 0; max-width:720px; color:#334155; font-size:15px; line-height:1.8; }
.eh-support-copy strong { color:#111827; }

/* INTRO */
.eh-intro { background:#fff; }
.eh-intro__grid { display:grid; grid-template-columns:1fr .9fr; gap:38px; align-items:center; }
.eh-intro article { background:#fff; border:1px solid rgba(226,232,240,.95); border-radius:30px; padding:34px; box-shadow:0 18px 50px rgba(15,23,42,.06); }
.eh-intro h2 { font-size:clamp(28px,3.2vw,44px); line-height:1.08; letter-spacing:-.04em; margin:14px 0 12px; font-weight:1000; }
.eh-intro p { color:var(--eh-muted); line-height:1.85; margin:0; }
.eh-stats { display:grid; gap:14px; }
.eh-stats div { border:1px solid var(--eh-border); background:linear-gradient(135deg,#fff,var(--eh-soft-2)); border-radius:22px; padding:22px; box-shadow:0 12px 30px rgba(15,23,42,.05); }
.eh-stats strong { display:block; font-size:22px; font-weight:1000; }
.eh-stats span { display:block; margin-top:4px; color:var(--eh-muted); font-weight:750; font-size:13px; }

/* INTENT */
.eh-intent { background:linear-gradient(180deg,#fff,var(--eh-soft-2)); padding-top:44px; padding-bottom:44px; }
.eh-intent-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:18px; }
.eh-intent-card { display:flex; min-width:0; flex-direction:column; gap:8px; padding:20px; border-radius:22px; border:1px solid var(--eh-border); background:rgba(255,255,255,.92); text-decoration:none; color:inherit; box-shadow:0 12px 30px rgba(15,23,42,.055); transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.eh-intent-card:hover { transform:translateY(-2px); box-shadow:0 18px 38px rgba(15,23,42,.09); border-color:color-mix(in srgb, var(--eh-primary) 38%, #e2e8f0); }
.eh-intent-card__title { color:#111827; font-weight:950; }
.eh-intent-card__desc { color:var(--eh-muted); line-height:1.55; font-size:14px; }
.eh-intent-card__price { margin-top:auto; color:var(--eh-primary-dark); font-weight:950; font-size:13px; }
.eh-intent-card__link { color:var(--eh-primary); font-weight:950; font-size:13px; }

/* PRICING */
.eh-section-head { text-align:center; max-width:900px; margin:0 auto 34px; }
.eh-section-head h2 { margin:14px 0 0; font-size:clamp(30px,3.4vw,46px); line-height:1.08; letter-spacing:-.04em; font-weight:1000; color:#111827; }
.eh-section-head p { margin:12px auto 0; color:var(--eh-muted); font-size:16px; line-height:1.75; }
.eh-pricing { background:linear-gradient(180deg,var(--eh-soft-2),#fff); }
.eh-price-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:24px; align-items:stretch; }
.eh-price-card { position:relative; overflow:visible; display:flex; flex-direction:column; border:1px solid rgba(226,232,240,.95); background:#fff; border-radius:26px; padding:28px; box-shadow:0 20px 48px rgba(15,23,42,.08); }
.eh-price-card.is-featured { border:2px solid var(--eh-primary); background:linear-gradient(180deg,var(--eh-soft),#fff 72%); }
.eh-tag { position:absolute; right:24px; top:-14px; max-width:calc(100% - 48px); white-space:nowrap; background:var(--eh-primary); color:#fff; border-radius:999px; padding:7px 13px; font-size:12px; font-weight:950; box-shadow:0 10px 24px color-mix(in srgb, var(--eh-primary) 24%, transparent); }
.eh-price-card h3 { margin:0 0 10px; font-size:22px; font-weight:950; }
.eh-price { font-size:38px; line-height:1; font-weight:1000; letter-spacing:-.04em; }
.eh-price-note { display:inline-flex; width:max-content; max-width:100%; margin:10px 0 18px; padding:6px 10px; border-radius:8px; background:#f8fafc; border:1px solid #e2e8f0; color:var(--eh-muted); font-size:12px; font-weight:850; }
.eh-price-card ul { list-style:none; margin:0 0 24px; padding:0; display:grid; gap:10px; color:#475569; line-height:1.5; flex:1; }
.eh-price-card li { position:relative; padding-left:18px; }
.eh-price-card li::before { content:'•'; position:absolute; left:0; color:var(--eh-primary); font-weight:1000; }
.eh-card-btn,
.eh-submit { display:flex; align-items:center; justify-content:center; width:100%; min-height:48px; border:0; border-radius:14px; background:linear-gradient(135deg,var(--eh-primary),var(--eh-accent)); color:#fff; font-weight:950; font-size:14px; text-decoration:none; box-shadow:0 16px 32px color-mix(in srgb, var(--eh-primary) 18%, transparent); cursor:pointer; }
.eh-card-btn.is-active { outline:3px solid color-mix(in srgb, var(--eh-primary) 24%, transparent); outline-offset:2px; }
.eh-price-foot { text-align:center; margin-top:22px; color:var(--eh-muted); font-size:13px; }

/* FORM */
.eh-request { background:#fff; }
.eh-request-card { max-width:1040px; margin:0 auto; border:1px solid rgba(226,232,240,.95); background:#fff; border-radius:32px; padding:34px; box-shadow:0 22px 60px rgba(15,23,42,.075); }
.eh-form-head { margin-bottom:24px; }
.eh-stepper-wrap { max-width:840px; margin:0 auto 28px; }
.eh-stepper { position:relative; padding:14px 4px 0; }
.eh-stepper__line { position:absolute; left:42px; right:42px; top:28px; height:4px; border-radius:999px; background:#e2e8f0; overflow:hidden; z-index:0; }
.eh-stepper__bar { height:100%; width:0; border-radius:999px; background:linear-gradient(90deg,var(--eh-primary),var(--eh-accent)); transition:width .25s ease; }
.eh-stepper__items { position:relative; z-index:1; display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:8px; }
.eh-stepper__item { display:grid; justify-items:center; gap:8px; color:#94a3b8; font-size:12px; font-weight:850; text-align:center; }
.eh-stepper__dot { display:flex; align-items:center; justify-content:center; width:32px; height:32px; border-radius:999px; background:#fff; border:2px solid #e2e8f0; color:#64748b; font-weight:1000; box-shadow:0 4px 12px rgba(15,23,42,.06); }
.eh-stepper__item.is-active .eh-stepper__dot,
.eh-stepper__item.is-complete .eh-stepper__dot { border-color:var(--eh-primary); background:var(--eh-primary); color:#fff; }
.eh-stepper__item.is-active .eh-stepper__label,
.eh-stepper__item.is-complete .eh-stepper__label { color:var(--eh-primary-dark); }
.eh-stepper__meta { margin:12px 0 0; color:var(--eh-muted); font-size:13px; font-weight:850; text-align:center; }
.eh-step { max-width:920px; margin:0 auto; }
.eh-step h3 { margin:0 0 18px; color:#111827; font-size:22px; font-weight:950; }
.eh-form-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:16px; }
.eh-form label { display:grid; gap:8px; color:#334155; font-weight:850; font-size:14px; }
.eh-form-wide { grid-column:1/-1; }
.eh-input { width:100%; min-width:0; min-height:50px; border:1px solid #cbd5e1; border-radius:14px; background:#fff; padding:12px 14px; color:#0f172a; font-size:16px; outline:none; transition:border-color .2s ease, box-shadow .2s ease; }
select.eh-input { padding-right:42px; appearance:none; -webkit-appearance:none; background-image:linear-gradient(45deg,transparent 50%,var(--eh-primary-dark) 50%),linear-gradient(135deg,var(--eh-primary-dark) 50%,transparent 50%); background-position:calc(100% - 18px) calc(50% - 2px),calc(100% - 12px) calc(50% - 2px); background-size:6px 6px,6px 6px; background-repeat:no-repeat; }
.eh-input:focus { border-color:var(--eh-primary); box-shadow:0 0 0 4px color-mix(in srgb, var(--eh-primary) 14%, transparent); }
textarea.eh-input { resize:vertical; min-height:110px; }
.eh-help { margin:6px 0 0; color:var(--eh-muted); font-size:12px; line-height:1.55; }
.eh-form-note { align-self:stretch; display:flex; flex-direction:column; justify-content:center; gap:6px; padding:14px; border-radius:14px; background:#f8fafc; border:1px solid #e2e8f0; color:var(--eh-muted); font-size:12px; font-weight:750; }
.eh-form-note p { margin:0; }
.eh-kvkk { display:flex!important; grid-template-columns:none!important; align-items:flex-start; gap:10px; margin-top:16px; color:#475569!important; font-weight:750!important; }
.eh-kvkk input { margin-top:3px; accent-color:var(--eh-primary); }
.eh-kvkk a { color:var(--eh-primary-dark); font-weight:950; text-decoration:underline; }
.eh-error { margin-top:14px; padding:12px 14px; border:1px solid #fecaca; background:#fff1f2; color:#be123c; border-radius:14px; font-weight:850; }
.eh-submit { margin-top:18px; max-width:420px; margin-left:auto; margin-right:auto; }
.eh-submit-note { margin:10px 0 0; text-align:center; color:var(--eh-muted); font-size:12px; font-weight:750; }
.eh-form-actions { display:flex; align-items:center; justify-content:center; gap:12px; flex-wrap:wrap; margin-top:24px; }
.eh-form-nav { min-height:44px; min-width:128px; border:1px solid var(--eh-border); border-radius:999px; padding:0 18px; background:#fff; color:var(--eh-primary-dark); font-weight:950; cursor:pointer; }
.eh-form-nav--next { background:var(--eh-soft); }
.eh-form-nav:disabled { opacity:.45; cursor:not-allowed; }

/* TEAM */
.eh-team { background:linear-gradient(180deg,#fff,var(--eh-soft-2)); }
.eh-team-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:18px; }
.eh-team-card { position:relative; overflow:hidden; min-height:320px; border-radius:24px; background:#e2e8f0; box-shadow:0 18px 40px rgba(15,23,42,.1); }
.eh-team-card img { width:100%; height:100%; min-height:320px; object-fit:cover; }
.eh-team-card__overlay { position:absolute; inset:auto 12px 12px 12px; padding:14px; border-radius:18px; background:rgba(15,23,42,.78); color:#fff; backdrop-filter:blur(10px); }
.eh-team-card__overlay h3 { margin:0; font-size:16px; font-weight:950; }
.eh-team-card__overlay p { margin:5px 0 10px; color:rgba(255,255,255,.8); font-size:12px; }
.eh-team-card__overlay a { color:#fff; font-weight:950; text-decoration:underline; font-size:13px; }
.eh-empty { grid-column:1/-1; margin:0; padding:22px; border-radius:18px; background:#f8fafc; border:1px solid #e2e8f0; color:var(--eh-muted); text-align:center; font-weight:850; }

/* FAQ */
.eh-faq { background:linear-gradient(180deg,#fff,var(--eh-soft-2)); }
.eh-accordion { display:grid; gap:12px; max-width:920px; margin:0 auto; }
.eh-acc-item { border:1px solid var(--eh-border); background:#fff; border-radius:20px; overflow:hidden; box-shadow:0 12px 30px rgba(15,23,42,.045); }
.accordion-header { width:100%; display:flex; align-items:center; justify-content:space-between; gap:16px; border:0; background:var(--eh-soft); color:var(--eh-primary-dark); padding:18px 20px; font-size:16px; font-weight:950; text-align:left; cursor:pointer; }
.accordion-icon { flex:0 0 auto; display:inline-flex; align-items:center; justify-content:center; width:30px; height:30px; border-radius:999px; background:#fff; color:var(--eh-primary); font-size:22px; line-height:1; transition:transform .2s ease; }
.accordion-content { padding:0 20px 18px; color:#475569; line-height:1.75; }
.accordion-content p { margin:16px 0 0; }
.accordion-header[aria-expanded="true"] .accordion-icon { transform:rotate(45deg); }

@media (max-width:1023px){
  .eh-intro__grid{grid-template-columns:1fr;gap:34px}
  .eh-lead,
.eh-support-copy{margin-left:auto;margin-right:auto}
  .eh-price-grid,.eh-intent-grid{grid-template-columns:1fr}
  .eh-team-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .eh-section{padding:54px 0}
}
@media (max-width:767px){
  body.page-istanbul-dugun-karsilama-hostesi [id]{scroll-margin-top:92px}
  .eh-container{width:min(100% - 28px,1280px)}
  .eh-lead{font-size:15px;line-height:1.75}
  .eh-form-grid{grid-template-columns:1fr}
  .eh-request-card{padding:22px;border-radius:24px}
  .eh-section-head h2{font-size:30px}
  .eh-price-card{padding:24px}
  .eh-tag{right:18px;top:-12px;font-size:11px}
  .eh-stepper__line{left:26px;right:26px}
  .eh-stepper__label{font-size:11px}
  .eh-form-actions{display:grid;grid-template-columns:1fr;gap:10px}
  .eh-form-nav{width:100%}
  .eh-team-grid{grid-template-columns:1fr}
  .accordion-header{font-size:15px;padding:16px}
}

/* =========================================================
   DÜĞÜN KARŞILAMA HOSTESİ — ICON / ANCHOR / MOBILE DENSITY FIX
   Hostes kiralama hero-hariç yapı: hero alanı korunur; fiyat, form,
   ekip ve sayfa içi scroll davranışı sıkılaştırılır.
========================================================= */
html {
  scroll-padding-top: max(10px, env(safe-area-inset-top, 0px));
}

body.page-istanbul-dugun-karsilama-hostesi #fiyatlar,
body.page-istanbul-dugun-karsilama-hostesi #hizmet-talebi,
body.page-istanbul-dugun-karsilama-hostesi #hostes-ekibi,
body.page-istanbul-dugun-karsilama-hostesi #sss {
  scroll-margin-top: max(10px, env(safe-area-inset-top, 0px)) !important;
}

.eh-date-close-btn {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.eh-date-close-btn__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-size: 17px;
  transform: translateY(-1px);
}

@media (max-width: 767px) {
  body.page-istanbul-dugun-karsilama-hostesi .eh-container {
    width: min(100% - 24px, 1280px);
  }

  body.page-istanbul-dugun-karsilama-hostesi .eh-section {
    padding-top: 34px;
    padding-bottom: 34px;
  }

  body.page-istanbul-dugun-karsilama-hostesi .eh-pricing,
  body.page-istanbul-dugun-karsilama-hostesi .eh-request,
  body.page-istanbul-dugun-karsilama-hostesi .eh-team,
  body.page-istanbul-dugun-karsilama-hostesi .eh-faq {
    padding-top: 26px;
    padding-bottom: 34px;
  }

  body.page-istanbul-dugun-karsilama-hostesi .eh-intro {
    padding-top: 32px;
    padding-bottom: 26px;
  }

  body.page-istanbul-dugun-karsilama-hostesi .eh-intent {
    padding-top: 20px;
    padding-bottom: 26px;
  }

  body.page-istanbul-dugun-karsilama-hostesi .eh-intro__grid,
  body.page-istanbul-dugun-karsilama-hostesi .eh-intent-grid,
  body.page-istanbul-dugun-karsilama-hostesi .eh-price-grid {
    gap: 16px;
  }

  body.page-istanbul-dugun-karsilama-hostesi .eh-intro article,
  body.page-istanbul-dugun-karsilama-hostesi .eh-stats div,
  body.page-istanbul-dugun-karsilama-hostesi .eh-intent-card,
  body.page-istanbul-dugun-karsilama-hostesi .eh-price-card,
  body.page-istanbul-dugun-karsilama-hostesi .eh-request-card {
    border-radius: 22px;
  }

  body.page-istanbul-dugun-karsilama-hostesi .eh-intro article {
    padding: 22px;
  }

  body.page-istanbul-dugun-karsilama-hostesi .eh-stats {
    gap: 10px;
  }

  body.page-istanbul-dugun-karsilama-hostesi .eh-stats div,
  body.page-istanbul-dugun-karsilama-hostesi .eh-intent-card {
    padding: 16px;
  }

  body.page-istanbul-dugun-karsilama-hostesi .eh-section-head {
    margin-bottom: 20px;
  }

  body.page-istanbul-dugun-karsilama-hostesi .eh-section-head h2 {
    margin-top: 6px;
    margin-bottom: 6px;
    font-size: clamp(25px, 7vw, 30px);
    line-height: 1.12;
  }

  body.page-istanbul-dugun-karsilama-hostesi .eh-section-head p {
    font-size: 14px;
    line-height: 1.58;
  }

  body.page-istanbul-dugun-karsilama-hostesi .eh-price-card {
    padding: 22px;
  }

  body.page-istanbul-dugun-karsilama-hostesi .eh-price-card h3 {
    margin-bottom: 8px;
  }

  body.page-istanbul-dugun-karsilama-hostesi .eh-price {
    font-size: 34px;
  }

  body.page-istanbul-dugun-karsilama-hostesi .eh-price-note {
    margin-top: 8px;
    margin-bottom: 14px;
  }

  body.page-istanbul-dugun-karsilama-hostesi .eh-price-card ul {
    gap: 8px;
    margin-bottom: 18px;
    line-height: 1.45;
  }

  body.page-istanbul-dugun-karsilama-hostesi .eh-price-foot {
    margin-top: 16px;
    font-size: 12.5px;
  }

  body.page-istanbul-dugun-karsilama-hostesi .eh-request-card {
    padding: 16px;
  }

  body.page-istanbul-dugun-karsilama-hostesi .eh-form-head {
    margin-bottom: 18px;
  }

  body.page-istanbul-dugun-karsilama-hostesi .eh-stepper-wrap {
    margin-bottom: 18px;
  }

  body.page-istanbul-dugun-karsilama-hostesi .eh-stepper {
    padding-top: 8px;
  }

  body.page-istanbul-dugun-karsilama-hostesi .eh-stepper__line {
    left: 24px;
    right: 24px;
    top: 22px;
  }

  body.page-istanbul-dugun-karsilama-hostesi .eh-stepper__items {
    gap: 4px;
  }

  body.page-istanbul-dugun-karsilama-hostesi .eh-stepper__item {
    gap: 5px;
  }

  body.page-istanbul-dugun-karsilama-hostesi .eh-stepper__dot {
    width: 30px;
    height: 30px;
  }

  body.page-istanbul-dugun-karsilama-hostesi .eh-stepper__label {
    font-size: 10.5px;
    letter-spacing: -0.01em;
  }

  body.page-istanbul-dugun-karsilama-hostesi .eh-step h3 {
    margin-bottom: 14px;
    font-size: 20px;
    line-height: 1.2;
  }

  body.page-istanbul-dugun-karsilama-hostesi .eh-form-grid {
    gap: 12px;
  }

  body.page-istanbul-dugun-karsilama-hostesi .eh-form label {
    gap: 5px;
    font-size: 13.5px;
  }

  body.page-istanbul-dugun-karsilama-hostesi .eh-input {
    min-height: 46px;
    padding: 10px 12px;
  }

  body.page-istanbul-dugun-karsilama-hostesi textarea.eh-input {
    min-height: 88px;
  }

  body.page-istanbul-dugun-karsilama-hostesi .eh-form-note {
    padding: 12px;
    line-height: 1.45;
  }

  body.page-istanbul-dugun-karsilama-hostesi .eh-kvkk {
    margin-top: 12px;
  }

  body.page-istanbul-dugun-karsilama-hostesi .eh-submit {
    margin-top: 14px;
  }

  body.page-istanbul-dugun-karsilama-hostesi .eh-form-actions {
    margin-top: 18px;
  }

  body.page-istanbul-dugun-karsilama-hostesi .eh-team-grid {
    gap: 14px;
  }

  body.page-istanbul-dugun-karsilama-hostesi .eh-team-card {
    min-height: 260px;
    border-radius: 22px;
  }

  body.page-istanbul-dugun-karsilama-hostesi .eh-team-card img {
    min-height: 260px;
    height: 260px;
  }

  body.page-istanbul-dugun-karsilama-hostesi .eh-team-card__overlay {
    inset: auto 10px 10px 10px;
    padding: 12px;
    border-radius: 16px;
  }

  body.page-istanbul-dugun-karsilama-hostesi .eh-accordion {
    gap: 10px;
  }

  body.page-istanbul-dugun-karsilama-hostesi .accordion-header {
    padding: 15px;
    font-size: 14.5px;
  }

  body.page-istanbul-dugun-karsilama-hostesi .accordion-content {
    padding: 0 15px 15px;
    line-height: 1.62;
  }
}

@media (min-width: 390px) and (max-width: 480px) {
  body.page-istanbul-dugun-karsilama-hostesi .eh-team-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  body.page-istanbul-dugun-karsilama-hostesi .eh-team-card {
    min-height: 230px;
  }

  body.page-istanbul-dugun-karsilama-hostesi .eh-team-card img {
    min-height: 230px;
    height: 230px;
  }

  body.page-istanbul-dugun-karsilama-hostesi .eh-team-card__overlay h3 {
    font-size: 14px;
  }

  body.page-istanbul-dugun-karsilama-hostesi .eh-team-card__overlay p {
    margin-bottom: 8px;
    font-size: 11px;
    line-height: 1.3;
  }
}

@media (max-width: 360px) {
  body.page-istanbul-dugun-karsilama-hostesi .eh-team-grid {
    grid-template-columns: 1fr;
  }

  body.page-istanbul-dugun-karsilama-hostesi .eh-stepper__label {
    display: none;
  }
}


/* =========================================================
   ENB Hostes Live Line / Dynamic Year UI
========================================================= */
.enb-hostes-live-line {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: max-content;
  max-width: min(100%, 760px);
  margin: 14px 0 0;
  padding: 10px 13px;
  border-radius: 999px;
  border: 1px solid rgba(244, 114, 182, .26);
  background: rgba(255, 255, 255, .88);
  color: #0f172a;
  font-size: clamp(13px, 1.45vw, 16px);
  font-weight: 850;
  line-height: 1.35;
  box-shadow: 0 10px 26px rgba(15, 23, 42, .07);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.enb-hostes-live-line[data-theme="dark"] {
  border-color: rgba(255, 255, 255, .28);
  background: rgba(255, 255, 255, .15);
  color: #fff;
  box-shadow: 0 12px 30px rgba(15, 23, 42, .18);
}

.enb-hostes-live-line [data-enb-live-text] {
  display: inline-block;
  min-width: 0;
  transition: opacity .18s ease, transform .18s ease;
}

.enb-hostes-live-line.is-changing [data-enb-live-text] {
  opacity: 0;
  transform: translateY(4px);
}

.enb-live-dot {
  position: relative;
  flex: 0 0 10px;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #22c55e;
  box-shadow: 0 0 0 3px rgba(34, 197, 94, .16);
}

.enb-live-dot::after {
  content: "";
  position: absolute;
  inset: -5px;
  border-radius: inherit;
  background: rgba(34, 197, 94, .24);
  animation: enbHostesLivePulse 1.8s ease-out infinite;
}

@keyframes enbHostesLivePulse {
  0% { transform: scale(.78); opacity: .85; }
  80%, 100% { transform: scale(1.55); opacity: 0; }
}

@media (max-width: 640px) {
  .enb-hostes-live-line {
    width: 100%;
    max-width: 100%;
    justify-content: flex-start;
    align-items: flex-start;
    border-radius: 16px;
    padding: 9px 11px;
    font-size: 13px;
    text-align: left;
  }

  .enb-live-dot {
    margin-top: 4px;
  }
}

.eh-date-close-btn,
.hk-date-close-btn {
  gap: 8px;
}

.eh-date-close-btn__icon,
.hk-date-close-btn__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-size: 17px;
  transform: translateY(-1px);
}


/* =========================================================
   Düğün Karşılama Hostesi - Hostes Kiralama tarzı hero görsel alanı
========================================================= */

body.page-istanbul-dugun-karsilama-hostesi .hostes-slider__nav {
  position: absolute;
  top: 50%;
  z-index: 4;
  width: 38px;
  height: 38px;
  transform: translateY(-50%);
  border: 1px solid rgba(255,255,255,.72);
  border-radius: 999px;
  background: rgba(15, 23, 42, .46);
  color: #fff;
  font-size: 30px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  backdrop-filter: blur(8px);
}

body.page-istanbul-dugun-karsilama-hostesi .hostes-slider__nav--prev { left: 14px; }
body.page-istanbul-dugun-karsilama-hostesi .hostes-slider__nav--next { right: 14px; }

body.page-istanbul-dugun-karsilama-hostesi .hostes-slider__dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 14px;
  z-index: 5;
  display: flex;
  justify-content: center;
  gap: 7px;
  pointer-events: auto;
}

body.page-istanbul-dugun-karsilama-hostesi .hostes-slider__dot {
  width: 8px;
  height: 8px;
  border: 0;
  border-radius: 999px;
  background: rgba(255,255,255,.58);
  cursor: pointer;
}

body.page-istanbul-dugun-karsilama-hostesi .hostes-slider__dot.is-active {
  width: 22px;
  background: #fff;
}

@media (max-width: 1023px) {
  body.page-istanbul-dugun-karsilama-hostesi .eh-hero__copy { order: 2; }
}

/* =========================================================
   İSTANBUL DÜĞÜN KARŞILAMA HOSTESİ — CHAMPAGNE HERO
   Düğün, nişan ve davet anahtar kelimeleri için zarif karşılama atmosferi.
========================================================= */
body.page-istanbul-dugun-karsilama-hostesi .dugun-premium-hero {
  --scene-bg:
    radial-gradient(circle at 80% 14%, rgba(251,207,232,.46), transparent 34%),
    radial-gradient(circle at 12% 88%, rgba(253,230,138,.3), transparent 32%),
    linear-gradient(132deg, #fffaf5 0%, #fdf2f8 48%, #f7e7df 100%);
  --scene-text: #351b2b;
  --scene-muted: rgba(76,38,57,.76);
  --scene-accent: #9f365e;
  --scene-accent-2: #d4a34f;
  --scene-surface: rgba(255,255,255,.58);
  --scene-border: rgba(159,54,94,.16);
  --scene-shadow: 0 42px 100px rgba(91,46,65,.2);
}

body.page-istanbul-dugun-karsilama-hostesi .dugun-premium-hero::before {
  background: radial-gradient(circle, rgba(212,163,79,.22), transparent 68%);
}

body.page-istanbul-dugun-karsilama-hostesi .dugun-premium-hero::after {
  background: radial-gradient(circle, rgba(190,24,93,.14), transparent 70%);
}

body.page-istanbul-dugun-karsilama-hostesi .dugun-premium-hero .enb-hostes-scene__texture {
  opacity: .72;
  background-image:
    radial-gradient(circle at 20% 20%, rgba(159,54,94,.06) 0 2px, transparent 3px),
    radial-gradient(circle at 80% 70%, rgba(212,163,79,.08) 0 2px, transparent 3px);
  background-size: 68px 68px, 84px 84px;
}

body.page-istanbul-dugun-karsilama-hostesi .dugun-premium-hero h1 {
  max-width: 11.5ch;
}

body.page-istanbul-dugun-karsilama-hostesi .dugun-premium-hero h1 span {
  color: #9f365e;
}

body.page-istanbul-dugun-karsilama-hostesi .dugun-premium-hero__frame {
  border-color: rgba(159,54,94,.16);
  border-radius: 46% 46% 30px 30px / 18% 18% 30px 30px;
}

body.page-istanbul-dugun-karsilama-hostesi .dugun-premium-hero__frame::after {
  content: "";
  position: absolute;
  z-index: 3;
  inset: 15px;
  border: 1px solid rgba(255,255,255,.6);
  border-radius: inherit;
  pointer-events: none;
}

body.page-istanbul-dugun-karsilama-hostesi .dugun-premium-hero .enb-hostes-scene__caption {
  text-shadow: 0 2px 16px rgba(31,10,20,.35);
}

body.page-istanbul-dugun-karsilama-hostesi .dugun-premium-hero .enb-hostes-scene__btn--primary {
  color: #fff;
  background: linear-gradient(135deg, #9f365e, #be185d);
  box-shadow: 0 18px 42px rgba(159,54,94,.24);
}

body.page-istanbul-dugun-karsilama-hostesi .dugun-premium-hero .enb-hostes-scene__btn--secondary,
body.page-istanbul-dugun-karsilama-hostesi .dugun-premium-hero .enb-hostes-scene__pills span,
body.page-istanbul-dugun-karsilama-hostesi .dugun-premium-hero .enb-hostes-live-line,
body.page-istanbul-dugun-karsilama-hostesi .dugun-premium-hero .enb-hostes-scene__badge {
  background: rgba(255,255,255,.72);
  color: #4c2639;
}

body.page-istanbul-dugun-karsilama-hostesi .dugun-premium-hero .enb-hostes-scene__badge span,
body.page-istanbul-dugun-karsilama-hostesi .dugun-premium-hero .enb-hostes-scene__btn--quiet {
  color: rgba(76,38,57,.72);
}
