.kash-swiper {
    position: relative;
    overflow: hidden;
    max-width: 1400px;
    border-radius: 8px;
    box-shadow: 0 6px 24px rgba(0,0,0,.12);
    background: #000;
    margin: 0 auto 70px;
}
.kash-swiper .swiper-slide {
    aspect-ratio: 16 / 9;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
}
.kash-lightbox-trigger {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    cursor: zoom-in;
    color: #fff;
}
.kash-lightbox-trigger:focus {
    outline: 3px solid #fff;
    outline-offset: -6px;
}
.kash-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.kash-zoom-cue {
    position: absolute;
    right: 18px;
    bottom: 18px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,.55);
    opacity: 0;
    transform: translateY(6px);
    transition: opacity .2s ease, transform .2s ease, background .2s ease;
    pointer-events: none;
}
.kash-zoom-cue .cnm-icon {
    width: 18px;
    height: 18px;
}
.kash-lightbox-trigger:hover .kash-zoom-cue,
.kash-lightbox-trigger:focus .kash-zoom-cue {
    opacity: 1;
    transform: translateY(0);
}
.kash-lightbox-trigger:hover .kash-zoom-cue { background: rgba(0,0,0,.72); }
.kash-swiper .swiper-button-prev,
.kash-swiper .swiper-button-next {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(0,0,0,.45);
    color: #fff;
}
.kash-swiper .swiper-button-prev:after,
.kash-swiper .swiper-button-next:after { font-size: 16px; font-weight: 700; }
.kash-swiper .swiper-pagination-bullet { background: rgba(255,255,255,.55); opacity: 1; }
.kash-swiper .swiper-pagination-bullet-active { background: #fff; }

.kash-form-wrap { max-width: 760px; margin: 0 auto; padding-bottom: 80px; }
.kash-form-title {
    text-align: center;
    color: #230704;
    font-family: 'Poppins', sans-serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 1.4;
    margin: 0 0 40px;
}

/* Gravity Forms checkbox cleanup */
body .gform_wrapper .gfield_checkbox li { display: flex !important; align-items: center !important; gap: 6px; }
body .gform_wrapper .gfield_checkbox li input { margin: 0 !important; }
body .gform_wrapper .gfield_checkbox li label { margin: 0 !important; width: auto !important; display: inline-block !important; }

body.admin-bar .fancybox__container {
    top: 32px;
    height: calc(100% - 32px);
}
body.admin-bar .fancybox__toolbar {
    top: 32px !important;
}

@media (max-width: 768px) {
    .kash-form-title { font-size: 22px; }
    .kash-swiper .swiper-button-prev,
    .kash-swiper .swiper-button-next { width: 32px; height: 32px; }
    .kash-swiper .swiper-button-prev:after,
    .kash-swiper .swiper-button-next:after { font-size: 13px; }
    .kash-zoom-cue {
        right: 12px;
        bottom: 12px;
        width: 36px;
        height: 36px;
        opacity: 1;
        transform: none;
    }
}

@media (max-width: 782px) {
    body.admin-bar .fancybox__container {
        top: 46px;
        height: calc(100% - 46px);
    }
    body.admin-bar .fancybox__toolbar {
        top: 46px !important;
    }
}
