:root {
--sw-bg: #0f172a;
--sw-bg-2: #1e293b;
--sw-border: rgba(148, 163, 184, 0.18);
--sw-text: #f1f5f9;
--sw-muted: #94a3b8;
--sw-accent: #10b981;
--sw-accent-hover: #059669;
--sw-radius: 14px;
} .ksefakt-sticky-waitlist {
position: fixed;
bottom: 24px;
right: 16px;
width: 280px;
max-height: calc(100vh - 140px);
overflow-y: auto;
background: var(--sw-bg);
color: var(--sw-text);
border: 1px solid var(--sw-border);
border-radius: var(--sw-radius);
box-shadow: 0 20px 48px rgba(0, 0, 0, 0.35), 0 0 0 1px rgba(16, 185, 129, 0.08);
padding: 18px 18px 16px;
z-index: 9990;
font-family: inherit;
transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
} body.admin-bar .ksefakt-sticky-waitlist {
max-height: calc(100vh - 172px);
} .ksefakt-sticky-waitlist[data-state="collapsed"] {
transform: translateX(calc(100% + 20px));
pointer-events: none;
} .ksefakt-sw-collapse {
position: absolute;
top: 10px;
right: 10px;
background: rgba(255, 255, 255, 0.06);
border: 1px solid rgba(255, 255, 255, 0.1);
color: var(--sw-muted);
width: 28px;
height: 28px;
display: inline-flex;
align-items: center;
justify-content: center;
cursor: pointer;
border-radius: 8px;
transition: background 0.2s, color 0.2s, border-color 0.2s;
z-index: 2;
}
.ksefakt-sw-collapse:hover {
background: rgba(16, 185, 129, 0.18);
color: var(--sw-accent);
border-color: rgba(16, 185, 129, 0.4);
} .ksefakt-sw-handle {
position: fixed;
right: 0;
top: 50%;
transform: translateY(-50%) translateX(100%);
background: var(--sw-bg);
color: var(--sw-text);
border: 1px solid var(--sw-border);
border-right: 0;
border-radius: 12px 0 0 12px;
padding: 14px 8px;
cursor: pointer;
z-index: 9989;
display: flex;
flex-direction: column;
align-items: center;
gap: 10px;
box-shadow: -6px 8px 24px rgba(0, 0, 0, 0.25);
transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), background 0.2s;
opacity: 0;
pointer-events: none;
}
.ksefakt-sticky-waitlist[data-state="collapsed"] ~ .ksefakt-sw-handle,
body.ksefakt-sw-collapsed .ksefakt-sw-handle {
transform: translateY(-50%) translateX(0);
opacity: 1;
pointer-events: auto;
}
.ksefakt-sw-handle:hover {
background: var(--sw-bg-2);
}
.ksefakt-sw-handle-text {
writing-mode: vertical-rl;
transform: rotate(180deg);
font-size: 10px;
font-weight: 700;
letter-spacing: 0.18em;
color: var(--sw-accent);
text-transform: uppercase;
line-height: 1;
}
.ksefakt-sw-handle svg {
color: var(--sw-accent);
}
.ksefakt-sw-header {
margin-bottom: 14px;
}
.ksefakt-sw-eyebrow {
font-size: 11px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.12em;
color: var(--sw-accent);
margin-bottom: 6px;
}
.ksefakt-sw-title {
font-size: 18px;
line-height: 1.25;
font-weight: 700;
margin: 0 0 6px;
color: var(--sw-text);
}
.ksefakt-sw-sub {
font-size: 12px;
line-height: 1.45;
color: var(--sw-muted);
margin: 0;
}
.ksefakt-sw-radio-group {
display: flex;
flex-direction: column;
gap: 6px;
margin-bottom: 12px;
}
.ksefakt-sw-radio {
display: flex;
align-items: flex-start;
gap: 8px;
background: var(--sw-bg-2);
border: 1px solid var(--sw-border);
border-radius: 10px;
padding: 8px 10px;
cursor: pointer;
transition: border-color 0.2s, background 0.2s;
}
.ksefakt-sw-radio:hover {
border-color: rgba(16, 185, 129, 0.4);
}
.ksefakt-sw-radio input[type="radio"] {
margin-top: 3px;
accent-color: var(--sw-accent);
}
.ksefakt-sw-radio input[type="radio"]:checked + .ksefakt-sw-radio-label strong {
color: var(--sw-accent);
}
.ksefakt-sw-radio-label {
display: flex;
flex-direction: column;
gap: 2px;
font-size: 12px;
}
.ksefakt-sw-radio-label strong {
font-size: 13px;
font-weight: 600;
color: var(--sw-text);
}
.ksefakt-sw-radio-label small {
font-size: 11px;
color: var(--sw-muted);
}
.ksefakt-sw-field {
margin-bottom: 10px;
}
.ksefakt-sw-field label {
display: block;
font-size: 11px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.08em;
color: var(--sw-muted);
margin-bottom: 4px;
}
.ksefakt-sw-field input {
width: 100%;
box-sizing: border-box;
background: var(--sw-bg-2);
color: var(--sw-text);
border: 1px solid var(--sw-border);
border-radius: 8px;
padding: 10px 12px;
font-size: 13px;
font-family: inherit;
transition: border-color 0.2s, box-shadow 0.2s;
}
.ksefakt-sw-field input::placeholder {
color: rgba(148, 163, 184, 0.6);
}
.ksefakt-sw-field input:focus {
outline: 0;
border-color: var(--sw-accent);
box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.18);
}
.ksefakt-sw-consent {
display: flex;
align-items: flex-start;
gap: 8px;
font-size: 11px;
line-height: 1.45;
color: var(--sw-muted);
margin-bottom: 12px;
cursor: pointer;
}
.ksefakt-sw-consent input[type="checkbox"] {
margin-top: 2px;
accent-color: var(--sw-accent);
}
.ksefakt-sw-consent a {
color: var(--sw-accent);
text-decoration: underline;
}
.ksefakt-sw-submit {
width: 100%;
background: var(--sw-accent);
color: #fff;
border: 0;
border-radius: 10px;
padding: 12px 14px;
font-size: 14px;
font-weight: 700;
font-family: inherit;
cursor: pointer;
transition: background 0.2s, transform 0.1s;
}
.ksefakt-sw-submit:hover {
background: var(--sw-accent-hover);
}
.ksefakt-sw-submit:active {
transform: translateY(1px);
}
.ksefakt-sw-footer {
font-size: 10.5px;
color: var(--sw-muted);
margin: 8px 0 0;
text-align: center;
} .ksefakt-sw-fab {
position: fixed;
bottom: 20px;
right: 16px;
z-index: 9991;
display: none;
align-items: center;
gap: 8px;
background: var(--sw-accent);
color: #fff;
border: 0;
border-radius: 999px;
padding: 12px 18px 12px 14px;
font-size: 14px;
font-weight: 700;
font-family: inherit;
cursor: pointer;
box-shadow: 0 8px 24px rgba(16, 185, 129, 0.45);
transition: transform 0.2s, box-shadow 0.2s;
}
.ksefakt-sw-fab:hover {
transform: translateY(-2px);
box-shadow: 0 12px 28px rgba(16, 185, 129, 0.55);
}
.ksefakt-sw-fab-icon {
display: inline-flex;
align-items: center;
justify-content: center;
} .ksefakt-sw-modal {
position: fixed;
inset: 0;
z-index: 9995;
display: none;
align-items: center;
justify-content: center;
padding: 16px;
}
.ksefakt-sw-modal[data-open="true"] {
display: flex;
}
.ksefakt-sw-modal-backdrop {
position: absolute;
inset: 0;
background: rgba(15, 23, 42, 0.75);
backdrop-filter: blur(4px);
}
.ksefakt-sw-modal-card {
position: relative;
background: var(--sw-bg);
color: var(--sw-text);
border: 1px solid var(--sw-border);
border-radius: var(--sw-radius);
padding: 24px 20px 20px;
width: 100%;
max-width: 420px;
max-height: 90vh;
overflow-y: auto;
box-shadow: 0 20px 48px rgba(0, 0, 0, 0.5);
}
.ksefakt-sw-modal-close {
position: absolute;
top: 10px;
right: 12px;
background: transparent;
border: 0;
color: var(--sw-muted);
font-size: 26px;
line-height: 1;
cursor: pointer;
padding: 4px 8px;
border-radius: 6px;
}
.ksefakt-sw-modal-close:hover {
background: rgba(255, 255, 255, 0.08);
color: var(--sw-text);
}  @media (min-width: 1024px) {
.ksefakt-sticky-waitlist {
display: block;
}
.ksefakt-sw-fab,
.ksefakt-sw-modal {
display: none !important;
}
} @media (max-width: 1023px) {
.ksefakt-sticky-waitlist {
display: none !important;
} .ksefakt-sw-handle {
display: none !important;
}
.ksefakt-sw-fab {
display: inline-flex;
}
} @media (max-width: 380px) {
.ksefakt-sw-fab-label {
display: none;
}
.ksefakt-sw-fab {
padding: 14px;
border-radius: 50%;
}
} @media (prefers-reduced-motion: reduce) {
.ksefakt-sticky-waitlist,
.ksefakt-sw-fab,
.ksefakt-sw-submit {
transition: none;
}
}.ksefakt-cookies { position: fixed; inset: auto 0 0 0; z-index: 9999; font-family: inherit; }
.ksefakt-cookies[hidden] { display: none; } .ksefakt-cookies .screen-reader-text {
border: 0; clip: rect(1px,1px,1px,1px); -webkit-clip-path: inset(50%); clip-path: inset(50%);
height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; word-wrap: normal !important;
} .ksefakt-cookies__bar {
background: #fff;
border-top: 1px solid var(--line, #E5E7EB);
box-shadow: 0 -8px 24px -8px rgba(15,23,42,.18);
padding: 16px 0 calc(16px + env(safe-area-inset-bottom));
}
.ksefakt-cookies__inner {
max-width: 1180px; margin: 0 auto; padding: 0 20px;
display: flex; gap: 20px; align-items: center; flex-wrap: wrap;
}
.ksefakt-cookies__text { flex: 1 1 420px; min-width: 0; color: var(--ink, #111827); font-size: 14px; line-height: 1.55; }
.ksefakt-cookies__text strong { display: block; font-size: 15px; margin-bottom: 4px; color: var(--granat, #0F172A); }
.ksefakt-cookies__text p { margin: 0; color: var(--ink-2, #1F2937); }
.ksefakt-cookies__text a { color: var(--turkus, #0F766E); text-decoration: underline; text-underline-offset: 2px; }
.ksefakt-cookies__text a:hover { color: var(--turkus-600, #115E59); }
.ksefakt-cookies__actions {
display: flex; gap: 8px; flex-wrap: wrap; align-items: center;
} .ksefakt-btn {
-webkit-appearance: none; appearance: none;
display: inline-flex; align-items: center; justify-content: center;
padding: 10px 16px; border-radius: 10px; font: inherit; font-weight: 600; font-size: 14px;
cursor: pointer; border: 1px solid transparent; transition: background .15s ease, color .15s ease, border-color .15s ease;
line-height: 1.2; white-space: nowrap;
}
.ksefakt-btn:focus-visible { outline: 2px solid var(--turkus, #0F766E); outline-offset: 2px; }
.ksefakt-btn--primary { background: var(--turkus, #0F766E); color: #fff; border-color: var(--turkus, #0F766E); }
.ksefakt-btn--primary:hover { background: var(--turkus-600, #115E59); border-color: var(--turkus-600, #115E59); }
.ksefakt-btn--ghost { background: transparent; color: var(--granat, #0F172A); border-color: var(--line, #E5E7EB); }
.ksefakt-btn--ghost:hover { background: var(--cream-100, #F1F3EE); border-color: #CBD5E1; } .ksefakt-btn--equal {
background: #fff; color: var(--granat, #0F172A); border-color: var(--line, #CBD5E1);
min-width: 132px;
}
.ksefakt-btn--equal:hover { background: var(--cream-100, #F1F3EE); border-color: var(--turkus, #0F766E); color: var(--turkus, #0F766E); }
.ksefakt-cookies__actions--equal { gap: 10px; }
.ksefakt-cookies__actions--equal .ksefakt-btn--equal { flex: 1 1 auto; } .ksefakt-cookies__modal {
position: fixed; inset: 0; z-index: 10000;
display: flex; align-items: center; justify-content: center;
padding: 20px;
}
.ksefakt-cookies__modal[hidden] { display: none; }
.ksefakt-cookies__backdrop {
position: absolute; inset: 0; background: rgba(15,23,42,.55); backdrop-filter: blur(2px);
}
.ksefakt-cookies__dialog {
position: relative; z-index: 1;
background: #fff; border-radius: 14px;
width: 100%; max-width: 640px; max-height: calc(100vh - 40px);
display: flex; flex-direction: column;
box-shadow: 0 20px 60px -10px rgba(15,23,42,.35), 0 8px 20px -8px rgba(15,23,42,.25);
overflow: hidden;
}
.ksefakt-cookies__header {
padding: 18px 22px; border-bottom: 1px solid var(--line, #E5E7EB);
display: flex; align-items: center; justify-content: space-between; gap: 12px;
}
.ksefakt-cookies__header h2 {
margin: 0; font-size: 18px; font-weight: 700; color: var(--granat, #0F172A); line-height: 1.3;
}
.ksefakt-cookies__close {
-webkit-appearance: none; appearance: none;
background: transparent; border: 0; cursor: pointer; padding: 4px 8px;
font-size: 24px; line-height: 1; color: var(--muted, #6B7280);
border-radius: 8px;
}
.ksefakt-cookies__close:hover { background: var(--cream-100, #F1F3EE); color: var(--ink, #111827); }
.ksefakt-cookies__close:focus-visible { outline: 2px solid var(--turkus, #0F766E); outline-offset: 2px; }
.ksefakt-cookies__body { padding: 18px 22px; overflow-y: auto; flex: 1 1 auto; color: var(--ink-2, #1F2937); font-size: 14px; line-height: 1.55; }
.ksefakt-cookies__lead { margin: 0 0 16px; color: var(--ink-2, #1F2937); }
.ksefakt-cookies__cat {
border: 1px solid var(--line, #E5E7EB); border-radius: 10px; padding: 14px 16px; margin-bottom: 10px;
background: #FAFBFC;
}
.ksefakt-cookies__cat:last-child { margin-bottom: 0; }
.ksefakt-cookies__cat header {
display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 6px;
}
.ksefakt-cookies__cat h3 { margin: 0; font-size: 15px; font-weight: 700; color: var(--granat, #0F172A); }
.ksefakt-cookies__cat p { margin: 0; font-size: 13px; line-height: 1.5; color: var(--ink-2, #1F2937); }
.ksefakt-cookies__always {
display: inline-block; padding: 4px 10px; border-radius: 999px;
background: var(--turkus-50, #E6F5F2); color: var(--turkus, #0F766E); font-size: 12px; font-weight: 600;
} .ksefakt-cookies__toggle { position: relative; display: inline-block; width: 44px; height: 24px; flex: none; cursor: pointer; }
.ksefakt-cookies__toggle input { opacity: 0; width: 0; height: 0; position: absolute; }
.ksefakt-cookies__slider {
position: absolute; inset: 0; background: #CBD5E1; border-radius: 999px; transition: background .15s ease;
}
.ksefakt-cookies__slider::before {
content: ""; position: absolute; top: 2px; left: 2px; width: 20px; height: 20px;
background: #fff; border-radius: 50%; box-shadow: 0 1px 3px rgba(15,23,42,.25);
transition: transform .15s ease;
}
.ksefakt-cookies__toggle input:checked + .ksefakt-cookies__slider { background: var(--turkus, #0F766E); }
.ksefakt-cookies__toggle input:checked + .ksefakt-cookies__slider::before { transform: translateX(20px); }
.ksefakt-cookies__toggle input:focus-visible + .ksefakt-cookies__slider { box-shadow: 0 0 0 3px rgba(15,118,110,.25); }
.ksefakt-cookies__footer {
padding: 14px 22px; border-top: 1px solid var(--line, #E5E7EB);
display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap;
background: var(--cream, #F7F8F5);
}
.ksefakt-cookies__link { color: var(--turkus, #0F766E); font-size: 13px; text-decoration: underline; }
.ksefakt-cookies__footer-actions { display: flex; gap: 8px; flex-wrap: wrap; } @media (max-width: 640px) {
.ksefakt-cookies__inner { flex-direction: column; align-items: stretch; }
.ksefakt-cookies__actions { justify-content: stretch; }
.ksefakt-cookies__actions .ksefakt-btn { flex: 1 1 calc(50% - 4px); min-width: 0; }
.ksefakt-cookies__footer { flex-direction: column; align-items: stretch; }
.ksefakt-cookies__footer-actions { width: 100%; }
.ksefakt-cookies__footer-actions .ksefakt-btn { flex: 1 1 calc(50% - 4px); min-width: 0; }
.ksefakt-cookies__link { text-align: center; }
} .ksefakt-cookies-link { color: inherit; opacity: .85; }
.ksefakt-cookies-link:hover { opacity: 1; text-decoration: underline; } .ksefakt-form { max-width: 560px; margin: 0; padding: 0; }
.ksefakt-form .ksefakt-form__row { margin-bottom: 14px; }
.ksefakt-form label { display: block; font-size: 13px; font-weight: 600; color: var(--granat, #0F172A); margin-bottom: 6px; }
.ksefakt-form label .req { color: #B91C1C; margin-left: 2px; }
.ksefakt-form input[type="text"],
.ksefakt-form input[type="email"],
.ksefakt-form input[type="tel"],
.ksefakt-form textarea,
.ksefakt-form select {
width: 100%; padding: 10px 12px; border: 1px solid var(--line, #E5E7EB); border-radius: 8px;
font: inherit; font-size: 14px; background: #fff; color: var(--ink, #111827);
transition: border-color .15s ease, box-shadow .15s ease;
}
.ksefakt-form input:focus, .ksefakt-form textarea:focus, .ksefakt-form select:focus {
outline: 0; border-color: var(--turkus, #0F766E); box-shadow: 0 0 0 3px rgba(15,118,110,.15);
}
.ksefakt-form textarea { min-height: 120px; resize: vertical; }
.ksefakt-form__check { display: flex; gap: 10px; align-items: flex-start; margin-bottom: 12px; font-size: 13px; line-height: 1.5; color: var(--ink-2, #1F2937); }
.ksefakt-form__check input[type="checkbox"] { margin-top: 3px; flex: none; }
.ksefakt-form__check .req { color: #B91C1C; font-weight: 700; }
.ksefakt-form__klauzula { font-size: 12px; line-height: 1.5; color: var(--muted, #6B7280); margin: 14px 0; }
.ksefakt-form__klauzula a { color: var(--turkus, #0F766E); text-decoration: underline; }
.ksefakt-form__submit { display: inline-flex; padding: 12px 22px; font-size: 14px; }
.ksefakt-form__status { margin-top: 12px; padding: 10px 14px; border-radius: 8px; font-size: 13px; display: none; }
.ksefakt-form__status[data-status="ok"]   { display: block; background: var(--turkus-50, #E6F5F2); color: var(--turkus-600, #115E59); border: 1px solid #B5E3DC; }
.ksefakt-form__status[data-status="err"]  { display: block; background: #FEF2F2; color: #991B1B; border: 1px solid #FECACA; }
.ksefakt-form__status[data-status="busy"] { display: block; background: var(--cream-100, #F1F3EE); color: var(--ink-2, #1F2937); border: 1px solid var(--line, #E5E7EB); }
.ksefakt-form .ksefakt-form__error { display: block; font-size: 12px; color: #B91C1C; margin-top: 4px; }
.ksefakt-form input[aria-invalid="true"], .ksefakt-form textarea[aria-invalid="true"] { border-color: #B91C1C; }