/* =============================================
   NAVIQUE EXPRESS — PRIVACY POLICY PAGE
   Material Design, Responsive
   ============================================= */

/* ── HERO ── */
.privacy-hero {
    position: relative;
    background: url('../images/cf46a1eaff.jpg.jpeg') center center / cover no-repeat;
    min-height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
}

.privacy-overlay {
    position: absolute;
    inset: 0;
    background: rgba(11, 15, 60, 0.72);
}

.privacy-content {
    position: relative;
    z-index: 2;
    max-width: 900px;
    padding: 40px 20px;
}

.privacy-subtitle {
    font-size: clamp(1.2rem, 3vw, 1.8rem);
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--md-secondary);
    margin-bottom: 8px;
}

.privacy-title {
    font-size: clamp(2rem, 5vw, 3.2rem);
    font-weight: 800;
    margin-bottom: 16px;
}

.privacy-title span {
    color: var(--md-secondary);
}

.privacy-divider {
    width: min(150px, 40%);
    height: 4px;
    background: var(--md-secondary);
    margin: 14px auto 24px;
    border-radius: 2px;
}

.privacy-tagline {
    font-size: clamp(0.9rem, 2vw, 1.1rem);
    opacity: 0.85;
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .privacy-hero {
        min-height: 40vh;
    }
}

/* ── BODY SECTION ── */
.privacy-body-section {
    padding: 64px 0;
    background: var(--md-surface-dim);
}

.privacy-card {
    background: var(--md-surface);
    border-radius: var(--md-shape-lg);
    padding: 48px;
    border: 1px solid var(--md-outline-variant);
}

.privacy-text-content h2 {
    font-size: clamp(1.4rem, 3vw, 1.8rem);
    font-weight: 700;
    color: var(--md-primary);
    margin-top: 36px;
    margin-bottom: 16px;
    border-bottom: 2px solid var(--md-surface-container);
    padding-bottom: 8px;
}

.privacy-text-content h2:first-of-type {
    margin-top: 0;
}

.privacy-text-content h3 {
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--md-primary-light);
    margin-top: 24px;
    margin-bottom: 12px;
}

.privacy-text-content p {
    font-size: 15px;
    line-height: 1.8;
    color: var(--md-on-surface-variant);
    margin-bottom: 16px;
}

.privacy-text-content ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 24px;
}

.privacy-text-content ul li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 12px;
    font-size: 15px;
    line-height: 1.6;
    color: var(--md-on-surface-variant);
}

.privacy-text-content ul li::before {
    content: "•";
    position: absolute;
    left: 8px;
    color: var(--md-secondary);
    font-weight: bold;
    font-size: 18px;
    top: -2px;
}

.privacy-text-content ul li strong {
    color: var(--md-primary);
}

.privacy-text-content address {
    font-style: normal;
    background: var(--md-surface-dim);
    padding: 24px;
    border-radius: var(--md-shape-md);
    border-left: 4px solid var(--md-secondary);
    color: var(--md-on-surface);
    line-height: 1.8;
    margin-top: 20px;
}

.privacy-contact-icon {
    color: var(--md-secondary);
    margin-right: 4px;
    font-size: 1.1rem;
    vertical-align: middle;
}

@media (max-width: 768px) {
    .privacy-card {
        padding: 24px 16px;
    }
}
