/** K1 per-stil inline CSS from source HTML landing files. Scoped to slotivo-kostur-a only. */
html[data-slotivo-template-ready] body[class*='slotivo-kostur-a'] {
  font-family: Montserrat, sans-serif !important;
  background-color: var(--background, #121414) !important;
  color: var(--on-background, #e2e2e2) !important;
  -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;
}

/* ── S2 modern-luxury (glass panel, gold accents) ── */
body[class*='slotivo-kostur-a'][data-slotivo-stil='S2'] {
  background-color: #121414 !important;
}

body[class*='slotivo-kostur-a'][data-slotivo-stil='S2'] .glass-panel {
  background: rgba(18, 18, 18, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(212, 175, 55, 0.1);
}

body[class*='slotivo-kostur-a'][data-slotivo-stil='S2'] .shadow-grooming {
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
}

body[class*='slotivo-kostur-a'][data-slotivo-stil='S2'] ::-webkit-scrollbar {
  width: 8px;
}
body[class*='slotivo-kostur-a'][data-slotivo-stil='S2'] ::-webkit-scrollbar-track {
  background: #0a0a0a;
}
body[class*='slotivo-kostur-a'][data-slotivo-stil='S2'] ::-webkit-scrollbar-thumb {
  background: #d4af37;
  border-radius: 4px;
}
body[class*='slotivo-kostur-a'][data-slotivo-stil='S2'] ::-webkit-scrollbar-thumb:hover {
  background: #f2ca50;
}

body[class*='slotivo-kostur-a'][data-slotivo-stil='S2'] main .absolute.inset-0 img,
body[class*='slotivo-kostur-a'][data-slotivo-stil='S2'] main > .absolute img {
  opacity: 0.4 !important;
  filter: none !important;
}

/* CDN tailwind can resolve from-background as transparent in preview — match source HTML */
body[class*='slotivo-kostur-a'][data-slotivo-stil='S2'] main .absolute.inset-0 > .absolute.inset-0 {
  background-image: linear-gradient(
    to right,
    #121414,
    rgba(18, 20, 20, 0.8),
    transparent
  ) !important;
}

body[class*='slotivo-kostur-a'][data-slotivo-stil='S2'] select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  background-color: #0c0f0f !important;
  color: #e2e2e2 !important;
  border-style: solid !important;
  border-width: 0 0 1px 0 !important;
  border-color: #4d4635 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

body[class*='slotivo-kostur-a'][data-slotivo-stil='S2'] select:focus {
  border-color: #f2ca50;
  outline: none;
  box-shadow: none;
}

body[class*='slotivo-kostur-a'][data-slotivo-stil='S2'] select option {
  background-color: #121414;
  color: #e2e2e2;
}

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 {
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  font-family: Montserrat, sans-serif !important;
  min-height: 42px !important;
  height: 42px !important;
  line-height: 24px !important;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
  box-sizing: border-box !important;
  background-color: #0c0f0f !important;
  color: #e2e2e2 !important;
  border-style: solid !important;
  border-width: 0 0 1px 0 !important;
  border-color: #4d4635 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

body[class*='slotivo-kostur-a'][data-slotivo-stil='S2'] textarea {
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  font-family: Montserrat, sans-serif !important;
  line-height: 24px !important;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
  box-sizing: border-box !important;
  background-color: #0c0f0f !important;
  color: #e2e2e2 !important;
  border-style: solid !important;
  border-width: 0 0 1px 0 !important;
  border-color: #4d4635 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  min-height: 66px !important;
  height: auto !important;
}

body[class*='slotivo-kostur-a'][data-slotivo-stil='S2'] input[type='text']:focus,
body[class*='slotivo-kostur-a'][data-slotivo-stil='S2'] input[type='email']:focus,
body[class*='slotivo-kostur-a'][data-slotivo-stil='S2'] input[type='tel']:focus,
body[class*='slotivo-kostur-a'][data-slotivo-stil='S2'] input[type='date']:focus,
body[class*='slotivo-kostur-a'][data-slotivo-stil='S2'] textarea:focus {
  border-color: #f2ca50;
  outline: none;
  box-shadow: none;
}

body[class*='slotivo-kostur-a'][data-slotivo-stil='S2'] input::placeholder,
body[class*='slotivo-kostur-a'][data-slotivo-stil='S2'] textarea::placeholder {
  color: rgba(208, 197, 175, 0.5);
}

body[class*='slotivo-kostur-a'][data-slotivo-stil='S2'] input[type='checkbox'] {
  background-color: #0c0f0f;
  border-color: #4d4635;
  border-radius: 0.25rem;
}

/* ── S3 luxury-gold (gold gradients, dark glass) ── */
body[class*='slotivo-kostur-a'][data-slotivo-stil='S3'] {
  background-color: #0a0a0a !important;
}

body[class*='slotivo-kostur-a'][data-slotivo-stil='S3'] .glass-panel {
  background: rgba(10, 10, 10, 0.95);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(212, 175, 55, 0.3);
}

body[class*='slotivo-kostur-a'][data-slotivo-stil='S3'] .shadow-grooming {
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.8);
}

body[class*='slotivo-kostur-a'][data-slotivo-stil='S3'] .text-gold-gradient {
  background: linear-gradient(to right, #d4af37, #f2ca50, #d4af37);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

body[class*='slotivo-kostur-a'][data-slotivo-stil='S3'] .bg-gold-gradient {
  background: linear-gradient(to right, #d4af37, #f2ca50, #d4af37);
}

body[class*='slotivo-kostur-a'][data-slotivo-stil='S3'] ::-webkit-scrollbar {
  width: 8px;
}
body[class*='slotivo-kostur-a'][data-slotivo-stil='S3'] ::-webkit-scrollbar-track {
  background: #0a0a0a;
}
body[class*='slotivo-kostur-a'][data-slotivo-stil='S3'] ::-webkit-scrollbar-thumb {
  background: #d4af37;
  border-radius: 4px;
}
body[class*='slotivo-kostur-a'][data-slotivo-stil='S3'] ::-webkit-scrollbar-thumb:hover {
  background: #f2ca50;
}

body[class*='slotivo-kostur-a'][data-slotivo-stil='S3'] main .absolute.inset-0 img,
body[class*='slotivo-kostur-a'][data-slotivo-stil='S3'] main > .absolute img {
  opacity: 0.3 !important;
  mix-blend-mode: luminosity !important;
  filter: brightness(0.75) !important;
}

body[class*='slotivo-kostur-a'][data-slotivo-stil='S3'] main .absolute.inset-0 > .absolute.inset-0 {
  background-image: linear-gradient(
    to right,
    #0a0a0a,
    rgba(10, 10, 10, 0.9),
    transparent
  ) !important;
}

body[class*='slotivo-kostur-a'][data-slotivo-stil='S3'] select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  background-color: transparent !important;
  color: #e2e2e2 !important;
  border-style: solid !important;
  border-width: 0 0 1px 0 !important;
  border-color: rgba(212, 175, 55, 0.5) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

body[class*='slotivo-kostur-a'][data-slotivo-stil='S3'] select:focus {
  border-color: #d4af37;
  outline: none;
  box-shadow: none;
}

body[class*='slotivo-kostur-a'][data-slotivo-stil='S3'] select option {
  background-color: #0a0a0a;
  color: #e2e2e2;
}

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 {
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  font-family: Montserrat, sans-serif !important;
  min-height: 42px !important;
  height: 42px !important;
  line-height: 24px !important;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
  box-sizing: border-box !important;
  background-color: transparent !important;
  color: #e2e2e2 !important;
  border-style: solid !important;
  border-width: 0 0 1px 0 !important;
  border-color: rgba(212, 175, 55, 0.5) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

body[class*='slotivo-kostur-a'][data-slotivo-stil='S3'] textarea {
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  font-family: Montserrat, sans-serif !important;
  line-height: 24px !important;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
  box-sizing: border-box !important;
  background-color: transparent !important;
  color: #e2e2e2 !important;
  border-style: solid !important;
  border-width: 0 0 1px 0 !important;
  border-color: rgba(212, 175, 55, 0.5) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  min-height: 66px !important;
  height: auto !important;
}

body[class*='slotivo-kostur-a'][data-slotivo-stil='S3'] input[type='text']:focus,
body[class*='slotivo-kostur-a'][data-slotivo-stil='S3'] input[type='email']:focus,
body[class*='slotivo-kostur-a'][data-slotivo-stil='S3'] input[type='tel']:focus,
body[class*='slotivo-kostur-a'][data-slotivo-stil='S3'] input[type='date']:focus,
body[class*='slotivo-kostur-a'][data-slotivo-stil='S3'] textarea:focus {
  border-color: #d4af37;
  outline: none;
  box-shadow: none;
}

body[class*='slotivo-kostur-a'][data-slotivo-stil='S3'] input::placeholder,
body[class*='slotivo-kostur-a'][data-slotivo-stil='S3'] textarea::placeholder {
  color: rgba(208, 197, 175, 0.5);
}

body[class*='slotivo-kostur-a'][data-slotivo-stil='S3'] input[type='checkbox'] {
  background-color: transparent;
  border-color: rgba(212, 175, 55, 0.5);
  border-radius: 0.25rem;
}

/* ── S4 black-prestige (silver accents, dark glass) ── */
body[class*='slotivo-kostur-a'][data-slotivo-stil='S4'] {
  background-color: #000000 !important;
}

body[class*='slotivo-kostur-a'][data-slotivo-stil='S4'] .glass-panel {
  background: rgba(13, 14, 15, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(226, 226, 226, 0.1);
}

body[class*='slotivo-kostur-a'][data-slotivo-stil='S4'] .shadow-grooming {
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.8);
}

body[class*='slotivo-kostur-a'][data-slotivo-stil='S4'] ::-webkit-scrollbar {
  width: 8px;
}
body[class*='slotivo-kostur-a'][data-slotivo-stil='S4'] ::-webkit-scrollbar-track {
  background: #000000;
}
body[class*='slotivo-kostur-a'][data-slotivo-stil='S4'] ::-webkit-scrollbar-thumb {
  background: #454747;
  border-radius: 4px;
}
body[class*='slotivo-kostur-a'][data-slotivo-stil='S4'] ::-webkit-scrollbar-thumb:hover {
  background: #e2e2e2;
}

body[class*='slotivo-kostur-a'][data-slotivo-stil='S4'] main .absolute.inset-0 img,
body[class*='slotivo-kostur-a'][data-slotivo-stil='S4'] main > .absolute img {
  opacity: 0.4 !important;
  filter: grayscale(1) !important;
}

body[class*='slotivo-kostur-a'][data-slotivo-stil='S4'] main .absolute.inset-0 > .absolute.inset-0 {
  background-image: linear-gradient(
    to right,
    #000000,
    rgba(0, 0, 0, 0.8),
    transparent
  ) !important;
}

body[class*='slotivo-kostur-a'][data-slotivo-stil='S4'] select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  background-color: transparent !important;
  color: #e2e2e2 !important;
  border-style: solid !important;
  border-width: 0 0 1px 0 !important;
  border-color: #282a2b !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

body[class*='slotivo-kostur-a'][data-slotivo-stil='S4'] select:focus {
  border-color: #e2e2e2;
  outline: none;
  box-shadow: none;
}

body[class*='slotivo-kostur-a'][data-slotivo-stil='S4'] select option {
  background-color: #0d0e0f;
  color: #e2e2e2;
}

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 {
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  font-family: Montserrat, sans-serif !important;
  min-height: 42px !important;
  height: 42px !important;
  line-height: 24px !important;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
  box-sizing: border-box !important;
  background-color: transparent !important;
  color: #e2e2e2 !important;
  border-style: solid !important;
  border-width: 0 0 1px 0 !important;
  border-color: #282a2b !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

body[class*='slotivo-kostur-a'][data-slotivo-stil='S4'] textarea {
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  font-family: Montserrat, sans-serif !important;
  line-height: 24px !important;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
  box-sizing: border-box !important;
  background-color: transparent !important;
  color: #e2e2e2 !important;
  border-style: solid !important;
  border-width: 0 0 1px 0 !important;
  border-color: #282a2b !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  min-height: 66px !important;
  height: auto !important;
}

body[class*='slotivo-kostur-a'][data-slotivo-stil='S4'] input[type='text']:focus,
body[class*='slotivo-kostur-a'][data-slotivo-stil='S4'] input[type='email']:focus,
body[class*='slotivo-kostur-a'][data-slotivo-stil='S4'] input[type='tel']:focus,
body[class*='slotivo-kostur-a'][data-slotivo-stil='S4'] input[type='date']:focus,
body[class*='slotivo-kostur-a'][data-slotivo-stil='S4'] textarea:focus {
  border-color: #e2e2e2;
  outline: none;
  box-shadow: none;
}

body[class*='slotivo-kostur-a'][data-slotivo-stil='S4'] input::placeholder,
body[class*='slotivo-kostur-a'][data-slotivo-stil='S4'] textarea::placeholder {
  color: rgba(163, 163, 163, 0.5);
}

body[class*='slotivo-kostur-a'][data-slotivo-stil='S4'] input[type='checkbox'] {
  background-color: transparent;
  border-color: #282a2b;
  border-radius: 0.25rem;
}

/* ── S1 modern-minimal ── */
body[class*='slotivo-kostur-a'][data-slotivo-stil='S1'] {
  background-color: #121414 !important;
}

body[class*='slotivo-kostur-a'][data-slotivo-stil='S1'] main .absolute.inset-0 > .absolute.inset-0 {
  background-color: rgba(18, 20, 20, 0.8) !important;
}

body[class*='slotivo-kostur-a'][data-slotivo-stil='S1'] ::-webkit-scrollbar {
  width: 8px;
}
body[class*='slotivo-kostur-a'][data-slotivo-stil='S1'] ::-webkit-scrollbar-track {
  background: #121414;
}
body[class*='slotivo-kostur-a'][data-slotivo-stil='S1'] ::-webkit-scrollbar-thumb {
  background: #454747;
  border-radius: 0;
}
body[class*='slotivo-kostur-a'][data-slotivo-stil='S1'] ::-webkit-scrollbar-thumb:hover {
  background: #99907c;
}

body[class*='slotivo-kostur-a'][data-slotivo-stil='S1'] main .absolute.inset-0 img,
body[class*='slotivo-kostur-a'][data-slotivo-stil='S1'] main > .absolute img {
  filter: grayscale(1) !important;
}

body[class*='slotivo-kostur-a'][data-slotivo-stil='S1'] select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  background-color: transparent !important;
  color: #e2e2e2 !important;
  border-style: solid !important;
  border-width: 0 0 1px 0 !important;
  border-color: rgba(77, 70, 53, 0.5) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

body[class*='slotivo-kostur-a'][data-slotivo-stil='S1'] select:focus {
  border-color: #e2e2e2;
  outline: none;
  box-shadow: none;
}

body[class*='slotivo-kostur-a'][data-slotivo-stil='S1'] select option {
  background-color: #121414;
  color: #e2e2e2;
}

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 {
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  font-family: Montserrat, sans-serif !important;
  min-height: 42px !important;
  height: 42px !important;
  line-height: 24px !important;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
  box-sizing: border-box !important;
}

body[class*='slotivo-kostur-a'][data-slotivo-stil='S1'] textarea {
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  font-family: Montserrat, sans-serif !important;
  line-height: 24px !important;
  min-height: 42px !important;
  height: 42px !important;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
  box-sizing: border-box !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'] textarea {
  background-color: transparent;
  color: #e2e2e2;
  border-style: solid;
  border-width: 0 0 1px 0;
  border-color: rgba(77, 70, 53, 0.5);
  border-radius: 0;
  box-shadow: none;
}

body[class*='slotivo-kostur-a'][data-slotivo-stil='S1'] input[type='text']:focus,
body[class*='slotivo-kostur-a'][data-slotivo-stil='S1'] input[type='email']:focus,
body[class*='slotivo-kostur-a'][data-slotivo-stil='S1'] input[type='tel']:focus,
body[class*='slotivo-kostur-a'][data-slotivo-stil='S1'] input[type='date']:focus,
body[class*='slotivo-kostur-a'][data-slotivo-stil='S1'] textarea:focus {
  border-color: #e2e2e2;
  outline: none;
  box-shadow: none;
}

body[class*='slotivo-kostur-a'][data-slotivo-stil='S1'] input::placeholder,
body[class*='slotivo-kostur-a'][data-slotivo-stil='S1'] textarea::placeholder {
  color: #4d4635;
}

body[class*='slotivo-kostur-a'][data-slotivo-stil='S1'] input[type='checkbox'] {
  background-color: transparent;
  border-color: #4d4635;
  border-radius: 0.125rem;
}
