/* =========================================================
   AÇILIŞ HOSTESİ PAGE CSS
========================================================= */

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

html {
  -webkit-text-size-adjust: 100%;
}

body {
  overflow-x: clip;
}

main {
  width: 100%;
}

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

.hidden {
  display: none !important;
}

/* Metin taşma güvenliği */
h1,
h2,
h3,
p,
span,
a,
button,
label {
  overflow-wrap: anywhere;
}

/* =========================================================
   PAGE CONTAINER
========================================================= */
main.max-w-7xl {
  width: 100%;
}

#fiyatlar,
#hizmet-talebi,
#hostes-ekibi {
  scroll-margin-top: 96px;
}

/* =========================================================
   HERO
========================================================= */

@media (max-width: 767px) {
  h1 {
    word-break: break-word;
  }

  h1.text-3xl,
  h1.text-4xl,
  h1.text-5xl,
  h1.text-6xl {
    font-size: 2.2rem !important;
    line-height: 1.08 !important;
    letter-spacing: -0.02em;
  }
}

/* =========================================================
   HERO / CTA BLOCK
========================================================= */
@media (max-width: 640px) {
  .order-2.lg\:order-1 .mt-6.flex.flex-col.gap-3 {
    width: 100%;
  }

  .order-2.lg\:order-1 .mt-6.flex.flex-col.gap-3 > a {
    width: 100%;
    min-height: 52px;
    border-radius: 18px;
  }
}

/* =========================================================
   SLIDER
========================================================= */
.hostes-slider {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  width: 100%;
}

.hostes-slider__track {
  display: flex;
  width: 100%;
  height: 100%;
  transition: transform 0.45s ease;
  will-change: transform;
  touch-action: pan-y;
}

.hostes-slider__img {
  flex: 0 0 100%;
  width: 100%;
  min-width: 100%;
  height: 100%;
  object-fit: cover;
  user-select: none;
  -webkit-user-drag: none;
}

.hostes-slider__nav {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: #0f172a;
  font-size: 26px;
  line-height: 1;
  transform: translateY(-50%);
  box-shadow: 0 10px 25px rgba(15, 23, 42, 0.12);
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  transition:
    transform 0.2s ease,
    background 0.2s ease,
    box-shadow 0.2s ease,
    opacity 0.2s ease;
}

.hostes-slider__nav:hover {
  background: #ffffff;
  transform: translateY(-50%) scale(1.05);
}

.hostes-slider__nav:active {
  transform: translateY(-50%) scale(0.98);
}

.hostes-slider__nav:focus-visible {
  outline: none;
  box-shadow:
    0 0 0 4px rgba(236, 72, 153, 0.16),
    0 10px 25px rgba(15, 23, 42, 0.12);
}

.hostes-slider__nav--prev {
  left: 12px;
}

.hostes-slider__nav--next {
  right: 12px;
}

.hostes-slider__dots {
  position: absolute;
  left: 50%;
  bottom: 14px;
  z-index: 6;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transform: translateX(-50%);
}

.hostes-slider__dot {
  width: 9px;
  height: 9px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.55);
  cursor: pointer;
  transition:
    width 0.25s ease,
    background 0.25s ease,
    transform 0.25s ease;
}

.hostes-slider__dot:hover {
  transform: scale(1.08);
}

.hostes-slider__dot.is-active,
.hostes-slider__dot[aria-current="true"] {
  width: 22px;
  background: #ffffff;
}

@media (max-width: 640px) {
  .hostes-slider__nav {
    width: 38px;
    height: 38px;
    font-size: 22px;
  }

  .hostes-slider__nav--prev {
    left: 10px;
  }

  .hostes-slider__nav--next {
    right: 10px;
  }

  .hostes-slider__dots {
    bottom: 12px;
  }
}

/* =========================================================
   INTENT CARDS
========================================================= */
.intent-card,
a.block.bg-white.border.border-slate-200.rounded-2xl.p-4 {
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    border-color 0.22s ease;
}

.intent-card:hover,
a.block.bg-white.border.border-slate-200.rounded-2xl.p-4:hover {
  transform: translateY(-2px);
  border-color: #f9a8d4;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
}

/* =========================================================
   PRICE / SERVICE OPTION BUTTONS
========================================================= */
.select-package {
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease,
    border-color 0.2s ease;
}

.select-package:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 24px rgba(236, 72, 153, 0.18);
}

.select-package.is-active {
  box-shadow:
    0 0 0 3px rgba(236, 72, 153, 0.16),
    0 12px 24px rgba(236, 72, 153, 0.18);
}

/* =========================================================
   FORM WRAP
========================================================= */
#fuarForm {
  width: 100%;
  min-width: 0;
}

#fuarForm .grid {
  min-width: 0;
}

#fuarForm .grid > div {
  min-width: 0;
}

.fh-step {
  width: 100%;
  min-width: 0;
  min-height: 0;
}

/* =========================================================
   INPUTS
========================================================= */
.fh-input {
  width: 100%;
  min-width: 0;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid #cbd5e1;
  border-radius: 14px;
  background: #ffffff;
  color: #0f172a;
  font-size: 15px;
  line-height: 1.45;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease;
}

.fh-input::placeholder {
  color: #94a3b8;
}

.fh-input:focus {
  border-color: #ec4899;
  box-shadow: 0 0 0 4px rgba(236, 72, 153, 0.12);
  background: #fffdff;
}

.fh-input[aria-invalid="true"] {
  border-color: #ef4444 !important;
  box-shadow: 0 0 0 4px rgba(254, 202, 202, 0.9) !important;
}

select.fh-input {
  padding-right: 42px;
  background-image:
    linear-gradient(45deg, transparent 50%, #64748b 50%),
    linear-gradient(135deg, #64748b 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;
}

textarea.fh-input {
  min-height: 110px;
  resize: vertical;
  padding-top: 12px;
}

#fuarForm label {
  display: inline-block;
  margin-bottom: 8px;
  color: #334155;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
}

/* =========================================================
   STEP HEADER
========================================================= */
#fhStepBar {
  transition: width 0.3s ease;
}

#fhStepDot1,
#fhStepDot4 {
  transition:
    background-color 0.25s ease,
    color 0.25s ease,
    transform 0.25s ease;
}

/* =========================================================
   FORM ACTION BUTTONS
========================================================= */
.fh-btn {
  min-height: 52px;
  padding: 13px 16px;
  border: 0;
  border-radius: 16px;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  transition:
    transform 0.18s ease,
    box-shadow 0.2s ease,
    background 0.2s ease;
}

.fh-btn:hover {
  transform: translateY(-1px);
}

.fh-btn:active {
  transform: translateY(0);
}

.fh-btn--wa {
  background: linear-gradient(135deg, #16a34a, #22c55e);
  color: #ffffff;
  box-shadow: 0 12px 26px rgba(34, 197, 94, 0.22);
}

.fh-btn--wa:hover {
  box-shadow: 0 16px 30px rgba(34, 197, 94, 0.28);
}

#fhPrev,
#fhNext {
  transition:
    transform 0.18s ease,
    box-shadow 0.2s ease,
    background 0.2s ease,
    opacity 0.2s ease;
}

#fhPrev:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

/* =========================================================
   ERROR BOX
========================================================= */
.fh-error {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #fecaca;
  border-radius: 14px;
  background: #fff1f2;
  color: #be123c;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
}

/* =========================================================
   VALIDATION HELPERS
========================================================= */
.border-red-500 {
  border-color: #ef4444 !important;
}

.ring-red-200 {
  box-shadow: 0 0 0 4px rgba(254, 202, 202, 0.9) !important;
}

/* =========================================================
   KVKK
========================================================= */
#kvkk {
  accent-color: #db2777;
}

/* =========================================================
   GALLERY / TEAM CARDS
========================================================= */
#hostes-ekibi article {
  min-width: 0;
  overflow: hidden;
}

#hostes-ekibi article img {
  width: 100%;
  height: 20rem;
  object-fit: cover;
}

/* =========================================================
   RENDER / PERFORMANCE POLISH
========================================================= */
.shadow-sm,
.shadow-md,
.shadow-xl {
  backface-visibility: hidden;
  transform: translateZ(0);
}

/* =========================================================
   MOBILE OPTIMIZATION
========================================================= */
@media (max-width: 1023px) {
  main {
    padding-top: 20px;
    padding-bottom: 28px;
  }
}

@media (max-width: 767px) {
  main.max-w-7xl {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  #fuarForm .grid {
    gap: 14px;
  }

  .fh-input {
    min-height: 50px;
    font-size: 16px; /* iOS zoom önler */
  }

  textarea.fh-input {
    min-height: 100px;
  }

  #fuarForm h2 {
    line-height: 1.2;
  }

  #fuarForm h3 {
    line-height: 1.25;
  }
}

@media (max-width: 640px) {
  .fh-btn,
  #fhPrev,
  #fhNext,
  .select-package {
    width: 100%;
  }

  #fhPrev,
  #fhNext {
    min-height: 48px;
  }

  .pt-2.flex.items-center.justify-between.gap-3 {
    flex-direction: column-reverse;
    align-items: stretch;
  }

  #hizmet-talebi > .max-w-7xl {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }
}

/* =========================================================
   HOSTES KİRALAMA — DESKTOP/MOBILE UI FIX
   Bu bölüm sayfa özel son katmandır; global header/footer kurallarını bozmaz.
========================================================= */
body.page-istanbul-acilis-hostesi #hizmet-talebi,
body.page-istanbul-acilis-hostesi #fiyatlar,
body.page-istanbul-acilis-hostesi #hostes-ekibi {
  scroll-margin-top: calc(var(--enbHeaderH, 88px) + 18px);
}

.hk-request-section {
  width: 100%;
}

.hk-request-card {
  width: min(100%, 1060px);
  overflow: hidden;
}

.hk-stepper-wrap {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.hk-stepper {
  position: relative;
  padding: 0 8px;
}

.hk-stepper__line {
  position: absolute;
  left: 12.5%;
  right: 12.5%;
  top: 18px;
  height: 4px;
  border-radius: 999px;
  background: #e2e8f0;
  overflow: hidden;
}

.hk-stepper__bar {
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #db2777, #ec4899);
  transition: width .28s ease;
}

.hk-stepper__items {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.hk-stepper__item {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: #64748b;
  text-align: center;
}

.hk-stepper__dot {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  background: #e2e8f0;
  color: #475569;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.08);
  transition: background .2s ease, color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.hk-stepper__label {
  display: block;
  max-width: 100%;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.25;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hk-stepper__item.is-active .hk-stepper__dot,
.hk-stepper__item.is-complete .hk-stepper__dot {
  background: #db2777;
  color: #ffffff;
}

.hk-stepper__item.is-active .hk-stepper__dot {
  transform: scale(1.06);
  box-shadow: 0 12px 24px rgba(219, 39, 119, 0.22);
}

.hk-stepper__item.is-active .hk-stepper__label,
.hk-stepper__item.is-complete .hk-stepper__label {
  color: #be185d;
}

#hizmet-talebi .fh-step {
  min-height: 0 !important;
}

#hizmet-talebi .fh-input,
#hizmet-talebi .hk-input {
  display: block;
  width: 100%;
  min-height: 46px;
  margin-top: 6px;
  padding: 11px 14px;
  border: 1px solid #cbd5e1;
  border-radius: 14px;
  background-color: #ffffff;
  color: #0f172a;
  font-size: 15px;
  line-height: 1.35;
  outline: none;
  box-shadow: none;
  appearance: none;
  -webkit-appearance: none;
}

#hizmet-talebi select.fh-input,
#hizmet-talebi select.hk-input {
  padding-right: 44px;
  background-image:
    linear-gradient(45deg, transparent 50%, #64748b 50%),
    linear-gradient(135deg, #64748b 50%, transparent 50%);
  background-position:
    calc(100% - 19px) 50%,
    calc(100% - 13px) 50%;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}

#hizmet-talebi textarea.fh-input {
  min-height: 96px;
}

#hizmet-talebi .fh-input:focus,
#hizmet-talebi .hk-input:focus {
  border-color: #ec4899;
  box-shadow: 0 0 0 4px rgba(236, 72, 153, 0.12);
}

.hk-form-nav {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 18px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.1;
  transition: transform .18s ease, box-shadow .2s ease, background .2s ease, opacity .2s ease;
}

.hk-form-nav--prev {
  border: 1px solid #e2e8f0;
  background: #ffffff;
  color: #475569;
}

.hk-form-nav--next {
  border: 1px solid #db2777;
  background: #db2777;
  color: #ffffff;
  box-shadow: 0 10px 22px rgba(219, 39, 119, 0.16);
}

.hk-form-nav:disabled {
  opacity: .42;
  cursor: not-allowed;
  box-shadow: none;
}

@media (max-width: 767px) {

  .hk-request-card {
    width: 100%;
    padding: 16px !important;
    border-radius: 20px !important;
  }

  .hk-stepper {
    padding: 0;
  }

  .hk-stepper__line {
    left: 12.5%;
    right: 12.5%;
    top: 17px;
  }

  .hk-stepper__items {
    gap: 4px;
  }

  .hk-stepper__dot {
    width: 34px;
    height: 34px;
    font-size: 13px;
  }

  .hk-stepper__label {
    font-size: 10.5px;
    letter-spacing: -.01em;
  }

  #hizmet-talebi .fh-input,
  #hizmet-talebi .hk-input {
    min-height: 48px;
    font-size: 16px;
  }
}

@media (max-width: 640px) {
  #hizmet-talebi .pt-2.flex.items-center.justify-between.gap-3 {
    flex-direction: column-reverse;
    align-items: stretch;
  }

  .hk-form-nav {
    width: 100%;
    min-height: 46px;
  }
}

@media (max-width: 420px) {
  .hk-stepper__label {
    display: none;
  }

  .hk-stepper__line {
    top: 17px;
  }
}


/* =========================================================
   AÇILIŞ HOSTESİ — ICON / ANCHOR / MOBILE DENSITY FIX
   Hero alanı korunur; fiyat, form, ekip ve sayfa içi scroll sıkılaştırılır.
========================================================= */
html {
  scroll-padding-top: max(10px, env(safe-area-inset-top, 0px));
}

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

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

.hk-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-acilis-hostesi .hk-intent-section {
    gap: 10px !important;
    margin-bottom: 28px !important;
  }

  body.page-istanbul-acilis-hostesi .hk-intent-section > a {
    padding: 14px !important;
    border-radius: 20px !important;
  }

  body.page-istanbul-acilis-hostesi .hk-pricing-section {
    margin-bottom: 30px !important;
  }

  body.page-istanbul-acilis-hostesi #fiyatlar > h2,
  body.page-istanbul-acilis-hostesi #hostes-ekibi > h2 {
    margin-bottom: 8px !important;
    font-size: clamp(25px, 7vw, 30px) !important;
    line-height: 1.12 !important;
  }

  body.page-istanbul-acilis-hostesi #fiyatlar > p {
    margin-bottom: 18px !important;
    font-size: 14px !important;
    line-height: 1.58 !important;
  }

  body.page-istanbul-acilis-hostesi .hk-price-grid {
    gap: 16px !important;
  }

  body.page-istanbul-acilis-hostesi .hk-price-card {
    padding: 22px !important;
    border-radius: 22px !important;
  }

  body.page-istanbul-acilis-hostesi .hk-price-card h3 {
    margin-bottom: 8px !important;
  }

  body.page-istanbul-acilis-hostesi .hk-price-card ul {
    margin-bottom: 18px !important;
    line-height: 1.45 !important;
  }

  body.page-istanbul-acilis-hostesi .hk-request-section {
    padding-top: 24px !important;
    padding-bottom: 28px !important;
  }

  body.page-istanbul-acilis-hostesi .hk-request-card {
    padding: 16px !important;
    border-radius: 22px !important;
  }

  body.page-istanbul-acilis-hostesi #fuarForm > * + * {
    margin-top: 16px !important;
  }

  body.page-istanbul-acilis-hostesi #fuarForm .text-center p {
    margin-bottom: 18px !important;
    font-size: 14.5px !important;
    line-height: 1.6 !important;
  }

  body.page-istanbul-acilis-hostesi .hk-stepper-wrap {
    margin-bottom: 18px !important;
  }

  body.page-istanbul-acilis-hostesi .hk-stepper__item {
    gap: 5px;
  }

  body.page-istanbul-acilis-hostesi #fuarForm .space-y-4 > * + * {
    margin-top: 12px !important;
  }

  body.page-istanbul-acilis-hostesi #fuarForm .grid {
    gap: 12px !important;
  }

  body.page-istanbul-acilis-hostesi #fuarForm label {
    margin-bottom: 5px !important;
    font-size: 13.5px !important;
  }

  body.page-istanbul-acilis-hostesi #hizmet-talebi .fh-input,
  body.page-istanbul-acilis-hostesi #hizmet-talebi .hk-input {
    min-height: 46px;
    margin-top: 4px;
    padding: 10px 12px;
  }

  body.page-istanbul-acilis-hostesi #hizmet-talebi textarea.fh-input {
    min-height: 88px;
  }

  body.page-istanbul-acilis-hostesi .hk-team-section {
    margin-top: 26px !important;
  }

  body.page-istanbul-acilis-hostesi #hostes-ekibi > h2 {
    margin-bottom: 22px !important;
  }

  body.page-istanbul-acilis-hostesi #hostes-ekibi .grid {
    gap: 14px !important;
  }

  body.page-istanbul-acilis-hostesi #hostes-ekibi article {
    border-radius: 22px !important;
  }

  body.page-istanbul-acilis-hostesi #hostes-ekibi article img {
    height: 230px !important;
  }

  body.page-istanbul-acilis-hostesi #hostes-ekibi article .absolute.inset-0 {
    opacity: 1 !important;
    padding: 13px !important;
  }
}

@media (min-width: 390px) and (max-width: 480px) {
  body.page-istanbul-acilis-hostesi #hostes-ekibi .grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
  }

  body.page-istanbul-acilis-hostesi #hostes-ekibi article img {
    height: 210px !important;
  }

  body.page-istanbul-acilis-hostesi #hostes-ekibi article h3 {
    font-size: 15px !important;
  }

  body.page-istanbul-acilis-hostesi #hostes-ekibi article p {
    margin-bottom: 10px !important;
    font-size: 12px !important;
    line-height: 1.35 !important;
  }

  body.page-istanbul-acilis-hostesi #hostes-ekibi article a {
    min-height: 34px !important;
    padding: 8px 10px !important;
    font-size: 11.5px !important;
  }
}

@media (max-width: 360px) {
  body.page-istanbul-acilis-hostesi #hostes-ekibi .grid {
    grid-template-columns: 1fr !important;
  }
}


/* =========================================================
   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);
}

/* =========================================================
   İSTANBUL AÇILIŞ HOSTESİ — RIBBON CEREMONY HERO
   Açılış ve lansman anahtar kelimeleri için kurdele, davet ve marka sahnesi.
========================================================= */
body.page-istanbul-acilis-hostesi .acilis-premium-hero {
  --scene-bg:
    radial-gradient(circle at 80% 14%, rgba(251,191,36,.2), transparent 32%),
    radial-gradient(circle at 14% 86%, rgba(239,68,68,.18), transparent 31%),
    linear-gradient(132deg, #2b0a0a 0%, #671515 48%, #9f1d2c 100%);
  --scene-text: #fffaf5;
  --scene-muted: rgba(254,226,226,.8);
  --scene-accent: #fde68a;
  --scene-accent-2: #fb7185;
  --scene-surface: rgba(64,12,17,.5);
  --scene-border: rgba(253,230,138,.22);
  --scene-shadow: 0 44px 110px rgba(45,5,8,.52);
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-bottom: 3.5rem;
}

body.page-istanbul-acilis-hostesi .acilis-premium-hero .enb-hostes-scene__texture {
  opacity: .54;
  background-image:
    linear-gradient(116deg, transparent 0 46%, rgba(253,230,138,.09) 47% 48%, transparent 49% 100%),
    linear-gradient(64deg, transparent 0 68%, rgba(255,255,255,.035) 69% 70%, transparent 71% 100%);
  background-size: 100% 100%, 100% 100%;
}

body.page-istanbul-acilis-hostesi .acilis-premium-hero h1 {
  max-width: 11.4ch;
}

body.page-istanbul-acilis-hostesi .acilis-premium-hero__frame {
  border-radius: 22px 70px 22px 70px;
}

body.page-istanbul-acilis-hostesi .acilis-premium-hero__frame::after {
  content: "";
  position: absolute;
  z-index: 4;
  left: -12%;
  right: -12%;
  top: 38%;
  height: 36px;
  pointer-events: none;
  border-top: 1px solid rgba(253,230,138,.5);
  border-bottom: 1px solid rgba(253,230,138,.32);
  background: linear-gradient(90deg, transparent, rgba(220,38,38,.54) 22%, rgba(220,38,38,.72) 50%, rgba(220,38,38,.54) 78%, transparent);
  transform: rotate(-7deg);
  mix-blend-mode: screen;
}

body.page-istanbul-acilis-hostesi .acilis-premium-hero .enb-hostes-scene__btn--primary {
  background: linear-gradient(135deg, #fef3c7, #fde68a);
}

body.page-istanbul-acilis-hostesi .acilis-premium-hero .enb-hostes-scene__badge {
  background: rgba(66,10,16,.8);
}

@media (max-width: 900px) {
  body.page-istanbul-acilis-hostesi .acilis-premium-hero {
    margin-bottom: 2.5rem;
  }

  body.page-istanbul-acilis-hostesi .acilis-premium-hero__frame {
    border-radius: 20px 52px 20px 52px;
  }
}
