body {
    font-family: Arial, sans-serif;
    max-width: 760px;
    margin: 40px auto;
    padding: 0 16px;
    color: #1f1f1f;
    background: #f6f4ef;
}

h1,
h2 {
    line-height: 1.2;
}

p {
    line-height: 1.45;
    margin: 0 0 10px 0;
}

p:last-child {
    margin-bottom: 0;
}

.site-header {
    margin-bottom: 22px;
}

.site-menu-toggle {
    display: none;
    border: none;
    background: transparent;
    color: #1f1f1f;
    font-size: 24px;
    line-height: 1;
    padding: 0;
    cursor: pointer;
}

.site-header-inner {
    max-width: 760px;
    margin: 0 auto;
    padding: 12px 16px 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    box-sizing: border-box;
    border-bottom: 1px solid #d9d2c7;
}

.site-brand {
    color: #1f1f1f;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.05rem;
    line-height: 1.2;
    white-space: nowrap;
}

.site-nav {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
}

.site-nav a {
    color: #6b655c;
    text-decoration: none;
    line-height: 1.2;
    font-weight: 600;
    transition: color 0.2s ease;
}

.site-nav a:hover {
    color: #1f1f1f;
    text-decoration: none;
}

.site-main {
    max-width: 760px;
    margin: 0 auto;
    padding: 0 16px;
    box-sizing: border-box;
}

.site-footer {
    margin-top: 32px;
    padding-bottom: 20px;
}

.site-footer-inner {
    max-width: 760px;
    margin: 0 auto;
    padding: 18px 16px 0;
    box-sizing: border-box;
    border-top: 1px solid #d9d2c7;
    text-align: center;
}

.site-footer-title {
    margin: 0 0 6px 0;
    font-weight: 700;
    color: #1f1f1f;
}

.site-footer-text {
    margin: 0 0 12px 0;
    color: #6b655c;
}

.site-footer-icons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.site-icon-link {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #7a7367;
    color: #fff;
    text-decoration: none;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.site-icon-link:hover {
    opacity: 0.92;
    transform: translateY(-1px);
    text-decoration: none;
}

.site-icon-link svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
    display: block;
}

.home-footer {
    margin-top: 24px;
}

.site-icon-link {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #7a7367;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    line-height: 1;
    transition: opacity 0.2s ease;
}

.site-icon-link:hover {
    opacity: 0.9;
    text-decoration: none;
}

.page-actions {
    margin-bottom: 20px;
}

.page-header {
    margin-bottom: 20px;
}

.page-title {
    margin: 0 0 8px 0;
}

.page-subtitle {
    margin: 0;
    color: #6b655c;
}

.page-section {
    margin-bottom: 24px;
}

.card {
    padding: 16px;
    border: 1px solid #d9d2c7;
    border-radius: 12px;
    background: #fcfbf8;
    margin-bottom: 24px;
}

.card > * + * {
    margin-top: 10px;
}

.status-box {
    padding: 14px 16px;
    border-radius: 10px;
    margin-bottom: 18px;
    background: #eef1f3;
}

.status-box > * + * {
    margin-top: 8px;
}

.status-box.status-canceled {
    background: #f3dddd;
}

.status-box.status-pending-payment {
    background: #f4ead8;
}

.status-box.status-paid {
    background: #e3efe5;
}

.status-box.status-default {
    background: #eef1f3;
}

.next-step-box {
    padding: 14px 16px;
    border-radius: 10px;
    background: #f7f0e3;
    margin-bottom: 18px;
}

.next-step-box > * + * {
    margin-top: 8px;
}

.empty-box {
    padding: 16px;
    border: 1px dashed #cdbfae;
    border-radius: 12px;
    background: #f9f6f0;
    margin-top: 16px;
}

.empty-box > * + * {
    margin-top: 8px;
}

.meta {
    color: #6b655c;
    font-size: 14px;
    margin-bottom: 18px;
}

.button,
button.button {
    display: inline-block;
    margin-top: 12px;
    margin-right: 10px;
    padding: 10px 14px;
    background: #5f6f52;
    color: #fff;
    text-decoration: none;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    font-size: 16px;
    line-height: 1.2;
}

.button.secondary {
    background: #7a7367;
}

.button.danger {
    background: #a14d4d;
}

.button.payment {
    background: #2f7d6b;
}

input,
button,
select,
textarea {
    padding: 10px 12px;
    font-size: 16px;
}

form {
    margin-top: 16px;
}

form p {
    margin-bottom: 14px;
}

.aligned-form--compact .form-row {
    grid-template-columns: 90px minmax(0, 320px);
    gap: 14px;
    justify-content: start;
}

.aligned-form--compact .form-actions {
    margin-top: 8px;
}

.aligned-form {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.form-row {
    display: grid;
    grid-template-columns: 220px minmax(0, 320px);
    align-items: center;
    gap: 16px;
}

.form-row label {
    margin: 0;
    line-height: 1.25;
}

.form-field {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.form-field input,
.form-field select,
.form-field textarea {
    width: 100%;
    max-width: 320px;
    box-sizing: border-box;
}

.form-actions {
    margin-top: 8px;
}

.errorlist {
    color: #b00020;
}

.messages {
    list-style: none;
    padding: 0;
    margin-bottom: 16px;
}

.messages li {
    padding: 10px 12px;
    border-radius: 8px;
    margin-bottom: 10px;
}

.messages .success {
    background: #e7f1e7;
}

.messages .error {
    background: #f6e3e3;
}

.slots,
.durations {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 16px;
}

.booking-list {
    display: grid;
    gap: 14px;
    margin-top: 16px;
}

.slot,
.duration {
    display: inline-block;
    padding: 10px 14px;
    border: 1px solid #d9d2c7;
    border-radius: 10px;
    background: #f5f2ec;
    text-decoration: none;
    color: #1f1f1f;
    line-height: 1.2;
}

.slot:hover,
.duration:hover {
    background: #ece6dc;
}

body.modal-open {
    overflow: hidden;
}

.modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    z-index: 1000;
}

.modal-card {
    width: 100%;
    max-width: 420px;
    background: #fff;
    border-radius: 14px;
    padding: 20px;
    box-sizing: border-box;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
}

.modal-card h2 {
    margin: 0 0 10px 0;
}

.modal-card p {
    margin: 0 0 16px 0;
    color: #6b655c;
}

.modal-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.modal-actions form {
    margin: 0;
}

.booking-success-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 18px;
}

.booking-success-actions form {
    margin: 0;
}

.booking-success-actions .button {
    margin: 0;
}

.booking-tabs {
    display: flex;
    gap: 10px;
    margin-bottom: 18px;
    flex-wrap: wrap;
}

.booking-tab {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 18px;
    border: 1px solid #cfc4b6;
    border-radius: 12px;
    background: #fffdf9;
    color: #1e2a18;
    text-decoration: none;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.booking-tab:hover,
.booking-tab:focus {
    background: #f4efe7;
    border-color: #c2b39e;
    color: #1e2a18;
    text-decoration: none;
}

.booking-tab.active {
    background: #dfe7d8;
    border-color: #b7c8af;
    color: #30402f;
}

.series-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 18px;
    margin-bottom: 26px;
}

.series-actions form {
    margin: 0;
}

.series-actions .button {
    margin: 0;
}

.series-bookings-card {
    margin-top: 8px;
}

.series-bookings-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 12px;
}

.series-bookings-list a {
    color: #1f1f1f;
    text-decoration: none;
}

.series-bookings-list a:hover {
    text-decoration: underline;
}

.home-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.home-actions .button {
    margin: 0;
}

.home-links-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.home-links-row .button {
    margin: 0;
    width: auto;
    min-width: 0;
    text-align: center;
}

.home-links-groups {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.calendar-header {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.calendar-header-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}

.calendar-header-top h2 {
    margin: 0;
}

.calendar-nav-inline {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.calendar-nav-inline .button {
    margin: 0;
    width: 44px;
    min-width: 44px;
    padding: 10px 0;
    text-align: center;
}

.calendar-nav-inline .button.placeholder {
    visibility: hidden;
    pointer-events: none;
}

.calendar-range {
    color: #6b655c;
    line-height: 1.2;
    white-space: nowrap;
}

.calendar-range-mobile {
    display: none;
}

.calendar-grid-wrap {
    margin-top: 10px;
    overflow-x: hidden;
}

.calendar-grid {
    display: grid;
    grid-template-columns: 52px repeat(7, minmax(0, 1fr));
    gap: 8px;
    width: 100%;
}

.calendar-time-column,
.calendar-day-column {
    min-width: 0;
}

.calendar-head-spacer {
    height: 58px;
}

.calendar-day-head {
    height: 58px;
    padding: 6px 4px;
    border: 1px solid #d9d2c7;
    border-bottom: none;
    border-radius: 12px 12px 0 0;
    background: #f3efe8;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2px;
    text-align: center;
    box-sizing: border-box;
}

.calendar-day-head.is-today {
    background: #ece6da;
    border-color: #d3c8b7;
}

.calendar-day-head span {
    font-size: 13px;
    line-height: 1.1;
    font-weight: 400;
    color: #6b655c;
    text-transform: lowercase;
}

.calendar-day-head strong {
    font-size: 22px;
    line-height: 1.1;
    font-weight: 700;
}

.calendar-time-label {
    height: 40px;
    font-size: 13px;
    color: #6b655c;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    padding-right: 6px;
    box-sizing: border-box;
    line-height: 1;
}

.calendar-day-body {
    position: relative;
    height: 560px;
    border: 1px solid #d9d2c7;
    border-radius: 0 0 12px 12px;
    background: #fffdfa;
    overflow: hidden;
    box-sizing: border-box;
}

.calendar-booking-block,
.calendar-booking-block:link,
.calendar-booking-block:visited,
.calendar-booking-block:hover,
.calendar-booking-block:active,
.calendar-booking-block:focus {
    position: absolute;
    left: 4px;
    right: 4px;
    z-index: 20;
    background: #dfe7d8;
    border: 1px solid #b7c8af;
    border-radius: 8px;
    box-sizing: border-box;
    color: #30402f;
    font-size: 12px;
    line-height: 1.1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 4px 6px;
    overflow: hidden;
    text-decoration: none;
}

.calendar-booking-block.mine,
.calendar-booking-block.mine:link,
.calendar-booking-block.mine:visited,
.calendar-booking-block.mine:hover,
.calendar-booking-block.mine:active,
.calendar-booking-block.mine:focus {
    background: #dce6f3;
    border-color: #b3c3dd;
    color: #2f4259;
}

a.calendar-booking-block.mine {
    cursor: pointer;
    transition: transform 0.12s ease, box-shadow 0.12s ease, opacity 0.12s ease;
}

a.calendar-booking-block.mine:hover {
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
    opacity: 0.98;
    text-decoration: none;
}

a.calendar-booking-block.mine:focus {
    outline: 2px solid #5f6f52;
    outline-offset: 1px;
    text-decoration: none;
}

.calendar-booking-label {
    font-weight: 600;
    line-height: 1.15;
    margin-bottom: 2px;
    white-space: nowrap;
    color: inherit;
}

.calendar-booking-time {
    font-size: 11px;
    line-height: 1.15;
    opacity: 0.9;
    white-space: nowrap;
    color: inherit;
}

.calendar-hour-line {
    height: 40px;
    border-top: 1px solid #ece6dc;
    box-sizing: border-box;
}

.calendar-hour-line:first-child {
    border-top: none;
}

.calendar-loading {
    opacity: 0.65;
    transition: opacity 0.2s ease;
}

.week-day-head {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-bottom: 12px;
}

.week-day-head span {
    color: #6b655c;
    font-size: 14px;
}

.week-day-slots {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.hall-slider {
    position: relative;
    margin-top: 8px;
}

.hall-slider-track {
    position: relative;
}

.hall-slide {
    display: none;
    width: 100%;
    height: auto;
    border-radius: 12px;
}

.hall-slide.active {
    display: block;
}

.hall-slider-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 42px;
    height: 42px;
    border: none;
    border-radius: 50%;
    background: rgba(31, 31, 31, 0.65);
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.hall-slider-button.prev {
    left: 12px;
}

.hall-slider-button.next {
    right: 12px;
}

.hall-slider-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 12px;
}

.hall-slider-dot {
    width: 10px;
    height: 10px;
    border: none;
    border-radius: 50%;
    background: #c9c1b5;
    cursor: pointer;
    padding: 0;
}

.hall-slider-dot.active {
    background: #7a7367;
}

.card ul {
    margin: 10px 0 0 18px;
    padding: 0;
}

.card li + li {
    margin-top: 6px;
}

.page-image {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    border-radius: 12px;
}

.access-video-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.video-vertical-wrap {
    max-width: 320px;
}

.video-vertical {
    display: block;
    width: 100%;
    aspect-ratio: 9 / 16;
    object-fit: cover;
    border-radius: 12px;
    background: #000;
}

.series-weekdays-field {
    margin-bottom: 14px;
}

.series-weekdays-label {
    margin-bottom: 10px;
    font-weight: 400;
}

.checkbox-group {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.checkbox-group label {
    display: flex;
    align-items: center;
    gap: 10px;
    line-height: 1.2;
    cursor: pointer;
}

.checkbox-group input[type="checkbox"] {
    width: auto;
    min-width: 18px;
    height: 18px;
    margin: 0;
    flex: 0 0 auto;
}

.group-size-options {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 14px;
}

.group-size-option {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    padding: 12px 14px;
    border: 1px solid #d9d2c7;
    border-radius: 10px;
    background: #f5f2ec;
    color: #1f1f1f;
    text-align: center;
    line-height: 1.2;
    cursor: pointer;
    box-sizing: border-box;
}

.group-size-option input[type="radio"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.group-size-option:has(input[type="radio"]:checked) {
    background: #dfe7d8;
    border-color: #b7c8af;
    color: #30402f;
}

.group-size-choice-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.group-size-choice {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    padding: 0 18px;
    border: 1px solid #cfc4b6;
    border-radius: 12px;
    background: #dfe7d8;
    color: #1e2a18;
    text-decoration: none;
    font-size: 18px;
    line-height: 1.2;
    text-align: center;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.group-size-choice:hover,
.group-size-choice:focus {
    background: #d6dfce;
    border-color: #b7c8af;
    color: #1e2a18;
    text-decoration: none;
}

.series-date-field {
    margin-bottom: 14px;
}

.series-date-field {
    margin-bottom: 14px;
}

.series-date-row {
    display: grid;
    grid-template-columns: 200px minmax(0, 1fr);
    align-items: center;
    gap: 12px;
}

.series-date-row label {
    margin: 0;
    line-height: 1.2;
}

.series-date-row input,
.series-date-row select {
    width: 100%;
    margin: 0;
    box-sizing: border-box;
}

.series-weekdays-field {
    margin-bottom: 14px;
}

.series-weekdays-label {
    margin-bottom: 10px;
    font-weight: 400;
}

.weekday-button-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 4px;
}

.weekday-button-option {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 10px 8px;
    border: 1px solid #d9d2c7;
    border-radius: 10px;
    background: #f5f2ec;
    color: #1f1f1f;
    text-align: center;
    line-height: 1.2;
    cursor: pointer;
    box-sizing: border-box;
}

.weekday-button-option input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.weekday-button-option:has(input[type="checkbox"]:checked) {
    background: #dfe7d8;
    border-color: #b7c8af;
    color: #30402f;
}

.series-group-size-field {
    margin-bottom: 14px;
}

.series-group-size-label {
    margin-bottom: 10px;
    font-weight: 400;
}

.profile-setup-form {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.profile-form-row {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.profile-form-row label {
    line-height: 1.2;
}

.profile-form-row input {
    width: 100%;
    max-width: 320px;
    box-sizing: border-box;
}

.profile-form-check {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.profile-form-check label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    line-height: 1.35;
    cursor: pointer;
}

.profile-form-check input[type="checkbox"] {
    width: 18px;
    min-width: 18px;
    max-width: 18px;
    height: 18px;
    margin: 2px 0 0;
    padding: 0;
    flex: 0 0 auto;
}

.profile-form-check a {
    color: #5f6f52;
    text-decoration: underline;
}

.profile-form-check a:hover {
    text-decoration: none;
}

.group-size-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 12px;
}

.duration.active {
    background: #dfe7d8;
    border-color: #b7c8af;
    color: #30402f;
}

.section-title {
    margin: 0 0 12px;
    font-size: 24px;
    line-height: 1.2;
}

.door-code-box {
    margin: 16px 0;
    padding: 0;
}

.door-code-toggle {
    margin: 0;
}

.door-code-panel {
    margin-top: 10px;
    padding: 12px 14px;
    border: 1px solid #d8d1c5;
    border-radius: 12px;
    background: #fffdf9;
}

.door-code-value {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.06em;
    white-space: nowrap;
}

@media (max-width: 900px) {
    .calendar-grid {
        grid-template-columns: 42px repeat(7, minmax(0, 1fr));
        gap: 6px;
    }

    .calendar-day-head span {
        font-size: 12px;
    }

    .calendar-day-head strong {
        font-size: 20px;
    }

    .calendar-time-label {
        font-size: 12px;
        padding-right: 4px;
    }

    .access-video-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    body {
        margin: 20px auto;
        padding: 0 12px;
    }

    h1 {
        margin-bottom: 12px;
        font-size: 1.45rem;
        line-height: 1.15;
    }

    h2 {
        font-size: 1.35rem;
        line-height: 1.25;
    }

    .site-header {
        margin-bottom: 16px;
    }

    .site-header-inner {
        padding: 10px 12px 12px;
        display: grid;
        grid-template-columns: 1fr auto;
        align-items: center;
        gap: 10px;
    }

    .site-brand {
        font-size: 1rem;
        white-space: normal;
    }

    .site-menu-toggle {
        display: block;
        margin: 0;
        width: auto;
        font-size: 26px;
    }

    .site-nav {
        display: none;
        grid-column: 1 / -1;
        flex-direction: column;
        gap: 10px;
        padding-top: 4px;
    }

    .site-nav.open {
        display: flex;
    }

    .site-nav a {
        font-size: 15px;
    }

    .site-main {
        padding: 0 12px;
    }

    .site-footer {
        margin-top: 24px;
        padding-bottom: 16px;
    }

    .site-footer-inner {
        padding: 16px 12px 0;
    }

    .site-footer-icons {
        justify-content: center;
        gap: 10px;
    }

    .site-icon-link {
        width: 40px;
        height: 40px;
    }

    .site-icon-link svg {
        width: 18px;
        height: 18px;
    }

    .page-actions {
        display: flex;
        flex-direction: column;
        gap: 6px;
        margin-bottom: 16px;
    }

    .page-header {
        margin-bottom: 16px;
    }

    .page-title {
        margin-bottom: 6px;
    }

    .page-subtitle {
        margin-bottom: 0;
    }

    .button,
    button.button {
        display: block;
        width: 100%;
        margin-right: 0;
        margin-bottom: 0;
        text-align: center;
        box-sizing: border-box;
    }

    .card {
        padding: 14px;
        margin-bottom: 18px;
    }

    .status-box,
    .next-step-box,
    .empty-box {
        padding: 12px 14px;
        margin-bottom: 14px;
    }

    input,
    button,
    select,
    textarea {
        width: 100%;
        box-sizing: border-box;
        font-size: 16px;
    }

    .slots,
    .durations {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .slot,
    .duration {
        display: block;
        width: 100%;
        text-align: center;
        box-sizing: border-box;
    }

    .booking-list {
        gap: 12px;
    }

    .booking-list .card {
        margin-bottom: 0;
    }

    .booking-list .button {
        margin-top: 8px;
    }

    .status-box p,
    .next-step-box p,
    .card p {
        margin-top: 0;
        margin-bottom: 10px;
    }

    .card p:last-child,
    .status-box p:last-child,
    .next-step-box p:last-child {
        margin-bottom: 0;
    }

    .booking-success-actions {
        display: flex;
        flex-direction: column;
        gap: 10px;
        margin-top: 18px;
    }

    .booking-success-actions .button,
    .booking-success-actions form {
        width: 100%;
        margin: 0;
    }

    .booking-success-actions form .button {
        width: 100%;
        margin: 0;
    }

    .payment-action {
        margin-top: 14px;
        margin-bottom: 18px;
    }

    .payment-action .button {
        margin-top: 0;
        margin-bottom: 0;
    }

    .modal-card {
        padding: 16px;
    }

    .modal-actions {
        flex-direction: column;
    }

    .modal-actions .button,
    .modal-actions form {
        width: 100%;
    }

    .modal-actions form .button {
        width: 100%;
        margin: 0;
    }

    .messages li {
        padding: 10px 12px;
    }

    .meta {
        margin-bottom: 14px;
    }

    .series-actions {
        flex-direction: column;
        gap: 10px;
        margin-bottom: 22px;
    }

    .series-actions .button,
    .series-actions form {
        width: 100%;
    }

    .series-actions form .button {
        width: 100%;
        margin: 0;
    }

    .home-actions {
        flex-direction: column;
    }

    .home-actions .button {
        width: 100%;
    }

    .home-links-row {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .home-links-groups {
        gap: 8px;
    }

    .home-links-row .button {
        width: 100%;
    }

    .calendar-header-top {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
    }

    .calendar-header-top h2 {
        margin: 0;
        font-size: 1.15rem;
        line-height: 1.2;
    }

    .calendar-nav-inline {
        display: grid;
        grid-template-columns: 40px 1fr 40px;
        align-items: center;
        gap: 8px;
        width: 100%;
    }

    .calendar-nav-inline .button {
        width: 40px;
        min-width: 40px;
        padding: 8px 0;
        margin: 0;
    }

    .calendar-range {
        text-align: center;
        white-space: nowrap;
        font-size: 14px;
        line-height: 1.2;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .calendar-grid-wrap {
        overflow-x: auto;
    }

    .calendar-grid {
        min-width: 760px;
        grid-template-columns: 42px repeat(7, 1fr);
    }

    .calendar-range-desktop {
        display: none;
    }

    .calendar-range-mobile {
        display: inline;
    }

    .calendar-booking-time {
        font-size: 10px;
    }

    .hall-slider-button {
        width: 36px;
        height: 36px;
        font-size: 16px;
    }

    .hall-slider-button.prev {
        left: 8px;
    }

    .hall-slider-button.next {
        right: 8px;
    }

    .checkbox-group {
        gap: 12px;
    }

    .checkbox-group label {
        display: flex;
        align-items: center;
        gap: 12px;
        line-height: 1.2;
    }

    .checkbox-group input[type="checkbox"] {
        width: 18px;
        min-width: 18px;
        max-width: 18px;
        height: 18px;
        margin: 0;
        padding: 0;
        flex: 0 0 auto;
    }

    .series-date-row {
        grid-template-columns: 105px minmax(0, 1fr);
        gap: 10px;
        align-items: center;
    }

    .series-date-row label {
        margin: 0;
        line-height: 1.2;
    }

    .series-date-row input,
    .series-date-row select {
        width: 100%;
        margin: 0;
        box-sizing: border-box;
    }

    .weekday-button-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .weekday-button-option {
        min-height: 44px;
        padding: 10px 8px;
        font-size: 15px;
    }

    .group-size-options {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .group-size-option {
        min-height: 48px;
        padding: 10px 8px;
        font-size: 15px;
    }

    .group-size-actions {
        flex-direction: column;
    }

    .group-size-actions .button {
        width: 100%;
        text-align: center;
    }

    .group-size-choice-grid {
        grid-template-columns: 1fr;
    }

    .profile-form-row input {
        max-width: 100%;
    }

    .aligned-form--compact .form-row {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .form-row {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .form-field input,
    .form-field select,
    .form-field textarea {
        max-width: 100%;
    }
}