/* Privacy Policy Page Styles */
.privacy-policy-page {
    padding: 2rem 0 4rem;
    min-height: calc(100vh - 200px);
    background: #fff;
}

.privacy-policy-page .container {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 2rem;
}

.privacy-policy-page .breadcrumb {
    padding: 1rem 0 1.5rem;
    font-size: 0.9rem;
    color: #666;
}

.privacy-policy-page .breadcrumb a {
    color: #0D9488;
    text-decoration: none;
}

.privacy-policy-page .breadcrumb a:hover {
    text-decoration: underline;
}

.policy-title {
    font-size: 2rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 0.5rem;
    line-height: 1.3;
}

.policy-title .brand {
    color: #0D9488;
}

.last-updated {
    font-size: 0.95rem;
    color: #6b7280;
    margin-bottom: 2rem;
}

.privacy-policy-page p {
    margin-bottom: 1rem;
    line-height: 1.7;
    color: #374151;
}

.policy-section {
    margin-bottom: 2.5rem;
}

.section-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1f2937;
    margin: 2rem 0 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 3px solid #0D9488;
    display: inline-block;
}

.section-subtitle {
    font-size: 1.15rem;
    font-weight: 600;
    color: #1f2937;
    margin: 1.25rem 0 0.5rem;
}

.policy-list {
    margin: 0.75rem 0 1.25rem 1.5rem;
    padding-left: 0;
    list-style: none;
}

.policy-list li {
    margin-bottom: 0.75rem;
    padding-left: 1.25rem;
    position: relative;
    line-height: 1.6;
    color: #374151;
}

.policy-list li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #0D9488;
    font-weight: bold;
}

.policy-list.definitions-list li {
    margin-bottom: 1rem;
}

.policy-list.cookie-purposes li,
.policy-list.purpose-list li {
    margin-bottom: 1.25rem;
}

.policy-list a {
    color: #0D9488;
    text-decoration: none;
}

.policy-list a:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .privacy-policy-page .container {
        padding: 0 1rem;
    }

    .policy-title {
        font-size: 1.5rem;
    }

    .section-title {
        font-size: 1.25rem;
    }
}
