/* =========================================================
   ETKİNLİK HOSTESİ PAGE CSS - GREEN THEME
   Sayfa özel katman: header/footer/global davranışlarını değiştirmez.
========================================================= */
:root {
  --eh-accent: #10b981;
  --eh-accent-dark: #047857;
  --eh-accent-strong: #059669;
  --eh-accent-soft: #ecfdf5;
  --eh-accent-soft-2: #d1fae5;
  --eh-accent-warm: #22c55e;
  --eh-text: #0f172a;
  --eh-muted: #64748b;
  --eh-border: #dbe7df;
  --eh-shadow: 0 22px 60px rgba(4, 120, 87, 0.10);
}

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

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

body {
  overflow-x: clip;
}

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

.hidden {
  display: none !important;
}

.eh-page {
  width: 100%;
  color: var(--eh-text);
  background:
    radial-gradient(circle at 12% 0%, rgba(16, 185, 129, 0.12), transparent 28%),
    linear-gradient(180deg, #f0fdf4 0%, #ffffff 44%, #f0fdf4 100%);
}

.eh-page h1,
.eh-page h2,
.eh-page h3,
.eh-page p,
.eh-page span,
.eh-page a,
.eh-page button,
.eh-page label {
  overflow-wrap: anywhere;
}

.eh-container {
  width: min(100% - 32px, 1280px);
  margin-inline: auto;
}

.eh-section {
  padding: 64px 0;
}

#fiyatlar,
#hizmet-talebi,
#hostes-ekibi,
#sss {
  scroll-margin-top: calc(var(--enbHeaderH, 88px) + 18px);
}

.eh-section-head {
  max-width: 840px;
  margin: 0 auto 32px;
  text-align: center;
}

.eh-section-head h2 {
  margin: 10px 0 8px;
  color: #111827;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.08;
  letter-spacing: -0.035em;
  font-weight: 900;
}

.eh-section-head p {
  margin: 0;
  color: var(--eh-muted);
  line-height: 1.75;
}

.eh-mini,
.eh-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  max-width: 100%;
  border: 1px solid rgba(16, 185, 129, 0.18);
  background: rgba(255, 255, 255, 0.78);
  color: var(--eh-accent-dark);
  border-radius: 999px;
  padding: 8px 13px;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.1;
  box-shadow: 0 10px 26px rgba(4, 120, 87, 0.07);
}

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

.eh-lead,
.eh-support-copy {
  max-width: 710px;
  margin: 0;
  color: #475569;
  font-size: 16px;
  line-height: 1.85;
  font-weight: 600;
}

.eh-support-copy {
  margin-top: 12px;
  color: #334155;
}

.eh-support-copy strong {
  color: #0f172a;
}

@media (hover: hover) and (pointer: fine) {
  .eh-card-btn:hover,
.eh-form-nav:hover,
.eh-submit:hover {
    transform: translateY(-1px);
  }
}

/* =========================================================
   INTRO / INTENT
========================================================= */
.eh-intro {
  background: #fff;
}

.eh-intro__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.9fr);
  align-items: center;
  gap: 38px;
}

.eh-intro article {
  border: 1px solid rgba(226, 232, 240, 0.9);
  border-radius: 30px;
  background: #fff;
  padding: 34px;
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.06);
}

.eh-intro h2 {
  margin: 14px 0 12px;
  font-size: clamp(28px, 3.2vw, 44px);
  line-height: 1.08;
  letter-spacing: -0.04em;
  font-weight: 900;
}

.eh-intro p {
  margin: 0;
  color: var(--eh-muted);
  line-height: 1.85;
}

.eh-stats {
  display: grid;
  gap: 14px;
}

.eh-stats div {
  border: 1px solid rgba(16, 185, 129, 0.12);
  border-radius: 22px;
  background: linear-gradient(135deg, #fff, #f0fdf4);
  padding: 22px;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.05);
}

.eh-stats strong {
  display: block;
  font-size: 22px;
  font-weight: 950;
}

.eh-stats span {
  display: block;
  margin-top: 4px;
  color: var(--eh-muted);
  font-size: 13px;
  font-weight: 700;
}

.eh-intent {
  padding-top: 34px;
  padding-bottom: 34px;
  background: #ffffff;
}

.eh-intent-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.eh-intent-card {
  display: block;
  min-width: 0;
  border: 1px solid rgba(16, 185, 129, 0.14);
  border-radius: 22px;
  background: #ffffff;
  padding: 18px;
  color: inherit;
  text-decoration: none;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.045);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.eh-intent-card:hover {
  transform: translateY(-2px);
  border-color: rgba(16, 185, 129, 0.34);
  box-shadow: 0 18px 38px rgba(4, 120, 87, 0.10);
}

.eh-intent-card__title {
  color: #0f172a;
  font-size: 14px;
  font-weight: 950;
}

.eh-intent-card__desc {
  margin-top: 7px;
  color: #64748b;
  font-size: 14px;
  line-height: 1.55;
}

.eh-intent-card__price {
  margin-top: 10px;
  color: #047857;
  font-size: 12px;
  font-weight: 900;
}

.eh-intent-card__link {
  margin-top: 7px;
  color: #059669;
  font-size: 12px;
  font-weight: 900;
}

/* =========================================================
   PRICING
========================================================= */
.eh-pricing {
  background: linear-gradient(180deg, #ecfdf5, #fff);
}

.eh-price-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.eh-price-card {
  position: relative;
  overflow: visible;
  border: 1px solid rgba(226, 232, 240, 0.95);
  border-radius: 26px;
  background: #fff;
  padding: 28px;
  box-shadow: 0 20px 48px rgba(15, 23, 42, 0.08);
}

.eh-price-card.is-featured {
  border: 2px solid var(--eh-accent-strong);
  background: linear-gradient(180deg, #f0fdf4, #fff);
}

.eh-tag {
  position: absolute;
  right: 24px;
  top: -14px;
  max-width: calc(100% - 48px);
  white-space: nowrap;
  border-radius: 999px;
  background: var(--eh-accent-strong);
  color: #fff;
  padding: 7px 13px;
  font-size: 12px;
  font-weight: 900;
  box-shadow: 0 10px 24px rgba(16, 185, 129, 0.22);
}

.eh-price-card h3 {
  margin: 0 0 10px;
  font-size: 22px;
  font-weight: 900;
}

.eh-price {
  color: #0f172a;
  font-size: 38px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: -0.04em;
}

.eh-price-note {
  display: inline-flex;
  margin: 10px 0 18px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  background: #f8fafc;
  color: #64748b;
  padding: 6px 10px;
  font-size: 12px;
  font-weight: 800;
}

.eh-price-card ul {
  display: grid;
  gap: 10px;
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
  color: #475569;
  line-height: 1.5;
}

.eh-price-card li {
  position: relative;
  padding-left: 18px;
}

.eh-price-card li::before {
  content: '•';
  position: absolute;
  left: 0;
  color: var(--eh-accent-strong);
  font-weight: 900;
}

.eh-card-btn,
.eh-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 46px;
  border: 0;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--eh-accent-strong), var(--eh-accent));
  color: #fff !important;
  font-size: 14px;
  font-weight: 950;
  text-decoration: none;
  box-shadow: 0 16px 32px rgba(16, 185, 129, 0.18);
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.eh-date-close-btn {
  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);
}

.eh-card-btn.is-active,
.eh-card-btn:focus-visible {
  outline: none;
  box-shadow:
    0 0 0 4px rgba(16, 185, 129, 0.16),
    0 16px 32px rgba(16, 185, 129, 0.20);
}

.eh-price-foot {
  display: grid;
  gap: 4px;
  margin-top: 22px;
  text-align: center;
  color: var(--eh-muted);
  font-size: 13px;
  line-height: 1.55;
}

.eh-price-foot p {
  margin: 0;
}

/* =========================================================
   FORM / STEP WIZARD
========================================================= */
.eh-request {
  background: #fff;
}

.eh-request-card {
  width: min(100%, 1060px);
  margin-inline: auto;
  overflow: hidden;
  border: 1px solid rgba(226, 232, 240, 0.95);
  border-radius: 32px;
  background: #fff;
  padding: 28px;
  box-shadow: 0 22px 60px rgba(15, 23, 42, 0.07);
}

.eh-form {
  width: 100%;
  min-width: 0;
}

.eh-form-head {
  margin-bottom: 28px;
}

.eh-stepper-wrap {
  max-width: 900px;
  margin: 0 auto 28px;
}

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

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

.eh-stepper__bar {
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--eh-accent-dark), var(--eh-accent));
  transition: width 0.28s ease;
}

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

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

.eh-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 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

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

.eh-stepper__item.is-active .eh-stepper__dot,
.eh-stepper__item.is-complete .eh-stepper__dot {
  background: var(--eh-accent-strong);
  color: #ffffff;
}

.eh-stepper__item.is-active .eh-stepper__dot {
  transform: scale(1.06);
  box-shadow: 0 12px 24px rgba(16, 185, 129, 0.22);
}

.eh-stepper__item.is-active .eh-stepper__label,
.eh-stepper__item.is-complete .eh-stepper__label {
  color: var(--eh-accent-dark);
}

.eh-stepper__meta {
  margin: 14px 0 0;
  text-align: center;
  color: #64748b;
  font-size: 13px;
  font-weight: 700;
}

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

.eh-step h3 {
  margin: 0 0 18px;
  color: #0f172a;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: -0.02em;
}

.eh-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.eh-form-grid > div,
.eh-form-wide {
  min-width: 0;
}

.eh-form-wide {
  grid-column: 1 / -1;
}

.eh-form label:not(.eh-kvkk) {
  display: inline-block;
  margin-bottom: 8px;
  color: #334155;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
}

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

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

.eh-input:focus {
  border-color: var(--eh-accent-strong);
  background: #fcfffd;
  box-shadow: 0 0 0 4px rgba(16, 185, 129, 0.12);
}

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

select.eh-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;
}

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

.eh-help,
.eh-form-note {
  margin: 8px 0 0;
  color: #64748b;
  font-size: 12px;
  line-height: 1.55;
}

.eh-form-note {
  align-self: end;
  display: grid;
  gap: 2px;
}

.eh-form-note p,
.eh-submit-note {
  margin: 0;
}

.eh-kvkk {
  display: flex !important;
  align-items: flex-start;
  gap: 10px;
  margin-top: 18px;
  color: #475569 !important;
  font-size: 14px;
  font-weight: 700 !important;
  line-height: 1.6;
}

.eh-kvkk input {
  flex: 0 0 auto;
  margin-top: 4px;
  accent-color: var(--eh-accent-strong);
}

.eh-kvkk a {
  color: var(--eh-accent-dark);
  font-weight: 950;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.eh-submit {
  max-width: 440px;
  margin: 18px auto 0;
  min-height: 50px;
}

.eh-submit-note {
  margin-top: 8px;
  color: #64748b;
  text-align: center;
  font-size: 12px;
}

.eh-form-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 22px;
}

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

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

.eh-form-nav--next {
  border: 1px solid var(--eh-accent-strong);
  background: var(--eh-accent-strong);
  color: #ffffff;
  box-shadow: 0 10px 22px rgba(16, 185, 129, 0.16);
}

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

.eh-error {
  width: 100%;
  margin-top: 16px;
  border: 1px solid #fecaca;
  border-radius: 14px;
  background: #fff1f2;
  color: #be123c;
  padding: 12px 14px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}

/* =========================================================
   TEAM
========================================================= */
.eh-team {
  background: linear-gradient(180deg, #fff, #f0fdf4);
}

.eh-team-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.eh-team-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.10);
  transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.eh-team-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 56px rgba(15, 23, 42, 0.14);
}

.eh-team-card img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  transition: transform 0.7s ease;
}

.eh-team-card:hover img {
  transform: scale(1.08);
}

.eh-team-card__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: linear-gradient(to top, rgba(15, 23, 42, 0.86), rgba(15, 23, 42, 0.40), transparent);
  padding: 18px;
  opacity: 0;
  transition: opacity 0.28s ease;
}

.eh-team-card:hover .eh-team-card__overlay,
.eh-team-card:focus-within .eh-team-card__overlay {
  opacity: 1;
}

.eh-team-card h3 {
  margin: 0 0 6px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 850;
}

.eh-team-card p {
  margin: 0 0 14px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  line-height: 1.5;
}

.eh-team-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  min-height: 38px;
  border-radius: 12px;
  background: var(--eh-accent-strong);
  color: #ffffff !important;
  padding: 9px 14px;
  font-size: 13px;
  font-weight: 850;
  text-decoration: none;
}

.eh-empty {
  grid-column: 1 / -1;
  margin: 0;
  border: 1px dashed rgba(16, 185, 129, 0.22);
  border-radius: 20px;
  background: #ffffff;
  color: #64748b;
  padding: 24px;
  text-align: center;
  font-weight: 700;
}

/* =========================================================
   FAQ
========================================================= */
.eh-faq {
  background: linear-gradient(180deg, #fff, #f0fdf4);
}

.eh-accordion {
  display: grid;
  gap: 12px;
  max-width: 920px;
  margin: 0 auto;
}

.eh-acc-item {
  overflow: hidden;
  border: 1px solid rgba(16, 185, 129, 0.16);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.045);
}

.accordion-header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border: 0;
  background: #f0fdf4;
  color: #065f46;
  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-accent-strong);
  font-size: 22px;
  line-height: 1;
  transition: transform 0.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);
}

/* =========================================================
   RESPONSIVE
========================================================= */
@media (min-width: 1536px) {
  .eh-container {
    max-width: 1440px;
  }
}

@media (max-width: 1180px) {
  .eh-team-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@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-intent-grid,
  .eh-price-grid {
    grid-template-columns: 1fr;
  }

  .eh-section {
    padding: 54px 0;
  }
}

@media (max-width: 767px) {
  .eh-container {
    width: min(100% - 28px, 1280px);
  }

  .eh-lead,
  .eh-support-copy {
    font-size: 15px;
    line-height: 1.75;
  }

  .eh-eyebrow {
    border-radius: 18px;
    white-space: normal;
  }

  .eh-request-card {
    width: 100%;
    padding: 18px;
    border-radius: 22px;
  }

  .eh-form-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .eh-input {
    min-height: 48px;
    font-size: 16px;
  }

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

  .eh-section-head h2 {
    font-size: 30px;
  }

  .eh-price-card {
    padding: 24px;
  }

  .eh-tag {
    right: 18px;
    top: -12px;
    font-size: 11px;
  }

  .eh-stepper {
    padding: 0;
  }

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

  .eh-stepper__items {
    gap: 4px;
  }

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

  .eh-stepper__label {
    font-size: 10.5px;
    letter-spacing: -0.01em;
  }

  .eh-form-actions {
    flex-direction: column-reverse;
    align-items: stretch;
  }

  .eh-form-nav,
  .eh-submit,
  .eh-card-btn {
    width: 100%;
  }

  .eh-team-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .eh-team-card img {
    height: 260px;
  }

  .eh-team-card__overlay {
    opacity: 1;
    padding: 14px;
  }

  .accordion-header {
    padding: 16px;
    font-size: 15px;
  }
}

@media (max-width: 480px) {

  .eh-stepper__label {
    display: none;
  }

  .eh-team-grid {
    grid-template-columns: 1fr;
  }
}

/* =========================================================
   MOBILE ANCHOR + DENSITY FIX
   - Hash butonlarında bölüm başlığı/kartı ekranın üstüne net oturur.
   - Mobilde gereksiz dikey boşluk azaltılır.
========================================================= */
html {
  scroll-padding-top: max(10px, env(safe-area-inset-top, 0px));
}

#fiyatlar,
#hizmet-talebi,
#hostes-ekibi,
#sss {
  scroll-margin-top: max(10px, env(safe-area-inset-top, 0px));
}

@media (max-width: 767px) {
  .eh-container {
    width: min(100% - 24px, 1280px);
  }

  .eh-section {
    padding: 34px 0;
  }

  .eh-pricing,
  .eh-request,
  .eh-team,
  .eh-faq {
    padding-top: 26px;
    padding-bottom: 34px;
  }

  .eh-intro {
    padding-top: 32px;
    padding-bottom: 26px;
  }

  .eh-intent {
    padding-top: 20px;
    padding-bottom: 26px;
  }

  .eh-section-head {
    margin-bottom: 20px;
  }

  .eh-section-head h2 {
    margin: 6px 0 6px;
    font-size: clamp(25px, 7vw, 30px);
    line-height: 1.12;
  }

  .eh-section-head p {
    font-size: 14px;
    line-height: 1.58;
  }

  .eh-intro__grid {
    gap: 22px;
  }

  .eh-lead,
  .eh-support-copy {
    font-size: 14.5px;
    line-height: 1.62;
  }

  .eh-support-copy {
    margin-top: 8px;
  }

  .eh-intro article,
  .eh-stats div,
  .eh-intent-card,
  .eh-price-card,
  .eh-request-card,
  .eh-empty {
    border-radius: 22px;
  }

  .eh-intro article {
    padding: 22px;
  }

  .eh-intro h2 {
    margin: 10px 0 8px;
    font-size: clamp(25px, 7vw, 30px);
    line-height: 1.12;
  }

  .eh-intro p {
    line-height: 1.62;
  }

  .eh-stats {
    gap: 10px;
  }

  .eh-stats div {
    padding: 18px;
  }

  .eh-intent-grid,
  .eh-price-grid {
    gap: 16px;
  }

  .eh-intent-card {
    padding: 16px;
  }

  .eh-price-card {
    padding: 22px;
  }

  .eh-price {
    font-size: 34px;
  }

  .eh-price-note {
    margin: 8px 0 14px;
  }

  .eh-price-card ul {
    gap: 8px;
    margin-bottom: 18px;
    line-height: 1.45;
  }

  .eh-price-foot {
    margin-top: 16px;
  }

  .eh-request-card {
    padding: 18px;
  }

  .eh-form-head,
  .eh-stepper-wrap {
    margin-bottom: 18px;
  }

  .eh-stepper__item {
    gap: 5px;
  }

  .eh-stepper__meta {
    margin-top: 10px;
  }

  .eh-step h3 {
    margin-bottom: 14px;
    font-size: 20px;
  }

  .eh-form-grid {
    gap: 12px;
  }

  .eh-form label:not(.eh-kvkk) {
    margin-bottom: 5px;
    font-size: 13.5px;
  }

  .eh-input {
    min-height: 46px;
    margin-top: 4px;
    padding: 10px 12px;
  }

  textarea.eh-input {
    min-height: 88px;
  }

  .eh-form-note,
  .eh-help {
    margin-top: 6px;
    line-height: 1.45;
  }

  .eh-kvkk {
    margin-top: 14px;
    line-height: 1.45;
  }

  .eh-submit {
    margin-top: 14px;
    min-height: 48px;
  }

  .eh-submit-note {
    margin-top: 6px;
  }

  .eh-form-actions {
    margin-top: 16px;
  }

  .eh-team-grid {
    gap: 14px;
  }

  .eh-team-card img {
    height: 230px;
  }

  .eh-team-card__overlay {
    padding: 13px;
  }

  .accordion-header {
    padding: 14px 15px;
  }

  .accordion-content {
    padding: 0 15px 15px;
    line-height: 1.6;
  }
}

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

  .eh-team-card img {
    height: 210px;
  }

  .eh-team-card h3 {
    font-size: 15px;
  }

  .eh-team-card p {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 1.35;
  }

  .eh-team-card a {
    min-height: 34px;
    padding: 8px 10px;
    font-size: 11.5px;
  }
}

@media (max-width: 360px) {
  .eh-team-grid {
    grid-template-columns: 1fr;
  }
}


/* =========================================================
   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 ETKİNLİK HOSTESİ — GALA & LAUNCH HERO
   Davet, gala ve lansman anahtar kelimeleri için sahne ışığı atmosferi.
========================================================= */
body.page-istanbul-etkinlik-hostesi .etkinlik-premium-hero {
  --scene-bg:
    radial-gradient(circle at 78% 12%, rgba(217,70,239,.26), transparent 34%),
    radial-gradient(circle at 16% 88%, rgba(251,191,36,.16), transparent 30%),
    linear-gradient(132deg, #14081f 0%, #34144e 49%, #6b214f 100%);
  --scene-text: #fffafc;
  --scene-muted: rgba(250,232,255,.8);
  --scene-accent: #f9a8d4;
  --scene-accent-2: #fbbf24;
  --scene-surface: rgba(42,14,57,.46);
  --scene-border: rgba(249,168,212,.24);
  --scene-shadow: 0 44px 110px rgba(20,8,31,.56);
}

body.page-istanbul-etkinlik-hostesi .etkinlik-premium-hero .enb-hostes-scene__texture {
  opacity: .48;
  background-image:
    radial-gradient(circle at 50% -18%, rgba(255,255,255,.17), transparent 38%),
    linear-gradient(118deg, transparent 0 34%, rgba(251,191,36,.05) 35% 36%, transparent 37% 100%);
  background-size: 100% 100%, 100% 100%;
}

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

body.page-istanbul-etkinlik-hostesi .etkinlik-premium-hero__frame {
  border-radius: 48% 48% 34px 34px / 20% 20% 34px 34px;
  box-shadow: 0 -14px 80px rgba(249,168,212,.12), var(--scene-shadow);
}

body.page-istanbul-etkinlik-hostesi .etkinlik-premium-hero__frame::after {
  content: "";
  position: absolute;
  z-index: 3;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 10%, rgba(255,255,255,.2), transparent 32%),
    linear-gradient(to top, rgba(17,24,39,.28), transparent 60%);
}

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

body.page-istanbul-etkinlik-hostesi .etkinlik-premium-hero .enb-hostes-scene__badge {
  background: rgba(37,12,52,.78);
}
