body {
    margin: 0;
    min-height: 100vh;
    background: #18191c;
    overflow-x: hidden;
    font-family: 'Segoe UI', Arial, sans-serif;
}

.bg-girl {
    position: fixed;
    top: 0; right: 0; bottom: 0; left: 0;
    z-index: 0;
    background: #18191c url('/static/girl-bg.png') no-repeat right center;
    background-size: cover;
    pointer-events: none;
}

.navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(24, 25, 28, 0.99);
    padding: 7px 18px;
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    min-height: 38px;
}
.nav-logo {
    color: #ff2e2e;
    font-size: 1.02rem;
    font-weight: 700;
    letter-spacing: 1px;
}

.feature-desc.red {
    color: #ff3636;
}

.navbar ul {
    display: flex;
    list-style: none;
    gap: 16px;
    margin: 0;
    padding: 0;
}
.navbar a {
    color: #ffffff;
    text-decoration: none;
    font-size: 0.92rem;
    opacity: 0.93;
    transition: opacity 0.15s;
}
.navbar a:hover {
    opacity: 1;
}
.nav-actions {
    display: flex;
    gap: 7px;
}
.btn {
    display: inline-block;
    padding: 5px 15px;
    border-radius: 7px;
    font-size: 0.97rem;
    font-weight: 500;
    border: none;
    cursor: pointer;
    text-decoration: none;
    transition: background 0.18s, color 0.18s;
}
.btn-red {
    background: #ff2e2e;
    color: #fff;
}
.btn-red:hover {
    background: #ff2e2e;
}
.btn-outline {
    border: 1.2px solid #fff4;
    background: transparent;
    color: #fff;
}
.btn-outline:hover {
    background: #28292e;
}
.btn-big {
    font-size: 1.25rem;
    padding: 18px 48px;
    font-weight: bold;
}
.btn-row {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 38px;
}

/* --- КАРТОЧКА САЙТА --- */
.main-landing {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    min-height: 90vh;
    max-width: 1300px;
    margin: 60px auto 0 60px;
    padding: 0;
    position: relative;
    z-index: 1;
}
.main-card {
    background: rgba(24,25,28,0.98);
    border-radius: 34px;
    padding: 52px 54px 46px 54px;
    box-shadow: 0 8px 54px #0006;
    font-size: 1.23rem;
    min-width: 750px;
    max-width: 850px;
    margin-top: 10px;
    margin-bottom: 40px;
    margin-left: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

/* --- НОВАЯ СТИЛЬНАЯ ШАПКА --- */
.hero-head {
    width: 100%;
    margin-bottom: 35px;
}
.hero-label {
    font-size: 1.17rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 800;
    color: #e8e8e8;
    display: flex;
    align-items: center;
    gap: 11px;
    margin-bottom: 12px;
}
.hero-label .fire-emoji {
    font-size: 1.4em;
    filter: drop-shadow(0 1px 4px #ff2e2e88);
}
.hero-label .gradient-word {
    background: linear-gradient(90deg, #ff2e2e 0%, #ffe057 90%);
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    font-weight: 900;
    letter-spacing: 2.5px;
}
.hero-title {
    font-size: 4.1rem;
    font-weight: 900;
    margin: 0 0 20px 0;
    line-height: 0.92;
}
.gradient-title {
    background: linear-gradient(90deg, #ff2e2e 10%, #fff 90%);
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    font-weight: 900;
    letter-spacing: 4px;
    filter: drop-shadow(0 3px 14px #ff2e2e55);
}
.prodby.highlight {
    color: #ff2e2e;
    text-transform: uppercase;
    font-size: 1.08rem;
    font-weight: 700;
    letter-spacing: 1.6px;
    margin-bottom: 20px;
    background: linear-gradient(90deg, #ff2e2e 20%, #fff 80%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}
.desc.tagline {
    color: #fff;
    font-size: 1.22rem;
    margin-bottom: 0;
    font-weight: 400;
    margin-top: 8px;
}
.desc.tagline b {
    color: #fff;
    font-weight: 700;
}
.desc.tagline .win {
    color: #ff2e2e;
    font-weight: 700;
    letter-spacing: 0.7px;
    text-shadow: 0 2px 14px #ff2e2e55;
}

.features {
    display: flex;
    gap: 38px;
    justify-content: flex-start;
    align-items: stretch;
    margin-bottom: 48px;
    margin-top: 35px;
    width: 100%;
}
.feature {
    background: rgba(24, 25, 28, 0.95);
    border-radius: 18px;
    padding: 34px 32px 22px 32px;
    min-width: 200px;
    text-align: center;
    box-shadow: 0 2px 18px #0002;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: box-shadow 0.18s, transform 0.18s;
}
.feature:hover {
    box-shadow: 0 6px 30px #ff2e2e22;
    transform: translateY(-4px) scale(1.03);
}
.feature-icon {
    margin-bottom: 14px;
    height: 40px;
}
.feature-title {
    font-size: 1.32rem;
    font-weight: 900;
    color: #fff;
    margin-bottom: 8px;
    letter-spacing: 0.5px;
}
.feature-title.red {
    color: #ff3636;
}
.feature-desc {
    font-size: 1.1rem;
    color: #ccc;
    margin-bottom: 0;
}
.feature-desc span {
    color: #fff;
    font-weight: 700;
    letter-spacing: 1px;
}

.footer {
    text-align: center;
    margin: 40px 0 15px 0;
    color: #65686e;
    letter-spacing: 1px;
    z-index: 1;
}

/* --- ФОРМЫ (РЕГИСТРАЦИЯ/ЛОГИН) --- */
.center-container {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    width: 100vw;
    position: fixed;
    top: 0; left: 0;
    z-index: 5;
    background: none;
}
.form-card {
    background: rgba(24,25,28,0.98);
    border-radius: 28px;
    padding: 42px 40px 32px 40px;
    box-shadow: 0 6px 38px #0007;
    min-width: 340px;
    max-width: 370px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 7;
}
.form-title {
    font-size: 2.1rem;
    font-weight: 900;
    color: #ff2e2e;
    margin-bottom: 26px;
    text-align: center;
    letter-spacing: 2px;
}
.form-card input[type="email"],
.form-card input[type="password"] {
    width: 100%;
    padding: 14px 14px;
    margin-bottom: 18px;
    font-size: 1.13rem;
    border-radius: 9px;
    border: none;
    outline: none;
    background: #232428;
    color: #fff;
    transition: box-shadow 0.16s;
    box-shadow: 0 1px 8px #0002 inset;
}
.form-card input[type="email"]:focus,
.form-card input[type="password"]:focus {
    box-shadow: 0 0 0 2px #ff2e2e55;
}
.form-card .btn.btn-big {
    width: 100%;
    font-size: 1.13rem;
    padding: 15px 0;
    margin-bottom: 12px;
    margin-top: 10px;
    font-weight: bold;
    border-radius: 12px;
}
.form-footer {
    color: #aaa;
    text-align: center;
    margin-top: 15px;
    font-size: 1.01rem;
}
.form-footer a {
    color: #ff2e2e;
    text-decoration: underline;
    font-weight: 700;
    transition: color 0.18s;
}
.form-footer a:hover {
    color: #fff;
}
.flash-messages {
    width: 100%;
    margin-bottom: 12px;
}
.alert {
    background: #222;
    color: #fff;
    padding: 10px 18px;
    border-radius: 9px;
    margin-bottom: 8px;
    font-size: 1rem;
    text-align: center;
}
.alert-danger { background: #ff2e2e; color: #fff; }
.alert-success { background: #21d64b; color: #fff; }

/* --- DENSITIES (Плотности, для screeners.html) --- */
.densities-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 28px;
    margin-bottom: 24px;
}
.density-card {
    background: #202125;
    border-radius: 12px;
    box-shadow: 0 3px 18px #0004;
    padding: 18px 16px 12px 16px;
    min-width: 225px;
    max-width: 255px;
    margin-bottom: 18px;
}
.density-title {
    font-weight: 800;
    color: #45b7ff;
    font-size: 1.1rem;
    margin-bottom: 6px;
}
.density-table {
    width: 100%;
}
.density-row {
    display: flex;
    justify-content: space-between;
    color: #e5e5e5;
    font-size: 0.98rem;
    border-bottom: 1px solid #27272e;
    padding: 3px 0;
}
.density-row span {
    min-width: 44px;
    text-align: right;
    color: #c2f0fc;
    font-weight: 700;
}

/* --- Премиум стили --- */
.premium-container {
    color: #eee;
    max-width: 900px;
    margin: 60px auto;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    background: #0a0a0a;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 0 30px rgba(255, 0, 0, 0.7);
    position: relative;
    z-index: 1;
}
.premium-container h1 {
    font-weight: 900;
    margin-bottom: 30px;
    text-align: center;
    color: #ff2b2b;
    font-size: 2.8em;
}
.premium-info {
    text-align: center;
    margin-bottom: 40px;
}
.premium-info h2 {
    font-weight: 700;
    font-size: 1.6em;
    margin-bottom: 16px;
    color: #ff4a4a;
}
.premium-features-list {
    list-style: none;
    padding: 0;
    font-size: 20px;
    display: inline-block;
    text-align: left;
    color: #ddd;
}
.premium-features-list li {
    margin-bottom: 14px;
    background: #1c0f0f;
    padding: 12px 20px;
    border-radius: 14px;
    box-shadow: 0 0 12px rgba(255, 43, 43, 0.7);
    font-weight: 600;
    letter-spacing: 0.02em;
}
.premium-prices {
    display: flex;
    gap: 24px;
    justify-content: center;
    flex-wrap: wrap;
}
.price-card {
    background: #1c0f0f;
    border-radius: 16px;
    padding: 28px 35px;
    width: 180px;
    text-align: center;
    box-shadow: 0 0 25px rgba(255, 0, 0, 0.8);
    font-weight: 700;
    font-size: 22px;
    color: #ff2b2b;
    cursor: default;
    transition: transform 0.3s ease;
}
.price-card:hover {
    transform: scale(1.05);
}
.price-card-year {
    width: 390px;
    border: 2px solid #ff2b2b;
    box-shadow: 0 0 35px #ff2b2b;
}
.price-duration {
    font-size: 16px;
    margin-bottom: 8px;
    color: #f25454;
}
.price-discount {
    font-size: 13px;
    color: #ff4d4d;
    font-weight: 600;
    margin-bottom: 8px;
}
.price-cost {
    font-size: 28px;
    line-height: 1.2;
}
.price-cost small {
    font-size: 15px;
    color: #a75b5b;
    font-weight: 500;
    line-height: 1.3;
    display: block;
    margin-top: 6px;
}
.dollar {
    font-weight: 900;
    color: #ff4545;
}

/* --- АДАПТИВ --- */
@media (max-width: 1100px) {
    .main-landing {
        margin: 30px 0 0 0;
        justify-content: center;
    }
    .main-card {
        min-width: 0;
        max-width: 98vw;
        padding: 20px 4vw 24px 4vw;
    }
    .features {
        flex-direction: column;
        gap: 20px;
        align-items: stretch;
        width: 100%;
    }
    .feature {
        min-width: 0;
        width: 100%;
        margin: 0 auto;
    }
    .form-card {
        min-width: 90vw;
        max-width: 97vw;
        padding: 23px 6vw 20px 6vw;
    }
.noprem-blur-full,
.noprem-blur-full *,
.noprem-blur-full *::selection {
    user-select: none !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    cursor: default !important;
}
}
