/* درمانگران خدمات جان زیبا */
.jzth-root,
.jzth-root * { box-sizing: border-box; }

.jzth-root {
    position: relative;
    width: 100%;
    max-width: 100%;
    direction: rtl;
}

.jzth-preview {
    position: relative;
    width: 100%;
    max-width: 100%;
    max-height: 825px;
    overflow: hidden;
    isolation: isolate;
    transition: max-height .72s cubic-bezier(.22,1,.36,1);
}

.jzth-preview.is-expanded { overflow: visible; }

.jzth-root .jzteam104-section {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

.jzth-root .jzteam104-grid {
    display: grid !important;
    width: 100% !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    grid-auto-rows: 1fr !important;
    align-items: stretch !important;
    gap: 28px !important;
    margin: 0 !important;
    padding: 8px 4px 24px !important;
}

.jzth-root .jzteam104-card-outer {
    width: 100% !important;
    min-width: 0 !important;
    height: 100% !important;
    margin: 0 !important;
}

.jzth-root .jzteam104-card { width: 100% !important; height: 100% !important; }
.jzth-card-locked { pointer-events: none !important; }

.jzth-reveal {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    display: flex;
    width: 100%;
    height: 285px;
    align-items: flex-end;
    justify-content: center;
    padding: 35px 20px 48px;
    pointer-events: none;
    background: linear-gradient(to bottom,
        rgba(255,255,255,0) 0%,
        rgba(255,255,255,.06) 9%,
        rgba(255,255,255,.22) 24%,
        rgba(255,255,255,.48) 40%,
        rgba(255,255,255,.75) 57%,
        rgba(255,255,255,.94) 74%,
        #fff 90%,
        #fff 100%);
    transition: opacity .38s ease, visibility .38s ease;
}

.jzth-reveal[hidden] { display: none !important; }
.jzth-reveal.is-hiding { opacity: 0; visibility: hidden; }

.jzth-more {
    position: relative;
    z-index: 1;
    isolation: isolate;
    display: inline-flex;
    min-width: 265px;
    min-height: 58px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 28px;
    overflow: hidden;
    color: #00c2c8;
    background: #fff;
    border: 2px solid rgba(0,194,200,.35);
    border-radius: 999px;
    box-shadow: 0 10px 30px rgba(0,24,105,.12), 0 0 18px rgba(0,194,200,.12);
    cursor: pointer;
    pointer-events: auto;
    font: inherit;
    font-size: 15px;
    font-weight: 900;
    transition: transform .3s ease, color .3s ease, box-shadow .3s ease;
}

.jzth-more::before {
    content: "";
    position: absolute;
    z-index: -2;
    top: 50%;
    left: 50%;
    width: 160%;
    aspect-ratio: 1;
    background: conic-gradient(from 0deg,
        transparent 0deg 45deg,
        rgba(0,194,200,.15) 65deg,
        #00c2c8 82deg,
        #fff 90deg,
        #00c2c8 98deg,
        rgba(0,194,200,.15) 115deg,
        transparent 135deg 225deg,
        rgba(0,194,200,.15) 245deg,
        #00c2c8 262deg,
        #fff 270deg,
        #00c2c8 278deg,
        rgba(0,194,200,.15) 295deg,
        transparent 315deg 360deg);
    transform: translate(-50%, -50%);
    animation: jzth-neon-rotate 3s linear infinite;
}

.jzth-more::after {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 3px;
    background: #fff;
    border-radius: inherit;
}

.jzth-more > span,
.jzth-more > svg { position: relative; z-index: 2; }

.jzth-more svg {
    width: 21px;
    height: 21px;
    flex: 0 0 21px;
    fill: currentColor;
    filter: drop-shadow(0 0 5px rgba(0,194,200,.35));
    transition: transform .3s ease;
}

.jzth-more:hover {
    color: #007f84;
    transform: translateY(-3px) scale(1.025);
    box-shadow: 0 15px 35px rgba(0,24,105,.15), 0 0 15px rgba(0,194,200,.35), 0 0 32px rgba(0,194,200,.2);
}

.jzth-more:hover::before { animation-duration: 1.6s; }
.jzth-more:hover svg { transform: translateY(3px); }
.jzth-more:active { transform: translateY(-1px) scale(.98); }
.jzth-more:focus-visible { outline: 3px solid rgba(0,194,200,.3); outline-offset: 5px; }

.jzth-alert {
    margin: 20px 0;
    padding: 17px 19px;
    direction: rtl;
    color: #765100;
    background: #fff6d8;
    border: 1px solid rgba(246,180,0,.36);
    border-radius: 16px;
    font-size: 14px;
    line-height: 2;
}

@keyframes jzth-neon-rotate {
    from { transform: translate(-50%, -50%) rotate(0deg); }
    to { transform: translate(-50%, -50%) rotate(360deg); }
}

@media (max-width: 1024px) {
    .jzth-root .jzteam104-grid { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 22px !important; }
    .jzth-preview { max-height: 810px; }
    .jzth-reveal { height: 250px; }
}

@media (max-width: 700px) {
    .jzth-root .jzteam104-grid { grid-template-columns: minmax(0, 1fr) !important; gap: 22px !important; padding-right: 0 !important; padding-left: 0 !important; }
    .jzth-preview { max-height: 750px; }
    .jzth-reveal { height: 220px; padding: 27px 12px 20px; }
    .jzth-more { width: min(100%, 340px); min-width: 0; min-height: 52px; padding: 11px 17px; font-size: 13px; }
}

@media (max-width: 390px) {
    .jzth-reveal { height: 200px; }
    .jzth-more { font-size: 12px; }
}

@media (prefers-reduced-motion: reduce) {
    .jzth-preview,
    .jzth-reveal,
    .jzth-more { transition: none; }
    .jzth-more::before { animation: none; }
    .jzth-more:hover { transform: none; }
}
