/**
 * PC KUMAR — DEDICATED PRIVACY POLICY STYLESHEET (privacy.css)
 * Matching Site Theme: Clean Light Aesthetics, Crisp Typography, & High-Contrast Layout.
 */

/* PRIVACY HERO META TAGS */
.privacy-meta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 16px;
}

.privacy-meta-tag {
    background: #ffffff;
    border: 1px solid #cbd5e1;
    color: #475569;
    font-size: 12px;
    font-weight: 700;
    padding: 6px 14px;
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02);
}

.privacy-meta-tag i {
    color: #dc2626;
}

/* LAYOUT & SIDEBAR TOC */
.privacy-layout-grid {
    grid-template-columns: 300px 1fr !important;
}

.privacy-sidebar {
    top: 60px;
}

.toc-nav-list {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.toc-link {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
    color: #475569;
    text-decoration: none;
    transition: all 0.2s ease;
    border-left: 3px solid transparent;
}

.toc-link:hover {
    background: #f1f5f9;
    color: #dc2626;
}

.toc-link.active {
    background: rgba(220, 38, 38, 0.06);
    color: #dc2626;
    border-left-color: #dc2626;
    font-weight: 800;
}

.toc-num {
    font-size: 16px;
    color: #94a3b8;
    letter-spacing: 0.5px;
}

.toc-link.active .toc-num {
    color: #dc2626;
}

/* PRIVACY HELP CARD IN SIDEBAR */
.privacy-help-card {
    margin-top: 24px;
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    color: #ffffff;
    padding: 20px;
    border-radius: 12px;
    text-align: center;
}

.privacy-help-card .help-icon {
    font-size: 28px;
    color: #dc2626;
    margin-bottom: 10px;
}

.privacy-help-card h4 {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 6px;
}

.privacy-help-card p {
    font-size: 12px;
    color: #94a3b8;
    line-height: 1.5;
    margin-bottom: 14px;
}

.btn-help-email {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    background: #dc2626;
    color: #ffffff;
    font-size: 12px;
    font-weight: 800;
    padding: 8px 14px;
    border-radius: 6px;
    text-decoration: none;
    width: 100%;
    transition: background 0.2s;
}

.btn-help-email:hover {
    background: #b91c1c;
}

/* PRIVACY CONTENT CARDS */
.privacy-content-area {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.privacy-card-box {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 32px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.02);
    scroll-margin-top: 120px;
}

.privacy-card-header {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 20px;
    padding-bottom: 16px;
    border-bottom: 1px solid #f1f5f9;
}

.card-num-badge {
    font-size: 24px;
    background: rgba(220, 38, 38, 0.08);
    color: #dc2626;
    width: 42px;
    height: 42px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.privacy-card-title {
    font-size: 20px;
    font-weight: 700;
    color: #0f172a;
    letter-spacing: -0.2px;
}

.privacy-card-body p {
    font-size: 14px;
    color: #334155;
    line-height: 1.7;
    margin-bottom: 14px;
}

.privacy-card-body p:last-child {
    margin-bottom: 0;
}

/* ALERT BOX */
.privacy-alert-box {
    display: flex;
    gap: 16px;
    background: rgba(220, 38, 38, 0.05);
    border: 1px solid rgba(220, 38, 38, 0.2);
    border-left: 4px solid #dc2626;
    padding: 18px 20px;
    border-radius: 10px;
    margin-top: 20px;
}

.alert-icon {
    font-size: 24px;
    color: #dc2626;
    flex-shrink: 0;
    margin-top: 2px;
}

.privacy-alert-box strong {
    display: block;
    color: #0f172a;
    font-size: 13px;
    font-weight: 800;
    margin-bottom: 4px;
}

.privacy-alert-box p {
    font-size: 13px;
    color: #475569;
    margin-bottom: 0;
}

/* INFO GRID 2-COL */
.info-grid-2col {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 20px;
}

.info-item-card {
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 20px;
}

.info-item-card h4 {
    font-size: 15px;
    font-weight: 600;
    color: #0f172a;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.info-item-card ul {
    padding-left: 18px;
    margin: 0;
}

.info-item-card li {
    font-size: 13px;
    color: #475569;
    line-height: 1.6;
    margin-bottom: 6px;
}

/* BULLET LIST */
.privacy-bullet-list {
    padding-left: 0;
    list-style: none;
    margin: 16px 0;
}

.privacy-bullet-list li {
    position: relative;
    padding-left: 24px;
    font-size: 14px;
    color: #334155;
    line-height: 1.7;
    margin-bottom: 10px;
}

.privacy-bullet-list li::before {
    content: '\f00c';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 11px;
    color: #dc2626;
    position: absolute;
    left: 0;
    top: 3px;
}

/* STRIPS & CHIPS */
.payment-security-strip, .partner-logos-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 16px 0 20px;
}

.sec-chip, .logistics-tag {
    background: #f1f5f9;
    border: 1px solid #cbd5e1;
    color: #0f172a;
    font-size: 11px;
    font-weight: 800;
    padding: 8px 14px;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

/* CONTACT DESK CARD */
.contact-desk-card {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 16px;
}

.desk-info h3 {
    font-size: 16px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.desk-info p {
    font-size: 13px;
    color: #475569;
    margin-bottom: 6px;
}

.desk-info a {
    color: #dc2626;
    font-weight: 700;
    text-decoration: none;
}

.desk-badge {
    text-align: center;
    background: #ffffff;
    border: 1px solid #cbd5e1;
    padding: 16px 20px;
    border-radius: 10px;
    min-width: 140px;
}

.badge-ic {
    font-size: 28px;
    color: #dc2626;
    display: block;
    margin-bottom: 4px;
}

.desk-badge span {
    font-size: 11px;
    font-weight: 800;
    color: #0f172a;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
    .privacy-layout-grid {
        grid-template-columns: 1fr !important;
    }
    .privacy-sidebar {
        position: static;
    }
    .info-grid-2col {
        grid-template-columns: 1fr;
    }
    .contact-desk-card {
        flex-direction: column;
        align-items: flex-start;
    }
}
