/* ===== СТРАНИЦА ПОЛИТИКИ КОНФИДЕНЦИАЛЬНОСТИ ===== */

/* Фоновые изображения */
.privacy-page__background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.privacy-page__bg-1 {
    position: absolute;
    top: 5%;
    left: 0px;
    width: 600px;
    height: 900px;
    background: url('../images/hero-bg/default-bg-1.png') no-repeat center;
    background-size: cover;
    opacity: 1;
}

.privacy-page__bg-2 {
    position: absolute;
    top: 0%;
    right: 0px;
    width: 600px;
    height: 1500px;
    background: url('../images/hero-bg/default-bg-2.png') no-repeat center;
    background-size: cover;
    opacity: 1;
}

/* Breadcrumbs */
.breadcrumbs {
    padding: 110px 0 100px 0;
    background: transparent;
    position: relative;
    z-index: 10;
}

.breadcrumb {
    background: none;
    padding: 0;
    margin: 0;
}

.breadcrumb-item {
    font-family: var(--font-family-primary);
    font-size: 16px;
    line-height: 1.6;
    color: var(--color-gray-600);
}

.breadcrumb-item a {
    color: var(--color-gray-600);
    text-decoration: none;
    transition: color 0.3s ease;
}

.breadcrumb-item a:hover {
    color: var(--color-primary);
}

.breadcrumb-item.active {
    color: var(--color-gray-900);
}

.breadcrumb-item + .breadcrumb-item::before {
    content: "—";
    color: var(--color-gray-600);
    margin: 0 8px;
}

/* Mobile Back Button */
.mobile-back {
    display: none;
    padding: 20px 0;
    position: relative;
    z-index: 10;
}

/* Показываем мобильную кнопку на мобильных устройствах */
@media (max-width: 768px) {
    .mobile-back {
        display: block !important;
    }
}

.mobile-back .container {
    display: flex;
    align-items: center;
    gap: 12px;
}

.mobile-back__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border: none;
    border-radius: 50%;
    background: #f6f8ff;
    color: var(--color-gray-600);
    cursor: pointer;
    transition: all 0.2s ease;
}

.mobile-back__btn:hover {
    background: var(--color-gray-200);
    color: var(--color-gray-700);
}

.mobile-back__title {
    font-family: var(--font-family-primary);
    font-size: 18px;
    font-weight: 700;
    color: var(--color-gray-900);
}



/* Основной контент */
.privacy-content {
    padding: 0;
    background: transparent;
    position: relative;
    z-index: 10;
}

.privacy-article {
    max-width: 100%;
}

.privacy-article__header {
    margin-bottom: 60px;
}

.privacy-article__header h1 {
    font-family: var(--font-family-primary);
    font-weight: 700;
    font-size: 42px;
    line-height: 1.2;
    color: var(--color-text);
    margin: 0;
}

.privacy-article__content {
    font-family: var(--font-family-primary);
    font-size: 16px;
    line-height: 1.6;
    color: var(--color-text);
}

/* Заголовки */
.privacy-article__content h2 {
    font-family: var(--font-family-primary);
    font-weight: 700;
    font-size: 24px;
    line-height: 1.3;
    color: var(--color-text);
    margin: 40px 0 20px 0;
    padding-top: 20px;
}

.privacy-article__content h2:first-child {
    margin-top: 0;
    padding-top: 0;
}

/* Параграфы */
.privacy-article__content p {
    margin: 0 0 20px 0;
    font-size: 16px;
    line-height: 1.6;
}

/* Списки */
.privacy-article__content ul {
    margin: 20px 0;
    padding-left: 20px;
}

.privacy-article__content li {
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 1.6;
}

/* CTA блок */
.cta-section {
    padding: 80px 0;
    background: var(--color-primary);
}

.cta-block {
    background: var(--color-primary);
    border-radius: 30px;
    padding: 50px;
    box-shadow: 0px 12px 16px 0px rgba(0, 0, 0, 0.04);
}

.cta-block__content {
    display: flex;
    align-items: center;
    gap: 58px;
}

.cta-block__text {
    flex: 1;
    max-width: 714px;
}

.cta-block__text h2 {
    font-family: var(--font-family-primary);
    font-weight: 700;
    font-size: 42px;
    line-height: 1.24;
    color: var(--color-white);
    margin: 0 0 30px 0;
}

.cta-block__text p {
    font-family: var(--font-family-primary);
    font-weight: 400;
    font-size: 20px;
    line-height: 1.6;
    color: var(--color-white);
    margin: 0 0 30px 0;
}

/* Форма CTA */
.cta-form {
    margin-top: 30px;
}

.cta-form__fields {
    display: flex;
    gap: 10px;
    margin-bottom: 19px;
}

.cta-form__field {
    flex: 1;
}

.cta-form__input-wrapper {
    position: relative;
    background: var(--color-white);
    border-radius: 12px;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 12px;
    height: 60px;
}

.cta-form__icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.cta-form__input {
    border: none;
    background: none;
    font-family: var(--font-family-primary);
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    color: var(--color-text);
    width: 100%;
    outline: none;
}

.cta-form__input::placeholder {
    color: var(--color-gray-500);
}

.cta-form__submit {
    background: var(--color-white);
    border: none;
    border-radius: 12px;
    padding: 18px 16px;
    font-family: var(--font-family-primary);
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5;
    color: var(--color-text);
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    min-width: 191px;
}

.cta-form__submit:hover {
    background: var(--color-gray-50);
}

.cta-form__arrow {
    width: 24px;
    height: 24px;
}

/* Согласие */
.cta-form__agreement {
    display: flex;
    align-items: flex-start;
    gap: 11px;
}

.cta-form__agreement .checkbox {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    cursor: pointer;
}

.cta-form__agreement .checkbox__input {
    display: none;
}

.cta-form__agreement .checkbox__checkmark {
    width: 24px;
    height: 24px;
    border: 2px solid var(--color-white);
    border-radius: 4px;
    background: var(--color-white);
    position: relative;
    flex-shrink: 0;
    margin-top: 2px;
}

.cta-form__agreement .checkbox__checkmark--agreement::after {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    width: 18px;
    height: 18px;
    background: #25CD25;
    border-radius: 2px;
}

.cta-form__agreement .checkbox__text {
    font-family: var(--font-family-primary);
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4;
    color: var(--color-white);
    opacity: 0.5;
}

/* Изображение CTA */
.cta-block__image {
    flex-shrink: 0;
    width: 461px;
    height: 444px;
}

.cta-block__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

/* Адаптивность */
@media (max-width: 1200px) {
    .privacy-page__bg-1 {
        width: 500px;
        height: 500px;
    }
    
    .privacy-page__bg-2 {
        width: 500px;
        height: 800px;
    }
    
    .cta-block__content {
        flex-direction: column;
        gap: 40px;
    }
    
    .cta-block__image {
        width: 100%;
        max-width: 461px;
        height: auto;
        aspect-ratio: 461/444;
    }
}

@media (max-width: 768px) {
    .breadcrumbs {
        display: none !important;
    }
    
    .mobile-back {
        display: block !important;
        padding-top: 100px; /* Отступ сверху для sticky header */
    }
    
    .privacy-page__bg-1 {
        display: none; /* Скрываем левую фоновую картинку */
    }
    
    .privacy-page__bg-2 {
        width: 200px;
        height: 300px;
        top: 30%;
    }
    
    .privacy-article__header h1 {
        font-size: 32px;
    }
    
    .privacy-article__content h2 {
        font-size: 20px;
    }
    
    .cta-block {
        padding: 30px 20px;
    }
    
    .cta-block__text h2 {
        font-size: 28px;
    }
    
    .cta-block__text p {
        font-size: 16px;
    }
    
    .cta-form__fields {
        flex-direction: column;
    }
    
    .cta-form__submit {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 576px) {
    .privacy-page__bg-1 {
        width: 150px;
        height: 150px;
        top: 15%;
    }
    
    .privacy-page__bg-2 {
        width: 150px;
        height: 250px;
        top: 40%;
    }
    
    .privacy-content {
        padding: 40px 0;
    }
    
    .privacy-article__header {
        margin-bottom: 40px;
    }
    
    .privacy-article__header h1 {
        font-size: 28px;
    }
    
    .cta-section {
        padding: 40px 0;
    }
    
    .cta-block__text h2 {
        font-size: 24px;
    }
} 