/* ===== PRIVACY PAGE STYLES ===== */

/* Breadcrumbs */
.privacy-breadcrumbs {
    padding: 15px 0;
    font-size: 14px;
    color: #666;
    border-bottom: 1px solid #eee;
}
.privacy-breadcrumbs a {
    color: #2e7d32;
    text-decoration: none;
}
.privacy-breadcrumbs a:hover {
    text-decoration: underline;
}
.privacy-breadcrumbs span {
    color: #999;
}

/* Main content */
.privacy-main {
    padding: 50px 0 80px;
}

.privacy-content {
    max-width: 860px;
    margin: 0 auto;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
    padding: 50px 60px;
}

.privacy-content h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 28px;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 30px;
    line-height: 1.3;
    text-align: center;
}

.privacy-content h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #1a1a1a;
    margin-top: 35px;
    margin-bottom: 15px;
    line-height: 1.4;
}

.privacy-content p {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 1.7;
    color: #444;
    margin-bottom: 15px;
}

.privacy-content ul {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
}

.privacy-content ul li {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 1.7;
    color: #444;
    padding: 8px 0 8px 28px;
    position: relative;
    border-bottom: 1px solid #f0f0f0;
}

.privacy-content ul li:last-child {
    border-bottom: none;
}

.privacy-content ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 15px;
    width: 8px;
    height: 8px;
    background: #2e7d32;
    border-radius: 50%;
}

.privacy-content a {
    color: #2e7d32;
    text-decoration: underline;
    transition: color 0.2s;
}

.privacy-content a:hover {
    color: #1b5e20;
}

.legal-page ul,
.vacancies-page ul {
    margin-top: 8px;
}

.vacancy-card {
    padding: 24px 26px;
    margin: 22px 0;
    border: 1px solid var(--line, #e4ece7);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.72);
    box-shadow: 0 14px 34px rgba(24, 45, 38, 0.06);
}

.vacancy-card h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    line-height: 1.35;
    color: var(--text-main, #1a1a1a);
    margin: 0 0 14px;
}

.vacancy-card p:last-child {
    margin-bottom: 0;
}

.vacancy-hh {
    margin-top: 34px;
    padding: 30px;
    border-radius: 24px;
    background: linear-gradient(135deg, rgba(31, 90, 75, 0.08), rgba(31, 90, 75, 0.03));
    border: 1px solid rgba(31, 90, 75, 0.14);
}

.vacancy-hh h2 {
    margin-top: 0;
}

.vacancy-hh__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 24px;
    border-radius: 999px;
    background: var(--brand, #2e7d32);
    color: #fff !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    text-decoration: none !important;
    box-shadow: 0 12px 26px rgba(31, 90, 75, 0.18);
}

.vacancy-hh__button:hover {
    color: #fff !important;
    filter: brightness(0.95);
}

/* ===== CONTACTS PAGE ===== */
.contacts-main {
    padding: 48px 0 88px;
    background: transparent;
}

.contacts-hero {
    max-width: 860px;
    margin: 0 auto 34px;
    text-align: center;
}

.contacts-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 0 16px;
    border-radius: 999px;
    background: rgba(31, 90, 75, 0.08);
    color: var(--brand, #2e7d32);
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0;
}

.contacts-hero h1 {
    margin: 16px 0 14px;
    color: var(--text-main, #1a1a1a);
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    line-height: 1.18;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
}

.contacts-hero p {
    margin: 0;
    color: var(--text-muted, #555);
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    line-height: 1.65;
}

.contacts-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.28fr);
    gap: 28px;
    align-items: stretch;
}

.contacts-grid--bottom {
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.28fr);
    margin-top: 28px;
}

.contacts-card,
.contacts-map {
    background: linear-gradient(180deg, #ffffff 0%, #fbfcfb 100%);
    border: 1px solid var(--line, #e4ece7);
    border-radius: 28px;
    box-shadow: var(--shadow-lg, 0 20px 48px rgba(0, 0, 0, 0.08));
}

.contacts-card {
    padding: 34px;
}

.contacts-card h2 {
    margin: 0 0 14px;
    color: var(--text-main, #1a1a1a);
    font-family: 'Montserrat', sans-serif;
    font-size: 19px;
    line-height: 1.35;
    font-weight: 800;
}

.contacts-card h2:not(:first-child) {
    margin-top: 32px;
}

.contacts-card p,
.contacts-card li {
    color: var(--text-muted, #444);
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 1.7;
}

.contacts-card p {
    margin: 0 0 10px;
}

.contacts-card strong {
    color: var(--text-main, #1a1a1a);
    font-weight: 800;
}

.contacts-card a {
    color: var(--brand, #2e7d32);
    font-weight: 800;
    text-decoration: underline;
}

.contacts-map {
    min-height: 430px;
    overflow: hidden;
}

.contacts-map iframe {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 430px;
    border: 0;
    filter: saturate(0.92);
}

.contacts-card__note {
    margin-top: 24px !important;
}

.contacts-form {
    display: grid;
    gap: 12px;
    margin-top: 20px;
}

.contacts-form .order-form__btn {
    min-height: 56px;
    text-transform: uppercase;
}

.contacts-schedule {
    margin: 0;
    padding-left: 22px;
}

.contacts-schedule li {
    padding: 5px 0;
}

/* Responsive */
@media (max-width: 768px) {
    .privacy-content {
        padding: 30px 25px;
        border-radius: 12px;
    }

    .privacy-content h1 {
        font-size: 22px;
        margin-bottom: 25px;
    }

    .privacy-content h2 {
        font-size: 16px;
        margin-top: 25px;
    }

    .privacy-content p,
    .privacy-content ul li {
        font-size: 14px;
    }

    .privacy-main {
        padding: 30px 0 50px;
    }

    .vacancy-card {
        padding: 20px;
        border-radius: 18px;
    }

    .vacancy-hh {
        padding: 24px 20px;
        border-radius: 20px;
    }

    .contacts-main {
        padding: 36px 0 56px;
    }

    .contacts-hero h1 {
        font-size: 27px;
    }

    .contacts-hero p {
        font-size: 15px;
    }

    .contacts-grid,
    .contacts-grid--bottom {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .contacts-card {
        padding: 24px 20px;
        border-radius: 22px;
    }

    .contacts-map,
    .contacts-map iframe {
        min-height: 320px;
    }
}

@media (max-width: 480px) {
    .privacy-content {
        padding: 20px 18px;
    }

    .privacy-content h1 {
        font-size: 20px;
    }
}

/* ===== TRUST PAGE OVERRIDES ===== */
.privacy-breadcrumbs {
    background: transparent;
    border-bottom: 1px solid rgba(31, 90, 75, 0.08);
    color: var(--text-muted);
}

.privacy-main {
    background: transparent;
    padding: 56px 0 88px;
}

.privacy-content {
    background: linear-gradient(180deg, #ffffff 0%, #fbfcfb 100%);
    border: 1px solid var(--line);
    border-top: 4px solid rgba(31, 90, 75, 0.18);
    border-radius: 30px;
    box-shadow: var(--shadow-lg);
}

.privacy-content h1,
.privacy-content h2 {
    color: var(--text-main);
    letter-spacing: -0.02em;
}

.privacy-content p,
.privacy-content ul li {
    color: var(--text-muted);
}

.privacy-content ul li {
    border-bottom-color: rgba(31, 90, 75, 0.08);
}

.privacy-content ul li::before {
    background: var(--brand);
}

.privacy-content a {
    color: var(--brand);
}

@media (max-width: 768px) {
    .privacy-main {
        padding: 40px 0 56px;
    }

    .privacy-content {
        border-radius: 24px;
    }
}
