:root{
  --primary:#6a4eff;     /* фиолет */
  --secondary:#3c74ff;   /* индиго/голубой */
  --accent:#5ecbff;      /* яркий голубой для свечения */
  --light:#e6e8ff;
  --dark:#0b0a16;
}


body {
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    padding: 0;
    background: radial-gradient(120% 120% at 50% 0%, #0d0c18 0%, #050510 100%);
    color: #dfe3ff;
    min-height: 100vh;
}

        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 2rem;
        }

        header {
            text-align: center;
            padding: 2rem 0;
        }

.logo{
  font-size:3rem;
  font-weight:900;
  letter-spacing:.5px;
  margin-bottom:1rem;
  background: linear-gradient(90deg, #c8baff 0%, #7b6bff 35%, #55b9ff 100%);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
  text-shadow:
    0 0 18px rgba(123,107,255,.35),
    0 2px 10px rgba(0,0,0,.35);
}


        .tagline {
            font-size: 1.5rem;
            opacity: 0.9;
            margin-bottom: 2rem;
        }

/* Раздел описания */
.download-section {
    background: rgba(20, 18, 40, 0.85);
    backdrop-filter: blur(16px);
    border-radius: 24px;
    padding: 3rem 2rem;
    margin-bottom: 3rem;
    box-shadow: 0 0 60px rgba(80, 60, 160, 0.25);
    border: 1px solid rgba(180, 160, 255, 0.08);
}

.section-title {
    font-size: 2rem;
    margin-bottom: 2rem;
    text-align: center;
    color: #ffffff;
    text-shadow: 0 0 25px rgba(120, 90, 255, 0.4);
}

        .download-buttons {
            display: flex;
            justify-content: center;
            gap: 2rem;
            flex-wrap: wrap;
        }

        .btn{
            padding:1rem 2rem;
            border-radius:999px;
            font-weight:700;
            text-decoration:none;
            display:inline-flex; align-items:center; justify-content:center;
            gap:.55rem;
            transition:transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease;
            box-shadow: 0 8px 24px rgba(0,0,0,.35);
            border:1px solid transparent;
            color:var(--light);
            }
            .btn:focus-visible{
            outline:none;
            box-shadow:0 0 0 3px rgba(94,203,255,.25), 0 8px 24px rgba(0,0,0,.45);
            }
            .btn:active{ transform:translateY(1px) scale(.99); }


.btn-primary{
  background: linear-gradient(90deg, var(--primary), var(--secondary));
  border-color: rgba(180,160,255,.25);
}
.btn-primary:hover{
  transform:translateY(-2px);
  box-shadow:0 14px 36px rgba(98,79,255,.45);
  filter:saturate(1.05);
}

.btn-ghost{
  background: rgba(255,255,255,.06);
  border-color: rgba(200,200,255,.18);
  color:#e9ebff;
  backdrop-filter: blur(8px);
}
.btn-ghost:hover{
  background: rgba(255,255,255,.10);
  border-color: rgba(200,200,255,.28);
}

.btn-outline{
  background: transparent;
  border-color: rgba(150,140,255,.45);
  color:#cfd4ff;
  box-shadow: inset 0 0 18px rgba(120,100,255,.10);
}
.btn-outline:hover{
  background: rgba(110,90,255,.12);
  border-color: rgba(160,150,255,.65);
}




        .btn-download {
            background: linear-gradient(to right, #ff8a00, #e52e71);
            color: white;
            font-size: 1.2rem;
        }

        .btn-download:hover {
            transform: translateY(-3px);
            box-shadow: 0 7px 20px rgba(0, 0, 0, 0.3);
        }

        .btn-download i {
            margin-right: 10px;
            font-size: 1.5rem;
        }


/* --- PREMIUM FEATURE CARDS --- */
.content-packs { gap: 1.5rem; }

.pack-card {
    background: linear-gradient(160deg, rgba(24, 22, 50, 0.95), rgba(16, 14, 35, 0.95));
    border: 1px solid rgba(140, 120, 255, 0.1);
    border-radius: 18px;
    padding: 1.8rem;
    box-shadow: inset 0 0 12px rgba(255, 255, 255, 0.03),
                0 6px 20px rgba(0, 0, 0, 0.6);
    transition: all 0.35s ease;
    margin-bottom: 1rem;
}
.pack-card:hover {
    transform: translateY(-6px);
    border-color: rgba(160, 140, 255, 0.35);
    box-shadow: 0 12px 28px rgba(140, 100, 255, 0.35);
}

.pack-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.4px;
}

.pack-head {
  display:flex; align-items:center; gap:.75rem; margin-bottom:.6rem;
}
.pack-icon {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    font-size: 1.3rem;
    background: linear-gradient(145deg, #6a4eff, #3c74ff);
    border-radius: 12px;
    color: #fff;
    box-shadow: 0 0 12px rgba(100, 80, 255, 0.6);
}
.pack-card.featured {
    background: radial-gradient(circle at 30% 20%, rgba(90,70,255,0.25), rgba(20,18,40,0.95));
    border: 1px solid rgba(160, 140, 255, 0.4);
    box-shadow: 0 0 40px rgba(120, 100, 255, 0.3);
}
.pack-sub {
  font-size:.95rem; opacity:.95; margin:.35rem 0 .7rem;
}

.check-list { list-style:none; padding:0; margin:.2rem 0 0; }
.check-list li {
  position:relative; padding-left:1.4rem; margin:.35rem 0;
  line-height:1.45; font-size:.95rem; opacity:.95;
}
.check-list li::before {
  content:"✓"; position:absolute; left:0; top:0; font-weight:800;
  filter: drop-shadow(0 2px 6px rgba(94,203,255,.35));
}

.chips { display:flex; flex-wrap:wrap; gap:.4rem; margin:.3rem 0 .2rem; }
.chip {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: #e0e3ff;
    padding: 0.3rem;
}

/* Акцент для VNC */
.pack-card.featured {
  background: linear-gradient(180deg, rgba(40,24,100,.85) 0%, rgba(22,16,54,.75) 100%);
  border-color: rgba(154,134,255,.55);
  box-shadow: 0 18px 48px rgba(122,96,255,.28);
}
.badge {
    background: linear-gradient(90deg, #ff9b4a, #ff4dd2);
    color: #fff;
    padding: 0.1rem;
}


        
.pack-desc br {
    line-height: 1.8;
}

.format {
    display: inline-block;
    background: rgba(255, 255, 255, 0.15);
    padding: 3px 10px;
    border-radius: 8px;
    font-weight: 600;
    margin-right: 5px;
}

.pack-card code {
    background: rgba(255, 255, 255, 0.15);
    padding: 2px 6px;
    border-radius: 5px;
    font-family: 'Courier New', monospace;
    color: #fff;
    font-size: 0.9em;
}



        .btn-pack {
            background: rgba(255, 255, 255, 0.2);
            color: white;
            font-size: 0.9rem;
            padding: 0.7rem 1.5rem;
        }

        .btn-pack:hover {
            background: rgba(255, 255, 255, 0.3);
        }
        /* --- Спецкнопка VNC --- */
.btn-vnc {
  background: linear-gradient(90deg, #b86bff 0%, #7b6bff 45%, #55b9ff 100%);
  color: #fff;
  border: 1px solid rgba(190,170,255,0.4);
  box-shadow: 0 0 25px rgba(120, 90, 255, 0.35);
  font-size: 1.2rem;
  letter-spacing: 0.3px;
  position: relative;
  overflow: hidden;
}
.btn-vnc::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 30% 20%, rgba(255,255,255,0.25), transparent 70%);
  opacity: 0;
  transition: opacity .3s ease;
}
.btn-vnc:hover::before { opacity: 1; }
.btn-vnc:hover {
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 0 40px rgba(130, 100, 255, 0.55);
}

/* пульсирующее сияние */
@keyframes vnc-glow {
  0%, 100% { box-shadow: 0 0 25px rgba(130,100,255,0.4); }
  50% { box-shadow: 0 0 45px rgba(130,100,255,0.7); }
}
.btn-vnc {
  animation: vnc-glow 3s infinite ease-in-out;
}

        /* Новый раздел - новости разработки */
        .dev-news {
            background: rgba(255, 255, 255, 0.1);
            backdrop-filter: blur(10px);
            border-radius: 15px;
            padding: 2rem;
            margin: 3rem 0;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
        }

        .news-item {
            margin-bottom: 2rem;
            padding-bottom: 1.5rem;
            border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        }

        .news-item:last-child {
            margin-bottom: 0;
            padding-bottom: 0;
            border-bottom: none;
        }

        .news-date {
            font-size: 0.9rem;
            color: var(--accent);
            margin-bottom: 0.5rem;
            font-weight: 600;
        }

        .news-title {
            font-size: 1.5rem;
            margin-bottom: 1rem;
            font-weight: 600;
        }

        .news-content {
            opacity: 0.9;
            line-height: 1.6;
        }

        footer {
            text-align: center;
            margin-top: 3rem;
            padding: 2rem 0;
            opacity: 0.7;
            font-size: 0.9rem;
        }

        a {
            color: #f8f9fa;
        }

        @media (max-width: 768px) {
            .download-buttons {
                flex-direction: column;
                align-items: center;
            }

            .btn {
                width: 70%;
                text-align: center;
                justify-content: center;
            }
        }