/* Privacy Policy Page Styles */

.privacy-container {
    padding: 6rem 2rem 4rem;
    max-width: 900px;
    margin: 0 auto;
}

.privacy-title {
    background: linear-gradient(90deg, #0FA3B8 10%, #1AB3C5 30%, #2bd7bd 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 3.75rem;
    line-height: 1.1;
    font-weight: 700;
    margin: 10rem 0;
    text-align: center;
}

.top-privacy-content {
    color: #e5f6f7;
    font-size: 1rem;
    line-height: 30px;
    text-align: justify;
}

.privacy-content {
    color: #e5f6f7;
    font-size: 1rem;
    line-height: 30px;
}

.privacy-content p {
    margin-bottom: 1rem;
}

.privacy-content strong {
    color: #fff;
    font-weight: 600;
}

.privacy-content ul {
    margin-left: 2rem;
    margin-bottom: 2rem;
}

.privacy-content li {
    margin-bottom: 0.5rem;
}

.privacy-section-heading {
    color: #16d3ca;
    font-size: 1.75rem;
    font-weight: 700;
    margin-top: 3rem;
    margin-bottom: 1.5rem;
}

.privacy-content h3 {
    color: #16d3ca;
    font-size: 1.25rem;
    font-weight: 600;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.privacy-content a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease;
}

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

/* Prevent iOS from auto-detecting and styling phone numbers as links */
.privacy-content a[href^="tel:"],
.top-privacy-content a[href^="tel:"] {
    color: #e5f6f7 !important;
    text-decoration: none !important;
    pointer-events: none;
    cursor: default;
}

/* Override iOS auto-detected phone number styling */
.privacy-content,
.top-privacy-content {
    -webkit-tap-highlight-color: transparent;
}

/* Target any auto-detected phone numbers (iOS creates <a> tags automatically) */
.privacy-content a[href^="tel:"],
.top-privacy-content a[href^="tel:"] {
    color: inherit !important;
    text-decoration: none !important;
    border-bottom: none !important;
}

.privacy-contact-info {
    line-height: 1.8;
}

.privacy-footer {
    margin-bottom: 10rem !important;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .privacy-container {
        padding: 4rem 1.5rem 3rem;
    }

    .privacy-title {
        font-size: 30px;
    }

    .privacy-section-heading {
        font-size: 1.5rem;
        margin-top: 2rem;
        margin-bottom: 1rem;
    }

    .privacy-content, .top-privacy-content {
        font-size: 12px;
        line-height: 20px;
        padding: 0 2rem;
    }

    .privacy-content ul {
        margin-left: 1.5rem;
    }
}

@media (max-width: 576px) {
    .privacy-container {
        padding: 3rem 1rem 2rem;
    }

    .privacy-section-heading {
        font-size: 1.25rem;
    }

    .privacy-content ul {
        margin-left: 1rem;
    }
}
