
/* ------ PRIVACY POLICY SECTION ------ */
.privacy-section {
    padding: 5rem 24px;
    background: var(--vib-white);
    display: flex;
    justify-content: center;
    align-items: center;
}

.privacy-container {
    max-width: 900px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

/* Header */
.privacy-header {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
    text-align: center;
    padding-bottom: 2rem;
    border-bottom: 2px solid var(--vib-dark-blue-1);
}

.privacy-badge {
    padding: 0.5rem 1rem;
    border-radius: 50px;
    display: inline-flex;
    gap: 10px;
    border: 2px dashed var(--vib-dark-blue-1);
    width: fit-content;
    background: var(--vib-white);
}

.privacy-badge-text {
    color: var(--vib-dark-blue-1);
    font-size: 1rem;
    font-family: var(--font-family-2);
    font-weight: 600;
}

.privacy-badge i {
    display: flex;
    align-items: center;
    color: var(--vib-dark-blue-1);
    font-size: 1.125rem;
}

.privacy-title {
    font-size: 3rem;
    font-weight: 700;
    color: var(--vib-dark-blue-1);
    line-height: 1.2;
    margin: 0;
}

.privacy-date {
    font-size: 1rem;
    color: var(--vib-dark-blue-1);
    font-family: var(--font-family-2);
    opacity: 0.7;
    margin: 0;
}

/* Content */
.privacy-content {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.privacy-section-block {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.privacy-intro {
    font-size: 1.25rem;
    color: var(--vib-dark-blue-1);
    font-family: var(--font-family-2);
    line-height: 1.8;
    text-align: center;
    padding: 2rem;
    background: var(--vib-gray);
    border: 2px solid var(--vib-dark-blue-1);
    border-radius: 2px;
    margin: 0;
}

.privacy-heading {
    font-size: 2rem;
    font-weight: 700;
    color: var(--vib-dark-blue-1);
    line-height: 1.3;
    margin: 0;
    padding-bottom: 0.5rem;
    border-bottom: 2px dashed var(--vib-dark-blue-1);
}

.privacy-subheading {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--vib-dark-blue-1);
    line-height: 1.3;
    margin: 0;
    margin-top: 1rem;
}

.privacy-text {
    font-size: 1.0625rem;
    color: var(--vib-dark-blue-1);
    font-family: var(--font-family-2);
    line-height: 1.8;
    margin: 0;
    opacity: 0.9;
}

.privacy-text strong {
    font-weight: 700;
    opacity: 1;
}

/* Commitment Box */
.privacy-commitment {
    margin-top: 2rem;
}

.commitment-box {
    display: flex;
    gap: 2rem;
    padding: 2.5rem;
    background: var(--vib-light-green-1);
    border: 2px solid var(--vib-dark-blue-1);
    border-radius: 2px;
    box-shadow: 8px 8px 0 0 var(--vib-dark-blue-1);
    align-items: center;
}

.commitment-box i {
    font-size: 4rem;
    color: var(--vib-dark-blue-1);
    display: flex;
    flex-shrink: 0;
}

.commitment-content {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.commitment-title {
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--vib-dark-blue-1);
    margin: 0;
}

.commitment-text {
    font-size: 1.0625rem;
    color: var(--vib-dark-blue-1);
    font-family: var(--font-family-2);
    line-height: 1.8;
    margin: 0;
    opacity: 0.9;
}

/* RESPONSIVE STYLES */
@media (max-width: 968px) {
    .privacy-section {
        padding: 4rem 24px;
    }

    .privacy-container {
        gap: 2.5rem;
    }

    .privacy-title {
        font-size: 2.5rem;
    }

    .privacy-content {
        gap: 2.5rem;
    }

    .privacy-heading {
        font-size: 1.75rem;
    }

    .privacy-subheading {
        font-size: 1.25rem;
    }

    .commitment-box {
        padding: 2rem;
        gap: 1.5rem;
    }

    .commitment-box i {
        font-size: 3rem;
    }

    .commitment-title {
        font-size: 1.5rem;
    }
}

@media (max-width: 640px) {
    .privacy-section {
        padding: 3rem 24px;
    }

    .privacy-container {
        gap: 2rem;
    }

    .privacy-title {
        font-size: 2rem;
    }

    .privacy-intro {
        font-size: 1.125rem;
        padding: 1.5rem;
    }

    .privacy-content {
        gap: 2rem;
    }

    .privacy-section-block {
        gap: 1.25rem;
    }

    .privacy-heading {
        font-size: 1.5rem;
    }

    .privacy-subheading {
        font-size: 1.125rem;
    }

    .privacy-text {
        font-size: 1rem;
    }

    .commitment-box {
        flex-direction: column;
        text-align: center;
        padding: 1.5rem;
        gap: 1rem;
    }

    .commitment-box i {
        font-size: 2.5rem;
    }

    .commitment-title {
        font-size: 1.25rem;
    }

    .commitment-text {
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .privacy-section {
        padding: 2rem 24px;
    }

    .privacy-title {
        font-size: 1.75rem;
    }

    .privacy-date {
        font-size: 0.9rem;
    }

    .privacy-intro {
        font-size: 1rem;
        padding: 1.25rem;
    }

    .privacy-heading {
        font-size: 1.375rem;
    }

    .privacy-text {
        font-size: 0.95rem;
        line-height: 1.7;
    }
}