.privacy-page {
    background: #ffffff;
    color: #000;
    padding-top: 80px;
    min-height: 100vh;
}

.privacy-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
}

.breadcrumbs {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 20px 0;
    font-size: 14px;
    color: #999;
}

.breadcrumbs a {
    color: #666;
    text-decoration: none;
    transition: color 0.3s ease;
}

.breadcrumbs a:hover {
    color: #2563EB;
}

.breadcrumb-separator {
    color: #ccc;
}

.breadcrumb-current {
    color: #000;
}

.privacy-hero {
    padding: 60px 0 40px;
    text-align: center;
}

.privacy-title {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 16px;
    color: #000;
}

.privacy-date {
    font-size: 16px;
    color: #999;
    font-style: italic;
}

.privacy-content {
    padding: 40px 0 80px;
}

.privacy-section {
    margin-bottom: 50px;
    padding-bottom: 40px;
    border-bottom: 1px solid #e9ecef;
}

.privacy-section:last-of-type {
    border-bottom: none;
}

.privacy-section h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 24px;
    color: #000;
    line-height: 1.3;
}

.privacy-section h3 {
    font-size: 22px;
    font-weight: 600;
    margin-top: 32px;
    margin-bottom: 16px;
    color: #2563EB;
}

.privacy-section h4 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 12px;
    color: #333;
    line-height: 1.4;
}

.privacy-section ol {
    margin: 16px 0 24px;
    padding-left: 1.5rem;
    list-style-type: decimal;
}

.privacy-section ol[type="a"] {
    list-style-type: lower-alpha;
}

.privacy-section ol li {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
    margin-bottom: 12px;
    padding-left: 8px;
}

.privacy-section ul ul {
    margin-top: 12px;
    margin-bottom: 0;
}

.privacy-section ul ul li {
    margin-bottom: 10px;
}

.privacy-section ul ul li::before {
    left: 6px;
    font-size: 16px;
}

.privacy-offer-subtitle {
    font-size: 20px;
    font-weight: 600;
    color: #2563EB;
    margin-top: -8px;
    margin-bottom: 24px;
    text-align: center;
}

.privacy-section a {
    color: #2563EB;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.privacy-section a:hover {
    color: #1d4ed8;
}

.privacy-section p {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
    margin-bottom: 20px;
}

.privacy-section ul {
    list-style: none;
    padding: 0;
    margin: 24px 0;
}

.privacy-section ul li {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
    padding-left: 30px;
    margin-bottom: 16px;
    position: relative;
}

.privacy-section ul li::before {
    content: '•';
    position: absolute;
    left: 10px;
    color: #2563EB;
    font-weight: 700;
    font-size: 20px;
}

.contact-details {
    background: #f8f9fa;
    border: 2px solid #e9ecef;
    border-radius: 16px;
    padding: 30px;
    margin-top: 24px;
}

.contact-item {
    display: flex;
    gap: 12px;
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 1.6;
}

.contact-item:last-child {
    margin-bottom: 0;
}

.contact-item strong {
    color: #000;
    font-weight: 600;
    min-width: 140px;
}

.contact-item span,
.contact-item a {
    color: #666;
}

.contact-item a {
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-item a:hover {
    color: #2563EB;
}

.privacy-footer-note {
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.05) 0%, rgba(29, 78, 216, 0.08) 100%);
    border: 2px solid #2563EB;
    border-radius: 16px;
    padding: 30px;
    text-align: center;
    margin-top: 40px;
}

.privacy-footer-note p {
    font-size: 16px;
    font-weight: 500;
    color: #2563EB;
    margin: 0;
    line-height: 1.6;
}

@media (max-width: 1024px) {
    .privacy-title {
        font-size: 36px;
    }

    .privacy-section h2 {
        font-size: 28px;
    }

    .privacy-section h3 {
        font-size: 20px;
    }

    .privacy-section h4 {
        font-size: 17px;
    }

    .privacy-offer-subtitle {
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    .privacy-container {
        padding: 0 20px;
    }

    .privacy-hero {
        padding: 40px 0 30px;
    }

    .privacy-title {
        font-size: 28px;
    }

    .privacy-date {
        font-size: 14px;
    }

    .privacy-content {
        padding: 30px 0 60px;
    }

    .privacy-section {
        margin-bottom: 40px;
        padding-bottom: 30px;
    }

    .privacy-section h2 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .privacy-section h3 {
        font-size: 18px;
        margin-top: 24px;
        margin-bottom: 12px;
    }

    .privacy-section h4 {
        font-size: 16px;
        margin-top: 16px;
        margin-bottom: 10px;
    }

    .privacy-section ol {
        padding-left: 1.25rem;
    }

    .privacy-section ol li {
        font-size: 15px;
        line-height: 1.7;
    }

    .privacy-offer-subtitle {
        font-size: 16px;
    }

    .privacy-section p,
    .privacy-section ul li {
        font-size: 15px;
        line-height: 1.7;
    }

    .privacy-section ul li {
        padding-left: 25px;
    }

    .privacy-section ul li::before {
        left: 8px;
        font-size: 18px;
    }

    .contact-details {
        padding: 20px;
    }

    .contact-item {
        flex-direction: column;
        gap: 4px;
        margin-bottom: 20px;
    }

    .contact-item strong {
        min-width: auto;
    }

    .privacy-footer-note {
        padding: 20px;
    }

    .privacy-footer-note p {
        font-size: 14px;
    }
}
