.xoo-el-opac, .xoo-el-notice-opac {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 999999;
    right: 0;
    background-color: black;
    opacity: 0;
    transition: all 0.2s ease-out
}

.xoo-el-container:not(.xoo-el-style-slider) .xoo-el-modal, .xoo-el-notice-modal {
    top: 0;
    text-align: center;
    bottom: 0;
    left: 0;
    right: 0;
    position: fixed;
    z-index: 1000000000;
    overflow: auto;
    opacity: 0;
    transition: all 0.2s ease-in-out;
    transform: scale(0.8);
}

.xoo-el-inmodal .scroll-content {
    height: 100%;
}

.xoo-el-modal:before, .xoo-el-notice-modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    margin-right: -0.25em;
}

.xoo-el-container:not(.xoo-el-style-slider) .xoo-el-inmodal, .xoo-el-notice-inmodal {
    display: inline-block;
    background: #fff;
    position: relative;
    vertical-align: middle;
    width: 90%;
    text-align: left;
    border-radius: 5px;
    height: 90%;
}

.xoo-el-srcont {
    flex-grow: 1;
    height: 100%;
    overflow: auto;
}

.xoo-el-container:not(.xoo-el-style-slider).xoo-el-popup-active .xoo-el-modal {
    opacity: 1;
    transform: scale(1);
}

.xoo-el-popup-active.xoo-el-container {
    visibility: visible!important;
    font-size: 15px;
}

.xoo-el-container {
    visibility: hidden;
}

span.xoo-el-close, .xoo-el-notice-close {
    font-size: 17px;
    position: absolute;
    right: -9px;
    top: -12px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 100;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    background-color: #fff;
    box-shadow: -1px 2px 10px rgba(0, 0, 0, .17);
}

span.xoo-el-close:hover, .xoo-el-notice-close:hover {
    color: #e63030;
}

.xoo-el-head span {
    display: block;
}

.xoo-el-head {
    display: table;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.xoo-el-form-container button.button.btn.xoo-el-action-btn {
    clear: both;
    width: calc(100% - 20px);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin: 10px 0;
}

body.xoo-el-popup-active, body.xoo-el-popup-notice-active {
    overflow-y: hidden;
}

.xoo-el-notice-error {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.xoo-el-notice-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.xoo-el-notice-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.xoo-el-notice {
    display: none;
    width: calc(100% - 20px);
    margin-bottom: 15px;
}

.xoo-el-notice-error , .xoo-el-notice-success, .xoo-el-notice-warning {
    padding: 7px 15px;
    border: 1px solid transparent;
    border-radius: 4px;
    display: block;
}

.xoo-aff-group.xoo-el-login-btm-fields {
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 14px;
    justify-content: space-between;
}

.xoo-aff-group.xoo-el-login-btm-fields .xoo-el-form-label {
    display: flex;
    align-items: center;
    gap: 6px;
}

.xoo-el-section {
    display: none;
}

.xoo-el-section.xoo-el-active {
    display: block;
}

.xoo-el-switch {
    cursor: pointer;
}

.xoo-el-lostpw-tgr , .xoo-el-login-tgr , .xoo-el-reg-tgr {
    cursor: pointer;
}

.xoo-el-head-nav {
    text-decoration: underline;
}

.xoo-el-form-txt {
    margin-bottom: 10px;
    display: block;
}

.xoo-el-head-action a {
    margin: 0 5px;
}

.xoo-el-action-form > a.xoo-el-lostpw-tgr {
    display: table;
    float: right;
    margin-top: -5px;
    clear: both;
    text-transform: uppercase;
    font-size: 13px;
    cursor: pointer;
    margin-bottom: 5px;
}

.xoo-el-head-action a:hover {
    text-decoration: underline;
}

.xoo-el-notice a.xoo-el-lostpw-tgr {
    margin-left: 5px;
    text-decoration: underline;
}

.xoo-el-lostpw-success .woocommerce-message {
    margin: 0 0 10px 0;
}

.xoo-el-sidebar {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
}

.xoo-el-wrap {
    min-height: 100%;
    display: flex;
    width: 100%;
    height: 100%;
}

.xoo-el-main {
    position: relative;
    vertical-align: top;
    height: auto;
}

@media only screen and (max-width: 769px) {
    .xoo-el-sidebar {
        display: none;
    }

    .xoo-el-wrap , .xoo-el-main {
        display: block;
        width: auto;
    }
}

label.xoo-el-form-label {
    font-weight: normal;
    cursor: pointer;
    margin: 0;
}

a.xoo-el-lostpw-tgr {
    margin: 0;
}

.xoo-el-header-icon {
    position: absolute;
    font-size: 56px;
    top: -30px;
    color: #fff;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.xoo-el-recaptcha {
    margin-bottom: 20px;
    display: flex;
    width: 100%;
}

/**
 * Password strength meter
 */
.woocommerce-password-strength {
    text-align: center;
    font-weight: 600;
    padding: 3px 0.5em;
    font-size: 1em;
    &.strong {
        background-color: #c1e1b9;
        border-color: #83c373;
    }

    &.short {
        background-color: #f1adad;
        border-color: #e35b5b;
    }

    &.bad {
        background-color: #fbc5a9;
        border-color: #f78b53;
    }

    &.good {
        background-color: #ffe399;
        border-color: #ffc733;
    }
}

.woocommerce-password-hint {
    margin: 0.5em 0 0;
    display: block;
}

.xoo-el-fields {
    position: relative;
    z-index: 1;
}

.xoo-el-popover>.xoo-el-arrow, .xoo-el-popover>.xoo-el-arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.xoo-el-popover>.xoo-el-arrow {
    border-width: 11px;
    bottom: -10px;
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #fff;
}

.xoo-el-popover {
    position: absolute;
    right: 20px;
    top: -96px;
    background-color: #fff;
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    font-size: 14px;
    display: none;
    z-index: 99;
}

span.xoo-el-pm-head {
    display: block;
    padding: 10px;
}

span.xoo-el-pm-strength {
    display: block;
    padding: 10px;
}

.xoo-el-password-meter.bad .xoo-el-pm-head , .xoo-el-password-meter.short .xoo-el-pm-head {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.xoo-el-password-meter.good .xoo-el-pm-head {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.xoo-el-password-meter.strong .xoo-el-pm-head {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.xoo-el-section-login .xoo-el-notice br+br {
    display: none;
}

span.xoo-el-loginvia {
    display: block;
    margin-top: 30px;
    text-align: center;
    color: #777;
}

.xoo-el-section.xoo-el-section-lostpw {
    padding-right: 20px;
}

/* Header */
.xoo-el-form-container ul.xoo-el-tabs {
    display: flex;
    margin: 0;
    list-style: none;
    padding: 0;
    padding: 0 20px 16px;
}

.xoo-el-form-container ul.xoo-el-tabs li {
    padding: 12px 20px;
    flex-grow: 1;
    flex-basis: auto;
    text-align: center;
    cursor: pointer;
    list-style: none;
    margin: 0;
}

.xoo-el-form-container ul.xoo-el-tabs li.xoo-el-active {
    font-weight: 600;
    pointer-events: none;
}

.xoo-el-section {
    padding-left: 20px;
}

.xoo-el-username-menu img.avatar, .xoo-el-firstname-menu img.avatar {
    width: 15px;
    margin-right: 6px;
    height: auto;
    display: inline;
    vertical-align: middle;
}

/** -- */
.xoo-el-uv-cont span:first-of-type {
    font-size: 30px;
    display: block;
    text-align: center;
}

.xoo-el-uv-cont span:last-of-type {
    font-size: 16px;
    line-height: 37px;
    margin-top: 9px;
}

.xoo-el-form-container {
    padding-bottom: 0;
}

.xoo-el-form-container.xoo-el-form-inline {
    max-width: 700px;
    margin: 10px auto;
}

.xoo-el-processing {
    pointer-events: none;
}


.xoo-el-login-btm-fields label {
}

.xoo-aff-input-group svg.xoo-aff-input-icon {
    padding: 10px;
    max-width: 35px;
    min-width: 35px;
}

.xoo-el-srcont::-webkit-scrollbar, .xoo-el-popup-notice::-webkit-scrollbar {
    width: 7px;
}

.xoo-el-srcont::-webkit-scrollbar-track. .xoo-el-popup-notice::-webkit-scrollbar-track {
    border-radius: 10px;
    background: #f0f0f0;
}

.xoo-el-srcont::-webkit-scrollbar-thumb, .xoo-el-popup-notice::-webkit-scrollbar-thumb {
    border-radius: 50px;
    background: #dfdbdb
}

.xoo-aff-myacc-field {
    margin: 0 0 1.41575em;
}

.xoo-aff-myacc-field .select2-container {
    max-width: 100%;
}

span.xoo-el-resetpw-hnotice {
    text-align: center;
    display: block;
    margin-bottom: 20px;
    cursor: pointer;
    text-decoration: underline;
    opacity: 0.8;
    font-style: italic;
}

.xoo-el-form-container[data-active="resetpw"] .xoo-el-resetpw-hnotice {
    display: none;
}

.xoo-el-form-resetpw .xoo-el-form-txt {
    margin-bottom: 20px;
    font-style: italic;
    text-align: center;
}

form.xoo-el-action-form {
    margin-top: 20px;
    margin-bottom: 0;
}

@media only screen and (max-width: 600px) {
    body .xoo-el-main {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.xoo-el-form-container[data-active="single"] .xoo-el-header {
    display: none;
}

span.xoo-el-nav-ft {
    text-align: center;
    display: block;
    margin: 10px 20px 0 0;
}

span.xoo-el-sing-head {
    display: block;
    font-size: 32px;
    margin-bottom: 5px;
}

span.xoo-el-sing-subtxt {
    font-size: 16px;
    display: block;
}

.xoo-el-sing-fields {
    display: inline-block;
    margin-top: 30px;
    width: 100%;
}

img.xoo-el-head-img {
    display: table;
    margin: 0 auto 30px;
}

span.xoo-el-edit-em {
    position: absolute;
    right: 10px;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    cursor: pointer;
}

.xoo-el-section[data-section="single"] .xoo-el-notice {
    margin-bottom: -10px;
}

/** Slider **/
.xoo-el-style-slider .xoo-el-sidebar {
    display: none;
}

.xoo-el-style-slider .xoo-el-modal:before {
    display: none;
}

.xoo-el-style-slider .xoo-el-modal {
    top: 0;
    bottom: 0;
    position: fixed;
    z-index: 1000000000;
    transition: all 0.5s;
    right: 0;
    width: 100%;
}

.xoo-el-style-slider.xoo-el-popup-active .xoo-el-modal {
    transform: none;
}

.xoo-el-style-slider .xoo-el-inmodal {
    height: 100%;
    max-height: 100%;
    margin-top: 0;
}

.xoo-el-style-slider .xoo-el-srcont {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.xoo-el-style-slider .xoo-el-main {
    height: auto;
    overflow: auto;
    width: 100%;
}

.xoo-el-style-slider span.xoo-el-close {
    top: 10px;
    right: 10px;
}

.xoo-el-spinner {
    animation: xoo-el-spin 2s linear infinite;
    display: inline-block;
}

@keyframes xoo-el-spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.xoo-el-form-container[data-active="single"] img.xoo-el-head-img {
    margin-bottom: 20px;
}

body.rtl .xoo-el-section {
    padding-right: 20px;
    padding-left: 0;
}

body.rtl .xoo-aff-group:not(.xoo-aff-cont-tel) span.xoo-el-edit-em {
    left: 10px;
    right: auto;
}

body.rtl .xoo-el-form-container {
    text-align: right;
}

body.rtl .xoo-aff-pw-toggle {
    left: 5px;
    right: auto;
}

body.rtl .xoo-aff-cont-tel .xoo-aff-input-group .xoo-el-edit-em {
    right: 55px;
}

body.rtl .xoo-aff-cont-tel .xoo-aff-input-group {
    direction: rtl;
}

.xoo-aff-group {
    align-self: flex-end;
}

.xoo-el-fields-cont {
    display: flex;
    flex-wrap: wrap;
}

.xoo-el-popup-active .select2-container {
    z-index: 99999999999!important;
}

.xoo-el-popup-active.xoo-el-container {
    content-visibility: visible!important;
}

.xoo-ff-files {
    display: flex;
    flex-direction: column;
    line-break: anywhere;
    margin-top: 10px;
}

.xoo-ff-files a {
    padding: 2px 0;
}

.xoo-ff-files > div > span {
    color: red;
    margin-left: 5px;
    font-weight: 600;
    cursor: pointer;
}

/* Notice Popup */
.xoo-el-popup-notice-active.xoo-el-popup-notice{
    content-visibility: visible!important;
    visibility: visible!important;
}

.xoo-el-notice-opac {
    opacity: 0.7;
    background-color: #000;
    z-index: 1000000;
}

.xoo-el-popup-notice-active .xoo-el-notice-modal {
    opacity: 1;
    transform: scale(1);
}

.xoo-el-notice-modal:before {
    vertical-align: middle;
}

.xoo-el-notice-inmodal {
    max-width: 1200px;
    height: 92%;
    width: 92%;
}

.xoo-el-notice-wrap iframe {
    width: 100%;
    height: 100%;
}

.xoo-el-notice-wrap {
    height: 100%;
}

.xoo-el-pop-sc {
    display: inline;
}/* ============================================
   KLINIKA FORMY - WERSJA 3.2.0 (PL)
   POPRAWKI: Szerszy popup + Wszystko PL
   Autor: Kamil - Klinika Formy
   Data: 10.11.2025
   ============================================ */

/* Zmienne CSS */
:root {
    --kf-gold: #d4af37;
    --kf-gold-light: #f8e9a1;
    --kf-gold-dark: #a17c0a;
    --kf-black: #000000;
    --kf-white: #ffffff;
    --kf-transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

/* ===================================
   TŁO I WARSTWY
   =================================== */

.xoo-el-opac {
    background: #000000 !important;
    opacity: 0.95 !important;
}

.xoo-el-modal {
    background: transparent !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 10px !important; /* Minimalny padding na mobile */
}

/* Złote drobinki */
.xoo-el-modal::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        radial-gradient(circle at 20% 30%, rgba(212, 175, 55, 0.15) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(212, 175, 55, 0.12) 0%, transparent 50%),
        radial-gradient(circle at 50% 50%, rgba(212, 175, 55, 0.08) 0%, transparent 40%);
    z-index: 1;
    animation: kfGoldParticles 20s ease-in-out infinite;
    pointer-events: none;
}

@keyframes kfGoldParticles {
    0%, 100% { opacity: 0.6; transform: translateY(0); }
    50% { opacity: 0.8; transform: translateY(-20px); }
}

/* Biały dym */
.xoo-el-opac::before {
    content: '';
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30%;
    background: linear-gradient(to top, 
        rgba(255, 255, 255, 0.12) 0%,
        rgba(255, 255, 255, 0.06) 50%,
        transparent 100%);
    z-index: 5;
    pointer-events: none;
    animation: kfSmokeRise 8s ease-in-out infinite;
}

@keyframes kfSmokeRise {
    0%, 100% { opacity: 0.6; transform: translateY(0); }
    50% { opacity: 0.9; transform: translateY(-15px); }
}

/* ===================================
   WRAPPER - SZERSZY NA MOBILE!
   =================================== */

.xoo-el-inmodal {
    position: relative !important;
    z-index: 100;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    /* MOBILE: prawie pełna szerokość (98%) z minimalnym marginesem */
    width: 98% !important;
    max-width: 500px !important;
    height: auto !important;
    max-height: 90vh !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    animation: kfPopupAppear 0.6s ease-out;
    margin: 0 auto !important;
}

@keyframes kfPopupAppear {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ===================================
   POPUP FORMULARZA
   =================================== */

.xoo-el-srcont {
    position: relative;
    z-index: 10;
    background: rgba(5, 5, 5, 0.95) !important;
    border: 2px solid rgba(212, 175, 55, 0.3) !important;
    border-radius: 20px !important;
    box-shadow: 
        0 20px 60px rgba(0, 0, 0, 0.9),
        0 0 100px rgba(212, 175, 55, 0.2),
        inset 0 0 30px rgba(212, 175, 55, 0.05) !important;
    backdrop-filter: blur(30px) brightness(0.7);
    -webkit-backdrop-filter: blur(30px) brightness(0.7);
    width: 100% !important;
    margin: 0 0 20px 0 !important;
    order: 1;
}

/* ===================================
   POSTAĆ POD OKNEM
   =================================== */

.xoo-el-inmodal::after {
    content: '';
    display: block;
    width: 100%;
    max-width: 400px;
    height: 200px;
    background-image: url('https://akf.klinika-formy.pl/wp-content/uploads/2025/05/PRZESLIJ-ZGLOSZENIE-1-scaled.png');
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 5;
    order: 2;
    margin-top: -10px;
    filter: brightness(1.1);
    animation: kfPersonFloat 3s ease-in-out infinite;
}

@keyframes kfPersonFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

/* ===================================
   ZAKŁADKI
   =================================== */

.xoo-el-section-title {
    padding: 18px 20px !important;
    margin: 0 !important;
    text-align: center;
    color: rgba(255, 255, 255, 0.6) !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: all var(--kf-transition);
    background: rgba(0, 0, 0, 0.3) !important;
    border-bottom: 1px solid rgba(212, 175, 55, 0.2) !important;
    position: relative;
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.xoo-el-section-title:hover,
.xoo-el-section-title:active {
    color: var(--kf-gold-light) !important;
    background: rgba(212, 175, 55, 0.05) !important;
}

.xoo-el-section-active .xoo-el-section-title {
    color: var(--kf-gold) !important;
    background: rgba(212, 175, 55, 0.1) !important;
}

.xoo-el-section-active .xoo-el-section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, transparent, var(--kf-gold), transparent);
}

/* ===================================
   FORMULARZE
   =================================== */

.xoo-el-form-container {
    padding: 25px 20px !important;
}

.xoo-el-form-container label {
    color: rgba(255, 255, 255, 0.8) !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    margin-bottom: 8px !important;
    display: block;
}

/* Input fields */
.xoo-el-form-container input[type="text"],
.xoo-el-form-container input[type="password"],
.xoo-el-form-container input[type="email"] {
    width: 100% !important;
    padding: 16px 18px !important;
    border: 2px solid rgba(212, 175, 55, 0.2) !important;
    border-radius: 12px !important;
    font-size: 16px !important;
    background: rgba(255, 255, 255, 0.02) !important;
    color: var(--kf-white) !important;
    outline: none !important;
    transition: all var(--kf-transition);
    min-height: 48px;
    -webkit-appearance: none;
    appearance: none;
}

.xoo-el-form-container input[type="text"]:focus,
.xoo-el-form-container input[type="password"]:focus,
.xoo-el-form-container input[type="email"]:focus {
    border-color: var(--kf-gold) !important;
    background: rgba(212, 175, 55, 0.05) !important;
    box-shadow: 0 0 20px rgba(212, 175, 55, 0.2) !important;
}

.xoo-el-form-container input::placeholder {
    color: rgba(255, 255, 255, 0.4) !important;
}

/* Checkbox */
.xoo-el-form-container input[type="checkbox"] {
    width: 22px !important;
    height: 22px !important;
    accent-color: var(--kf-gold);
    cursor: pointer;
}

/* PRZYCISKI ZŁOTE */
.xoo-el-form-container button[type="submit"],
.xoo-el-form-container .button {
    width: 100% !important;
    padding: 18px !important;
    min-height: 52px !important;
    background: linear-gradient(135deg, var(--kf-gold-dark), var(--kf-gold)) !important;
    border: none !important;
    border-radius: 12px !important;
    color: var(--kf-black) !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    cursor: pointer;
    transition: all var(--kf-transition);
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 10px 30px rgba(212, 175, 55, 0.4);
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
}

.xoo-el-form-container button[type="submit"]:active,
.xoo-el-form-container .button:active {
    transform: scale(0.98) !important;
}

/* Links */
.xoo-el-lostpw-tgr {
    color: rgba(255, 255, 255, 0.6) !important;
    font-size: 14px !important;
    text-decoration: none !important;
    transition: color var(--kf-transition);
    padding: 10px !important;
    display: inline-block;
}

.xoo-el-lostpw-tgr:hover,
.xoo-el-lostpw-tgr:active {
    color: var(--kf-gold) !important;
}

/* ===================================
   KOMUNIKATY
   =================================== */

.xoo-el-notice {
    background: rgba(212, 175, 55, 0.1) !important;
    border: 1px solid rgba(212, 175, 55, 0.3) !important;
    border-radius: 12px !important;
    padding: 15px !important;
    color: white !important;
    margin-bottom: 20px !important;
    font-size: 14px !important;
}

.xoo-el-notice-error {
    background: rgba(255, 65, 54, 0.1) !important;
    border-color: rgba(255, 65, 54, 0.3) !important;
}

.xoo-el-notice-success {
    background: rgba(46, 204, 113, 0.1) !important;
    border-color: rgba(46, 204, 113, 0.3) !important;
}

/* ===================================
   RESPONSIVE: TABLET
   =================================== */

@media (min-width: 768px) {
    .xoo-el-modal {
        padding: 20px !important;
    }
    
    .xoo-el-inmodal {
        width: 90% !important;
        max-width: 500px !important;
    }
    
    .xoo-el-form-container {
        padding: 35px 30px !important;
    }
    
    .xoo-el-section-title {
        font-size: 16px !important;
    }
    
    .xoo-el-inmodal::after {
        height: 250px;
    }
}

/* ===================================
   RESPONSIVE: DESKTOP
   =================================== */

@media (min-width: 1024px) {
    .xoo-el-form-container {
        padding: 40px !important;
    }
    
    .xoo-el-form-container button[type="submit"]:hover,
    .xoo-el-form-container .button:hover {
        transform: translateY(-2px) !important;
    }
    
    .xoo-el-inmodal::after {
        height: 300px;
        max-width: 500px;
    }
    
    .xoo-el-modal::before {
        background-image: 
            radial-gradient(circle at 20% 30%, rgba(212, 175, 55, 0.15) 0%, transparent 50%),
            radial-gradient(circle at 80% 70%, rgba(212, 175, 55, 0.12) 0%, transparent 50%),
            radial-gradient(circle at 50% 50%, rgba(212, 175, 55, 0.08) 0%, transparent 40%),
            radial-gradient(circle at 30% 80%, rgba(212, 175, 55, 0.10) 0%, transparent 45%),
            radial-gradient(circle at 70% 20%, rgba(212, 175, 55, 0.13) 0%, transparent 55%);
    }
}

/* ===================================
   LANDSCAPE MOBILE
   =================================== */

@media (max-height: 600px) and (orientation: landscape) {
    .xoo-el-inmodal::after {
        height: 120px !important;
    }
    
    .xoo-el-form-container {
        padding: 20px 15px !important;
    }
    
    .xoo-el-inmodal {
        max-height: 85vh !important;
        overflow-y: auto !important;
    }
}

/* ===================================
   MOBILE UX IMPROVEMENTS
   =================================== */

* {
    -webkit-tap-highlight-color: transparent;
}

html {
    scroll-behavior: smooth;
}

.xoo-el-inmodal,
.xoo-el-srcont {
    -webkit-overflow-scrolling: touch;
}

.xoo-el-form-container input,
.xoo-el-form-container button {
    touch-action: manipulation;
}

/* ACCESSIBILITY */
.xoo-el-form-container input:focus-visible,
.xoo-el-form-container button:focus-visible {
    outline: 3px solid var(--kf-gold) !important;
    outline-offset: 2px;
}

/* Ukryj standardowe ikony */
.xoo-el-icon-login::before,
.xoo-el-icon-register::before {
    display: none !important;
}

/* LOADING STATE */
.kf-loading button[type="submit"],
.kf-loading .button {
    opacity: 0.7;
    cursor: not-allowed !important;
}

/* ============================================
   KONIEC KLINIKA FORMY v3.2.0
   ============================================ */
