/*
 * En Baba Organizasyon — P10 v2 turist rehberi kritik CSS.
 * Yalnız ilk görünümde gerekli hero/breadcrumb/taşma kurallarını içerir.
 * Galeri, rezervasyon formu, paketler ve alt içerik katmanları preload->stylesheet
 * ile render-blocking zinciri dışında yüklenir.
 */

body.enb-tour-guide-full-page{
  overflow-x:clip;
}
body.enb-tour-guide-full-page *,
body.enb-tour-guide-full-page *::before,
body.enb-tour-guide-full-page *::after{
  box-sizing:border-box;
}
body.enb-tour-guide-full-page main,
body.enb-tour-guide-full-page section,
body.enb-tour-guide-full-page .enb-shell,
body.enb-tour-guide-full-page .enb-guide{
  min-width:0;
}
body.enb-tour-guide-full-page img,
body.enb-tour-guide-full-page video,
body.enb-tour-guide-full-page iframe,
body.enb-tour-guide-full-page svg{
  max-width:100%;
}

[data-enb-tour-guide-page]{
  --tg-accent:var(--ar-green,var(--ru-blue,#0f5faa));
  --tg-accent2:var(--ar-gold,var(--ru-red,#f97316));
  --tg-ink:#0f172a;
  --tg-muted:#64748b;
  --tg-border:rgba(15,23,42,.1);
  --tg-shadow:0 16px 44px rgba(15,23,42,.09);
}
[data-enb-tour-guide-page]>.max-w-7xl,
[data-enb-tour-guide-page] .enb-hero>.relative{
  width:min(100%,80rem);
  margin-inline:auto;
}
[data-enb-tour-guide-page] .enb-hero{
  isolation:isolate;
}
[data-enb-tour-guide-page] .enb-hero h1{
  max-width:1050px;
  margin-inline:auto;
  line-height:1.04;
  text-wrap:balance;
}
[data-enb-tour-guide-page] .enb-hero p{
  max-width:860px;
  margin-inline:auto;
}
[data-enb-tour-guide-page] .enb-hero .enb-cta-primary,
[data-enb-tour-guide-page] .enb-hero .enb-cta-ghost,
[data-enb-tour-guide-page] .enb-hero .enb-cta-dark{
  min-height:46px;
  padding:11px 18px!important;
  border-radius:14px!important;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  line-height:1.15;
  white-space:normal;
}
[data-enb-tour-guide-page] .enb-hero > .relative.z-10 > div{
  padding-top:clamp(4rem,7vw,7rem)!important;
  padding-bottom:clamp(3rem,5vw,4rem)!important;
}
[data-enb-tour-guide-page] .enb-hero .max-w-4xl{
  width:min(100%,64rem);
  max-width:64rem!important;
}

.enb-guide-standard-hero{
  isolation:isolate;
  min-height:auto;
}
.enb-guide-standard-hero__gradient{
  background:linear-gradient(90deg,var(--enb-guide-hero-from,#0f172a),var(--enb-guide-hero-via,#1e3a8a),var(--enb-guide-hero-to,#0f766e));
}
.enb-guide-standard-hero__image{opacity:.35}
.enb-guide-standard-hero__overlay{
  background:linear-gradient(to bottom,rgba(15,23,42,.86) 0%,rgba(15,23,42,.62) 40%,rgba(15,23,42,.88) 100%);
}
.enb-guide-standard-hero__accent{
  display:inline;
  color:#fde68a;
}
.enb-guide-standard-hero__intro{
  color:rgba(255,255,255,.9);
  line-height:1.7;
  text-wrap:balance;
}
.enb-guide-standard-hero__actions a{
  min-width:170px;
  text-decoration:none;
}
.enb-guide-standard-hero .live-ticker{
  min-height:40px;
  text-align:center;
}

.enb-guide-hero-locale{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  width:fit-content;
  max-width:100%;
  margin:0 auto 1.25rem;
  padding:9px 15px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:999px;
  background:rgba(15,23,42,.28);
  color:#fff;
  font-size:13px;
  font-weight:800;
  line-height:1.2;
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
}
.enb-guide-hero-locale__flag{
  font-size:18px;
  line-height:1;
}

[data-enb-tour-guide-page] .live-ticker,
[data-enb-tour-guide-page] .enb-guide-hero-ticker{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  width:fit-content;
  max-width:min(100%,940px);
  margin-inline:auto;
  padding:9px 14px;
  border:1px solid rgba(255,255,255,.2);
  border-radius:999px;
  background:rgba(15,23,42,.36);
  color:#fff;
  font-size:13px;
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
}
[data-enb-tour-guide-page] .enb-live-hero-grid,
[data-enb-tour-guide-page] .enb-guide-hero-prices{
  width:min(100%,940px);
  margin-inline:auto;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
}
[data-enb-tour-guide-page] .enb-live-hero-card,
[data-enb-tour-guide-page] .enb-guide-hero-prices article{
  display:grid;
  gap:3px;
  padding:13px 14px;
  border:1px solid rgba(255,255,255,.16);
  border-radius:16px;
  background:rgba(15,23,42,.48);
  text-align:center;
  align-items:center;
  justify-items:center;
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
}
[data-enb-tour-guide-page] .enb-live-hero-card.is-featured,
[data-enb-tour-guide-page] .enb-guide-hero-prices article.is-featured{
  background:linear-gradient(135deg,rgba(15,23,42,.76),color-mix(in srgb,var(--tg-accent) 46%,transparent));
}
[data-enb-tour-guide-page] .enb-live-hero-card__k,
[data-enb-tour-guide-page] .enb-guide-hero-prices span{
  width:100%;
  font-size:11px;
  color:rgba(255,255,255,.72);
  font-weight:700;
}
[data-enb-tour-guide-page] .enb-live-hero-card__v,
[data-enb-tour-guide-page] .enb-guide-hero-prices strong{
  width:100%;
  font-size:21px;
  line-height:1.15;
  color:#fff;
}
[data-enb-tour-guide-page] .enb-live-hero-card__s,
[data-enb-tour-guide-page] .enb-guide-hero-prices small{
  width:100%;
  font-size:11px;
  color:rgba(255,255,255,.92)!important;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  text-shadow:0 1px 8px rgba(0,0,0,.24);
}
[data-enb-tour-guide-page] .enb-hero-meta{
  width:min(100%,940px);
  margin-inline:auto;
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:8px;
}
[data-enb-tour-guide-page] .enb-hero-meta__item{
  padding:7px 10px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:999px;
  background:rgba(15,23,42,.32);
  font-size:11px;
  color:rgba(255,255,255,.86);
}
.enb-guide-hero-quick,
[data-enb-tour-guide-page] .enb-ar-quick,
[data-enb-tour-guide-page] .enb-ru-quick{
  width:min(100%,940px);
  margin-inline:auto;
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:8px;
}
.enb-guide-hero-quick span,
[data-enb-tour-guide-page] .enb-ar-quick span,
[data-enb-tour-guide-page] .enb-ru-quick span{
  display:inline-flex;
  align-items:center;
  min-height:34px;
  padding:7px 11px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:999px;
  background:rgba(15,23,42,.38);
  color:rgba(255,255,255,.9);
  font-size:11px;
  font-weight:800;
}

body.enb-tour-guide-full-page .enb-breadcrumb-shell{
  display:block!important;
  visibility:visible!important;
  opacity:1!important;
  position:relative!important;
  z-index:20!important;
  background:rgba(248,250,252,.96)!important;
  border-bottom:1px solid rgba(226,232,240,.9)!important;
}
body.enb-tour-guide-full-page .enb-breadcrumb-list{
  width:min(100%,80rem);
  max-width:80rem;
  margin-inline:auto;
}

@media (max-width:767px){
  [data-enb-tour-guide-page] .enb-hero h1{
    font-size:clamp(2rem,10vw,3.1rem)!important;
  }
  [data-enb-tour-guide-page] .enb-hero > .relative.z-10 > div{
    padding-top:3.5rem!important;
    padding-bottom:2.5rem!important;
  }
  .enb-guide-hero-locale{
    margin-bottom:1rem;
    padding:8px 12px;
    font-size:12px;
  }
  [data-enb-tour-guide-page] .live-ticker,
  [data-enb-tour-guide-page] .enb-guide-hero-ticker{
    border-radius:16px;
  }
  [data-enb-tour-guide-page] .enb-live-hero-grid,
  [data-enb-tour-guide-page] .enb-guide-hero-prices{
    grid-template-columns:1fr;
    gap:8px!important;
  }
  [data-enb-tour-guide-page] .enb-live-hero-card,
  [data-enb-tour-guide-page] .enb-guide-hero-prices article{
    padding:10px 12px!important;
    border-radius:16px!important;
    text-align:center;
  }
  [data-enb-tour-guide-page] .enb-live-hero-card__v{
    font-size:22px!important;
    line-height:1!important;
  }
  [data-enb-tour-guide-page] .enb-live-hero-card__s{
    font-size:10.5px!important;
  }
  .enb-guide-standard-hero__actions{
    display:grid!important;
    grid-template-columns:1fr;
    width:100%;
  }
  .enb-guide-standard-hero__actions a{
    width:100%;
    min-width:0;
  }
  .enb-guide-standard-hero .enb-hero-meta{
    justify-content:flex-start;
    overflow-x:auto;
    flex-wrap:nowrap;
    padding-bottom:4px;
    scrollbar-width:none;
  }
  .enb-guide-standard-hero .enb-hero-meta::-webkit-scrollbar{display:none}
  .enb-guide-standard-hero .enb-hero-meta__item{flex:0 0 auto}
  .enb-guide-hero-quick,
  [data-enb-tour-guide-page] .enb-ar-quick,
  [data-enb-tour-guide-page] .enb-ru-quick{
    flex-wrap:nowrap;
    justify-content:flex-start;
    overflow-x:auto;
    padding-bottom:4px;
    scroll-snap-type:x mandatory;
    scrollbar-width:none;
  }
  .enb-guide-hero-quick::-webkit-scrollbar,
  [data-enb-tour-guide-page] .enb-ar-quick::-webkit-scrollbar,
  [data-enb-tour-guide-page] .enb-ru-quick::-webkit-scrollbar{display:none}
  .enb-guide-hero-quick span,
  [data-enb-tour-guide-page] .enb-ar-quick span,
  [data-enb-tour-guide-page] .enb-ru-quick span{
    flex:0 0 auto;
    scroll-snap-align:start;
  }
}
