/** K1 per-stil inline CSS from accommodation source HTML landing files. Scoped to slotivo-kostur-a only. */

/* ── Base body styles (light theme) ── */
html[data-slotivo-template-ready] body[class*='slotivo-kostur-a'] {
  font-family: Inter, sans-serif !important;
  background-color: var(--background, #fcf9f5) !important;
  color: var(--on-background, #1c1c1a) !important;
  color-scheme: light;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body[class*='slotivo-kostur-a'] {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body[class*='slotivo-kostur-a'] h1,
body[class*='slotivo-kostur-a'] h1 span,
body[class*='slotivo-kostur-a'] p,
body[class*='slotivo-kostur-a'] label,
body[class*='slotivo-kostur-a'] button {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body[class*='slotivo-kostur-a'] .material-symbols-outlined {
  font-family: 'Material Symbols Outlined';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}

body[class*='slotivo-kostur-a'] .custom-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: none !important;
  padding-right: 1.75rem;
}

/* ── S1 lumi-stay (warm cream, bronze accents) ── */
body[class*='slotivo-kostur-a'][data-slotivo-stil='S1'] {
  background-color: #fcf9f5 !important;
}

body[class*='slotivo-kostur-a'][data-slotivo-stil='S1'] .glass-nav {
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

body[class*='slotivo-kostur-a'][data-slotivo-stil='S1'] .custom-scrollbar::-webkit-scrollbar {
  width: 6px;
}
body[class*='slotivo-kostur-a'][data-slotivo-stil='S1'] .custom-scrollbar::-webkit-scrollbar-track {
  background: transparent;
}
body[class*='slotivo-kostur-a'][data-slotivo-stil='S1'] .custom-scrollbar::-webkit-scrollbar-thumb {
  background-color: #dcdad6;
  border-radius: 10px;
}
body[class*='slotivo-kostur-a'][data-slotivo-stil='S1'] .custom-scrollbar::-webkit-scrollbar-thumb:hover {
  background-color: #747878;
}

body[class*='slotivo-kostur-a'][data-slotivo-stil='S1'] select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
}

body[class*='slotivo-kostur-a'][data-slotivo-stil='S1'] input[type='text'],
body[class*='slotivo-kostur-a'][data-slotivo-stil='S1'] input[type='email'],
body[class*='slotivo-kostur-a'][data-slotivo-stil='S1'] input[type='tel'],
body[class*='slotivo-kostur-a'][data-slotivo-stil='S1'] input[type='date'],
body[class*='slotivo-kostur-a'][data-slotivo-stil='S1'] select,
body[class*='slotivo-kostur-a'][data-slotivo-stil='S1'] textarea {
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  font-family: Inter, sans-serif !important;
}

body[class*='slotivo-kostur-a'][data-slotivo-stil='S1'] input:focus,
body[class*='slotivo-kostur-a'][data-slotivo-stil='S1'] select:focus,
body[class*='slotivo-kostur-a'][data-slotivo-stil='S1'] textarea:focus {
  outline: none;
  border-color: #755a28 !important;
  box-shadow: 0 0 0 1px #755a28 !important;
}

body[class*='slotivo-kostur-a'][data-slotivo-stil='S1'] input[type='checkbox']:checked {
  background-color: #000000 !important;
  border-color: #000000 !important;
}

body[class*='slotivo-kostur-a'][data-slotivo-stil='S1'] input[type='checkbox']:focus {
  --tw-ring-color: #755a28;
}

/* ── S2 business-stay (cool slate, blue accents) ── */
body[class*='slotivo-kostur-a'][data-slotivo-stil='S2'] {
  background-color: #f8fafc !important;
}

body[class*='slotivo-kostur-a'][data-slotivo-stil='S2'] .glass-nav {
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

body[class*='slotivo-kostur-a'][data-slotivo-stil='S2'] .custom-scrollbar::-webkit-scrollbar {
  width: 5px;
}
body[class*='slotivo-kostur-a'][data-slotivo-stil='S2'] .custom-scrollbar::-webkit-scrollbar-track {
  background: transparent;
}
body[class*='slotivo-kostur-a'][data-slotivo-stil='S2'] .custom-scrollbar::-webkit-scrollbar-thumb {
  background-color: #cbd5e1;
  border-radius: 4px;
}
body[class*='slotivo-kostur-a'][data-slotivo-stil='S2'] .custom-scrollbar::-webkit-scrollbar-thumb:hover {
  background-color: #64748b;
}

body[class*='slotivo-kostur-a'][data-slotivo-stil='S2'] select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
}

body[class*='slotivo-kostur-a'][data-slotivo-stil='S2'] input[type='text'],
body[class*='slotivo-kostur-a'][data-slotivo-stil='S2'] input[type='email'],
body[class*='slotivo-kostur-a'][data-slotivo-stil='S2'] input[type='tel'],
body[class*='slotivo-kostur-a'][data-slotivo-stil='S2'] input[type='date'],
body[class*='slotivo-kostur-a'][data-slotivo-stil='S2'] select,
body[class*='slotivo-kostur-a'][data-slotivo-stil='S2'] textarea {
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  font-family: Inter, sans-serif !important;
}

body[class*='slotivo-kostur-a'][data-slotivo-stil='S2'] input:focus,
body[class*='slotivo-kostur-a'][data-slotivo-stil='S2'] select:focus,
body[class*='slotivo-kostur-a'][data-slotivo-stil='S2'] textarea:focus {
  outline: none;
  border-color: #2563eb !important;
  box-shadow: 0 0 0 2px rgba(37, 99, 235, 0.12) !important;
}

body[class*='slotivo-kostur-a'][data-slotivo-stil='S2'] input[type='checkbox']:checked {
  background-color: #0f172a !important;
  border-color: #0f172a !important;
}

body[class*='slotivo-kostur-a'][data-slotivo-stil='S2'] input[type='checkbox']:focus {
  --tw-ring-color: #2563eb;
}

body[class*='slotivo-kostur-a'][data-slotivo-stil='S2'] .business-booking-card {
  border-top: 3px solid #1e3a5f;
}

body[class*='slotivo-kostur-a'][data-slotivo-stil='S2'] .business-hero-img {
  filter: saturate(0.88) contrast(1.04);
}

/* ── S3 city-stay (neutral grey, blue accents) ── */
body[class*='slotivo-kostur-a'][data-slotivo-stil='S3'] {
  background-color: #f5f6f8 !important;
}

body[class*='slotivo-kostur-a'][data-slotivo-stil='S3'] .glass-nav {
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

body[class*='slotivo-kostur-a'][data-slotivo-stil='S3'] .custom-scrollbar::-webkit-scrollbar {
  width: 5px;
}
body[class*='slotivo-kostur-a'][data-slotivo-stil='S3'] .custom-scrollbar::-webkit-scrollbar-track {
  background: transparent;
}
body[class*='slotivo-kostur-a'][data-slotivo-stil='S3'] .custom-scrollbar::-webkit-scrollbar-thumb {
  background-color: #cbd5e1;
  border-radius: 4px;
}
body[class*='slotivo-kostur-a'][data-slotivo-stil='S3'] .custom-scrollbar::-webkit-scrollbar-thumb:hover {
  background-color: #6b7280;
}

body[class*='slotivo-kostur-a'][data-slotivo-stil='S3'] select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
}

body[class*='slotivo-kostur-a'][data-slotivo-stil='S3'] input[type='text'],
body[class*='slotivo-kostur-a'][data-slotivo-stil='S3'] input[type='email'],
body[class*='slotivo-kostur-a'][data-slotivo-stil='S3'] input[type='tel'],
body[class*='slotivo-kostur-a'][data-slotivo-stil='S3'] input[type='date'],
body[class*='slotivo-kostur-a'][data-slotivo-stil='S3'] select,
body[class*='slotivo-kostur-a'][data-slotivo-stil='S3'] textarea {
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  font-family: Inter, sans-serif !important;
}

body[class*='slotivo-kostur-a'][data-slotivo-stil='S3'] input:focus,
body[class*='slotivo-kostur-a'][data-slotivo-stil='S3'] select:focus,
body[class*='slotivo-kostur-a'][data-slotivo-stil='S3'] textarea:focus {
  outline: none;
  border-color: #2563eb !important;
  box-shadow: 0 0 0 2px rgba(37, 99, 235, 0.15) !important;
}

body[class*='slotivo-kostur-a'][data-slotivo-stil='S3'] input[type='checkbox']:checked {
  background-color: #0a0a0a !important;
  border-color: #0a0a0a !important;
}

body[class*='slotivo-kostur-a'][data-slotivo-stil='S3'] input[type='checkbox']:focus {
  --tw-ring-color: #2563eb;
}

body[class*='slotivo-kostur-a'][data-slotivo-stil='S3'] .city-booking-card {
  border-top: 3px solid #2563eb;
}

body[class*='slotivo-kostur-a'][data-slotivo-stil='S3'] .city-hero-img {
  filter: saturate(0.85) contrast(1.05);
}

/* ── S4 premium-flat (warm cream, gold accents) ── */
body[class*='slotivo-kostur-a'][data-slotivo-stil='S4'] {
  background-color: #f7f3ed !important;
}

body[class*='slotivo-kostur-a'][data-slotivo-stil='S4'] .glass-nav {
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

body[class*='slotivo-kostur-a'][data-slotivo-stil='S4'] .custom-scrollbar::-webkit-scrollbar {
  width: 5px;
}
body[class*='slotivo-kostur-a'][data-slotivo-stil='S4'] .custom-scrollbar::-webkit-scrollbar-track {
  background: transparent;
}
body[class*='slotivo-kostur-a'][data-slotivo-stil='S4'] .custom-scrollbar::-webkit-scrollbar-thumb {
  background-color: #d6cfc4;
  border-radius: 4px;
}
body[class*='slotivo-kostur-a'][data-slotivo-stil='S4'] .custom-scrollbar::-webkit-scrollbar-thumb:hover {
  background-color: #8a8178;
}

body[class*='slotivo-kostur-a'][data-slotivo-stil='S4'] select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
}

body[class*='slotivo-kostur-a'][data-slotivo-stil='S4'] input[type='text'],
body[class*='slotivo-kostur-a'][data-slotivo-stil='S4'] input[type='email'],
body[class*='slotivo-kostur-a'][data-slotivo-stil='S4'] input[type='tel'],
body[class*='slotivo-kostur-a'][data-slotivo-stil='S4'] input[type='date'],
body[class*='slotivo-kostur-a'][data-slotivo-stil='S4'] select,
body[class*='slotivo-kostur-a'][data-slotivo-stil='S4'] textarea {
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  font-family: Inter, sans-serif !important;
}

body[class*='slotivo-kostur-a'][data-slotivo-stil='S4'] input:focus,
body[class*='slotivo-kostur-a'][data-slotivo-stil='S4'] select:focus,
body[class*='slotivo-kostur-a'][data-slotivo-stil='S4'] textarea:focus {
  outline: none;
  border-color: #b8956a !important;
  box-shadow: 0 0 0 2px rgba(184, 149, 106, 0.18) !important;
}

body[class*='slotivo-kostur-a'][data-slotivo-stil='S4'] input[type='checkbox']:checked {
  background-color: #1c1917 !important;
  border-color: #1c1917 !important;
}

body[class*='slotivo-kostur-a'][data-slotivo-stil='S4'] input[type='checkbox']:focus {
  --tw-ring-color: #b8956a;
}

body[class*='slotivo-kostur-a'][data-slotivo-stil='S4'] .premium-flat-booking-card {
  border-top: 2px solid #b8956a;
}

body[class*='slotivo-kostur-a'][data-slotivo-stil='S4'] .premium-hero-img {
  filter: saturate(0.92) contrast(1.02) brightness(0.95);
}
