/* =========================================== */
/* === ???, ??????? STYLES.CSS ???? === */
/* =========================================== */

body.index-page {
   background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 25%, #0d1117 50%, #1a1a1a 75%, #0a0a0a 100%);
}
body.protector-page,
body.remote-page {
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 25%, #0d1117 50%, #1a1a1a 75%, #0a0a0a 100%);
    background-attachment: fixed;
}

body {
    background-size: auto;
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    font-family: 'Orbitron', monospace;
    margin: 0;
    padding: 0;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1;
    color: #fff;
}

body::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
}

#header {
   max-width: 1000px;
   width: 100%;       
   position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(19, 18, 18, 0.8);
    backdrop-filter: blur(10px);
    padding: 10px 20px;
    height: 55px;
    z-index: 100;
    font-family: bold;
    box-sizing: border-box; 
}

#logo a {
    text-decoration: none;
    display: flex;
    align-items: center;
}
#logo a img {
    height: 50px;
}
#logo a span {
    font-size: 20px;
    color: #c50f0f;
    margin-left: 13px;
    font-family: 'Orbitron', sans-serif;
    font-weight: 550;
    margin-top: 5px;
    font: 100;
}
#nav-menu {
    display: flex;
    gap: 15px;
    align-items: center;
    font-size: 13px;
    font-weight: bold;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.nav-item {
    color: #b90d0d;
    text-shadow: 0 0 10px rgba(204, 27, 27, 0.5);
    text-decoration: none;
    padding: 5px 15px;
    display: flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
}
.nav-item:hover {
    color: #a35858;
    background-color: rgba(0, 0, 0, 0.3);
    text-shadow:
      0 0 4px #0ff,
      0 0 8px #0ff,
      0 0 12px #00aaff;
}
.nav-item img {
    height: 50px;
    width: auto;
}
.telegram-header-icon {
    padding: 5px;
    text-shadow: none;
    line-height: 0;
    filter: drop-shadow(0 0 3px rgba(17, 90, 90, 0.7))
            drop-shadow(0 0 6px rgba(173, 20, 20, 0.5));
    transition: filter 0.3s ease, background-color 0.3s ease;
}
.telegram-header-icon:hover {
    background-color: rgba(0, 0, 0, 0.4);
    filter: drop-shadow(0 0 5px #0ff)
            drop-shadow(0 0 10px #00aaff);
}
.telegram-header-icon img {
    height: 25px;
    width: auto;
    display: block;
    opacity: 0.9;
}
.jabber-header-icon {
    padding: 5px;
    text-shadow: none;
    line-height: 0;
    filter: drop-shadow(0 0 3px rgba(0, 255, 255, 0.7))
            drop-shadow(0 0 6px rgba(0, 170, 255, 0.5));
    transition: filter 0.3s ease, background-color 0.3s ease;
}
.jabber-header-icon:hover {
    background-color: rgba(0, 0, 0, 0.4);
    filter: drop-shadow(0 0 5px #0ff)
            drop-shadow(0 0 10px #00aaff);
}
.jabber-header-icon img {
    height: 45px;
    width: auto;
    display: block;
    opacity: 0.9;
}

.headerlogo {
    display: block;
    filter: grayscale(100%) brightness(0.3);
    height: 250px;
    width: auto;
    margin: 80px auto 30px auto;
    transition: filter 0.3s ease;
    filter: grayscale(100%) brightness(0.3) drop-shadow(0 0 2px rgba(223, 14, 14, 0.9));
}
.protector {
    filter: drop-shadow(0 0 15px rgba(0, 191, 255, 0.7)); 
}
.tool {
    filter: drop-shadow(0 0 15px rgba(231, 4, 4, 0.7)); 
}
.description {
    text-align: center;
    color: #d30808;
    text-shadow: 0 0 10px rgba(9, 143, 103, 0.5);
    max-width: 800px;
    margin: 0 auto 60px auto;
    font-size: 16px;
    line-height: 1.6;
}

.main-container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 30px;
    max-width: 1200px;
    width: 100%;
    margin: -100px auto 60px auto;
    padding: 0 15px;
    box-sizing: border-box;
}

.column {
    flex: 1;
    min-width: 340px;
    max-width: 450px;
}

.column img {
    display: block;
    margin: 50px auto 20px auto;
}

.column h2 {
    
    text-align: center;
    margin-top: 5px;
    margin-bottom: 20px;
}

.info-block {
    width: fit-content;
    margin: 0 auto;
}

.info-block ul {
   
    text-align: center;
    list-style-type: none;
    list-style-position: outside;
    margin: 0;
    padding: 0;
    padding-left: 20px;
}

.info-block li {
   
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 1.4;
}

.column h2 {
    text-align: center;
    margin-top: 5px;
    margin-bottom: 20px;
}

.info-block {
    width: fit-content;
    margin: 0 auto;
}

.info-block ul {
    text-align: center;
    list-style-type: none;
    list-style-position: outside;
    margin: 0;
    padding: 0;
    padding-left: 20px;
}

.info-block li {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 1.4;
}

.column:not(.column-right) h2 {
    color: #09a9e0;
}
.column:not(.column-right) .info-block ul {
    color: #0e9ee6;
    text-shadow: 0 0 10px rgba(9, 169, 224, 0.5);
}
.column:not(.column-right) .info-block li {
    color: #6ac4f1;
}

.column-right h2 {
    color: #d30808;
}
.column-right .info-block ul {
    color: #e40505;
    text-shadow: 0 0 10px rgba(9, 143, 103, 0.5);
}
.column-right .info-block li {
    color: #f01f1f;
}

.info-block ul ul {
    margin-top: 10px;
    padding-left: 0;
}

#more-features {
    display: none;
}

.features-toggle {
    text-align: center;
    margin: 20px 0;
}

.features-toggle a {
    color: #77838f;
    text-decoration: underline;
    font-style: italic;
    cursor: pointer;
}

/* ================================================================ */
/* === ????????? ???????: ????? ? ??-????? ?????? === */
/* ================================================================ */

.videotext {
    text-align: center;
    margin: 80px 20px 20px 20px;
}

.videotext h4 { 
    font-size: 1.5em;
    color: #00ff88;
    margin: 0;
    text-shadow: 0 0 10px rgba(0, 255, 136, 0.5);
    font-family: 'Orbitron', monospace;
}

/* ????????? ? ?????? ?? ??????? */
.video-border-container {
    /* ???????? ?????????? ???????? ?? ??????? */
    max-width: 600px;
    width: 100%;
    
    /* ?????????? ? ?????????? */
    margin: 0 auto 40px auto;

    border: 3px solid #00ff88;
    border-radius: 15px;
    background-color: #000;
    box-shadow: 0 0 25px rgba(0, 255, 136, 0.7);
    overflow: hidden;
    line-height: 0;
}

/* ??????????? ?? ?????? ????? */
.video-container {
    position: relative;
    width: 100%;
}

/* ?????? ????? */
.video-container video {
    display: block;
    width: 100%;
    height: auto;
}

/* ?????????? ?? ??????? */
.video-controls {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
    background: rgba(0, 0, 0, 0.7);
    padding: 5px 10px;
    border-radius: 8px;
    z-index: 10;
}

/* ???????? ?? ??????? */
.video-controls button {
    background: #00ff88;
    border: none;
    color: #000;
    font-size: 16px;
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer;
    line-height: 1;
    transition: background-color 0.2s;
}

.video-controls button:hover {
    background: #00cc66;
}

/* ================================================================ */
/* === ?????? ? ???????? === */
/* ================================================================ */

.hidden { 
    display: none !important; 
}

#package-selection {
    max-width: 1000px;
    margin: 50px auto;
    padding: 50px 20px;
    text-align: center;
}

.packages-header {
    margin-bottom: 40px;
}

.packages-header h3 {
    font-size: 2.5em;
    color: #00ff88;
    margin: 0;
    text-shadow: 0 0 10px rgba(0, 255, 136, 0.5);
    font-family: 'Orbitron', monospace;
}

.packages-container {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    margin: 40px 0;
}

.package-card {
    background: linear-gradient(145deg, #1a1a1a, #0d1117);
    border: 2px solid #333;
    border-radius: 15px;
    padding: 30px;
    width: 300px;
    position: relative;
    transition: all 0.3s ease;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}

.package-card:hover {
    border-color: #00ff88;
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 255, 136, 0.2);
}

.lifetime-package {
    border-color: #00ff88 !important;
    background: linear-gradient(145deg, #0d1a0d, #0a1a0a);
}

.package-badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(45deg, #ff6600, #ff9933);
    color: #000;
    padding: 8px 20px;
    border-radius: 20px;
    font-weight: bold;
    font-size: 0.9em;
    box-shadow: 0 3px 10px rgba(255, 102, 0, 0.4);
}

.package-header {
    text-align: center;
    margin-bottom: 25px;
}

.package-header h4 {
    font-size: 1.5em;
    color: #fff;
    margin: 0 0 15px 0;
    font-family: 'Orbitron', monospace;
}

.package-price {
    font-size: 2.5em;
    font-weight: bold;
    color: #00ff88;
    margin: 10px 0;
    text-shadow: 0 0 10px rgba(0, 255, 136, 0.5);
}

.package-savings {
    color: #ff6600;
    font-weight: bold;
    font-size: 1.1em;
    margin: 5px 0;
}

.package-features {
    list-style: none;
    padding: 0;
    margin: 25px 0;
    text-align: left;
}

.package-features li {
    color: #ccc;
    margin: 12px 0;
    padding: 5px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 1em;
}

.package-btn {
    background: linear-gradient(45deg, #00ff88, #00cc66);
    border: none;
    border-radius: 25px;
    padding: 15px 30px;
    color: #000;
    font-weight: bold;
    font-size: 1.1em;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
    margin-top: 20px;
    box-shadow: 0 5px 15px rgba(0, 255, 136, 0.3);
}

.package-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 255, 136, 0.5);
}

.lifetime-btn {
    background: linear-gradient(45deg, #ff6600, #ff9933) !important;
    box-shadow: 0 5px 15px rgba(255, 102, 0, 0.3) !important;
}

.lifetime-btn:hover {
    box-shadow: 0 8px 25px rgba(255, 102, 0, 0.5) !important;
}

.info-container {
    max-width: 600px;
    margin: 40px auto;
    padding: 30px;
    background: linear-gradient(145deg, #1a1a1a, #0d1117);
    border: 2px solid #333;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}

.crypto-address {
    margin-bottom: 15px;
    padding: 15px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 8px;
    border: 1px solid #333;
}

.crypto-address .label {
    color: #00ff88;
    font-weight: bold;
    font-size: 1.1em;
}

.crypto-address .address {
    color: #fff;
    word-break: break-all;
    font-family: monospace;
    margin-left: 10px;
}

.price-item {
    color: #00ff88;
    font-size: 1.3em;
    margin: 15px 0;
    padding: 10px;
    background: rgba(0, 255, 136, 0.1);
    border-radius: 8px;
    border: 1px solid rgba(0, 255, 136, 0.3);
}

.payment-contact {
    color: #ccc;
    margin-top: 20px;
    font-style: italic;
}

.glow-button {
    background: linear-gradient(45deg, #00ff88, #00cc66);
    border: none;
    border-radius: 25px;
    padding: 15px 40px;
    color: #000;
    font-weight: bold;
    font-size: 1.2em;
    cursor: pointer;
    transition: all 0.3s ease;
    margin: 30px auto;
    display: block;
    box-shadow: 0 5px 15px rgba(0, 255, 136, 0.3);
}

.glow-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 255, 136, 0.5);
}

footer {
    margin-top: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(10, 10, 10, 0.9);
    color: rgba(192, 192, 192, 0.7);
    border-top: 1px solid rgba(57, 79, 78, 0.3);
    width: 100%;
    box-sizing: border-box;
    position: relative;
    z-index: 10;
    font-size: 14px;
    text-decoration: underline;
    padding: 15px 0;
}

footer a{
    color:rgba(192, 192, 192, 0.7);
    margin-left: 15px;
}

/* ????? ?????? ?? ???????? ?????? */
@media (max-width: 1000px) {
    #header {
        max-width: 100%;
        left: 0;
        transform: none;
        padding: 10px 15px;
    }
    
    #nav-menu {
        gap: 10px;
    }
    
    .nav-item {
        padding: 5px 10px;
        font-size: 12px;
    }
}

@media (max-width: 768px) {
    #header {
        position: relative;
        flex-direction: row;
        height: auto;
        min-height: 55px;
        padding: 10px 15px;
    }
    
    #logo a span {
        font-size: 18px;
        margin-left: 2px;
    }
    
    #logo a img {
        height: 40px;
    }
    
    #nav-menu {
        gap: 8px;
        flex-wrap: nowrap;
    }
    
    .nav-item {
        font-size: 11px;
        padding: 3px 8px;
    }
    
    .telegram-header-icon img {
        height: 20px;
    }
    
    .jabber-header-icon img {
        height: 35px;
    }
    
    .headerlogo {
        margin: 80px auto 30px auto;
        height: 200px;
    }
    
    .main-container {
        margin-top: 0;
        padding: 0 10px;
        gap: 15px;
    }
    
    .videotext {
        margin: 80px 0 20px 0;
    }
    
    /* ????? ????????? ?? ??????? */
    .video-border-container {
        max-width: 500px;
    }
    
    .packages-container {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
    
    .package-card {
        width: 100%;
        max-width: 350px;
    }
}

@media (max-width: 480px) {
    #header {
        padding: 8px 10px;
        flex-wrap: wrap;
    }
    
    #logo {
        flex: 1;
        min-width: 150px;
    }
    
    #logo a span {
        font-size: 16px;
    }
    
    #logo a img {
        height: 35px;
    }
    
    #nav-menu {
        gap: 5px;
        flex-wrap: wrap;
        justify-content: flex-end;
        width: auto;
    }
    
    .nav-item {
        font-size: 10px;
        padding: 2px 5px;
    }
    
    .telegram-header-icon img {
        height: 18px;
    }
    
    .jabber-header-icon img {
        height: 30px;
    }
    
    .headerlogo {
        height: 160px;
        margin: 60px auto 30px auto;
    }

    /* ????? ????????? ?? ??????? */
    .video-border-container {
        max-width: 95%;
        width: 95%;
    }
    
    .videotext h4 {
        font-size: 1.1em;
    }
    
    .packages-header h3 {
        font-size: 2em;
    }
    
    .info-container {
        margin: 20px 10px;
        padding: 20px;
    }
}

@media (max-width: 400px) {
    #header {
        flex-direction: column;
        height: auto;
        padding: 10px;
    }
    
    #logo {
        margin-bottom: 10px;
    }
    
    #nav-menu {
        justify-content: center;
        width: 100%;
        gap: 8px;
    }
    
    .headerlogo {
        margin: 100px auto 30px auto;
    }

    /* ????? ????????? ?? ???-????? ?????? */
    .video-border-container {
        max-width: 90%;
        width: 90%;
    }

    .video-controls button {
        font-size: 14px;
        padding: 4px 8px;
    }
    
    .video-controls {
        bottom: 8px;
        gap: 6px;
    }
}