
/* =========================
   THEME TOKENS
========================= */
:root{
  --ru-blue:#0f5faa;
  --ru-blue-2:#0c3d78;
  --ru-red:#f97316;
  --ru-red-2:#c2410c;

  --ink:#0f172a;
  --muted:#475569;
  --muted2:#64748b;

  --border:rgba(15,23,42,.08);
  --shadow-sm:0 8px 24px rgba(15,23,42,.06);
  --shadow-md:0 10px 30px rgba(15,23,42,.08);
  --shadow-lg:0 14px 40px rgba(15,23,42,.10);

  --radius-sm:14px;
  --radius-md:18px;
  --radius-lg:22px;
  --radius-xl:26px;

  --grad-primary:linear-gradient(135deg,var(--ru-blue),var(--ru-red));
  --focus-ring:0 0 0 4px rgba(28,87,183,.14);
}

/* =========================
   HERO
========================= */
.enb-hero{
  border-bottom:1px solid rgba(255,255,255,.08);
}

.enb-cta-primary{
  background:var(--grad-primary);
  color:#fff;
}
.enb-cta-primary:hover{ filter:brightness(1.05); }

.enb-cta-ghost{
  background:rgba(238,244,255,.10);
  border:1px solid rgba(238,244,255,.18);
  color:#fff;
}
.enb-cta-ghost:hover{ background:rgba(238,244,255,.14); }

.enb-cta-dark{
  background:rgba(15,23,42,.85);
  border:1px solid rgba(238,244,255,.18);
  color:#fff;
}
.enb-cta-dark:hover{ background:rgba(15,23,42,.95); }

/* =========================
   CARDS
========================= */
.enb-info-card{
  border:1px solid var(--border);
  border-radius:var(--radius-md);
  padding:14px;
  background:#fff;
  box-shadow:var(--shadow-sm);
}
.enb-info-card__t{
  font-size:12px;
  color:var(--muted2);
  font-weight:700;
}
.enb-info-card__d{
  margin-top:2px;
  font-size:14px;
  color:var(--ink);
  font-weight:800;
}

.enb-quote-box{
  border-radius:var(--radius-lg);
  padding:18px;
  background:linear-gradient(180deg,rgba(28,87,183,.10),#fff);
  border:1px solid rgba(28,87,183,.25);
  box-shadow:var(--shadow-lg);
}

.enb-mini-btn{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:38px;
  padding:8px 10px;
  border-radius:12px;
  font-weight:900;
  font-size:12px;
  line-height:1.15;
  text-align:center;
  background:rgba(28,87,183,.10);
  border:1px solid rgba(28,87,183,.20);
  color:var(--ink);
}
.enb-mini-btn.-dark{
  background:var(--ink);
  border-color:rgba(15,23,42,.25);
  color:#fff;
}

/* =========================
   ROUTES
========================= */
.enb-route-card{
  background:#fff;
  border:1px solid var(--border);
  border-radius:var(--radius-lg);
  padding:18px;
  box-shadow:var(--shadow-md);
}
.enb-route-card__h{
  font-weight:900;
  font-size:18px;
  color:var(--ink);
}
.enb-route-card__p{
  margin-top:6px;
  font-size:13px;
  color:var(--muted);
}

.enb-ul{
  margin-top:12px;
  padding-left:18px;
  color:#334155;
  font-size:13px;
}
.enb-ul li{ margin:6px 0; }
.enb-ul.-compact{
  margin-top:10px;
  font-size:13px;
}
.enb-note{
  margin-top:10px;
  font-size:12px;
  color:var(--muted2);
}

/* =========================
   PACKS
========================= */
.enb-pack{
  position:relative;
  border-radius:var(--radius-lg);
  padding:18px;
  background:#fff;
  border:1px solid var(--border);
  box-shadow:var(--shadow-md);
}
.enb-pack.-featured{
  background:linear-gradient(180deg,rgba(28,87,183,.10),#fff);
  border:2px solid rgba(28,87,183,.55);
}

.enb-pack--tagspace{
  position:relative;
  padding-top:44px;
}
.enb-pack__tag{
  position:absolute;
  top:12px;
  right:12px;
  z-index:5;
  display:inline-flex;
  align-items:center;
  max-width:calc(100% - 24px);
  overflow:hidden;
  white-space:nowrap;
  text-overflow:ellipsis;
  padding:6px 10px;
  border-radius:999px;
  font-size:11px;
  line-height:1;
  font-weight:900;
  background:var(--ru-red);
  color:#fff;
  box-shadow:0 10px 20px rgba(201,22,42,.22);
}

.enb-pack__h{
  font-size:18px;
  font-weight:900;
  color:var(--ink);
}
.enb-pack__price{
  margin-top:10px;
  display:flex;
  align-items:baseline;
  gap:10px;
}
.enb-pack__eur{
  font-size:30px;
  font-weight:1000;
  color:var(--ink);
}
.enb-pack__try{
  font-size:13px;
  font-weight:800;
  color:var(--muted2);
}
.enb-pack__p{
  margin-top:8px;
  font-size:13px;
  color:var(--muted);
}
.enb-pack__micro{
  margin-top:10px;
  font-size:12px;
  color:#64748b;
}
.enb-pack__btn{
  display:block;
  margin-top:14px;
  text-align:center;
  padding:12px;
  border-radius:16px;
  font-weight:1000;
  font-size:13px;
  color:#fff;
  background:var(--grad-primary);
  box-shadow:0 14px 28px rgba(28,87,183,.18);
}
.enb-pack__btn:hover{ filter:brightness(1.05); }

/* =========================
   MINI PANELS
========================= */
.enb-mini-panels{
  margin-top:12px;
  display:grid;
  gap:10px;
  grid-template-columns:1fr 1fr;
}
.enb-mini-panel{
  border:1px solid rgba(15,23,42,.08);
  background:rgba(248,250,252,.7);
  border-radius:12px;
  padding:10px;
}
.enb-mini-panel__t{
  margin-bottom:6px;
  font-size:12px;
  font-weight:700;
  color:#0f172a;
}
.enb-mini-panel ul{
  margin:0;
  padding-left:16px;
}
.enb-mini-panel li{
  margin:4px 0;
  font-size:12px;
  color:#334155;
}

/* =========================
   FORM
========================= */
.enb-formwrap{
  border-radius:var(--radius-xl);
  padding:22px;
  background:linear-gradient(180deg,rgba(15,23,42,.04),#fff);
  border:1px solid var(--border);
  box-shadow:0 16px 50px rgba(15,23,42,.08);
}

.enb-tick{
  display:flex;
  gap:10px;
  align-items:flex-start;
  padding:10px 12px;
  border-radius:16px;
  background:#fff;
  border:1px solid rgba(15,23,42,.06);
}

.enb-form{
  background:#fff;
  border:1px solid var(--border);
  border-radius:var(--radius-lg);
  padding:16px;
  box-shadow:0 14px 40px rgba(15,23,42,.08);
}

.enb-field span{
  display:block;
  margin-bottom:6px;
  font-size:12px;
  font-weight:900;
  color:#334155;
}
.enb-field input,
.enb-field select{
  width:100%;
  height:44px;
  padding:10px 12px;
  border-radius:var(--radius-sm);
  border:1px solid rgba(15,23,42,.12);
  outline:none;
  background:#fff;
  color:#0f172a;
}

.enb-field input:focus,
.enb-field select:focus{
  border-color:rgba(28,87,183,.60);
  box-shadow:var(--focus-ring);
}

/* Native date / time */
.enb-form input[type="date"],
.enb-form input[type="time"]{
  appearance:auto;
  -webkit-appearance:auto;
  width:100%;
  min-height:44px;
  height:44px;
  padding:10px 12px;
  border-radius:14px;
  line-height:1.2;
  letter-spacing:0;
  background:#fff;
}

.enb-form input[type="date"]::-webkit-calendar-picker-indicator,
.enb-form input[type="time"]::-webkit-calendar-picker-indicator{
  opacity:.85;
  cursor:pointer;
}

.enb-form input[type="date"]::-webkit-date-and-time-value,
.enb-form input[type="time"]::-webkit-date-and-time-value{
  text-align:left;
}

.enb-help{
  display:block;
  margin-top:6px;
  font-size:12px;
  line-height:1.45;
  color:#64748b;
}

.enb-addons{
  display:grid;
  gap:.6rem;
  margin-top:.75rem;
}
.enb-addon{
  display:flex;
  align-items:center;
  gap:.6rem;
  padding:.65rem .75rem;
  border:1px solid rgba(15,23,42,.10);
  border-radius:14px;
  background:rgba(2,6,23,.02);
}
.enb-addon input{
  transform:scale(1.05);
}
.enb-addon a{
  margin-left:auto;
  font-size:12px;
  opacity:.9;
}

.enb-kvkk{
  display:flex;
  gap:.6rem;
  align-items:flex-start;
  padding:.7rem .75rem;
  border:1px solid rgba(15,23,42,.10);
  border-radius:14px;
  background:rgba(2,6,23,.02);
  font-size:12px;
  line-height:1.35;
  color:rgba(15,23,42,.85);
}
.enb-kvkk input{
  margin-top:.2rem;
  transform:scale(1.05);
}

.enb-submit{
  width:100%;
  margin-top:12px;
  height:48px;
  border-radius:16px;
  font-weight:1000;
  font-size:14px;
  color:#fff;
  background:var(--grad-primary);
  border:none;
  cursor:pointer;
}
.enb-submit:hover{ filter:brightness(1.05); }

.enb-selected-pack{
  display:none;
  align-items:center;
  justify-content:space-between;
  gap:8px;
  margin-bottom:14px;
  padding:8px 12px;
  border:1px solid #c7d2fe;
  border-radius:12px;
  background:#eef2ff;
  color:#1e293b;
  font-size:12px;
  line-height:1.2;
  animation:fadeInUp .35s ease;
}
.enb-pack-clear{
  border:none;
  background:none;
  font-size:12px;
  cursor:pointer;
  opacity:.6;
}
.enb-pack-clear:hover{ opacity:1; }

@keyframes fadeInUp{
  from{ opacity:0; transform:translateY(8px); }
  to{ opacity:1; transform:translateY(0); }
}

/* =========================
   FAQ
========================= */
.enb-faq{
  background:#fff;
  border:1px solid var(--border);
  border-radius:20px;
  padding:14px 16px;
  box-shadow:0 10px 30px rgba(15,23,42,.06);
}
.enb-faq h3{
  font-weight:1000;
  color:var(--ink);
}
.enb-faq p{
  margin-top:6px;
  color:var(--muted);
}

/* =========================
   LINKS / CHIPS / PILLS
========================= */
.enb-inlink{
  text-decoration:underline;
  font-weight:800;
}
.enb-dot{
  margin:0 .35rem;
  opacity:.6;
}

.enb-pill,
.enb-pill.-soft{
  display:inline-flex;
  align-items:center;
  gap:.4rem;
  padding:4px 9px;
  border-radius:999px;
  font-size:11px;
  line-height:1.1;
  font-weight:700;
}
.enb-pill{
  background:rgba(15,23,42,.08);
  border:1px solid rgba(15,23,42,.10);
}
.enb-pill.-soft{
  background:rgba(99,102,241,.10);
  border:1px solid rgba(99,102,241,.18);
}

.enb-chip{
  display:inline-flex;
  align-items:center;
  padding:.35rem .55rem;
  border-radius:999px;
  font-size:.75rem;
  background:rgba(2,6,23,.04);
  border:1px solid rgba(2,6,23,.08);
}

/* =========================
   GUIDE
========================= */
.enb-guide{
  display:grid;
  grid-template-columns:120px 1fr;
  gap:14px;
  background:#fff;
  border:1px solid rgba(2,6,23,.08);
  border-radius:18px;
  padding:14px;
  box-shadow:0 10px 30px rgba(2,6,23,.06);
}
.enb-guide__img{
  width:120px;
  height:120px;
  border-radius:16px;
  background-size:cover;
  background-position:center;
  border:1px solid rgba(2,6,23,.08);
}
.enb-guide__top{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:10px;
}
.enb-guide__name{
  font-weight:900;
  font-size:1.05rem;
  color:#0f172a;
}
.enb-guide__role{
  font-size:.85rem;
  color:#475569;
  margin-top:2px;
}
.enb-guide__meta{
  margin-top:8px;
  font-size:.82rem;
  color:#475569;
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  align-items:center;
}
.enb-guide__areas{
  margin-top:10px;
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}
.enb-guide__cta{
  margin-top:12px;
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}

/* =========================
   SPOTS
========================= */
.enb-spot{
  background:#fff;
  border:1px solid rgba(2,6,23,.08);
  border-radius:18px;
  padding:16px;
  box-shadow:0 10px 30px rgba(2,6,23,.06);
}
.enb-spot__head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:10px;
}
.enb-spot__h{
  font-weight:900;
  font-size:1.05rem;
  color:#0f172a;
}
.enb-spot__sub{
  margin-top:4px;
  font-size:.8rem;
  color:#64748b;
}
.enb-spot__p{
  margin-top:10px;
  color:#475569;
  line-height:1.7;
}
.enb-spot__pins{
  margin-top:12px;
  display:flex;
  flex-direction:column;
  gap:8px;
}
.enb-pin{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  padding:10px 12px;
  border-radius:14px;
  background:rgba(2,6,23,.03);
  border:1px solid rgba(2,6,23,.06);
  color:#0f172a;
  transition:transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.enb-pin:hover{
  transform:translateY(-2px);
  background:rgba(99,102,241,.08);
  box-shadow:0 10px 26px rgba(2,6,23,.10);
}
.enb-pin__go{
  font-size:.72rem;
  padding:.25rem .5rem;
  border-radius:999px;
  background:#0f172a;
  color:#fff;
}
.enb-spot__cta{ margin-top:14px; }

/* =========================
   GALLERY SWIPE
========================= */
.enb-gallery{
  display:grid;
  gap:14px;
}

.enb-gallery-stage{
  position:relative;
  overflow:hidden;
  border:1px solid rgba(2,6,23,.08);
  border-radius:20px;
  background:#fff;
  box-shadow:0 10px 30px rgba(2,6,23,.06);
}
.enb-gallery-stage__media{
  position:relative;
  width:100%;
  aspect-ratio:16 / 10;
  background:#f8fafc;
}
.enb-gallery-stage__media img,
.enb-gallery-stage__media video{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}
.enb-gallery-stage__count{
  position:absolute;
  right:12px;
  bottom:12px;
  padding:6px 10px;
  border-radius:999px;
  background:rgba(15,23,42,.78);
  color:#fff;
  font-size:12px;
  font-weight:800;
}

.enb-gallery-track{
  display:flex;
  gap:10px;
  overflow-x:auto;
  padding-bottom:4px;
  scroll-snap-type:x mandatory;
  -webkit-overflow-scrolling:touch;
}
.enb-gallery-track::-webkit-scrollbar{ height:8px; }
.enb-gallery-track::-webkit-scrollbar-thumb{
  border-radius:999px;
  background:rgba(15,23,42,.18);
}

.enb-gallery-thumb{
  position:relative;
  flex:0 0 110px;
  padding:0;
  border:none;
  background:none;
  cursor:pointer;
  scroll-snap-align:start;
}
.enb-gallery-thumb__img{
  display:block;
  width:100%;
  aspect-ratio:1/1;
  border:2px solid transparent;
  border-radius:16px;
  background-size:cover;
  background-position:center;
  box-shadow:0 8px 18px rgba(2,6,23,.08);
}
.enb-gallery-thumb.is-active .enb-gallery-thumb__img{
  border-color:#1c57b7;
}
.enb-gallery-thumb__badge{
  position:absolute;
  left:8px;
  bottom:8px;
  padding:4px 8px;
  border-radius:999px;
  background:rgba(15,23,42,.8);
  color:#fff;
  font-size:11px;
  font-weight:800;
}

/* =========================
   STEPS
========================= */
.enb-steps{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
}
.enb-step{
  display:flex;
  gap:10px;
  align-items:center;
  justify-content:center;
  padding:12px;
  border-radius:16px;
  background:rgba(2,6,23,.03);
  border:1px solid rgba(2,6,23,.06);
  font-weight:700;
  color:#0f172a;
}
.enb-step__n{
  width:26px;
  height:26px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:#0f5faa;
  color:#fff;
  font-size:.8rem;
}

/* =========================
   SCROLLBAR / MOTION
========================= */
#paketler .overflow-x-auto{ scrollbar-width:thin; }
#paketler .overflow-x-auto::-webkit-scrollbar{ height:8px; }
#paketler .overflow-x-auto::-webkit-scrollbar-thumb{
  border-radius:999px;
  background:rgba(15,23,42,.18);
}
#paketler .overflow-x-auto::-webkit-scrollbar-track{
  border-radius:999px;
  background:rgba(15,23,42,.06);
}

.enb-cta-primary,
.enb-cta-ghost,
.enb-cta-dark,
.enb-pack__btn,
.enb-mini-btn{
  position:relative;
  overflow:hidden;
  transform:translateY(0);
  transition:all .35s cubic-bezier(.4,0,.2,1);
}
.enb-cta-primary:hover,
.enb-cta-ghost:hover,
.enb-cta-dark:hover,
.enb-pack__btn:hover,
.enb-mini-btn:hover{
  transform:translateY(-4px);
  box-shadow:0 15px 35px rgba(0,0,0,.25);
}

@keyframes enbBreath{
  0%   { transform:scale(1); box-shadow:0 8px 20px rgba(0,0,0,.25); }
  50%  { transform:scale(1.04); box-shadow:0 12px 30px rgba(99,102,241,.45); }
  100% { transform:scale(1); box-shadow:0 8px 20px rgba(0,0,0,.25); }
}

@media (max-width:640px){
  .enb-cta-primary{ animation:enbBreath 3.5s ease-in-out infinite; }
  .enb-cta-dark{ animation:enbBreath 4s ease-in-out infinite; }

  .enb-cta-primary:active,
  .enb-cta-dark:active{
    animation:none;
    transform:scale(.96);
  }
}

/* =========================
   RESPONSIVE
========================= */
@media (min-width:1024px){
  .enb-gallery-thumb{ flex:0 0 136px; }
}

@media (max-width:640px){
  .enb-pack--tagspace{ padding-top:40px; }
  .enb-pack__tag{
    top:10px;
    right:10px;
    padding:6px 9px;
    font-size:10.5px;
  }

  .enb-mini-panels{ grid-template-columns:1fr; }

  .enb-mini-btn{
    min-height:36px;
    padding:7px 9px;
    font-size:11.5px;
  }

  .enb-guide{
    grid-template-columns:92px 1fr;
  }
  .enb-guide__img{
    width:92px;
    height:92px;
  }

  .enb-steps{ grid-template-columns:1fr; }

  #rezervasyon .enb-formwrap{
    padding:12px;
    border-radius:18px;
  }

  #rezervasyon .enb-form{
    padding:12px;
    border-radius:16px;
  }

  #rezervasyon .enb-tick{
    padding:9px 10px;
    border-radius:12px;
    font-size:12px;
  }

  #rezervasyon .enb-field span{
    margin-bottom:5px;
    font-size:11px;
  }

  #rezervasyon .enb-field input,
  #rezervasyon .enb-field select{
    height:46px;
    padding:10px 12px;
    border-radius:12px;
    font-size:16px;
  }

  #rezervasyon .enb-help{
    display:block;
    margin-top:6px;
    font-size:11px;
    line-height:1.45;
  }

  #rezervasyon .enb-addons{
    gap:8px;
  }

  #rezervasyon .enb-addon{
    flex-wrap:wrap;
    align-items:flex-start;
    gap:8px;
    padding:10px 12px;
    border-radius:12px;
  }

  #rezervasyon .enb-addon span{
    flex:1 1 100%;
    font-size:13px;
    line-height:1.45;
  }

  #rezervasyon .enb-addon a{
    margin-left:0;
    font-size:11px;
  }

  #rezervasyon .enb-kvkk{
    padding:10px 12px;
    border-radius:12px;
    font-size:11px;
    line-height:1.45;
  }

  #rezervasyon .enb-selected-pack{
    margin-bottom:10px;
    padding:8px 10px;
    border-radius:10px;
    font-size:12px;
  }

  #rezervasyon .enb-submit{
    height:46px;
    border-radius:14px;
    font-size:13px;
  }
}



/* =========================
   LANGUAGE HUB CARDS
========================= */
.enb-lang-grid{
  display:grid;
  gap:16px;
  grid-template-columns:repeat(2,minmax(0,1fr));
}
.enb-lang-card{
  background:#fff;
  border:1px solid rgba(15,23,42,.08);
  border-radius:20px;
  padding:16px;
  box-shadow:0 10px 30px rgba(2,6,23,.06);
}
.enb-lang-card__h{
  font-size:18px;
  font-weight:900;
  color:#0f172a;
}
.enb-lang-card__p{
  margin-top:8px;
  color:#475569;
  font-size:13px;
  line-height:1.6;
}
.enb-lang-card__meta{
  margin-top:10px;
  display:flex;
  gap:8px;
  flex-wrap:wrap;
}
.enb-lang-card__cta{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  margin-top:14px;
  padding:10px 14px;
  border-radius:14px;
  font-size:13px;
  font-weight:900;
  color:#fff;
  background:var(--grad-primary);
}
@media (max-width:640px){
  .enb-lang-grid{ grid-template-columns:1fr; }
}
