/* vizhu-gallery-pro */
/*.vizhu-gallery-pro {
    padding: 40px 20px;
    background: #fff;
    overflow: hidden;
    box-sizing: border-box;
}
.vizhu-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 25px;
    max-width: 1400px;
    margin: 0 auto;
}
.vizhu-item {
    position: relative;
    height: 550px;
    border-radius: 20px;
    overflow: hidden;
    background: #222;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    transition: transform 0.3s ease;
    will-change: transform;
}
.vizhu-img-box {
    width: 100%;
    height: 100%;
}
.vizhu-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (min-width: 1024px) {
    .vizhu-item:hover .vizhu-img-box img {
        transform: scale(1.08);
    }
}
.vizhu-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top,
        rgba(0,0,0,0.98) 0%,
        rgba(0,0,0,0.6) 45%,
        transparent 80%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 30px;
    color: #fff;
    box-sizing: border-box;
    z-index: 2;
}
.vizhu-overlay h2,
.vizhu-overlay h3 {
    font-size: 22px;
    font-weight: 900;
    line-height: 1.2;
    margin: 0 0 12px 0;
    text-transform: uppercase;
    color: #f39c12;
    letter-spacing: -0.5px;
}
.vizhu-overlay p {
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
    color: #f0f0f0;
}
.vizhu-badge {
    background: #27ae60;
    color: #fff;
    padding: 6px 14px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
    margin-top: 15px;
    text-transform: uppercase;
    align-self: flex-start;
}
.bat {
    position: absolute !important;
    left: -9999px !important;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
@media (max-width: 600px) {
.vizhu-gallery-pro {
    padding: 10px 4px;
}
.vizhu-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.vizhu-item {
    width: 100%;
    height: 520px;
    border-radius: 12px;
}
.vizhu-overlay {
    padding: 20px 15px;
}
.vizhu-overlay h2,
.vizhu-overlay h3 {
    font-size: 19px;
       margin-bottom: 8px;
}
.vizhu-overlay p {
    font-size: 15px;
    line-height: 1.4;
    }
}
@media (max-width: 360px) {
.vizhu-item { height: 480px; }
.vizhu-overlay h2 { font-size: 17px; }
}

*/

.master-call-wrap {
    display: flex;
    justify-content: center;
    padding: 30px 10px;
    background: #fff;
}
.btn-mozh-gold {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    padding: 18px 45px;
    background: linear-gradient(135deg, #2ecc71 0%, #27ae60 100%);
    color: #fff !important;
    text-decoration: none !important;
    border-radius: 50px;
    font-size: 20px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 8px 15px rgba(39, 174, 96, 0.3);
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}
@media (min-width: 1024px) {
.btn-mozh-gold:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 20px rgba(39, 174, 96, 0.4);
    background: linear-gradient(135deg, #27ae60 0%, #1e8449 100%);
    }
}
.btn-mozh-gold:active {
    transform: scale(0.96);
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}
.btn-icon {
    font-size: 24px;
}
@media (max-width: 480px) {
.btn-mozh-gold {
    width: 60%;
    justify-content: center;
    font-size: 15px;
    padding: 7px 5px;
    }
}
/* master-manifest.static-capsule */
.master-manifest.static-capsule {
    position: relative;
    max-width: 900px;
    margin: 40px auto;
    background: #001a33;
    border: 2px solid #00aaff;
    border-radius: 40px;
    padding: 45px 45px 45px 100px;
    color: #fff;
    box-shadow: 0 0 20px rgba(0, 170, 255, 0.3);
    box-sizing: border-box;
    text-align: left;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}
.static-snowflake {
    position: absolute;
    left: 30px;
    top: 45px;
    font-size: 55px;
    color: #00ffcc;
    text-shadow: 0 0 10px rgba(0, 255, 204, 0.5);
}
.master-manifest h3 {
    color: #00ffcc;
    font-size: 24px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.author-info {
    font-size: 13px;
    color: #888;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.article-body p {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 15px;
}
.accent-text {
    font-weight: bold;
    color: #00ffcc !important;
    border-left: 4px solid #00aaff;
    padding-left: 20px;
    margin: 30px 0 !important;
}
.sub-h-pro {
    font-size: 19px;
    color: #00aaff;
    margin-top: 30px;
    text-transform: uppercase;
    font-weight: bold;
}
ul.manifest-list {
    list-style: none !important;
    padding: 0 !important;
    margin: 15px 0 0 0 !important;
    background: none !important;
}
li.manifest-li {
    position: relative !important;
    padding-left: 35px !important;
    margin-bottom: 12px !important;
    font-size: 17px !important;
    line-height: 1.5 !important;
    color: #fff !important;
    background: none !important;
    display: block !important;
}
li.manifest-li::before {
    content: '✓' !important;
    position: absolute !important;
    left: 0 !important;
    color: #00ffcc !important;
    font-weight: bold !important;
    font-size: 20px !important;
}
@media (max-width: 768px) {
.master-manifest.static-capsule {
    padding: 90px 20px 40px;
    border-radius: 25px;
    text-align: center;
    margin: 20px 10px;
    }
.static-snowflake {
    left: 50%;
    top: 20px;
    margin-left: -27px;
    }
    .accent-text { border-left: none; border-top: 2px solid #00aaff; padding: 15px 0 0; }
    li.manifest-li { text-align: left; }
}
