/* ============================================================
   Nav (LandingTabBar) + Booking-link hero styles
   ============================================================ */

/* ---------- Nav ---------- */
.nav { position: sticky; top: 0; z-index: 50; background: #ffffff; }
.nav-inner { max-width: none; margin-inline: auto; padding: 0 2rem; }
.nav-row { display: flex; height: 64px; align-items: center; justify-content: space-between; gap: 24px; }
.nav-logo { flex-shrink: 0; display: flex; align-items: center; }
/* Logonun genişliğini görsel yüklenmeden önce rezerve et (aspect-ratio 4296x1353),
   böylece tab'e geçişte logo yüklenene kadar sekmeler kaymaz (CLS engellenir). */
.nav-logo img { height: 32px; width: auto; aspect-ratio: 4296 / 1353; display: block; }
.nav-center { flex: 1; display: flex; justify-content: flex-start; }
/* Klasik nav linkleri (toggle/segmented control yerine): sola yaslı, aktif olan alt
   çizgi + marka turuncusu ile belirtilir. */
.nav-links { display: flex; align-items: center; gap: 4px; }
.nav-link { display: inline-flex; align-items: center; gap: 8px; padding: 8px 12px; font-size: 14px; font-weight: 500; white-space: nowrap; color: #1A1A1A; text-decoration: none; border-bottom: 2px solid transparent; transition: color .2s, border-color .2s; }
.nav-link:hover { color: #FF4900; }
.nav-link.active { color: #FF4900; font-weight: 600; border-bottom-color: #FF4900; }
.nav-link svg { width: 16px; height: 16px; flex-shrink: 0; }
.nav-right { display: flex; align-items: center; gap: 6px; flex-shrink: 0; }
.lang-btn { display: inline-flex; align-items: center; gap: 6px; background: transparent; border: none; color: #1A1A1A; font-size: 14px; font-weight: 500; padding: 8px 10px; border-radius: 8px; cursor: pointer; }
.lang-btn:hover { background: #f3f4f6; }
.lang-btn svg { width: 16px; height: 16px; }
.login-btn { font-family: inherit; font-size: 14px; font-weight: 500; color: #1A1A1A; background: #ffffff; border: 1px solid #e5e7eb; border-radius: 9999px; padding: 7px 16px; cursor: pointer; transition: background .2s, border-color .2s; }
.login-btn:hover { background: #f9fafb; border-color: #d1d5db; }
.nav-pricing-link { font-size: 14px; font-weight: 500; color: #1A1A1A; padding: 7px 12px; border-radius: 9999px; white-space: nowrap; transition: background .2s; }
.nav-pricing-link:hover { background: #f3f4f6; }
.start-btn { font-family: inherit; font-size: 14px; font-weight: 600; color: #ffffff; background: #FF4900; border: 1px solid #FF4900; border-radius: 9999px; padding: 7px 16px; cursor: pointer; white-space: nowrap; transition: filter .2s; }
.start-btn:hover { filter: brightness(1.06); }
/* ≤860px: dört sekme + logo + giriş butonu üst satıra sığmıyor — sekmeler sticky
   header'ın altında ayrı bir satıra iner (satır sticky DEĞİLDİR; header 64px kalır,
   sticky top-16 ofsetleri bozulmaz) */
.nav-row2 { display: none; }
@media (max-width: 860px){
  .nav-inner { padding: 0 1rem; }
  .lang-btn span { display: none; }
  .nav-center { display: none; }
  /* Dört link en dar ekranlara sığmayabilir: satır yatay kaydırılabilir, kaydırma
     çubuğu gizli. Linkler sola yaslı akar. */
  .nav-row2 { display: flex; padding: 4px 12px 8px; background: #ffffff; overflow-x: auto; -ms-overflow-style: none; scrollbar-width: none; }
  .nav-row2::-webkit-scrollbar { display: none; }
  .nav-row2 .nav-links { margin-right: auto; }
  .nav-row2 .nav-link span { display: inline; }
}
@media (max-width: 400px){
  .nav-row2 .nav-link { padding: 7px 10px; font-size: 12.5px; }
  .nav-row2 .nav-link svg { display: none; }
}
@media (max-width: 640px){
  /* Dar ekranda üst satırda logo + Hemen Başla + Giriş kalır; Fiyatlandırma
     footer'dan ve sayfa içi fiyat bantlarından erişilebilir. */
  .nav-pricing-link { display: none; }
}
@media (max-width: 480px){
  .nav-inner { padding: 0 0.75rem; }
  .nav-row { gap: 8px; }
  .nav-right { gap: 2px; }
  .lang-btn { padding: 8px 6px; }
  .login-btn { padding: 7px 12px; }
  .start-btn { padding: 7px 12px; }
  .nav-link { padding: 8px 10px; }
}

/* ---------- Booking section ---------- */
.booking-section-wrap {
  --bg: #F5F5F7; --surface-1: #FFFFFF; --surface-2: #F0F0F2; --surface-3: #E8E8EC;
  --border: rgba(0,0,0,0.08); --border-2: rgba(0,0,0,0.15);
  --text: #1A1A1E; --text-dim: rgba(26,26,30,0.55); --text-faint: rgba(26,26,30,0.35);
  --orange: #FF4900; --orange-bright: #FF6B2E; --orange-deep: #CC3A00;
  --orange-wash: rgba(255,73,0,0.10); --orange-line: rgba(255,73,0,0.30);
  --green: #34C77B; --blue: #4C8DFF;
  --font: "Geist", -apple-system, system-ui, sans-serif; --mono: "Geist Mono", ui-monospace, "SF Mono", monospace;
  --radius: 16px; --radius-lg: 24px; --radius-sm: 10px;
  background: var(--bg); color: var(--text); font-family: var(--font); position: relative;
  margin: 0 24px; border-radius: 16px; padding: 5px 28px 54px;
}
.booking-wrap { width: 100%; max-width: 1180px; margin-inline: auto; }
.booking-eyebrow { display: inline-flex; align-items: center; gap: 8px; font-family: var(--mono); font-size: 12.5px; font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase; color: #FF4900; padding-top: 12px; }
.booking-eyebrow::before { content: ""; width: 6px; height: 6px; border-radius: 2px; background: #FF4900; transform: rotate(45deg); box-shadow: 0 0 14px 1px var(--orange-line); flex: none; }
@media (max-width: 640px) { .booking-eyebrow { white-space: normal; font-size: 11.5px; } }
.booking-h-display { font-size: clamp(34px, 5.2vw, 56px); line-height: 1.12; letter-spacing: -0.02em; font-weight: 600; max-width: 17ch; margin: 16px 0 11px; }
.booking-sub-sec { margin-top: 18px; font-size: 18px; color: var(--text-dim); max-width: 56ch; line-height: 1.5; margin-bottom: 24px; }
.booking-book-grid { display: grid; grid-template-columns: 1fr 0.95fr; gap: 54px; align-items: center; margin-top: 48px; }
.booking-book-grid > * { min-width: 0; }
@media (min-width: 1001px) {
  .booking-book-grid { align-items: start; column-gap: 54px; row-gap: 24px; }
  .booking-col-text { grid-column: 1; grid-row: 1; }
  .booking-phone-pair { grid-column: 2; grid-row: 1 / 3; align-self: center; }
  .booking-qr-box { grid-column: 1; grid-row: 2; margin-top: 0; }
}
@media (max-width: 1000px) { .booking-book-grid { grid-template-columns: 1fr; gap: 44px; } }
.booking-url-pill { display: inline-flex; align-items: center; gap: 0; margin: 22px 0; font-family: var(--mono); font-size: 15px; background: var(--surface-1); border: 1px solid var(--border-2); border-radius: 12px; overflow: hidden; max-width: 100%; }
.booking-u-dim { color: var(--text-faint); padding: 12px 0 12px 16px; }
.booking-u-hi { color: #FF4900; padding: 12px 16px 12px 4px; font-weight: 500; }
.booking-u-copy { margin-left: auto; padding: 12px 14px; border-left: 1px solid var(--border); color: var(--text-dim); font-family: var(--font); font-size: 12.5px; transition: background .2s, color .2s; background: transparent; border-top: none; border-right: none; border-bottom: none; cursor: pointer; }
.booking-u-copy:hover { background: var(--surface-3); color: var(--text); }
.booking-book-feats { display: flex; flex-direction: column; gap: 13px; margin-top: 8px; }
.booking-book-feat { display: flex; align-items: center; gap: 13px; font-size: 15px; }
.booking-bi { width: 34px; height: 34px; border-radius: 10px; background: var(--surface-2); border: 1px solid var(--border); display: grid; place-items: center; font-size: 16px; flex: none; }
.booking-qr-box { margin-top: 24px; display: flex; gap: 16px; align-items: center; padding: 18px; background: var(--orange-wash); border: 1px solid var(--orange-line); border-radius: 14px; }
.booking-qr-box h4 { font-size: 15px; margin: 0; }
.booking-qr-box p { font-size: 13px; color: var(--text-dim); margin: 4px 0 0; }
.booking-phone-pair { position: relative; display: flex; justify-content: center; align-items: center; gap: 34px; }
@media (max-width: 520px) { .booking-phone-pair { gap: 14px; } }
.booking-pp-arrow { position: absolute; left: 50%; top: calc(50% - 38px); transform: translate(-50%, -50%); z-index: 8; width: 46px; height: 46px; border-radius: 50%; color: #FFFFFF; background: #FF4900; display: grid; place-items: center; box-shadow: 0 12px 30px -8px rgba(255,73,0,0.3); }
.booking-phone { width: 268px; flex: none; background: #FFFFFF; border: 1px solid var(--border-2); border-radius: 34px; padding: 9px; box-shadow: 0 40px 80px -28px rgba(0,0,0,0.15); position: relative; z-index: 3; }
.booking-phone-screen { background: var(--bg); border-radius: 26px; overflow: hidden; height: 540px; position: relative; }
.booking-phone-notch { position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 108px; height: 24px; background: #FFFFFF; border-radius: 0 0 16px 16px; z-index: 5; }
.booking-ph-status { display: flex; justify-content: space-between; padding: 9px 18px 4px; font-size: 11px; font-weight: 600; color: var(--text); }
@media (max-width: 1140px) { .booking-phone { width: 230px; } .booking-phone-screen { height: 470px; } }
@media (max-width: 600px) { .booking-phone { width: 230px; } .booking-phone-screen { height: 470px; } }
@media (max-width: 380px) { .booking-phone { width: 200px; } }
.booking-ig-top { display: flex; align-items: center; gap: 8px; padding: 6px 14px 10px; font-size: 14px; font-weight: 600; }
.booking-ig-prof { padding: 4px 14px 0; display: flex; align-items: center; gap: 16px; }
.booking-ig-ava { width: 62px; height: 62px; border-radius: 50%; background: linear-gradient(135deg, #FF4900, #CC3A00); padding: 2.5px; }
.booking-ig-stats { display: flex; gap: 18px; }
.booking-ig-stat { text-align: center; }
.booking-ig-stat b { font-size: 14px; display: block; }
.booking-ig-stat span { font-size: 10.5px; color: var(--text-dim); }
.booking-ig-bio { padding: 12px 14px 0; font-size: 12.5px; line-height: 1.45; }
.booking-ig-bio .booking-bn { font-weight: 600; }
.booking-ig-link { color: var(--blue); font-weight: 500; }
.booking-ig-biolink { margin: 12px 14px 0; display: flex; align-items: center; gap: 8px; padding: 10px 12px; background: #ffffff; border: 1px solid var(--orange-line); border-radius: 10px; font-size: 12px; }
.booking-ig-biolink .booking-lk { color: #FF4900; font-weight: 600; }
.booking-ig-grid { margin-top: 14px; overflow: hidden; }
.booking-ig-grid img { width: 100%; display: block; object-fit: cover; }
.booking-bk-head { padding: 8px 16px 12px; border-bottom: 1px solid var(--border); }
.booking-bk-head .booking-salon { display: flex; align-items: center; gap: 10px; }
.booking-bk-head .booking-salon .booking-sa { width: 38px; height: 38px; border-radius: 50%; background: linear-gradient(135deg, #FF4900, #CC3A00); }
.booking-sn { font-size: 14.5px; font-weight: 600; }
.booking-sm { font-size: 11px; color: var(--text-dim); }
.booking-bk-sec-l { padding: 12px 16px 4px; font-size: 11px; font-family: var(--mono); color: var(--text-faint); letter-spacing: .06em; text-transform: uppercase; }
.booking-svc { margin: 0 12px 8px; padding: 11px 13px; background: var(--surface-1); border: 1px solid var(--border); border-radius: 11px; display: flex; align-items: center; gap: 10px; transition: border-color .2s, background .2s; cursor: pointer; }
.booking-svc.sel { border-color: #FF4900; background: var(--orange-wash); }
.booking-sv-n { font-size: 13px; font-weight: 600; }
.booking-sv-d { font-size: 10.5px; color: var(--text-faint); margin-top: 1px; }
.booking-sv-p { margin-left: auto; font-size: 13px; font-weight: 600; font-family: var(--mono); }
.booking-slots { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; padding: 8px 14px 0; }
.booking-slot { padding: 9px 0; text-align: center; font-size: 12px; font-weight: 600; border-radius: 9px; background: var(--surface-1); border: 1px solid var(--border); font-family: var(--mono); transition: all .2s; cursor: pointer; }
.booking-slot.sel { background: #FF4900; color: #ffffff; border-color: transparent; }
.booking-slot.dis { color: var(--text-faint); opacity: .45; cursor: not-allowed; }
.booking-bk-cta { position: absolute; bottom: 0; left: 0; right: 0; padding: 12px 14px 16px; background: linear-gradient(transparent, var(--bg) 28%); }
.booking-btn { display: inline-flex; align-items: center; gap: 9px; border: none; border-radius: 999px; font-size: 15.5px; font-weight: 500; letter-spacing: -0.01em; padding: 14px 24px; transition: transform .18s cubic-bezier(.2,.7,.2,1), box-shadow .25s, background .2s, border-color .2s; white-space: nowrap; font-family: inherit; cursor: pointer; }
.booking-btn-primary { background: #FF4900; color: #ffffff; font-weight: 600; width: 100%; justify-content: center; box-shadow: 0 1px 0 rgba(255,255,255,.18) inset, 0 8px 30px -8px var(--orange-line); }
.booking-btn-primary:hover { background: #FF4900; transform: translateY(-2px); box-shadow: 0 1px 0 rgba(255,255,255,.25) inset, 0 16px 40px -10px var(--orange-line); }
.booking-arr { transition: transform .2s; }
.booking-btn-primary:hover .booking-arr { transform: translateX(4px); }

/* ---------- mobile fixes ---------- */
@media (max-width: 640px) {
  .booking-section-wrap { margin: 0 12px; padding: 5px 16px 44px; }
  .booking-url-pill { display: flex; width: 100%; font-size: 12px; }
  .booking-u-dim { flex: 0 0 auto; white-space: nowrap; }
  .booking-u-hi { white-space: nowrap; }
  .booking-u-copy { margin-left: auto; }
  .booking-qr-box { flex-direction: row; padding: 14px; }
  .booking-h-display { font-size: clamp(30px, 8.5vw, 40px); }
}
@media (max-width: 560px) {
  .booking-phone-pair { flex-direction: column; gap: 24px; }
  .booking-pp-arrow { top: 50%; transform: translate(-50%, -50%) rotate(90deg); }
  .booking-phone { width: min(260px, 100%); }
  .booking-phone-screen { height: 520px; }
}
