* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%);
    color: #f0f0f0;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.6;
    min-height: 100vh;
    position: relative;
    padding-bottom: 100px;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Content */
.privacy-content {
    max-width: 900px;
    margin: 0 auto 80px;
    margin-top: 100px;
    padding: 40px;
    background: rgba(15, 15, 15, 0.7);
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.privacy-header {
    text-align: center;
    margin-bottom: 40px;
}

.privacy-title {
    font-size: 26px;
    font-weight: 300;
    margin-bottom: 15px;
    color: #fff;
}

.privacy-subtitle {
    font-size: 14px;
    font-weight: 200;
    color: rgba(255, 255, 255, 0.7);
    max-width: 700px;
    margin: 0 auto;
}

.section {
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.section:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.section-title {
    font-size: 24px;
    font-weight: 300;
    color: #ff6a00;
    margin-bottom: 20px;
}

.section-content {
    font-size: 16px;
    font-weight: 200;
    color: rgba(255, 255, 255, 0.8);
}

.section-content p {
    margin-bottom: 15px;
}

.highlight {
    color: #ff6a00;
    font-weight: 300;
}

.section-content ul {
    margin: 15px 0 15px 30px;
}

.section-content li {
    margin-bottom: 10px;
}

.signature-block {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.signature {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.signature-info {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
}

.signature-date {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
}

/* Footer */
.footer-row {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: white;
    padding: 15px 5%;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.85);
    backdrop-filter: blur(6px);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-policy,
.footer-support {
    flex: 1;
    min-width: 120px;
}

.footer-title {
    flex: 2;
    text-align: center;
    padding: 0 15px;
}

.footer-front-policy,
.footer-front-support {
    color: white;
    text-decoration: none;
    transition: opacity 0.3s ease;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 300;
}

.footer-front-policy:hover,
.footer-front-support:hover {
    opacity: 0.8;
    text-decoration: underline;
}

.footer-front-title-llc {
    font-size: 0.9em;
    opacity: 0.9;
    font-weight: 300;
}

/* Адаптация для мобильных */
@media (max-width: 992px) {
    .privacy-content {
        padding: 25px;
    }

    .privacy-title {
        font-size: 28px;
    }

    .section-title {
        font-size: 22px;
    }
}

@media (max-width: 768px) {
    .header {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }

    .nav-links {
        justify-content: center;
    }

    .privacy-content {
        padding: 20px;
    }

    .footer-row {
        flex-direction: column;
        gap: 10px;
        padding: 10px 5%;
        text-align: center;
    }

    .footer-policy,
    .footer-title,
    .footer-support {
        width: 100%;
        padding: 5px 0;
    }

    .footer-front-policy,
    .footer-front-support {
        display: inline-block;
        margin: 0 5px;
    }

    .signature {
        flex-direction: column;
        gap: 15px;
    }
}

@media (max-width: 480px) {
    .privacy-title {
        font-size: 24px;
    }

    .privacy-subtitle {
        font-size: 16px;
    }

    .section-title {
        font-size: 20px;
    }

    .section-content {
        font-size: 14px;
    }

    .nav-links {
        flex-direction: column;
        gap: 10px;
    }
}

/* Шапка сайта */
.header-head {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    align-items: center;
    padding: 20px 100px;
    /* background-color: rgba(0, 0, 0, 0.7); */
    backdrop-filter: blur(10px);
    z-index: 1000;
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.1); */
}

.header-logo-head {
    font-size: 18px;
    font-weight: 300;
    color: #aaa;
}

.header-logo-head span {
    font-size: 18px;
    color: #ff6a00;
}

.nav-head {
    display: flex;
    justify-content: center;
    gap: 40px;
    font-weight: 400;
}

.nav-elem-head {
    color: #aaa;
    font-size: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: lowercase;
    /* letter-spacing: 1px; */
}

.nav-elem-head:hover {
    color: #ff6a00;
}

.header-login-head {
    display: flex;
    justify-content: flex-end;
    gap: 20px;
    font-weight: 300;
    font-size: 10px;
}

.header-login-head div {
    padding: 8px 10px;
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.header-login-head div:first-child {
    color: #aaa;
    /* border: 1px solid #aaa; */
}

.header-login-head div:last-child {
    background: #ff6a00;
    color: #000;
    font-weight: 600;
}

.header-login-head div:hover {
    /* transform: translateY(-2px); */
    box-shadow: 0 0 15px rgba(255, 106, 0, 0.9);
    /* border: 5px solid #ff6a00; */
}

.mobile-menu-btn-head {
    display: none;
}