/* =========================================================
   En Baba Organizasyon - Fuar Tercümanı
   Standart hostes/fuar form ve buton düzeni
========================================================= */
:root {
  --eh-primary: #2563eb;
  --eh-primary-dark: #1e3a8a;
  --eh-accent: #06b6d4;
  --eh-soft: #eff6ff;
  --eh-soft-2: #f0f9ff;
  --eh-border: #bfdbfe;
  --eh-ink: #0f172a;
  --eh-muted: #64748b;
  --eh-card: #ffffff;
}

body.page-istanbul-fuar-tercumani { overflow-x: clip; }
body.page-istanbul-fuar-tercumani [id] { scroll-margin-top: 112px; }
body.page-istanbul-fuar-tercumani h1,
body.page-istanbul-fuar-tercumani h2,
body.page-istanbul-fuar-tercumani h3 { text-wrap: balance; }
body.page-istanbul-fuar-tercumani p,
body.page-istanbul-fuar-tercumani li { text-wrap: pretty; }
body.page-istanbul-fuar-tercumani .hidden { display: none !important; }
body.page-istanbul-fuar-tercumani img { display:block; max-width:100%; height:auto; }
body.page-istanbul-fuar-tercumani a:focus-visible,
body.page-istanbul-fuar-tercumani button:focus-visible,
body.page-istanbul-fuar-tercumani input:focus-visible,
body.page-istanbul-fuar-tercumani textarea:focus-visible,
body.page-istanbul-fuar-tercumani 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-fuar-tercumani [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}
}


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

/* =========================================================
   Fuar Tercümanı - Hero üst hizalama
   Etkinlik Hostesi mobil hero yoğunluğuna yakınlaştırıldı.
========================================================= */

@media (max-width: 767px) {

  body.page-istanbul-fuar-tercumani .enb-hostes-live-line {
    margin-top: 10px;
  }
}

/* =========================================================
   İSTANBUL FUAR TERCÜMANI — GLOBAL COMMUNICATION HERO
   Çok dilli iletişim, terminoloji ve uluslararası B2B atmosferi.
========================================================= */
body.page-istanbul-fuar-tercumani .tercuman-premium-hero {
  --scene-bg:
    radial-gradient(circle at 78% 14%, rgba(34,211,238,.26), transparent 33%),
    radial-gradient(circle at 14% 84%, rgba(16,185,129,.2), transparent 31%),
    linear-gradient(132deg, #061321 0%, #0b2942 48%, #0f4c5c 100%);
  --scene-text: #f8fafc;
  --scene-muted: rgba(224,242,254,.8);
  --scene-accent: #67e8f9;
  --scene-accent-2: #34d399;
  --scene-surface: rgba(6,32,48,.5);
  --scene-border: rgba(103,232,249,.24);
  --scene-shadow: 0 42px 100px rgba(2,15,28,.52);
}

body.page-istanbul-fuar-tercumani .tercuman-premium-hero .enb-hostes-scene__texture {
  opacity: .58;
  background-image:
    linear-gradient(rgba(103,232,249,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(103,232,249,.04) 1px, transparent 1px),
    radial-gradient(circle at 50% 50%, rgba(52,211,153,.08) 0 2px, transparent 3px);
  background-size: 50px 50px, 50px 50px, 74px 74px;
}

body.page-istanbul-fuar-tercumani .tercuman-premium-hero h1 {
  max-width: 11.2ch;
}

body.page-istanbul-fuar-tercumani .tercuman-premium-hero__frame {
  border-radius: 52px 18px 52px 18px;
}

body.page-istanbul-fuar-tercumani .tercuman-premium-hero__frame::after {
  content: "EN   DE   FR   AR   RU";
  position: absolute;
  z-index: 4;
  top: 0;
  left: 0;
  right: 0;
  padding: 12px 18px;
  color: rgba(255,255,255,.76);
  background: rgba(3,18,31,.58);
  border-bottom: 1px solid rgba(103,232,249,.2);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .28em;
  text-align: center;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

body.page-istanbul-fuar-tercumani .tercuman-premium-hero .enb-hostes-scene__btn--primary {
  background: linear-gradient(135deg, #a5f3fc, #67e8f9);
}

body.page-istanbul-fuar-tercumani .tercuman-premium-hero .enb-hostes-scene__badge {
  background: rgba(4,31,46,.8);
}
