.stein-landing-page { color: #f3f0ea; font-family: 'Helvetica Neue', Arial, sans-serif; min-height: 100vh; background: radial-gradient(1200px circle at 20% 10%, rgba(213,158,88,0.18), rgba(0,0,0,0) 55%), linear-gradient(180deg, #0f0f0f 0%, #0b0b0b 100%); padding: 24px 18px 60px; }
.stein-hero-section { background: linear-gradient(180deg, #111010 0%, #181515 70%, #0f0f0f 100%); padding: 60px 24px 48px; margin-bottom: 24px; border-radius: 28px; box-shadow: 0 24px 80px rgba(0,0,0,0.4); }
.stein-hero-copy { max-width: 760px; margin: 0 auto 32px; text-align: center; }
.stein-promo-badge { display: inline-block; margin-bottom: 20px; padding: 12px 22px; border-radius: 999px; background: rgba(255,215,125,0.12); color: #f7c96f; letter-spacing: 0.16em; font-size: 0.9rem; font-weight: 700; text-transform: uppercase; }
.stein-hero-copy h1 { font-size: clamp(3rem, 4vw, 4.2rem); margin: 0 0 18px; line-height: 1.03; letter-spacing: -0.03em; color: #fff; }
.stein-hero-copy p { max-width: 720px; margin: 0 auto; font-size: 1.1rem; line-height: 1.8; color: #d7c9b2; }
.stein-hero-actions { margin-top: 30px; display: flex; flex-wrap: wrap; justify-content: center; gap: 16px; }
.stein-button-primary, .stein-button-secondary { display: inline-flex; align-items: center; justify-content: center; padding: 16px 30px; border-radius: 999px; font-weight: 700; text-decoration: none; transition: transform .2s ease, background .2s ease, color .2s ease; }
.stein-button-primary { background: #d59e58; color: #111; }
.stein-button-primary:hover { transform: translateY(-2px); background: #f0bc71; }
.stein-button-secondary { border: 1px solid rgba(255,255,255,0.2); color: #f3f0ea; background: transparent; }
.stein-button-secondary:hover { transform: translateY(-2px); background: rgba(255,255,255,0.06); }
.stein-hero-highlights { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; max-width: 980px; margin: 0 auto; }
.stein-highlight-card { padding: 24px; border: 1px solid rgba(255,255,255,0.08); border-radius: 22px; background: rgba(255,255,255,0.04); text-align: center; }
.stein-highlight-card strong { display: block; font-size: 2rem; color: #f7c96f; margin-bottom: 8px; }
.stein-highlight-card { color: #ddd; }

.stein-booking-shell { max-width: 1080px; margin: 0 auto 34px; padding: 36px; background: rgba(18, 18, 18, 0.96); border-radius: 28px; box-shadow: 0 28px 80px rgba(0,0,0,0.3); border: 1px solid rgba(255,255,255,0.06); }
.stein-booking-banner { text-align: center; margin-bottom: 28px; }
.stein-booking-banner h2 { margin-bottom: 10px; font-size: 2.5rem; color: #fff; }
.stein-booking-banner p { color: #d2c6b3; margin: 0; font-size: 1rem; }
.stein-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.stein-booking-form label { display: block; margin-bottom: 10px; font-weight: 600; color: #f3f0ea; }
.stein-booking-form input[type="text"],
.stein-booking-form input[type="email"],
.stein-booking-form input[type="tel"],
.stein-booking-form input[type="date"],
.stein-booking-form select,
.stein-booking-form textarea { width: 100%; padding: 14px 16px; margin-bottom: 20px; border: 1px solid rgba(255,255,255,0.12); border-radius: 16px; font-size: 1rem; background: rgba(255,255,255,0.05); color: #f3f0ea; }
.stein-booking-form input::placeholder,
.stein-booking-form textarea::placeholder { color: rgba(243,240,234,0.65); }
.stein-booking-form select { appearance: none; background-image: linear-gradient(45deg, transparent 50%, rgba(243,240,234,0.8) 50%), linear-gradient(135deg, rgba(243,240,234,0.8) 50%, transparent 50%); background-position: calc(100% - 18px) center, calc(100% - 14px) center; background-size: 12px 12px; background-repeat: no-repeat; }
.stein-booking-form .stein-booking-submit { width: 100%; max-width: 360px; background: #d59e58; color: #111; border: none; padding: 16px 0; border-radius: 14px; cursor: pointer; font-size: 1rem; font-weight: 700; transition: transform .2s ease, background .2s ease; }
.stein-booking-form .stein-booking-submit:hover { transform: translateY(-1px); background: #f0bc71; }
.stein-booking-message { margin-top: 18px; font-weight: 600; }
.stein-booking-message.stein-success { color: #7fc16f; }
.stein-booking-message.stein-error { color: #ff7a7a; }
.stein-time-slots { margin-bottom: 20px; }
.stein-slot-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); gap: 14px; }
.stein-slot-grid label { display: block; border: 1px solid rgba(255,255,255,0.1); border-radius: 16px; padding: 16px; cursor: pointer; transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease; position: relative; background: rgba(255,255,255,0.03); }
.stein-slot-grid label:hover { transform: translateY(-2px); border-color: rgba(213,158,88,0.8); }
.stein-live-editable { transition: background .2s ease, box-shadow .2s ease, outline .2s ease; cursor: text; }
.stein-live-editable:hover { background: rgba(255,255,255,0.08); }
.stein-live-edit-active { outline: 2px dashed rgba(213,158,88,0.9); background: rgba(255,255,255,0.08); }
.stein-live-edit-toolbar { max-width: 980px; margin: 0 auto 20px; display: flex; justify-content: flex-end; gap: 12px; }
.stein-live-edit-toggle { border: none; border-radius: 999px; padding: 12px 24px; font-weight: 700; color: #111; background: #d59e58; cursor: pointer; transition: transform .2s ease, background .2s ease; }
.stein-live-edit-toggle:hover { background: #f0bc71; transform: translateY(-1px); }
.stein-live-edit-status { color: #d7c6ab; align-self: center; font-size: 0.95rem; }
.stein-slot-grid span { display: block; font-weight: 700; margin-bottom: 6px; color: #fff; }
.stein-slot-grid small { color: #d2c6b3; }
.stein-slot-grid input[type="radio"] { position: absolute; opacity: 0; pointer-events: none; }
.stein-slot-legend { display: flex; flex-wrap: wrap; gap: 10px; margin: 0 0 14px; }
.stein-pill { display: inline-flex; align-items: center; border-radius: 999px; padding: 6px 12px; font-size: 12px; font-weight: 700; border: 1px solid transparent; }
.stein-pill-free { background: rgba(93, 214, 140, 0.18); color: #a4f6bf; border-color: rgba(93, 214, 140, 0.42); }
.stein-pill-open { background: rgba(213, 164, 90, 0.2); color: #f1cb8f; border-color: rgba(213, 164, 90, 0.48); }
.stein-pill-busy { background: rgba(233, 73, 73, 0.16); color: #ff9d9d; border-color: rgba(233, 73, 73, 0.42); }

.stein-slot-grid .stein-slot-free { border-color: rgba(93, 214, 140, 0.5); background: rgba(93, 214, 140, 0.08); }
.stein-slot-grid .stein-slot-open { border-color: rgba(213, 164, 90, 0.6); background: rgba(213, 164, 90, 0.12); }
.stein-slot-grid .stein-slot-busy { opacity: 0.58; border-color: rgba(233, 73, 73, 0.38); background: rgba(233, 73, 73, 0.09); cursor: not-allowed; }

.stein-calendar {
    background: linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.02));
    border: 1px solid rgba(213, 164, 90, 0.28);
    border-radius: 0;
    padding: 16px;
    margin-bottom: 8px;
    box-shadow: inset 0 0 0 1px rgba(213, 164, 90, 0.12), 0 12px 30px rgba(0,0,0,0.25);
}
.stein-calendar-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
}
.stein-calendar-head strong {
    color: #f6e2c0;
    font-size: 1.05rem;
    letter-spacing: 0.02em;
    text-transform: capitalize;
}
.stein-cal-nav {
    width: 38px;
    height: 38px;
    border-radius: 0;
    border: 1px solid rgba(213, 164, 90, 0.58);
    background: rgba(213, 164, 90, 0.16);
    color: #f8d7a4;
    cursor: pointer;
    font-size: 1rem;
    line-height: 1;
}
.stein-cal-nav:hover { background: rgba(213, 164, 90, 0.25); }
.stein-calendar-weekdays {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 8px;
    margin-bottom: 8px;
}
.stein-calendar-weekdays span {
    text-align: center;
    font-size: 12px;
    color: #b9ae9b;
    font-weight: 700;
    letter-spacing: 0.04em;
}
.stein-calendar-grid {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 8px;
}
.stein-cal-empty {
    height: 48px;
    border-radius: 0;
    background: rgba(255,255,255,0.015);
}
.stein-cal-day {
    height: 48px;
    border-radius: 0;
    border: 1px solid rgba(255,255,255,0.1);
    background: rgba(255,255,255,0.02);
    color: #f5f2ec;
    cursor: pointer;
    display: grid;
    place-items: center;
    font-weight: 700;
}
.stein-cal-day:hover { border-color: rgba(213, 164, 90, 0.58); background: rgba(213, 164, 90, 0.14); }
.stein-cal-day:disabled { opacity: 0.45; cursor: not-allowed; }
.stein-day-selected {
    border-color: #d5a45a !important;
    box-shadow: inset 0 0 0 1px rgba(213, 164, 90, 0.35);
    background: rgba(213, 164, 90, 0.24);
}
.stein-day-available { border-color: rgba(93, 214, 140, 0.36); }
.stein-day-pending { border-color: rgba(213, 164, 90, 0.42); }
.stein-day-busy { border-color: rgba(233, 73, 73, 0.35); }
.stein-day-unavailable { opacity: 0.4; }
.stein-service-teaser { max-width: 1080px; margin: 0 auto 34px; padding: 28px 32px; background: rgba(255,255,255,0.03); border-radius: 28px; border: 1px solid rgba(255,255,255,0.08); }
.stein-service-teaser h2 { color: #fff; margin-bottom: 24px; text-align: center; font-size: 2rem; }
.stein-service-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 16px; }
.stein-service-item { padding: 22px 18px; border-radius: 18px; background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.08); color: #f3f0ea; text-align: center; font-weight: 700; }
.stein-contact-teaser { max-width: 1080px; margin: 0 auto 60px; padding: 32px 30px; border-radius: 28px; background: rgba(213,158,88,0.1); border: 1px solid rgba(213,158,88,0.24); color: #fff; }
.stein-contact-teaser h2 { margin: 0 0 12px; font-size: 2rem; }
.stein-contact-teaser p { margin: 0 0 10px; color: #f7f0df; }

.stein-testimonials { max-width: 1080px; margin: 0 auto 34px; padding: 32px 30px; background: rgba(255,255,255,0.03); border-radius: 28px; border: 1px solid rgba(255,255,255,0.08); }
.stein-testimonials h2 { color: #fff; margin-bottom: 24px; font-size: 2rem; text-align: center; }
.stein-testimonial-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.stein-testimonial-card { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.08); border-radius: 22px; padding: 24px; color: #f3f0ea; box-shadow: 0 18px 45px rgba(0,0,0,0.12); }
.stein-testimonial-card p { margin: 0 0 16px; line-height: 1.75; color: #d7c6ab; }
.stein-testimonial-card strong { display: block; color: #f7c96f; }

.stein-layout-card { box-shadow: 0 16px 48px rgba(0,0,0,0.28); }
.stein-booking-form input[type="file"] { margin-bottom: 8px; padding: 10px 12px; border: 1px dashed rgba(213,158,88,0.45); border-radius: 12px; background: rgba(0,0,0,0.24); }
.stein-booking-form small { display: block; color: #cbb79a; margin: -6px 0 18px; }
.stein-booking-form input:focus,
.stein-booking-form select:focus,
.stein-booking-form textarea:focus { outline: none; border-color: rgba(213,158,88,0.9); box-shadow: 0 0 0 2px rgba(213,158,88,0.22); }

@media (max-width: 860px) {
    .stein-hero-highlights,
    .stein-form-grid,
    .stein-service-grid,
    .stein-gallery-grid,
    .stein-testimonial-grid { grid-template-columns: 1fr; }
    .stein-booking-shell { padding: 24px; }
    .stein-hero-section { padding: 40px 18px 32px; }
}
