/* --- Lemondás oldal --- */
.ehok-moziest-cancel-page .container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ehok-moziest-cancel-hero {
    text-align: center;
    max-width: 36rem;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.ehok-moziest-cancel-hero .ehok-page-title,
.ehok-moziest-cancel-hero .ehok-page-lead {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.ehok-moziest-cancel-eyebrow {
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--ehok-orange, #f9a733);
    margin-bottom: 0.5rem;
}

.ehok-moziest-cancel-panel {
    width: 100%;
    max-width: 520px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.ehok-moziest-cancel-card {
    background: #fff;
    border-radius: 1.25rem;
    overflow: hidden;
    box-shadow: 0 16px 40px rgba(9, 43, 80, 0.08);
    border: 1px solid rgba(9, 43, 80, 0.06);
}

.ehok-moziest-cancel-card__head {
    background: linear-gradient(135deg, var(--ehok-blue, #092b50) 0%, #345a75 100%);
    color: #fff;
    padding: 1.25rem 1.5rem;
}

.ehok-moziest-cancel-card__head--compact {
    padding: 1.1rem 1.5rem;
}

.ehok-moziest-cancel-card__eyebrow {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--ehok-orange, #f9a733);
    margin-bottom: 0.3rem;
}

.ehok-moziest-cancel-card__title {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1.35;
    margin: 0;
    color: #fff;
}

.ehok-moziest-cancel-card__body {
    padding: 1.35rem 1.5rem 1.5rem;
}

.ehok-moziest-cancel-card--notice {
    padding: 0;
}

.ehok-moziest-cancel-card--notice .ehok-moziest-cancel-notice {
    border-radius: 1.25rem;
    box-shadow: none;
}

.ehok-moziest-cancel-facts {
    display: grid;
    gap: 0;
}

.ehok-moziest-cancel-fact {
    display: grid;
    grid-template-columns: minmax(100px, 130px) 1fr;
    gap: 0.85rem;
    align-items: start;
    padding: 0.85rem 0;
    border-bottom: 1px solid rgba(9, 43, 80, 0.08);
}

.ehok-moziest-cancel-fact:first-child {
    padding-top: 0;
}

.ehok-moziest-cancel-fact:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.ehok-moziest-cancel-fact dt {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--ehok-blue, #092b50);
}

.ehok-moziest-cancel-fact dd {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    color: #334155;
    line-height: 1.55;
}

.ehok-moziest-cancel-form .form-label {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--ehok-blue, #092b50);
    margin-bottom: 0.4rem;
}

.ehok-moziest-cancel-form .form-control {
    border: 1px solid rgba(9, 43, 80, 0.14);
    border-radius: 0.75rem;
    padding: 0.7rem 0.95rem;
    font-family: 'Poppins', sans-serif;
    font-size: 0.95rem;
    color: #1e293b;
    background: #fff;
}

.ehok-moziest-cancel-form .form-control:focus {
    border-color: var(--ehok-blue, #092b50);
    box-shadow: 0 0 0 0.2rem rgba(9, 43, 80, 0.1);
}

.ehok-moziest-cancel-help {
    color: #64748b;
    font-size: 0.88rem;
    line-height: 1.55;
    margin: 0.65rem 0 0;
    padding: 0.85rem 1rem;
    background: rgba(9, 43, 80, 0.04);
    border: 1px solid rgba(9, 43, 80, 0.08);
    border-left: 3px solid var(--ehok-orange, #f9a733);
    border-radius: 0.85rem;
}

.ehok-moziest-cancel-response:not(:empty) {
    margin-bottom: 1rem;
}

.ehok-moziest-cancel-button {
    font-family: 'Poppins', sans-serif;
    width: 100%;
    padding: 0.75rem 1.35rem;
    border-radius: 999px;
    display: block;
    color: #fff !important;
    font-weight: 700;
    font-size: 0.92rem;
    border: 2px solid #c0392b;
    background-color: #c0392b;
    transition: 0.25s ease;
}

.ehok-moziest-cancel-button:hover:not(:disabled) {
    background-color: #a93226;
    border-color: #a93226;
}

.ehok-moziest-cancel-button:disabled {
    background-color: #cbd5e1 !important;
    border-color: #cbd5e1 !important;
    cursor: not-allowed;
}

.ehok-moziest-cancel-notice {
    background: #fff;
    border-radius: 1rem;
    padding: 1.25rem 1.5rem;
    color: #334155;
    line-height: 1.6;
    font-family: 'Poppins', sans-serif;
    font-size: 0.95rem;
}

.ehok-moziest-cancel-notice.is-success {
    border-left: 4px solid #1d7a1d;
    background: #f3faf4;
}

.ehok-moziest-cancel-notice.is-error {
    border-left: 4px solid #c0392b;
    background: #fdf3f2;
}

.ehok-moziest-cancel-notice.is-info {
    border-left: 4px solid var(--ehok-blue, #092b50);
    background: #f4f8fc;
}

.ehok-moziest-cancel-notice.is-warning {
    border-left: 4px solid #f9a733;
    background: #fffaf2;
}

/* --- Regisztrációs modal --- */
.ehok-moziest-modal-root .modal-backdrop.show {
    opacity: 0.55;
}

.ehok-moziest-modal-dialog {
    max-width: 520px;
}

.ehok-moziest-modal-dialog--success {
    max-width: 420px;
}

.ehok-moziest-modal {
    border: 0;
    border-radius: 1.25rem;
    overflow: hidden;
    box-shadow: 0 24px 60px rgba(9, 43, 80, 0.22);
    font-family: 'Poppins', sans-serif;
}

.ehok-moziest-modal__header {
    background: linear-gradient(135deg, var(--ehok-blue, #092b50) 0%, #345a75 100%);
    color: #fff;
    border: 0;
    padding: 1.35rem 1.5rem;
    align-items: flex-start;
}

.ehok-moziest-modal__eyebrow {
    display: block;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--ehok-orange, #f9a733);
    margin-bottom: 0.25rem;
}

.ehok-moziest-modal__title {
    font-family: 'Poppins', sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    margin: 0;
    color: #fff;
    line-height: 1.35;
}

.ehok-moziest-modal__close {
    filter: invert(1);
    opacity: 0.85;
}

.ehok-moziest-modal__close:hover {
    opacity: 1;
}

.ehok-moziest-modal__body {
    padding: 1.35rem 1.5rem 0.5rem;
    max-height: calc(100vh - 220px);
    background: #fff;
}

.ehok-moziest-modal__response:not(:empty) {
    margin-bottom: 1rem;
}

.ehok-moziest-modal__footer {
    border: 0;
    background: #f8f9fc;
    padding: 1rem 1.5rem 1.35rem;
    gap: 0.75rem;
    justify-content: flex-end;
}

.ehok-moziest-form .form-label {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--ehok-blue, #092b50);
    margin-bottom: 0.4rem;
}

.ehok-moziest-form .form-control {
    border: 1px solid rgba(9, 43, 80, 0.14);
    border-radius: 0.75rem;
    padding: 0.7rem 0.95rem;
    font-family: 'Poppins', sans-serif;
    font-size: 0.95rem;
    color: #1e293b;
    background: #fff;
}

.ehok-moziest-form .form-control:focus {
    border-color: var(--ehok-blue, #092b50);
    box-shadow: 0 0 0 0.2rem rgba(9, 43, 80, 0.1);
}

.ehok-moziest-form__check .form-check-label {
    font-size: 0.92rem;
    color: #475569;
    line-height: 1.5;
}

.ehok-moziest-form__check .form-check-label a {
    color: var(--ehok-blue, #092b50);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.ehok-moziest-form__check .form-check-label a:hover {
    color: var(--ehok-orange, #f9a733);
}

.ehok-moziest-form__check .form-check-input:checked {
    background-color: var(--ehok-orange, #f9a733);
    border-color: var(--ehok-orange, #f9a733);
}

.ehok-moziest-form__check .form-check-input:focus {
    box-shadow: 0 0 0 0.2rem rgba(249, 167, 51, 0.25);
}

.ehok-moziest-form__info {
    background: rgba(9, 43, 80, 0.04);
    border: 1px solid rgba(9, 43, 80, 0.08);
    border-left: 3px solid var(--ehok-orange, #f9a733);
    border-radius: 0.85rem;
    padding: 0.9rem 1rem;
    font-size: 0.88rem;
    line-height: 1.55;
    color: #64748b;
}

.ehok-moziest-form__info strong {
    color: var(--ehok-blue, #092b50);
}

.ehok-moziest-btn {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 0.92rem;
    border-radius: 999px;
    padding: 0.65rem 1.35rem;
    transition: 0.25s ease;
}

.ehok-moziest-btn--primary {
    background: var(--ehok-orange, #f9a733);
    border: 2px solid var(--ehok-orange, #f9a733);
    color: #fff !important;
}

.ehok-moziest-btn--primary:hover:not(:disabled) {
    background: var(--ehok-blue, #092b50);
    border-color: var(--ehok-blue, #092b50);
    color: #fff !important;
}

.ehok-moziest-btn--primary:disabled {
    background: #cbd5e1 !important;
    border-color: #cbd5e1 !important;
    color: #fff !important;
    cursor: not-allowed;
}

.ehok-moziest-btn--outline {
    background: transparent;
    border: 2px solid rgba(9, 43, 80, 0.2);
    color: var(--ehok-blue, #092b50) !important;
}

.ehok-moziest-btn--outline:hover {
    background: var(--ehok-blue, #092b50);
    border-color: var(--ehok-blue, #092b50);
    color: #fff !important;
}

.ehok-moziest-modal__notice {
    border-radius: 0.85rem;
    padding: 0.85rem 1rem;
    font-size: 0.92rem;
    line-height: 1.5;
}

.ehok-moziest-modal__notice.is-error {
    background: #fdf3f2;
    border: 1px solid rgba(192, 57, 43, 0.2);
    border-left: 3px solid #c0392b;
    color: #7f1d1d;
}

/* --- Siker modal --- */
.ehok-moziest-modal--success {
    border-top: 4px solid var(--ehok-orange, #f9a733);
}

.ehok-moziest-success {
    position: relative;
    text-align: center;
    padding: 2rem 1.75rem 1.75rem;
}

.ehok-moziest-success__close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    filter: none;
    opacity: 0.55;
}

.ehok-moziest-success__icon {
    width: 4rem;
    height: 4rem;
    margin: 0 auto 1rem;
    border-radius: 999px;
    background: rgba(249, 167, 51, 0.14);
    color: var(--ehok-orange, #f9a733);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
}

.ehok-moziest-success__title {
    font-family: 'Poppins', sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--ehok-blue, #092b50);
    margin-bottom: 0.65rem;
}

.ehok-moziest-success__message {
    color: #475569;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 0.75rem;
}

.ehok-moziest-success__hint {
    font-size: 0.82rem;
    color: #94a3b8;
    margin-bottom: 1.25rem;
}

.ehok-moziest-success__btn {
    min-width: 140px;
}

#moziest-reg-response .ehok-moziest-modal__notice:last-child,
#moziest-cancel-response .ehok-moziest-cancel-notice:last-child {
    margin-bottom: 0;
}

@media (max-width: 575.98px) {
    .ehok-moziest-cancel-page .container {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .ehok-moziest-cancel-card__body {
        padding: 1.15rem 1.15rem 1.25rem;
    }

    .ehok-moziest-cancel-fact {
        grid-template-columns: 1fr;
        gap: 0.25rem;
    }

    .ehok-moziest-modal__footer {
        flex-direction: column;
    }

    .ehok-moziest-modal__footer .ehok-moziest-btn {
        width: 100%;
    }

    .ehok-moziest-cancel-button {
        width: 100%;
        text-align: center;
    }

    .ehok-moziest-success__btn {
        width: 100%;
    }
}
