/* =========================================================
   Site-wide header = homepage film header
   ========================================================= */

body > .site-header {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  inset: 0 0 auto 0 !important;
  width: 100% !important;
  z-index: 10000 !important;
  height: 88px !important;
  margin: 0 !important;
  border: 0 !important;
  border-bottom: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  transform: none !important;
  filter: none !important;
  overflow: visible !important;
  transition: background 0.22s ease, box-shadow 0.22s ease !important;
}

body > .site-header .nav-row {
  width: min(1280px, calc(100% - 64px)) !important;
  height: 88px !important;
  grid-template-columns: 1fr auto 1fr !important;
  gap: 24px !important;
  overflow: visible !important;
}

body > .site-header .brand img {
  width: 58px !important;
  height: 48px !important;
  object-fit: contain !important;
  mix-blend-mode: normal !important;
  filter: grayscale(1) brightness(0) invert(1) !important;
  transform: none !important;
}

body > .site-header .brand > span {
  color: #fff !important;
  font-size: 23px !important;
}

body > .site-header .brand small {
  color: rgba(255, 255, 255, 0.55) !important;
}

body > .site-header .nav-links {
  gap: 34px !important;
  overflow: visible !important;
  justify-content: center !important;
  justify-self: center !important;
  width: max-content !important;
  grid-column: 2 !important;
}
body > .site-header .phone {
  display: none !important;
}

body > .site-header .brand {
  scale: 1.28 !important;
  transform-origin: left center !important;
  transform: none !important;
  justify-self: start !important;
  grid-column: 1 !important;
}

body > .site-header .nav-actions {
  justify-self: end !important;
  gap: 10px !important;
  grid-column: 3 !important;
}


/* Nav underline sits under the text (not at header bottom) */
body > .site-header .nav-links a {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  align-self: center !important;
  height: auto !important;
  padding: 0 0 5px !important;
  line-height: 1.2 !important;
  font-size: 14.5px !important;
  font-weight: 600 !important;
  letter-spacing: -0.01em !important;
  color: rgba(255, 255, 255, 0.78) !important;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.28);
}

body > .site-header .nav-links a:hover,
body > .site-header .nav-links a.active {
  color: #fff !important;
}

body > .site-header .nav-links a::after,
body > .site-header .nav-links a:after {
  display: block !important;
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  width: 0 !important;
  height: 2px !important;
  margin: 0 !important;
  background: var(--ns-gold, #c9a227) !important;
  transform: none !important;
  transition: width 0.2s ease !important;
}

body > .site-header .nav-links a:hover::after,
body > .site-header .nav-links a.active::after,
body > .site-header .nav-links a:hover:after,
body > .site-header .nav-links a.active:after {
  width: 100% !important;
}

body > .site-header .locale {
  color: #fff !important;
}

body > .site-header .phone {
  min-width: 146px !important;
  margin-left: 8px !important;
  padding: 2px 15px !important;
  border-left: 1px solid rgba(255, 255, 255, 0.22) !important;
}

body > .site-header .phone small {
  color: rgba(255, 255, 255, 0.52) !important;
}

body > .site-header .phone strong {
  color: #fff !important;
}

body > .site-header .nav-book {
  display: inline-flex !important;
  min-width: 126px !important;
  height: 42px !important;
  margin-left: 8px !important;
  padding: 0 16px !important;
  border: 1px solid rgba(255, 255, 255, 0.38) !important;
  border-radius: 9px !important;
  background: rgba(255, 255, 255, 0.1) !important;
  color: #fff !important;
  box-shadow: none !important;
  backdrop-filter: blur(10px);
}

body > .site-header .nav-book span {
  display: inline !important;
  color: #fff !important;
}

body > .site-header .nav-book svg {
  stroke: var(--ns-gold, #c9a227) !important;
}

body > .site-header .nav-book:hover {
  background: #fff !important;
  color: #111712 !important;
}

body > .site-header .nav-book:hover span {
  color: #111712 !important;
}

body > .site-header .menu-toggle-bar {
  background: #fff !important;
}

body.ns-head-solid > .site-header .menu-toggle-bar,
body > .site-header.is-scrolled .menu-toggle-bar,
body > .site-header.is-solid .menu-toggle-bar {
  background: #111712 !important;
}

/* Soft solid header after scroll */
body.ns-head-solid > .site-header,
body > .site-header.is-scrolled,
body > .site-header.is-solid {
  background: #ffffff !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

body.ns-head-solid > .site-header .brand img,
body > .site-header.is-scrolled .brand img,
body > .site-header.is-solid .brand img {
  filter: none !important;
  mix-blend-mode: multiply !important;
}

body.ns-head-solid > .site-header .brand > span,
body > .site-header.is-scrolled .brand > span,
body > .site-header.is-solid .brand > span {
  color: #111712 !important;
}

body.ns-head-solid > .site-header .brand small,
body > .site-header.is-scrolled .brand small,
body > .site-header.is-solid .brand small {
  color: #8a938c !important;
}

body.ns-head-solid > .site-header .nav-links a,
body > .site-header.is-scrolled .nav-links a,
body > .site-header.is-solid .nav-links a {
  color: #6a736c !important;
  text-shadow: none !important;
  font-size: 14.5px !important;
}

body.ns-head-solid > .site-header .nav-links a:hover,
body.ns-head-solid > .site-header .nav-links a.active,
body > .site-header.is-scrolled .nav-links a:hover,
body > .site-header.is-scrolled .nav-links a.active,
body > .site-header.is-solid .nav-links a:hover,
body > .site-header.is-solid .nav-links a.active {
  color: #111712 !important;
}

body.ns-head-solid > .site-header .locale,
body > .site-header.is-scrolled .locale,
body > .site-header.is-solid .locale {
  color: #111712 !important;
}

body.ns-head-solid > .site-header .phone,
body > .site-header.is-scrolled .phone,
body > .site-header.is-solid .phone {
  border-left-color: rgba(17, 23, 18, 0.08) !important;
}

body.ns-head-solid > .site-header .phone small,
body > .site-header.is-scrolled .phone small,
body > .site-header.is-solid .phone small {
  color: #8a938c !important;
}

body.ns-head-solid > .site-header .phone strong,
body > .site-header.is-scrolled .phone strong,
body > .site-header.is-solid .phone strong {
  color: #111712 !important;
}

body.ns-head-solid > .site-header .nav-book,
body > .site-header.is-scrolled .nav-book,
body > .site-header.is-solid .nav-book {
  border-color: transparent !important;
  background: #171c18 !important;
  color: #fff !important;
  backdrop-filter: none !important;
  box-shadow: none !important;
}

body.ns-head-solid > .site-header .nav-book span,
body > .site-header.is-scrolled .nav-book span,
body > .site-header.is-solid .nav-book span {
  color: #fff !important;
}

@media (max-width: 980px) {
  body > .site-header {
    height: 76px !important;
  }

  body > .site-header .nav-row {
    width: calc(100% - 32px) !important;
    height: 76px !important;
  }

  body > .site-header .phone,
  body > .site-header .nav-book {
    display: none !important;
  }

  body > .site-header .locale,
  body > .site-header .lang-switch-mount,
  body > .site-header .lang-switch {
    display: inline-flex !important;
  }

  /* Clean 3-line hamburger — no FA conflict */
  body > .site-header .menu-toggle {
    display: inline-flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 5px !important;
    width: 44px !important;
    height: 44px !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 1px solid rgba(255, 255, 255, 0.32) !important;
    border-radius: 12px !important;
    background: rgba(0, 0, 0, 0.22) !important;
    box-shadow: none !important;
    cursor: pointer !important;
  }

  body > .site-header .menu-toggle-bar {
    display: block !important;
    width: 18px !important;
    height: 2px !important;
    margin: 0 !important;
    border-radius: 2px !important;
    background: #fff !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  body > .site-header .menu-toggle > i {
    display: none !important;
  }

  body.ns-head-solid > .site-header .menu-toggle,
  body > .site-header.is-scrolled .menu-toggle,
  body > .site-header.is-solid .menu-toggle {
    background: #fff !important;
    border-color: rgba(17, 23, 18, 0.12) !important;
  }

  body.ns-head-solid > .site-header .menu-toggle-bar,
  body > .site-header.is-scrolled .menu-toggle-bar,
  body > .site-header.is-solid .menu-toggle-bar {
    background: #111712 !important;
  }
}

.vhero-book-slot {
  display: block;
  width: 100%;
  height: 0;
  pointer-events: none;
}

/* ---------- Soft white sticky tray under header ---------- */
body > .vhero-book.is-pinned,
.vhero-book.is-pinned {
  position: fixed !important;
  top: var(--ns-head-h, 88px) !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 9990 !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 16px 32px 18px !important;
  background: #ffffff !important;
  border: 0 !important;
  border-top: 1px solid rgba(17, 23, 18, 0.04) !important;
  border-bottom: 1px solid rgba(17, 23, 18, 0.06) !important;
  box-shadow: 0 14px 34px rgba(17, 23, 18, 0.07) !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  transform: none !important;
  filter: none !important;
  will-change: transform, opacity;
  animation: nsStickyBookIn 0.5s cubic-bezier(0.16, 1, 0.3, 1) both;
  pointer-events: auto !important;
}

/* Intro is mobile-only — keep it hidden when the bar pins to body */
.vhero-book-intro,
body > .vhero-book.is-pinned .vhero-book-intro,
.vhero-book.is-pinned .vhero-book-intro {
  display: none !important;
}

/* Header + tray read as one soft block, tray carries the shadow */
body.ns-head-solid > .site-header,
body:has(> .vhero-book.is-pinned).ns-head-solid > .site-header {
  box-shadow: none !important;
  border-bottom-color: transparent !important;
}

body:has(> .vhero-book.is-pinned) > .vhero-book.is-pinned {
  box-shadow: 0 14px 34px rgba(17, 23, 18, 0.07) !important;
}

@keyframes nsStickyBookIn {
  0% {
    opacity: 0;
    transform: translateY(-12px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

body > .vhero-book.is-pinned .ns-glass-bar,
body > .vhero-book.is-pinned .booking-form,
.vhero-book.is-pinned .ns-glass-bar,
.vhero-book.is-pinned .booking-form {
  pointer-events: auto !important;
  width: min(1240px, 100%) !important;
  margin: 0 auto !important;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) 168px !important;
  gap: 0 !important;
  align-items: center !important;
  min-height: 72px !important;
  padding: 8px !important;
  border: 1px solid rgba(17, 23, 18, 0.08) !important;
  border-radius: 18px !important;
  background: #f4f5f4 !important;
  box-shadow: none !important;
  overflow: visible !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

/* Soft field cells — no nested white cards */
body > .vhero-book.is-pinned .booking-field,
.vhero-book.is-pinned .booking-field {
  position: relative !important;
  align-self: stretch !important;
  height: auto !important;
  min-height: 60px !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 10px 18px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  cursor: pointer !important;
}

body > .vhero-book.is-pinned .booking-field + .booking-field,
.vhero-book.is-pinned .booking-field + .booking-field {
  box-shadow: inset 1px 0 0 rgba(17, 23, 18, 0.06) !important;
}

body > .vhero-book.is-pinned .booking-field:hover,
body > .vhero-book.is-pinned .booking-field.open,
.vhero-book.is-pinned .booking-field:hover,
.vhero-book.is-pinned .booking-field.open {
  background: rgba(17, 23, 18, 0.02) !important;
  box-shadow: inset 1px 0 0 rgba(17, 23, 18, 0.06) !important;
  border-radius: 14px !important;
  z-index: 6 !important;
}

body > .vhero-book.is-pinned .booking-field:first-child:hover,
body > .vhero-book.is-pinned .booking-field:first-child.open,
.vhero-book.is-pinned .booking-field:first-child:hover,
.vhero-book.is-pinned .booking-field:first-child.open {
  box-shadow: none !important;
}

body > .vhero-book.is-pinned .field-label,
.vhero-book.is-pinned .field-label {
  display: block !important;
  margin: 0 0 4px !important;
  padding: 0 !important;
  color: #9aa29b !important;
  font-size: 9px !important;
  font-weight: 600 !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
  pointer-events: none !important;
}

body > .vhero-book.is-pinned .field-trigger,
.vhero-book.is-pinned .field-trigger {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 8px !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  cursor: pointer !important;
  pointer-events: none !important;
}

body > .vhero-book.is-pinned .field-trigger strong,
.vhero-book.is-pinned .field-trigger strong {
  color: #1a211c !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  letter-spacing: -0.01em !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

body > .vhero-book.is-pinned .field-trigger svg,
.vhero-book.is-pinned .field-trigger svg {
  width: 14px !important;
  height: 14px !important;
  color: #b0b7b2 !important;
  stroke: currentColor !important;
  fill: none !important;
  flex-shrink: 0 !important;
}

body > .vhero-book.is-pinned .ns-glass-bar > button[type="submit"],
body > .vhero-book.is-pinned .booking-form > button[type="submit"],
.vhero-book.is-pinned .ns-glass-bar > button[type="submit"],
.vhero-book.is-pinned .booking-form > button[type="submit"] {
  align-self: center !important;
  justify-self: stretch !important;
  width: auto !important;
  max-width: none !important;
  height: 56px !important;
  min-height: 56px !important;
  max-height: 56px !important;
  margin: 0 0 0 8px !important;
  padding: 0 14px !important;
  border: 0 !important;
  border-radius: 12px !important;
  background: #111712 !important;
  color: #fff !important;
  box-shadow: none !important;
  font-size: 12.5px !important;
  font-weight: 700 !important;
  letter-spacing: -0.01em !important;
  cursor: pointer !important;
  overflow: visible !important;
  transition: filter 0.15s ease, transform 0.15s ease, background 0.15s ease !important;
}

body > .vhero-book.is-pinned .ns-glass-bar > button[type="submit"]:hover,
body > .vhero-book.is-pinned .booking-form > button[type="submit"]:hover,
.vhero-book.is-pinned .ns-glass-bar > button[type="submit"]:hover,
.vhero-book.is-pinned .booking-form > button[type="submit"]:hover {
  background: #1c241e !important;
  filter: none !important;
}

body > .vhero-book.is-pinned .ns-glass-bar > button[type="submit"] span,
body > .vhero-book.is-pinned .booking-form > button[type="submit"] span,
.vhero-book.is-pinned .ns-glass-bar > button[type="submit"] span,
.vhero-book.is-pinned .booking-form > button[type="submit"] span {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}

body > .vhero-book.is-pinned .booking-message,
.vhero-book.is-pinned .booking-message {
  display: none !important;
}

@media (max-width: 980px) {
  body > .vhero-book.is-pinned .ns-glass-bar,
  body > .vhero-book.is-pinned .booking-form,
  .vhero-book.is-pinned .ns-glass-bar,
  .vhero-book.is-pinned .booking-form {
    width: calc(100% - 24px) !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 4px !important;
    border-radius: 16px !important;
    padding: 8px !important;
  }

  body > .vhero-book.is-pinned .booking-field + .booking-field,
  .vhero-book.is-pinned .booking-field + .booking-field {
    box-shadow: none !important;
  }

  body > .vhero-book.is-pinned .booking-field,
  .vhero-book.is-pinned .booking-field {
    border-radius: 12px !important;
    background: rgba(17, 23, 18, 0.03) !important;
  }

  body > .vhero-book.is-pinned .ns-glass-bar > button[type="submit"],
  body > .vhero-book.is-pinned .booking-form > button[type="submit"],
  .vhero-book.is-pinned .ns-glass-bar > button[type="submit"],
  .vhero-book.is-pinned .booking-form > button[type="submit"] {
    grid-column: 1 / -1 !important;
    margin: 4px 0 0 !important;
    height: 52px !important;
    min-height: 52px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  body > .vhero-book.is-pinned,
  .vhero-book.is-pinned {
    animation: none !important;
  }
}

/* Mobile: never pin the booking bar — vertical "Kiralamaya başla" card in hero */
@media (max-width: 980px) {
  .vhero-book-slot {
    display: none !important;
    height: 0 !important;
  }

  body > .vhero-book.is-pinned,
  .vhero-book.is-pinned,
  .ns-hero .vhero-book.is-pinned,
  body:not(.inner-page) .ns-hero .vhero-book.is-pinned {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    z-index: auto !important;
    animation: none !important;
  }

  body:not(.inner-page) .ns-hero .vhero-book,
  .ns-hero .vhero-book,
  .vhero-book {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 18px 16px 16px !important;
    border-radius: 20px !important;
    background: rgba(255, 255, 255, 0.94) !important;
    border: 1px solid rgba(255, 255, 255, 0.55) !important;
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.28) !important;
    backdrop-filter: blur(16px) saturate(140%) !important;
    -webkit-backdrop-filter: blur(16px) saturate(140%) !important;
    box-sizing: border-box !important;
    transform: none !important;
  }

  body:not(.inner-page) .ns-hero .vhero-book-intro,
  .ns-hero .vhero-book-intro,
  .vhero-book-intro,
  body > .vhero-book .vhero-book-intro {
    display: block !important;
    margin: 0 0 14px !important;
    padding: 0 2px !important;
  }

  .vhero-book-intro h2 {
    margin: 0 0 6px !important;
    color: #111712 !important;
    font-size: 22px !important;
    font-weight: 800 !important;
    letter-spacing: -0.03em !important;
    line-height: 1.15 !important;
  }

  .vhero-book-intro p {
    margin: 0 !important;
    color: #6b757d !important;
    font-size: 12.5px !important;
    font-weight: 500 !important;
    line-height: 1.45 !important;
  }

  body:not(.inner-page) .ns-hero .quick-book-form,
  body:not(.inner-page) .ns-hero .ns-glass-bar,
  .ns-hero .quick-book-form,
  .ns-hero .vhero-book .booking-form,
  .ns-hero .quick-book-form.booking-form,
  .ns-hero .ns-glass-bar,
  .vhero-book .booking-form,
  #bookingForm {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    min-height: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  body:not(.inner-page) .ns-hero .booking-field,
  .ns-hero .booking-field,
  .vhero-book .booking-field,
  .ns-hero .booking-field:first-child,
  .ns-hero .booking-field:nth-child(2),
  .ns-hero .booking-field[data-select-field]:not([data-class-field]),
  #bookingForm .booking-field {
    grid-column: 1 / -1 !important;
    width: 100% !important;
    min-width: 0 !important;
    height: auto !important;
    min-height: 58px !important;
    max-height: none !important;
    padding: 11px 14px !important;
    border: 1px solid #e4e8ec !important;
    border-right: 1px solid #e4e8ec !important;
    border-bottom: 1px solid #e4e8ec !important;
    border-radius: 12px !important;
    background: #f4f6f8 !important;
    box-shadow: none !important;
  }

  .ns-hero .field-label,
  .vhero-book .field-label {
    font-size: 10px !important;
    font-weight: 700 !important;
    color: #8a939c !important;
    letter-spacing: 0.08em !important;
  }

  .ns-hero .field-trigger strong,
  .vhero-book .field-trigger strong {
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #111712 !important;
  }

  body:not(.inner-page) .ns-hero .quick-book-form > button[type="submit"],
  .ns-hero .quick-book-form > button[type="submit"],
  .ns-hero .vhero-book .booking-form > button[type="submit"],
  .ns-hero .quick-book-form.booking-form > button,
  .vhero-book button[type="submit"],
  #bookingForm button[type="submit"] {
    grid-column: 1 / -1 !important;
    width: 100% !important;
    min-width: 0 !important;
    height: auto !important;
    min-height: 54px !important;
    margin-top: 2px !important;
    border-radius: 12px !important;
    background: #111712 !important;
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    border: 0 !important;
    box-shadow: 0 10px 24px rgba(17, 23, 18, 0.22) !important;
  }

  .ns-hero .quick-book-form > button[type="submit"] span,
  .vhero-book button[type="submit"] span,
  #bookingForm button[type="submit"] span {
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
  }

  .ns-hero .quick-book-form > button[type="submit"]:hover,
  .vhero-book button[type="submit"]:hover {
    background: #1c241e !important;
  }
}




/* =========================================================
   Site-wide primary CTAs — black bg, white text
   ========================================================= */
.why-intro > a,
.why-shell .why-intro > a,
.finder-submit,
.fleet-more-btn,
.fleet-card-action,
.ns-feature-btn,
.page-btn,
.page-btn.light,
.about-btn,
.about-btn.dark,
.about-btn.ghost,
.cta-v2-shell a,
.contact-form button[type="submit"],
.form-submit-row .page-btn,
.availability-check,
.quick-book-form > button[type="submit"],
.ns-hero .quick-book-form > button[type="submit"],
.ns-hero .vhero-book .booking-form > button[type="submit"],
.ns-hero .ns-glass-bar > button[type="submit"],
.vhero-book button[type="submit"],
#bookingForm button[type="submit"],
body:not(.inner-page) .ns-hero .quick-book-form > button[type="submit"],
footer .footer-v2-news button,
button[type="submit"]:not(.sheet-submit-btn):not(.calendar-day):not([data-cal-nav]):not(.summary-submit) {
  background: #111712 !important;
  background-image: none !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  border-color: #111712 !important;
  box-shadow: none !important;
}

.why-intro > a span,
.why-intro > a svg,
.why-intro .button-arrow,
.finder-submit,
.fleet-more-btn,
.fleet-card-action span,
.fleet-card-action svg,
.ns-feature-btn,
.ns-feature-btn b,
.page-btn span,
.page-btn svg,
.about-btn,
.about-btn b,
.cta-v2-shell a,
.cta-v2-shell a b,
.quick-book-form > button[type="submit"] span,
.ns-hero .quick-book-form > button[type="submit"] span,
.vhero-book button[type="submit"] span,
#bookingForm button[type="submit"] span,
button[type="submit"]:not(.sheet-submit-btn) span {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  stroke: #fff !important;
  fill: none !important;
}

.why-intro > a:hover,
.why-shell .why-intro > a:hover,
.finder-submit:hover,
.fleet-more-btn:hover,
.fleet-card-action:hover,
.ns-feature-btn:hover,
.page-btn:hover,
.page-btn.light:hover,
.about-btn:hover,
.about-btn.dark:hover,
.about-btn.ghost:hover,
.cta-v2-shell a:hover,
.contact-form button[type="submit"]:hover,
.availability-check:hover,
.quick-book-form > button[type="submit"]:hover,
.ns-hero .quick-book-form > button[type="submit"]:hover,
.vhero-book button[type="submit"]:hover,
#bookingForm button[type="submit"]:hover,
button[type="submit"]:not(.sheet-submit-btn):not(.summary-submit):hover {
  background: #1c241e !important;
  background-image: none !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}

/* =========================================================
   Mobile fleet page + menu cleanup
   ========================================================= */
.menu-drawer-link > em {
  display: none !important;
}

@media (max-width: 900px) {
  /* Kill horizontal page drift */
  html,
  body.inner-page,
  body.fleet-page {
    overflow-x: hidden !important;
    max-width: 100% !important;
  }

  body.inner-page main,
  body.fleet-page main,
  .ns-fleet-wrap,
  .ns-fleet-layout,
  .ns-fleet-main,
  .ns-fleet-sidebar,
  .ns-side-panel,
  .fleet-grid-v3 {
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
    overflow-x: hidden !important;
  }

  body.inner-page .page-container,
  body.fleet-page .page-container,
  .ns-fleet-layout.page-container,
  .page-container {
    width: calc(100% - 28px) !important;
    max-width: calc(100% - 28px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box !important;
  }

  .ns-fleet-layout {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 14px !important;
    width: 100% !important;
  }

  /* --- Filter panel --- */
  .ns-fleet-wrap {
    padding: 18px 0 96px !important;
    width: 100% !important;
  }

  .ns-side-panel {
    width: 100% !important;
    max-width: 100% !important;
    padding: 16px 14px !important;
    border-radius: 16px !important;
    box-shadow: none !important;
    box-sizing: border-box !important;
  }

  .ns-side-panel h3 {
    margin: 0 0 10px !important;
    font-size: 11px !important;
  }

  .ns-side-divider {
    margin: 14px 0 !important;
  }

  /* Categories: wrap chips (no page-wide horizontal scroll) */
  .ns-cat-list {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
    overflow: visible !important;
    max-width: 100% !important;
  }

  .ns-cat-list .fleet-filter {
    flex: 0 0 auto !important;
    width: auto !important;
    min-height: 40px !important;
    padding: 0 14px !important;
    border: 1px solid rgba(17, 23, 18, 0.12) !important;
    border-radius: 999px !important;
    background: #fff !important;
    color: #111712 !important;
    font-size: 12.5px !important;
    font-weight: 700 !important;
    white-space: nowrap !important;
    gap: 8px !important;
  }

  .ns-cat-list .fleet-filter span {
    color: rgba(17, 23, 18, 0.45) !important;
    font-weight: 700 !important;
  }

  .ns-cat-list .fleet-filter.active {
    background: #111712 !important;
    border-color: #111712 !important;
    color: #fff !important;
  }

  .ns-cat-list .fleet-filter.active span {
    color: #c9a96a !important;
  }

  /* Brand chips tighter */
  .ns-brand-list {
    gap: 6px !important;
  }

  .ns-brand-btn {
    min-height: 34px !important;
    padding: 0 12px !important;
    border-radius: 10px !important;
  }

  /* Selects: clean fields, no fat native arrow look */
  .ns-side-filters {
    grid-template-columns: 1fr 1fr !important;
    gap: 10px !important;
  }

  .ns-side-filters .ns-brand-block,
  .ns-side-filters .availability-switch,
  .ns-side-filters .clear-filters,
  .ns-side-filters label:has(#sortFilter) {
    grid-column: 1 / -1 !important;
  }

  .ns-side-filters label {
    gap: 5px !important;
  }

  .ns-side-filters select {
    appearance: none !important;
    -webkit-appearance: none !important;
    min-height: 44px !important;
    padding: 0 36px 0 12px !important;
    border: 1px solid rgba(17, 23, 18, 0.12) !important;
    border-radius: 12px !important;
    background-color: #f6f7f6 !important;
    background-image: linear-gradient(45deg, transparent 50%, #8a939c 50%),
      linear-gradient(135deg, #8a939c 50%, transparent 50%) !important;
    background-position: calc(100% - 16px) calc(50% - 2px), calc(100% - 11px) calc(50% - 2px) !important;
    background-size: 5px 5px, 5px 5px !important;
    background-repeat: no-repeat !important;
    color: #111712 !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    box-shadow: none !important;
  }

  .ns-side-filters .clear-filters {
    border-radius: 12px !important;
    background: #fff !important;
    color: #111712 !important;
    border: 1px solid rgba(17, 23, 18, 0.14) !important;
  }

  .ns-fleet-toolbar {
    margin-bottom: 14px !important;
    padding: 12px 14px !important;
    border-radius: 14px !important;
    box-shadow: none !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 10px !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  .ns-fleet-toolbar > div:first-child {
    min-width: 0 !important;
  }

  .ns-fleet-toolbar .currency-group {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 6px !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .ns-fleet-toolbar .currency-toggle {
    flex: 1 1 auto !important;
    min-width: 0 !important;
  }

  body.inner-page .rent-card-title-row,
  .rent-card-title-row {
    flex-wrap: wrap !important;
    gap: 8px !important;
    align-items: flex-start !important;
  }

  body.inner-page .rent-price,
  .rent-price {
    white-space: normal !important;
    text-align: left !important;
  }

  body.inner-page .rent-card-action,
  .rent-card-action {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  .footer-v2,
  .footer-v2-main,
  .footer-v2 .container {
    max-width: 100% !important;
    overflow-x: hidden !important;
    box-sizing: border-box !important;
  }

  .mobile-bottom-bar {
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    max-width: 100vw !important;
    box-sizing: border-box !important;
  }

  /* --- Car cards --- */
  body.inner-page .fleet-grid-v3,
  .fleet-grid-v3 {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }

  body.inner-page .rent-card,
  .rent-card {
    border-radius: 16px !important;
    box-shadow: none !important;
    border: 1px solid rgba(17, 23, 18, 0.1) !important;
  }

  body.inner-page .rent-card-media,
  .rent-card-media {
    height: 200px !important;
    min-height: 200px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 28px 20px 22px !important;
    overflow: hidden !important;
    background: linear-gradient(180deg, #f7f8f7 0%, #eef0ef 100%) !important;
  }

  body.inner-page .rent-card-media img,
  .rent-card-media img,
  .rent-card-media img[src*="clio"],
  .rent-card-media img[src*="stepway"],
  .rent-card-media img[src*="duster"],
  .rent-card-media img[src*="jogger"],
  .rent-card-media img[src*="tiggo"],
  .rent-card-media img[src*="egea"],
  .rent-card-media img[src*="polo"],
  .rent-card-media img[src*="taliant"],
  .rent-card-media img[src*="/ucuz/"] {
    position: static !important;
    left: auto !important;
    top: auto !important;
    width: auto !important;
    max-width: 92% !important;
    height: auto !important;
    max-height: 140px !important;
    object-fit: contain !important;
    object-position: center center !important;
    transform: none !important;
    margin: 0 auto !important;
  }

  body.inner-page .rent-card:hover .rent-card-media img,
  .rent-card:hover .rent-card-media img,
  .rent-card:hover .rent-card-media img[src*="clio"],
  .rent-card:hover .rent-card-media img[src*="stepway"],
  .rent-card:hover .rent-card-media img[src*="duster"] {
    transform: scale(1.03) !important;
  }

  body.inner-page .rent-specs,
  .rent-specs {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 6px !important;
    margin-bottom: 14px !important;
  }

  body.inner-page .rent-specs span,
  .rent-specs span {
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: rgba(17, 23, 18, 0.55) !important;
    font-size: 12px !important;
    font-weight: 600 !important;
  }

  body.inner-page .rent-specs span + span::before,
  .rent-specs span + span::before {
    content: "·" !important;
    margin-right: 6px !important;
    color: rgba(17, 23, 18, 0.3) !important;
  }

  body.inner-page .rent-card-action,
  .rent-card-action {
    justify-content: center !important;
    min-height: 48px !important;
    width: 100% !important;
    max-width: 100% !important;
    border-radius: 12px !important;
    background: #111712 !important;
    color: #fff !important;
    font-size: 13px !important;
    font-weight: 800 !important;
  }

  body.inner-page .rent-card-meta-row,
  .rent-card-meta-row {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 12px !important;
  }

  body.inner-page .rent-card-footer,
  .rent-card-footer {
    display: block !important;
    margin-top: 0 !important;
  }

  body.inner-page .rent-card-action span:last-child,
  .rent-card-action span:last-child {
    color: #fff !important;
  }

  /* Hide leftover arrow glyph if present */
  body.inner-page .rent-card-action span:nth-child(2),
  .rent-card-action span:nth-child(2) {
    display: none !important;
  }

  .ns-cat-list .fleet-filter span {
    background: rgba(17, 23, 18, 0.08) !important;
    color: #111712 !important;
  }

  .ns-cat-list .fleet-filter.active span {
    background: rgba(255, 255, 255, 0.18) !important;
    color: #fff !important;
  }
}

/* =========================================================
   Mobile filter modal / bottom sheet
   ========================================================= */
.ns-filter-mobile-only { display: none !important; }
.ns-filter-desktop-only { display: block !important; }

.ns-filter-backdrop {
  display: none;
}

.ns-toolbar-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

@media (max-width: 900px) {
  .ns-filter-mobile-only { display: inline-flex !important; }
  .ns-filter-desktop-only,
  .ns-side-divider.ns-filter-desktop-only { display: none !important; }

  .ns-side-panel {
    padding: 14px !important;
  }

  .ns-cat-section h3 {
    margin-bottom: 10px !important;
  }

  /* Hide advanced filters in page flow — open as sheet (ported to body) */
  .ns-filter-block {
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    z-index: 100120 !important;
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    max-height: min(88vh, 720px) !important;
    margin: 0 !important;
    padding: 0 0 calc(16px + env(safe-area-inset-bottom, 0px)) !important;
    border: 0 !important;
    border-radius: 22px 22px 0 0 !important;
    background: #fff !important;
    box-shadow: 0 -18px 50px rgba(17, 23, 18, 0.18) !important;
    transform: translate3d(0, 110%, 0) !important;
    transition: transform 0.38s cubic-bezier(0.22, 1, 0.36, 1) !important;
    overflow: hidden !important;
    pointer-events: none !important;
    visibility: hidden !important;
  }

  .ns-filter-block.is-open {
    transform: translate3d(0, 0, 0) !important;
    pointer-events: auto !important;
    visibility: visible !important;
  }

  /* Soft-hide bottom dock while filters are open */
  .mobile-bottom-bar {
    transition:
      bottom 0.25s cubic-bezier(0.4, 0, 0.2, 1),
      left 0.25s cubic-bezier(0.4, 0, 0.2, 1),
      right 0.25s cubic-bezier(0.4, 0, 0.2, 1),
      border-radius 0.25s cubic-bezier(0.4, 0, 0.2, 1),
      background 0.25s ease,
      transform 0.38s cubic-bezier(0.22, 1, 0.36, 1),
      opacity 0.32s ease !important;
  }

  body.ns-fleet-sheet-open .mobile-bottom-bar {
    transform: translate3d(0, calc(100% + 28px), 0) !important;
    opacity: 0 !important;
    pointer-events: none !important;
  }

  .ns-filter-sheet-head {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;
    flex-shrink: 0 !important;
    padding: 18px 22px !important;
    border-bottom: 1px solid rgba(17, 23, 18, 0.08) !important;
  }

  .ns-filter-sheet-head strong {
    font-size: 17px !important;
    font-weight: 800 !important;
    color: #111712 !important;
    letter-spacing: -0.02em !important;
  }

  .ns-filter-close {
    position: relative !important;
    width: 40px !important;
    height: 40px !important;
    border: 1px solid rgba(17, 23, 18, 0.12) !important;
    border-radius: 12px !important;
    background: #f4f5f4 !important;
    cursor: pointer !important;
    padding: 0 !important;
  }

  .ns-filter-close i {
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    width: 14px !important;
    height: 1.5px !important;
    margin-left: -7px !important;
    background: #111712 !important;
    border-radius: 2px !important;
  }

  .ns-filter-close i:first-child { transform: rotate(45deg) !important; }
  .ns-filter-close i:last-child { transform: rotate(-45deg) !important; }

  /* Beat body.inner-page .ns-side-filters { padding: 0 } */
  body.inner-page .ns-filter-block .ns-side-filters,
  .ns-filter-block .ns-side-filters {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 14px 12px !important;
    padding: 18px 22px 12px !important;
    box-sizing: border-box !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch !important;
    flex: 1 1 auto !important;
    min-height: 0 !important;
  }

  .ns-filter-block .ns-brand-block,
  .ns-filter-block .availability-switch,
  .ns-filter-block .clear-filters,
  .ns-filter-block label:has(#sortFilter) {
    grid-column: 1 / -1 !important;
  }

  .ns-filter-block .ns-brand-list {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
  }

  body.inner-page .ns-filter-block .ns-filter-apply,
  .ns-filter-apply {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
    width: calc(100% - 44px) !important;
    min-height: 52px !important;
    margin: 8px 22px 0 !important;
    border: 0 !important;
    border-radius: 12px !important;
    background: #111712 !important;
    color: #fff !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    cursor: pointer !important;
  }

  .ns-filter-backdrop {
    display: block !important;
    position: fixed !important;
    inset: 0 !important;
    z-index: 100110 !important;
    background: rgba(17, 23, 18, 0.48) !important;
    opacity: 0 !important;
    pointer-events: none !important;
    transition: opacity 0.32s ease !important;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
  }

  .ns-filter-backdrop[hidden] {
    display: none !important;
  }

  .ns-filter-backdrop.is-visible {
    opacity: 1 !important;
    pointer-events: auto !important;
  }

  button.ns-filter-open {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    min-height: 40px !important;
    padding: 0 14px !important;
    border: 1px solid rgba(17, 23, 18, 0.14) !important;
    border-radius: 12px !important;
    background: #111712 !important;
    color: #fff !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    cursor: pointer !important;
  }

  button.ns-filter-open b {
    display: inline-grid !important;
    place-items: center !important;
    min-width: 20px !important;
    height: 20px !important;
    padding: 0 6px !important;
    border-radius: 999px !important;
    background: #c9a96a !important;
    color: #111712 !important;
    font-size: 11px !important;
    font-weight: 800 !important;
  }

  .ns-toolbar-actions {
    width: 100% !important;
    justify-content: space-between !important;
  }

  .ns-fleet-toolbar {
    gap: 12px !important;
  }
}

@media (min-width: 901px) {
  .ns-filter-backdrop,
  button.ns-filter-open,
  .ns-filter-apply,
  .ns-filter-sheet-head {
    display: none !important;
  }

  .ns-filter-block {
    position: static !important;
    transform: none !important;
    max-height: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    background: transparent !important;
    overflow: visible !important;
  }
}

/* =========================================================
   Fleet page: restore tall banner + sticky sidebar (desktop)
   ========================================================= */
body.inner-page.fleet-page,
body.fleet-page {
  overflow-x: clip !important;
}

body.inner-page.fleet-page main,
body.fleet-page main,
body.inner-page.fleet-page .ns-fleet-wrap,
body.inner-page.fleet-page .ns-fleet-layout {
  overflow: visible !important;
}

/* Undo compact banner from premium-2026 */
body.inner-page .page-banner {
  min-height: clamp(360px, 44vh, 480px) !important;
  padding: 132px 0 68px !important;
  display: flex !important;
  align-items: flex-end !important;
}

body.inner-page .page-banner-title {
  margin: 0 0 18px !important;
  font-size: clamp(36px, 4.4vw, 54px) !important;
}

body.inner-page .page-banner-crumb {
  font-size: 13px !important;
  gap: 8px !important;
  opacity: 1 !important;
}

@media (min-width: 981px) {
  body.inner-page.fleet-page .ns-fleet-sidebar,
  body.fleet-page .ns-fleet-sidebar {
    position: sticky !important;
    top: 104px !important;
    z-index: 40 !important;
    align-self: start !important;
    max-height: calc(100vh - 120px) !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
  }
}

@media (max-width: 760px) {
  body.inner-page .page-banner {
    min-height: 300px !important;
    padding: 108px 0 52px !important;
  }
}

/* =========================================================
   Rental summary sticky + clear CTA button
   ========================================================= */
body.inner-page.rental-page,
body.rental-page {
  overflow-x: clip !important;
}

body.inner-page.rental-page main,
body.rental-page main,
body.rental-page .rental-content,
body.rental-page .rental-layout {
  overflow: visible !important;
}

@media (min-width: 761px) {
  body.rental-page .rental-summary {
    position: sticky !important;
    top: 104px !important;
    align-self: start !important;
    z-index: 25 !important;
    max-height: calc(100vh - 120px) !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
  }
}

/* Dark sidebar CTA must contrast — black-on-black was invisible */
/* (moved below — keep gold as default, not hover-only) */

/* =========================================================
   Rental page: homepage-style date fields + unmistakable CTA
   ========================================================= */
body.rental-page .rental-date-wrap.booking-field {
  position: relative !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  gap: 6px !important;
  min-height: 64px !important;
  margin: 0 !important;
  padding: 10px 12px !important;
  border: 1px solid #dedfd9 !important;
  border-radius: 12px !important;
  background: #fff !important;
  cursor: pointer !important;
  overflow: visible !important;
  z-index: 2 !important;
}

body.rental-page .rental-panel,
body.rental-page .rental-form-grid,
body.rental-page .rental-column,
body.rental-page .rental-layout,
body.rental-page .rental-content,
body.rental-page main {
  overflow: visible !important;
}

body.rental-page .rental-date-wrap.open {
  z-index: 80 !important;
  border-color: #111712 !important;
  box-shadow: 0 0 0 3px rgba(17, 23, 18, 0.08) !important;
}

/* Anchor calendar directly under the date field (not fixed to viewport) */
body.rental-page .rental-date-wrap .field-popover,
body.rental-page .rental-date-wrap .calendar-popover {
  position: absolute !important;
  top: calc(100% + 10px) !important;
  left: 0 !important;
  right: auto !important;
  bottom: auto !important;
  z-index: 90 !important;
  width: min(300px, calc(100vw - 32px)) !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 14px !important;
  border: 1px solid #dfe5e9 !important;
  border-radius: 16px !important;
  background: #ffffff !important;
  box-shadow: 0 18px 40px rgba(17, 23, 18, 0.16) !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
  display: block !important;
  transform: none !important;
}

body.rental-page .rental-date-wrap[data-date-field="end"] .field-popover,
body.rental-page .rental-date-wrap[data-date-field="end"] .calendar-popover {
  left: auto !important;
  right: 0 !important;
}

body.rental-page .rental-date-wrap.open .field-popover,
body.rental-page .rental-date-wrap.open .calendar-popover {
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: auto !important;
  transform: none !important;
}

body.rental-page .rental-date-wrap .calendar-days {
  display: grid !important;
  grid-template-columns: repeat(7, 1fr) !important;
  gap: 4px !important;
}

body.rental-page .rental-date-wrap .calendar-day,
body.rental-page .rental-date-wrap .calendar-empty {
  height: 34px !important;
  border: 0 !important;
  border-radius: 8px !important;
  background: transparent !important;
  color: #111712 !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  cursor: pointer !important;
}

body.rental-page .rental-date-wrap .calendar-day.selected {
  background: #111712 !important;
  color: #fff !important;
}

body.rental-page .rental-date-wrap .calendar-day.in-range {
  background: rgba(17, 23, 18, 0.08) !important;
}

body.rental-page .rental-date-wrap .calendar-day.blocked,
body.rental-page .rental-date-wrap .calendar-day:disabled {
  background: #fde8e8 !important;
  color: #c53030 !important;
  opacity: 0.5;
  cursor: not-allowed !important;
  text-decoration: line-through;
}

body.rental-page .rental-date-wrap .calendar-day.blocked:hover {
  background: #fde8e8 !important;
  transform: none !important;
}

.cal-legend-blocked {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 3px;
  background: #fde8e8;
  border: 1px solid #c53030;
  margin-right: 4px;
  vertical-align: middle;
}

.availability-auto .availability-check { display: none; }

body.rental-page .rental-date-wrap .calendar-head {
  display: grid !important;
  grid-template-columns: 34px 1fr 34px !important;
  align-items: center !important;
  margin-bottom: 10px !important;
}

body.rental-page .rental-date-wrap .calendar-head button {
  width: 34px !important;
  height: 34px !important;
  border: 1px solid #e5e9ec !important;
  border-radius: 8px !important;
  background: #fff !important;
  color: #111712 !important;
  cursor: pointer !important;
}

body.rental-page .rental-date-wrap .calendar-week {
  display: grid !important;
  grid-template-columns: repeat(7, 1fr) !important;
  margin-bottom: 6px !important;
  color: #8a939c !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  text-align: center !important;
}

body.rental-page .rental-date-wrap .field-label {
  display: block !important;
  margin: 0 !important;
  color: #9aa29b !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
}

body.rental-page .rental-date-wrap .field-trigger {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 10px !important;
  width: 100% !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  cursor: pointer !important;
  font: inherit !important;
  text-align: left !important;
}

body.rental-page .rental-date-wrap .field-trigger strong {
  color: #111712 !important;
  font-size: 14px !important;
  font-weight: 700 !important;
}

body.rental-page .rental-date-wrap .field-trigger svg {
  width: 16px !important;
  height: 16px !important;
  flex: 0 0 16px !important;
  stroke: #8a939c !important;
  fill: none !important;
  stroke-width: 1.8 !important;
}

body.rental-page .rental-date-wrap.open {
  border-color: #111712 !important;
  box-shadow: 0 0 0 3px rgba(17, 23, 18, 0.08) !important;
}

body.rental-page .calendar-day.selected,
body.rental-page .calendar-day.is-selected {
  background: #111712 !important;
  color: #fff !important;
  border-radius: 10px !important;
}

body.rental-page .calendar-day.in-range {
  background: rgba(17, 23, 18, 0.08) !important;
  color: #111712 !important;
}

html body.rental-page form#rentalDemoForm aside.rental-summary > button.summary-submit[type="submit"],
html body.rental-page aside.rental-summary button.summary-submit {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: calc(100% - 36px) !important;
  min-height: 54px !important;
  margin: 10px 18px 16px !important;
  padding: 0 18px !important;
  border: 0 !important;
  border-radius: 12px !important;
  background: #c9a227 !important;
  background-image: none !important;
  color: #111712 !important;
  -webkit-text-fill-color: #111712 !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  letter-spacing: -0.01em !important;
  text-decoration: none !important;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.35) !important;
  cursor: pointer !important;
  transform: none !important;
}

html body.rental-page form#rentalDemoForm aside.rental-summary > button.summary-submit[type="submit"]:hover,
html body.rental-page aside.rental-summary button.summary-submit:hover {
  background: #b8921f !important;
  background-image: none !important;
  color: #111712 !important;
  -webkit-text-fill-color: #111712 !important;
  transform: translateY(-1px) !important;
}

/* =========================================================
   CRITICAL closed states — must exist before deferred CSS loads
   (prevents mobile sheet / popovers flashing open on desktop)
   ========================================================= */
.bottom-sheet {
  position: fixed !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  z-index: 100000 !important;
  transform: translateY(110%) !important;
  visibility: hidden !important;
  pointer-events: none !important;
  transition: transform 0.38s cubic-bezier(0.25, 0.8, 0.25, 1), visibility 0.38s !important;
}
.bottom-sheet.open {
  transform: translateY(0) !important;
  visibility: visible !important;
  pointer-events: auto !important;
}
.bottom-sheet-backdrop {
  position: fixed !important;
  inset: 0 !important;
  opacity: 0 !important;
  pointer-events: none !important;
  visibility: hidden !important;
  z-index: 99998 !important;
  transition: opacity 0.3s ease, visibility 0.3s !important;
}
.bottom-sheet-backdrop.visible {
  opacity: 1 !important;
  pointer-events: auto !important;
  visibility: visible !important;
}
.field-popover,
.location-popover,
.calendar-popover,
.class-popover {
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}
.booking-field.open .field-popover,
.booking-field.open .location-popover,
.booking-field.open .calendar-popover,
.booking-field.open .class-popover,
.select-field.open .field-popover {
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: auto !important;
}

/* =========================================================
   Mobile Hızlı Rezervasyon bottom sheet — premium restyle
   ========================================================= */
.bottom-sheet {
  background: #ffffff !important;
  border-radius: 22px 22px 0 0 !important;
  padding: 0 18px calc(18px + env(safe-area-inset-bottom, 0px)) !important;
  max-height: min(88vh, 760px) !important;
  overflow: visible !important;
  box-shadow: 0 -18px 48px rgba(17, 23, 18, 0.18) !important;
  color: #111712 !important;
}

.bottom-sheet .sheet-header {
  padding: 14px 4px 14px !important;
  border-bottom: 1px solid #ecefe9 !important;
}

.bottom-sheet .sheet-handle {
  width: 40px !important;
  height: 4px !important;
  background: #d7ddd6 !important;
  border-radius: 99px !important;
  margin: 0 auto 12px !important;
}

.bottom-sheet .sheet-header h3 {
  margin: 0 !important;
  color: #111712 !important;
  font-size: 17px !important;
  font-weight: 800 !important;
  letter-spacing: -0.02em !important;
}

.bottom-sheet .sheet-close-btn {
  top: 14px !important;
  right: 0 !important;
  width: 32px !important;
  height: 32px !important;
  background: #f3f5f3 !important;
  color: #5d675f !important;
  border-radius: 50% !important;
  font-size: 20px !important;
  line-height: 1 !important;
}

.bottom-sheet .sheet-body,
.bottom-sheet .sheet-body-ready {
  max-height: min(72vh, 620px) !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  -webkit-overflow-scrolling: touch !important;
  padding: 16px 2px 8px !important;
}

.bottom-sheet .sheet-form {
  gap: 12px !important;
}

.bottom-sheet .sheet-row {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 10px !important;
}

.bottom-sheet .sheet-row.sheet-row-stack {
  grid-template-columns: 1fr !important;
}

.bottom-sheet .sheet-field {
  position: relative !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 7px !important;
  min-width: 0 !important;
}

.bottom-sheet .sheet-field-full {
  grid-column: 1 / -1 !important;
}

.bottom-sheet .sheet-field label,
.bottom-sheet .sheet-field-label {
  margin: 0 !important;
  color: #8a938c !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
}

.bottom-sheet .sheet-field input[type="text"],
.bottom-sheet .sheet-field input[type="tel"] {
  height: 48px !important;
  padding: 0 14px !important;
  border: 1px solid #dedfd9 !important;
  border-radius: 12px !important;
  background: #f7f8f6 !important;
  color: #111712 !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  box-shadow: none !important;
}

.bottom-sheet .sheet-field input[type="text"]:focus,
.bottom-sheet .sheet-field input[type="tel"]:focus {
  border-color: #111712 !important;
  background: #fff !important;
  outline: 0 !important;
  box-shadow: 0 0 0 3px rgba(17, 23, 18, 0.08) !important;
}

/* Hide native select / date chrome */
.bottom-sheet select.sheet-native,
.bottom-sheet .sheet-combo select.sheet-native {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
  appearance: none !important;
}

.bottom-sheet .sheet-select-wrapper,
.bottom-sheet .sheet-combo {
  position: relative !important;
  overflow: visible !important;
  background: transparent !important;
  border: 0 !important;
}

.bottom-sheet .sheet-select-wrapper::after {
  display: none !important;
}

.bottom-sheet .sheet-combo-trigger,
.bottom-sheet .sheet-date-trigger {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 10px !important;
  width: 100% !important;
  min-height: 48px !important;
  padding: 0 14px !important;
  border: 1px solid #dedfd9 !important;
  border-radius: 12px !important;
  background: #f7f8f6 !important;
  color: #111712 !important;
  cursor: pointer !important;
  text-align: left !important;
  font: inherit !important;
  box-shadow: none !important;
}

.bottom-sheet .sheet-combo.open .sheet-combo-trigger,
.bottom-sheet .sheet-date-field.open .sheet-date-trigger {
  border-color: #111712 !important;
  background: #fff !important;
  box-shadow: 0 0 0 3px rgba(17, 23, 18, 0.08) !important;
}

.bottom-sheet .sheet-combo-trigger strong,
.bottom-sheet .sheet-date-trigger strong {
  min-width: 0 !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  color: #111712 !important;
  font-size: 13.5px !important;
  font-weight: 700 !important;
}

.bottom-sheet .sheet-combo-trigger svg,
.bottom-sheet .sheet-date-trigger svg {
  width: 16px !important;
  height: 16px !important;
  flex: 0 0 16px !important;
  stroke: #8a938c !important;
  fill: none !important;
  stroke-width: 1.8 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

.bottom-sheet .sheet-combo-menu,
.bottom-sheet .sheet-calendar {
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  bottom: calc(100% + 8px) !important;
  top: auto !important;
  z-index: 40 !important;
  display: none !important;
  padding: 8px !important;
  border: 1px solid #dedfd9 !important;
  border-radius: 14px !important;
  background: #fff !important;
  box-shadow: 0 16px 36px rgba(17, 23, 18, 0.16) !important;
}

.bottom-sheet .sheet-combo.open .sheet-combo-menu,
.bottom-sheet .sheet-date-field.open .sheet-calendar {
  display: block !important;
}

.bottom-sheet .sheet-combo-menu {
  max-height: 220px !important;
  overflow-y: auto !important;
  -webkit-overflow-scrolling: touch !important;
  padding: 6px !important;
}

.bottom-sheet .sheet-combo-option {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 11px 12px !important;
  border: 0 !important;
  border-radius: 10px !important;
  background: transparent !important;
  color: #111712 !important;
  text-align: left !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  cursor: pointer !important;
  box-shadow: none !important;
}

.bottom-sheet .sheet-combo-option.active,
.bottom-sheet .sheet-combo-option:hover {
  background: #111712 !important;
  color: #fff !important;
}

.bottom-sheet .sheet-calendar {
  width: min(280px, calc(100vw - 48px)) !important;
  padding: 12px !important;
}

.bottom-sheet .sheet-date-field[data-sheet-date="end"] .sheet-calendar {
  left: auto !important;
  right: 0 !important;
}

.bottom-sheet .sheet-calendar .calendar-head {
  display: grid !important;
  grid-template-columns: 34px 1fr 34px !important;
  align-items: center !important;
  margin-bottom: 8px !important;
}

.bottom-sheet .sheet-calendar .calendar-head button {
  width: 34px !important;
  height: 34px !important;
  border: 1px solid #e5e9ec !important;
  border-radius: 8px !important;
  background: #fff !important;
  color: #111712 !important;
  cursor: pointer !important;
  box-shadow: none !important;
  font-size: 16px !important;
}

.bottom-sheet .sheet-calendar .calendar-head strong {
  text-align: center !important;
  font-size: 13px !important;
  color: #111712 !important;
}

.bottom-sheet .sheet-calendar .calendar-head strong b {
  color: #8a938c !important;
  font-weight: 500 !important;
}

.bottom-sheet .sheet-calendar .calendar-week,
.bottom-sheet .sheet-calendar .calendar-days {
  display: grid !important;
  grid-template-columns: repeat(7, 1fr) !important;
  gap: 3px !important;
}

.bottom-sheet .sheet-calendar .calendar-week {
  margin-bottom: 4px !important;
  color: #8a938c !important;
  font-size: 9px !important;
  font-weight: 700 !important;
  text-align: center !important;
}

.bottom-sheet .sheet-calendar .calendar-day,
.bottom-sheet .sheet-calendar .calendar-empty {
  height: 34px !important;
}

.bottom-sheet .sheet-calendar .calendar-day {
  border: 0 !important;
  border-radius: 8px !important;
  background: transparent !important;
  color: #111712 !important;
  font-size: 12.5px !important;
  font-weight: 600 !important;
  cursor: pointer !important;
  box-shadow: none !important;
}

.bottom-sheet .sheet-calendar .calendar-day.selected {
  background: #111712 !important;
  color: #fff !important;
}

.bottom-sheet .sheet-calendar .calendar-day.in-range {
  background: rgba(17, 23, 18, 0.08) !important;
}

.bottom-sheet .sheet-calendar .calendar-day:disabled {
  opacity: 0.28 !important;
  cursor: default !important;
}

.bottom-sheet .sheet-guarantees {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 10px !important;
  margin: 2px 0 0 !important;
  padding: 12px 14px !important;
  border: 1px solid #ecefe9 !important;
  border-radius: 12px !important;
  background: #f7f8f6 !important;
  box-shadow: none !important;
}

.bottom-sheet .sheet-guarantees #sheetDaysDisplay {
  color: #111712 !important;
  font-size: 12.5px !important;
  font-weight: 800 !important;
}

.bottom-sheet .sheet-guarantees .sheet-pay-note,
.bottom-sheet .sheet-guarantees span:not(#sheetDaysDisplay) {
  color: #6d776f !important;
  font-size: 11px !important;
  font-weight: 600 !important;
}

.bottom-sheet .sheet-submit-btn,
.bottom-sheet button.sheet-submit-btn[type="submit"] {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  min-height: 52px !important;
  margin-top: 4px !important;
  padding: 0 18px !important;
  border: 0 !important;
  border-radius: 12px !important;
  background: #111712 !important;
  background-image: none !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  letter-spacing: -0.01em !important;
  box-shadow: 0 10px 24px rgba(17, 23, 18, 0.22) !important;
  cursor: pointer !important;
  transform: none !important;
}

.bottom-sheet .sheet-submit-btn span {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

.bottom-sheet .sheet-submit-btn:active {
  transform: translateY(1px) !important;
  box-shadow: 0 6px 14px rgba(17, 23, 18, 0.18) !important;
}

.bottom-sheet-backdrop {
  background: rgba(17, 23, 18, 0.48) !important;
  backdrop-filter: blur(5px) !important;
  -webkit-backdrop-filter: blur(5px) !important;
}

/* =========================================================
   Quick Sheet V2 — Premium redesign
   ========================================================= */
.qs-v2 .qs-head-row {
  display: flex !important;
  align-items: flex-start !important;
  justify-content: space-between !important;
  gap: 12px !important;
}
.qs-v2 .sheet-header h3 {
  font-size: 19px !important;
  letter-spacing: -0.03em !important;
}
.qs-v2 .qs-subtitle {
  margin: 4px 0 0 !important;
  color: #8a938c !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 1.4 !important;
}
.qs-v2 .qs-section {
  margin-bottom: 18px !important;
}
.qs-v2 .qs-section-label {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  margin-bottom: 10px !important;
  color: #111712 !important;
  font-size: 12.5px !important;
  font-weight: 800 !important;
  letter-spacing: 0.02em !important;
  text-transform: uppercase !important;
}
.qs-v2 .qs-section-label i {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 20px !important;
  height: 20px !important;
  border-radius: 6px !important;
  background: #111712 !important;
  color: #fff !important;
  font-size: 10px !important;
  font-style: normal !important;
  font-weight: 800 !important;
}

/* Car strip — horizontal scroll cards */
.qs-v2 .qs-car-strip {
  display: flex !important;
  gap: 10px !important;
  overflow-x: auto !important;
  padding: 4px 2px 10px !important;
  scroll-snap-type: x mandatory !important;
  -webkit-overflow-scrolling: touch !important;
  scrollbar-width: none !important;
}
.qs-v2 .qs-car-strip::-webkit-scrollbar { display: none !important; }
.qs-v2 .qs-car-card {
  flex: 0 0 138px !important;
  scroll-snap-align: start !important;
  padding: 12px 10px 10px !important;
  border: 2px solid #ecefe9 !important;
  border-radius: 16px !important;
  background: #fff !important;
  cursor: pointer !important;
  text-align: center !important;
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.15s !important;
}
.qs-v2 .qs-car-card:active { transform: scale(0.97) !important; }
.qs-v2 .qs-car-card.is-selected {
  border-color: #111712 !important;
  box-shadow: 0 6px 18px rgba(17,23,18,0.12) !important;
  background: #f8faf8 !important;
}
.qs-v2 .qs-car-card img {
  width: 88px !important;
  height: 58px !important;
  object-fit: contain !important;
  margin: 0 auto 8px !important;
  display: block !important;
  filter: drop-shadow(0 4px 6px rgba(0,0,0,0.08)) !important;
}
.qs-v2 .qs-car-card b {
  display: block !important;
  color: #111712 !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}
.qs-v2 .qs-car-card .qs-car-price {
  display: block !important;
  margin-top: 3px !important;
  color: #6d776f !important;
  font-size: 10.5px !important;
  font-weight: 600 !important;
}
.qs-v2 .qs-car-card .qs-car-price em {
  font-style: normal !important;
  color: #111712 !important;
  font-weight: 800 !important;
}
.qs-v2 .qs-car-avail {
  display: inline-block !important;
  margin-top: 5px !important;
  padding: 2px 8px !important;
  border-radius: 20px !important;
  font-size: 9px !important;
  font-weight: 700 !important;
  letter-spacing: 0.03em !important;
}
.qs-v2 .qs-car-avail.is-ok { background: #e6f7ed !important; color: #1a8a4a !important; }
.qs-v2 .qs-car-avail.is-no { background: #fdeaea !important; color: #c0392b !important; }
.qs-v2 .qs-car-avail.is-loading { background: #f3f5f3 !important; color: #8a938c !important; }

/* Date triggers */
.qs-v2 .qs-date-triggers {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  margin-bottom: 10px !important;
}
.qs-v2 .qs-date-btn {
  flex: 1 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 2px !important;
  padding: 10px 14px !important;
  border: 1.5px solid #dedfd9 !important;
  border-radius: 12px !important;
  background: #f7f8f6 !important;
  cursor: pointer !important;
  transition: border-color 0.2s, background 0.2s !important;
}
.qs-v2 .qs-date-btn.is-active {
  border-color: #111712 !important;
  background: #fff !important;
  box-shadow: 0 0 0 3px rgba(17,23,18,0.06) !important;
}
.qs-v2 .qs-date-btn small {
  color: #8a938c !important;
  font-size: 9.5px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.06em !important;
}
.qs-v2 .qs-date-btn strong {
  color: #111712 !important;
  font-size: 13.5px !important;
  font-weight: 700 !important;
}
.qs-v2 .qs-date-arrow {
  color: #c9cfc8 !important;
  font-size: 16px !important;
  font-weight: 300 !important;
}

/* Inline calendar — no absolute, no clipping */
.qs-v2 .qs-cal-inline {
  border: 1px solid #ecefe9 !important;
  border-radius: 16px !important;
  background: #fafbfa !important;
  padding: 14px !important;
}
.qs-v2 .qs-cal-inline .calendar-head {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  margin-bottom: 10px !important;
}
.qs-v2 .qs-cal-inline .calendar-head button {
  width: 36px !important;
  height: 36px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 1.5px solid #e5e9ec !important;
  border-radius: 10px !important;
  background: #fff !important;
  color: #111712 !important;
  font-size: 18px !important;
  cursor: pointer !important;
  transition: background 0.15s, border-color 0.15s !important;
  box-shadow: none !important;
}
.qs-v2 .qs-cal-inline .calendar-head button:active {
  background: #111712 !important;
  color: #fff !important;
  border-color: #111712 !important;
}
.qs-v2 .qs-cal-inline .calendar-head strong {
  font-size: 14px !important;
  font-weight: 700 !important;
  color: #111712 !important;
}
.qs-v2 .qs-cal-inline .calendar-head strong b {
  color: #8a938c !important;
  font-weight: 500 !important;
}
.qs-v2 .qs-cal-inline .calendar-week {
  display: grid !important;
  grid-template-columns: repeat(7, 1fr) !important;
  margin-bottom: 6px !important;
  text-align: center !important;
}
.qs-v2 .qs-cal-inline .calendar-week span {
  color: #8a938c !important;
  font-size: 10px !important;
  font-weight: 700 !important;
}
.qs-v2 .qs-cal-inline .calendar-days {
  display: grid !important;
  grid-template-columns: repeat(7, 1fr) !important;
  gap: 4px !important;
}
.qs-v2 .qs-cal-inline .calendar-empty { height: 38px !important; }
.qs-v2 .qs-cal-inline .calendar-day {
  height: 38px !important;
  border: 0 !important;
  border-radius: 10px !important;
  background: transparent !important;
  color: #111712 !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  cursor: pointer !important;
  transition: background 0.12s, color 0.12s !important;
  box-shadow: none !important;
}
.qs-v2 .qs-cal-inline .calendar-day:active { background: rgba(17,23,18,0.06) !important; }
.qs-v2 .qs-cal-inline .calendar-day.selected {
  background: #111712 !important;
  color: #fff !important;
  font-weight: 800 !important;
}
.qs-v2 .qs-cal-inline .calendar-day.in-range {
  background: rgba(17,23,18,0.07) !important;
  border-radius: 4px !important;
}
.qs-v2 .qs-cal-inline .calendar-day.blocked {
  color: #c0392b !important;
  text-decoration: line-through !important;
  opacity: 0.5 !important;
}
.qs-v2 .qs-cal-inline .calendar-day:disabled {
  opacity: 0.25 !important;
  cursor: default !important;
}

/* Inputs */
.qs-v2 .qs-input-grid {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 10px !important;
}
.qs-v2 .qs-input-grid input {
  height: 48px !important;
  padding: 0 14px !important;
  border: 1.5px solid #dedfd9 !important;
  border-radius: 12px !important;
  background: #f7f8f6 !important;
  color: #111712 !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  transition: border-color 0.2s, box-shadow 0.2s !important;
}
.qs-v2 .qs-input-grid input:focus {
  outline: 0 !important;
  border-color: #111712 !important;
  background: #fff !important;
  box-shadow: 0 0 0 3px rgba(17,23,18,0.06) !important;
}
.qs-v2 .qs-pickup-row {
  margin-top: 10px !important;
}
.qs-v2 .qs-pickup-select {
  width: 100% !important;
  height: 44px !important;
  padding: 0 14px !important;
  border: 1.5px solid #ecefe9 !important;
  border-radius: 12px !important;
  background: #f7f8f6 !important;
  color: #111712 !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  cursor: pointer !important;
}
.qs-v2 .qs-hidden-select {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

/* Summary + CTA */
.qs-v2 .qs-summary {
  margin-top: 6px !important;
  padding-top: 16px !important;
  border-top: 1px solid #ecefe9 !important;
}
.qs-v2 .qs-summary-info {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  margin-bottom: 12px !important;
}
.qs-v2 .qs-summary-info b {
  color: #111712 !important;
  font-size: 14px !important;
  font-weight: 800 !important;
}
.qs-v2 .qs-summary-info span {
  color: #6d776f !important;
  font-size: 11.5px !important;
  font-weight: 600 !important;
}
.qs-v2 .sheet-submit-btn {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  width: 100% !important;
  min-height: 54px !important;
  border: 0 !important;
  border-radius: 14px !important;
  background: linear-gradient(135deg, #111712 0%, #232d24 100%) !important;
  color: #fff !important;
  font-size: 14.5px !important;
  font-weight: 800 !important;
  letter-spacing: -0.01em !important;
  cursor: pointer !important;
  box-shadow: 0 12px 28px rgba(17,23,18,0.25) !important;
  transition: transform 0.15s, box-shadow 0.15s !important;
}
.qs-v2 .sheet-submit-btn:active {
  transform: scale(0.98) translateY(1px) !important;
  box-shadow: 0 6px 14px rgba(17,23,18,0.2) !important;
}
.qs-v2 .sheet-submit-btn svg { stroke: #c9a227 !important; }

/* Calendar legend + pulse */
.qs-v2 .qs-cal-legend {
  display: flex !important;
  align-items: center !important;
  gap: 7px !important;
  margin-top: 10px !important;
  padding-top: 10px !important;
  border-top: 1px solid #ecefe9 !important;
  color: #8a938c !important;
  font-size: 10.5px !important;
  font-weight: 600 !important;
}
.qs-v2 .qs-cal-legend i {
  width: 10px !important;
  height: 10px !important;
  border-radius: 3px !important;
  background: #fdeaea !important;
  border: 1.5px solid #e8a5a5 !important;
  display: inline-block !important;
}
.qs-v2 .qs-cal-inline.qs-cal-pulse {
  animation: qsCalPulse 0.6s ease-out !important;
}
@keyframes qsCalPulse {
  0% { box-shadow: 0 0 0 0 rgba(17,23,18,0.12); }
  50% { box-shadow: 0 0 0 6px rgba(17,23,18,0.06); }
  100% { box-shadow: 0 0 0 0 rgba(17,23,18,0); }
}

/* Next-available badge on car card */
.qs-v2 .qs-car-avail.is-no {
  background: #fff5f5 !important;
  color: #b83227 !important;
  font-size: 8.5px !important;
  max-width: 100% !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}
.qs-v2 .qs-car-avail.is-ok {
  background: #edfcf2 !important;
  color: #1a8a4a !important;
}
