/* Основные стили */
@font-face{font-family:'Font Awesome 6 Free';font-style:normal;font-weight:900;font-display:swap;src:url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/webfonts/fa-solid-900.woff2) format('woff2')}@font-face{font-family:'Font Awesome 6 Brands';font-style:normal;font-weight:400;font-display:swap;src:url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/webfonts/fa-brands-400.woff2) format('woff2')}@font-face{font-family:'Poppins';font-style:normal;font-weight:300;font-display:swap;src:url(https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLDz8Z11lFc-K.woff2) format('woff2')}@font-face{font-family:'Poppins';font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/poppins/v21/pxiEyp8kv8JHgFVrJJfecnFHGPc.woff2) format('woff2')}@font-face{font-family:'Poppins';font-style:normal;font-weight:500;font-display:swap;src:url(https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLGT9Z11lFc-K.woff2) format('woff2')}@font-face{font-family:'Poppins';font-style:normal;font-weight:600;font-display:swap;src:url(https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLEj6Z11lFc-K.woff2) format('woff2')}@font-face{font-family:'Poppins';font-style:normal;font-weight:700;font-display:swap;src:url(https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLCz7Z11lFc-K.woff2) format('woff2')}@font-face{font-family:'Poppins';font-style:normal;font-weight:800;font-display:swap;src:url(https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLDD4Z11lFc-K.woff2) format('woff2')}

*{margin:0;padding:0;box-sizing:border-box;font-family:system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,sans-serif}.poppins-loaded *{font-family:'Poppins',system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,sans-serif}body{background:#fff;color:#333;line-height:1.6}.container{max-width:1200px;margin:0 auto;padding:0 20px}img{max-width:100%;height:auto}

/* Header */
.header-wrapper{position:relative}header{display:flex;justify-content:space-between;align-items:center;padding:20px 0;position:fixed;top:0;left:0;right:0;z-index:1000;background:#fff;box-shadow:0 2px 15px rgba(0,0,0,.08);transition:all .3s}header .container{display:flex;justify-content:space-between;align-items:center;width:100%}.logo{display:flex;align-items:center;gap:10px;text-decoration:none}.logo:hover{opacity:.9}.logo-icon{width:40px;height:40px;background:#175cff;border-radius:10px;display:flex;align-items:center;justify-content:center}.logo-icon i{color:#fff;font-size:20px}.logo-text{font-size:20px;font-weight:800;color:#000;letter-spacing:.5px}

/* Navigation */
.menu-toggle{display:none;flex-direction:column;justify-content:space-between;width:30px;height:21px;background:0 0;border:none;cursor:pointer;padding:0;z-index:1002}.menu-toggle span{width:100%;height:3px;background:#737373;border-radius:3px;transition:all .3s}.menu-toggle.active span:nth-child(1){transform:rotate(45deg) translate(6px,6px)}.menu-toggle.active span:nth-child(2){opacity:0}.menu-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}nav{display:flex;align-items:center;gap:30px}.nav-links{display:flex;list-style:none;gap:40px;align-items:center}.nav-links a{text-decoration:none;color:#737373;font-weight:500;font-size:15px;transition:color .3s;position:relative}.nav-links a:hover{color:#175cff}

/* Dropdown */
.dropdown{position:relative}.dropdown-toggle{display:flex;align-items:center;gap:5px;cursor:pointer;font-weight:500;font-size:15px;padding:5px 0}.dropdown-toggle i{font-size:10px;transition:transform .3s}.dropdown:hover .dropdown-toggle i{transform:rotate(180deg)}.dropdown-menu{position:absolute;top:100%;left:0;width:280px;background:#fff;border-radius:8px;box-shadow:0 5px 20px rgba(0,0,0,.08);padding:12px;opacity:0;visibility:hidden;transform:translateY(10px);transition:all .3s;z-index:1000;margin-top:15px}.dropdown-menu::before{content:'';position:absolute;top:-8px;left:20px;border-left:8px solid transparent;border-right:8px solid transparent;border-bottom:8px solid #fff}.dropdown-item{display:flex;align-items:flex-start;padding:8px 10px;border-radius:6px;transition:all .2s;margin-bottom:2px;text-decoration:none;color:inherit}.dropdown-item:hover{background:#f8f9fa}

/* ИСПРАВЛЕННЫЙ item-icon - ВАШ СПОСОБ */
.item-icon {
    width: 32px;
    height: 32px;
    background: rgba(182,216,255,.8);
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
}

.item-icon picture,
.item-icon img {
    display: block;
    object-fit: contain;
}

/* На мобильных скрываем прозрачный GIF */
@media (max-width: 768px) {
    .item-icon picture img {
        opacity: 0;
        visibility: hidden;
    }
    
    /* Делаем иконку пустой на мобильных, но сохраняем размеры */
    .item-icon {
        background: rgba(182,216,255,.4); /* Более прозрачный фон */
    }
}

.item-content{flex:1}.item-title{font-weight:500;font-size:13px;color:#333;margin-bottom:1px}.item-desc{font-size:11px;color:#888;line-height:1.3}

/* Buttons */
.btn{padding:12px 28px;border-radius:8px;font-weight:600;font-size:16px;cursor:pointer;transition:all .3s;border:none;text-decoration:none;display:inline-block;letter-spacing:.3px}.btn-primary{background:#175cff;color:#fff}.btn-primary:hover{background:#1348d1;transform:translateY(-2px);box-shadow:0 6px 15px rgba(23,92,255,.2)}.btn-outline{background:0 0;color:#175cff;border:2px solid #175cff;font-weight:600}.btn-outline:hover{background:#175cff;color:#fff;transform:translateY(-2px);box-shadow:0 6px 15px rgba(23,92,255,.15)}.nav-download{margin-left:15px;padding:8px 26px;font-size:15px;font-weight:500}

/* Notification */
.notification{position:fixed;bottom:20px;left:50%;transform:translateX(-50%) translateY(100px);background:#ff4757;color:#fff;padding:15px 25px;border-radius:8px;box-shadow:0 5px 20px rgba(0,0,0,.15);font-weight:500;font-size:16px;z-index:2000;opacity:0;transition:all .4s cubic-bezier(.68,-.55,.265,1.55);display:flex;align-items:center;gap:10px;max-width:300px;text-align:center}.notification.show{opacity:1;transform:translateX(-50%) translateY(0)}.notification i{font-size:18px}

/* Footer */
footer{background:#fff;padding:30px 0;border-top:1px solid #f0f0f0;margin-top:80px}.footer-content{display:flex;justify-content:space-between;align-items:center}.footer-left p{color:#595959;font-size:15px;margin:0}.footer-social-icons{display:flex;gap:12px;align-items:center;flex-wrap:wrap;justify-content:flex-end}.footer-social-icon{width:30px;height:30px;border-radius:8px;border:1px solid rgba(0,0,0,.12);color:#65676d;display:flex;align-items:center;justify-content:center;text-decoration:none;font-size:16px;transition:all .3s;background:0 0;flex-shrink:0;position:relative}.footer-social-icon::after{content:'';position:absolute;top:-8px;left:-8px;right:-8px;bottom:-8px}.footer-social-icon:hover{background-color:#175cff;border-color:#175cff;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px rgba(23,92,255,.2)}

/* Mobile Menu */
.mobile-menu-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);z-index:999;opacity:0;visibility:hidden;transition:all .3s}.mobile-menu-overlay.active{opacity:1;visibility:visible}.mobile-menu{position:fixed;top:0;right:-100%;width:280px;height:100%;background:#fff;box-shadow:-5px 0 25px rgba(0,0,0,.1);transition:right .3s;padding:0;overflow-y:auto;z-index:1000}.mobile-menu.active{right:0}.mobile-menu-header{padding:25px 25px 20px;background:#fff;border-bottom:1px solid #f0f0f0;display:none;position:relative}.mobile-menu-close{position:absolute;top:25px;right:25px;background:0 0;border:none;font-size:20px;color:#737373;cursor:pointer;width:24px;height:24px;display:flex;align-items:center;justify-content:center;padding:0}.mobile-menu-close:hover{color:#175cff}.mobile-logo{display:flex;align-items:center;gap:10px;text-decoration:none;padding-right:30px}.mobile-logo-icon{width:36px;height:36px;background:#175cff;border-radius:10px;display:flex;align-items:center;justify-content:center}.mobile-logo-icon i{color:#fff;font-size:18px}.mobile-logo-text{font-size:18px;font-weight:800;color:#000;letter-spacing:.5px}.mobile-nav-links{display:flex;flex-direction:column;align-items:flex-start;width:100%;gap:0;list-style:none;padding:0 25px}.mobile-nav-links li{width:100%;margin-bottom:0}.mobile-nav-links a{display:block;padding:12px 0;font-size:16px;border-bottom:1px solid #f0f0f0;width:100%;text-decoration:none;color:#737373;font-weight:500}.mobile-dropdown-toggle{width:100%;justify-content:space-between;padding:12px 0;border-bottom:1px solid #f0f0f0;display:flex;align-items:center;cursor:pointer;color:#737373;font-weight:500}.mobile-dropdown-toggle i{font-size:12px;transition:transform .3s}.mobile-dropdown.active .mobile-dropdown-toggle i{transform:rotate(180deg)}.mobile-dropdown-menu{display:none;width:100%;padding-left:15px;background:#fff}.mobile-dropdown.active .mobile-dropdown-menu{display:block}.mobile-dropdown-item{display:block;padding:10px 0;text-decoration:none;color:#555;font-size:15px;border-bottom:1px solid #f0f0f0}.mobile-dropdown-item:last-child{border-bottom:none}.mobile-dropdown-item:hover{color:#175cff}.mobile-download-btn{margin:25px 25px;width:calc(100% - 50px);text-align:center;padding:12px 20px;font-size:16px}

/* Responsive */
@media (max-width:1200px){.container{max-width:1000px;padding:0 40px}header .container{padding:0 40px}.nav-links{gap:40px}}
@media (max-width:992px){.nav-links{gap:30px}}
@media (max-width:768px){header{padding:15px 0;box-shadow:0 2px 10px rgba(0,0,0,.08)}header .container{padding:0 15px}.logo{display:none}.menu-toggle{display:flex;margin-left:auto}.mobile-menu-header{display:block}nav{display:none}}
@media (max-width:480px){header{padding:12px 0;box-shadow:0 2px 8px rgba(0,0,0,.08)}header .container{padding:0 15px}.mobile-menu{width:85%}.mobile-menu-header{padding:20px 20px 15px}.mobile-menu-close{top:20px;right:20px}.mobile-nav-links{padding:0 20px}.mobile-download-btn{margin:20px 20px;width:calc(100% - 40px);padding:10px 18px}}
@media (max-width:992px){.footer-social-icons{gap:10px}.footer-social-icon{width:38px;height:38px;font-size:15px}}
@media (max-width:768px){.footer-content{flex-direction:column;gap:20px;text-align:center}.footer-left p{font-size:14px}.footer-social-icons{gap:8px;justify-content:center}.footer-social-icon{width:36px;height:36px;font-size:14px}}
@media (max-width:480px){.footer-content{gap:15px}.footer-left p{font-size:13px}.footer-social-icons{gap:6px}.footer-social-icon{width:34px;height:34px;font-size:13px}}
@media (max-width:360px){.footer-social-icons{gap:4px}.footer-social-icon{width:32px;height:32px;font-size:12px}}

/* Product Header */
.product-header {
    padding: 160px 0 80px;
    background: #111827;
    color: #fff;
    position: relative;
}

/* Фоновое изображение для ПК */
@media (min-width: 769px) {
    .product-header {
        background-image: url('https://mail.collyn-tools.ru/assets/images/page-header-bg.svg');
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
    
    .product-header::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(17, 24, 39, 0.7);
    }
}

.product-header .container {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 40px;
    align-items: start;
}

.product-info {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

.product-icon {
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.product-icon img {
    max-width: 100%;
    height: auto;
}

.product-details {
    flex: 1;
}

.product-title {
    font-size: 38px;
    font-weight: 800;
    margin-bottom: 12px;
    line-height: 1.1;
}

.product-description {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
    margin-bottom: 20px;
    max-width: 600px;
}

/* Минималистичная статистика */
.product-stats {
    display: flex;
    gap: 30px;
    margin-top: 15px;
}

.product-stats .stat-item {
    display: flex;
    flex-direction: column;
}

.product-stats .stat-item .stat-value {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 2px;
    min-height: 24px;
    display: flex;
    align-items: center;
    line-height: 1;
}

.product-stats .stat-item .stat-value.stars {
    gap: 2px;
    height: 24px;
}

.product-stats .stat-item .stat-value.stars i {
    color: #ffd700;
    font-size: 14px;
}

.product-stats .stat-item .stat-label {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

/* Карточка с кнопкой */
.download-card {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 24px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    min-width: 260px;
}

.download-btn-large {
    width: 100%;
    padding: 14px 20px;
    font-size: 15px;
    font-weight: 600;
    background: #175cff;
    color: #fff;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-decoration: none;
}

.download-btn-large:hover {
    background: #1348d1;
    transform: translateY(-2px);
}

/* Product Content Section */
.product-content-section {
    padding: 80px 0;
    background: #ffffff;
}

.product-content-container {
    display: grid;
    grid-template-columns: 1fr 340px;
    gap: 60px;
    position: relative;
}

/* Left Content */
.product-left-content {
    max-width: 720px;
}

.product-article h2 {
    font-size: 32px;
    font-weight: 700;
    color: #000;
    margin-bottom: 30px;
    line-height: 1.2;
}

.product-article p {
    font-size: 16px;
    color: #555;
    line-height: 1.7;
    margin-bottom: 20px;
}

.product-article ul {
    list-style: none;
    margin-bottom: 20px;
    padding-left: 20px;
}

.product-article li {
    font-size: 16px;
    color: #555;
    line-height: 1.7;
    margin-bottom: 10px;
    position: relative;
    padding-left: 15px;
}

.product-article li:before {
    content: "•";
    color: #175cff;
    position: absolute;
    left: 0;
}

/* Sticky Sidebar Container - ИСПРАВЛЕННЫЙ */
.sticky-sidebar-container {
    position: sticky;
    top: 120px;
    width: 100%;
}

/* System Requirements Card */
.requirements-card {
    background: #fff;
    border-radius: 12px;
    padding: 30px;
    border: 1px solid #f0f0f0;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    width: 100%;
    margin-bottom: 0;
}

.requirements-card h3 {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin-bottom: 25px;
    line-height: 1.3;
}

.requirement-item {
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
    border-bottom: 1px solid #f0f0f0;
}

.requirement-item:last-child {
    border-bottom: none;
}

.requirement-name {
    font-size: 14px;
    color: #737373;
    font-weight: 500;
}

.requirement-value {
    font-size: 14px;
    color: #000;
    font-weight: 500;
    text-align: right;
}

.requirements-download-btn {
    width: 100%;
    padding: 16px 20px;
    font-size: 16px;
    font-weight: 600;
    background: #175cff;
    color: #fff;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-decoration: none;
    margin-top: 25px;
}

.requirements-download-btn:hover {
    background: #1348d1;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(23, 92, 255, 0.2);
}

/* Other Activators Section */
.other-activators-section {
    padding: 80px 0;
    background: #fafafa;
}

.other-activators-header {
    text-align: center;
    margin-bottom: 50px;
}

.other-activators-header h2 {
    font-size: 36px;
    font-weight: 700;
    color: #000;
    margin-bottom: 15px;
    line-height: 1.2;
}

.other-activators-header p {
    font-size: 18px;
    color: #737373;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

.activators-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.activator-card {
    background: #fff;
    border-radius: 12px;
    padding: 25px;
    border: 1px solid #f0f0f0;
    transition: all 0.3s;
    text-decoration: none;
    color: inherit;
    display: block;
    position: relative;
}

.activator-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-color: transparent;
}

.activator-header {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 20px;
}

/* ИСПРАВЛЕННЫЙ activator-icon - ВАШ СПОСОБ */
.activator-icon {
    width: 50px;
    height: 50px;
    background: rgba(23, 92, 255, 0.1);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
}

.activator-icon picture,
.activator-icon img {
    display: block;
    object-fit: contain;
}

/* Для активных иконок в разделе Other Activators */
@media (max-width: 768px) {
    .activator-icon picture img {
        opacity: 0;
        visibility: hidden;
    }
    
    .activator-icon {
        background: rgba(23, 92, 255, 0.05); /* Более светлый фон */
    }
}

.activator-header-content {
    flex: 1;
    padding-right: 90px;
}

.activator-title {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin-bottom: 5px;
    line-height: 1.3;
}

.activator-subtitle {
    font-size: 14px;
    color: #737373;
    line-height: 1.4;
}

.card-downloads {
    position: absolute;
    top: 25px;
    right: 25px;
    background: rgba(23, 92, 255, 0.05);
    color: #175cff;
    font-size: 12px;
    font-weight: 500;
    padding: 4px 10px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 4px;
}

.card-downloads i {
    font-size: 11px;
}

.activator-description {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
}

/* Responsive */
@media (max-width: 992px) {
    .product-header .container {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .download-card {
        max-width: 400px;
        margin: 0 auto;
    }
    
    .product-content-container {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .sticky-sidebar-container {
        position: static;
    }
    
    .requirements-card, .video-card {
        max-width: 400px;
        margin: 30px auto 0;
    }
    
    .video-card {
        margin-top: 30px;
    }
}

@media (max-width: 768px) {
    .product-header {
        padding: 140px 0 60px;
    }
    
    .product-info {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }
    
    .product-icon {
        margin: 0 auto;
        width: 70px;
        height: 70px;
    }
    
    .product-title {
        font-size: 30px;
    }
    
    .product-description {
        font-size: 15px;
    }
    
    .product-stats {
        justify-content: center;
        gap: 25px;
        flex-wrap: wrap;
    }
    
    .product-stats .stat-item .stat-value {
        font-size: 16px;
    }
    
    .product-stats .stat-item .stat-value.stars i {
        font-size: 12px;
    }
    
    .product-stats .stat-item .stat-label {
        font-size: 11px;
    }
    
    .product-article h2 {
        font-size: 28px;
    }
    
    .product-article h3 {
        font-size: 18px;
    }
    
    .other-activators-header h2 {
        font-size: 28px;
    }
    
    .other-activators-header p {
        font-size: 16px;
    }
    
    .activators-grid {
        grid-template-columns: 1fr;
        max-width: 400px;
        margin: 0 auto;
    }
    
    .card-downloads {
        display: none;
    }
    
    .activator-header-content {
        padding-right: 0;
    }
}

@media (max-width: 480px) {
    .product-header {
        padding: 120px 0 50px;
    }
    
    .product-title {
        font-size: 26px;
    }
    
    .product-stats {
        gap: 20px;
    }
    
    .product-stats .stat-item {
        align-items: center;
    }
    
    .download-card {
        padding: 20px;
        min-width: auto;
    }
    
    .download-btn-large {
        padding: 12px 16px;
        font-size: 14px;
    }
    
    .product-content-section {
        padding: 60px 0;
    }
    
    .other-activators-section {
        padding: 60px 0;
    }
    
    .activator-card {
        padding: 20px;
    }
    
    .activator-header {
        gap: 12px;
    }
    
    .activator-icon {
        width: 45px;
        height: 45px;
    }
    
    .activator-title {
        font-size: 16px;
    }
    
    .activator-subtitle {
        font-size: 13px;
    }
    
    .activator-description {
        font-size: 13px;
    }
}

@media (max-width: 360px) {
    .product-stats {
        gap: 15px;
    }
    
    .product-stats .stat-item .stat-value {
        font-size: 15px;
    }
    
    .product-stats .stat-item .stat-label {
        font-size: 10px;
    }
}

/* Step by Step Guide Styles */
.steps-guide {
    margin: 40px 0;
}

.step-item {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 25px;
    margin-bottom: 40px;
    padding: 25px;
    background: #fff;
    border-radius: 12px;
    border: 1px solid #f0f0f0;
    transition: all 0.3s;
}

.step-item:hover {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    border-color: #e0e0e0;
}

.step-number {
    width: 40px;
    height: 40px;
    background: #175cff;
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.step-content {
    flex: 1;
}

.step-title {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
    line-height: 1.4;
}

.step-description {
    font-size: 15px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 0;
}

.step-screenshot {
    margin-top: 15px;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #f0f0f0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    display: none; /* По умолчанию скрыто */
    cursor: zoom-in; /* Добавьте эту строку */
    transition: transform 0.3s, box-shadow 0.3s;
}

/* Показываем скриншоты только на ПК */
@media (min-width: 769px) {
    .step-screenshot {
        display: block;
    }
    
    .step-description {
        margin-bottom: 15px; /* Добавляем отступ только на ПК */
    }
}

.step-screenshot img {
    width: 100%;
    height: auto;
    display: block;
}

.step-screenshot-caption {
    font-size: 13px;
    color: #737373;
    text-align: center;
    padding: 8px;
    background: #fafafa;
    border-top: 1px solid #f0f0f0;
}

/* Password Highlight */
.password-highlight {
    background: rgba(23, 92, 255, 0.1);
    color: #175cff;
    font-weight: 600;
    padding: 2px 8px;
    border-radius: 4px;
    display: inline-block;
    margin: 0 4px;
}

/* Important Note */
.important-note {
    background: rgba(255, 193, 7, 0.1);
    border-left: 4px solid #ffc107;
    padding: 20px;
    border-radius: 0 8px 8px 0;
    margin: 30px 0;
}

.important-note p {
    font-size: 15px;
    color: #856404;
    line-height: 1.6;
    margin: 0;
}

@media (max-width: 768px) {
    .step-item {
        grid-template-columns: 1fr;
        gap: 15px;
        padding: 20px;
    }
    
    .step-number {
        width: 35px;
        height: 35px;
        font-size: 16px;
        margin-bottom: 5px;
    }
    
    .step-title {
        font-size: 16px;
    }
    
    .step-description {
        font-size: 14px;
    }
}

    /* Image Modal Styles */
.step-screenshot {
    margin-top: 15px;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #f0f0f0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    display: none;
    cursor: zoom-in;
    transition: transform 0.3s, box-shadow 0.3s;
}

.step-screenshot:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

/* Показываем скриншоты только на ПК */
@media (min-width: 769px) {
    .step-screenshot {
        display: block;
    }
    
    .step-description {
        margin-bottom: 15px;
    }
}

.step-screenshot img {
    width: 100%;
    height: auto;
    display: block;
}

.step-screenshot-caption {
    font-size: 13px;
    color: #737373;
    text-align: center;
    padding: 8px;
    background: #fafafa;
    border-top: 1px solid #f0f0f0;
}

/* Modal Overlay */
.image-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    z-index: 2000;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    padding: 20px;
}

.image-modal-overlay.active {
    opacity: 1;
    visibility: visible;
}

.image-modal {
    max-width: 90%;
    max-height: 90%;
    position: relative;
    transform: scale(0.9);
    transition: transform 0.3s;
}

.image-modal-overlay.active .image-modal {
    transform: scale(1);
}

.image-modal img {
    max-width: 100%;
    max-height: 85vh;
    border-radius: 8px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}

.image-modal-caption {
    color: #fff;
    text-align: center;
    margin-top: 15px;
    font-size: 14px;
    opacity: 0.8;
}

.modal-close-btn {
    position: absolute;
    top: 20px; /* Измените с -40px на 20px */
    right: 20px; /* Добавьте отступ справа */
    background: rgba(255, 255, 255, 0.2);
    border: none;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.8;
    transition: all 0.3s;
    border-radius: 50%;
    z-index: 2001;
}

.modal-close-btn:hover {
    opacity: 1;
    background: rgba(255, 255, 255, 0.3);
}
    
.modal-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.1);
    border: none;
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 24px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.7;
    transition: all 0.3s;
    backdrop-filter: blur(5px);
}

.modal-nav-btn:hover {
    opacity: 1;
    background: rgba(255, 255, 255, 0.2);
}

.modal-prev-btn {
    left: 20px;
}

.modal-next-btn {
    right: 20px;
}

@media (max-width: 768px) {
    .modal-nav-btn {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }
    
    .modal-prev-btn {
        left: 10px;
    }
    
    .modal-next-btn {
        right: 10px;
    }
    
    .modal-close-btn {
        top: -35px;
        font-size: 25px;
    }
}

@media (max-width: 768px) {
    .product-icon {
        width: 48px !important;
        height: 48px !important;
    }
    
    .product-icon img {
        width: 28px !important;
        height: 28px !important;
    }
}

/* Video Card Styles - КОМПАКТНЫЙ ВАРИАНТ */
.video-card {
    background: #fff;
    border-radius: 12px;
    padding: 20px; /* Меньше отступов */
    border: 1px solid #f0f0f0;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    margin-top: 30px; /* Увеличил отступ для разделения */
    width: 100%;
}

.video-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    padding: 14px 20px; /* Более компактно */
    background: #B30000;
    color: white;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
    font-size: 15px;
    transition: all 0.3s;
}

.video-button:hover {
    background: #CC0000;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(255, 0, 0, 0.2);
}

.video-button i {
    font-size: 18px;
}