/* ==========================================================================
   PRIVACY POLICY PAGE STYLES 
   ========================================================================== */

/* --- HERO SECTION --- */
.privacy-hero-section {
    padding-top: 50px;
    padding-bottom: 40px;
    text-align: center;
}

.privacy-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: transparent;
    border: 1px solid var(--dark-navy, #1c1c2e);
    border-radius: 100px;
    padding: 6px 14px;
    font-family: var(--font-body, 'Inter', sans-serif);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: var(--dark-navy, #1c1c2e);
    margin-bottom: 20px;
    text-transform: uppercase;
}

.privacy-badge .badge-dot {
    width: 6px;
    height: 6px;
    background-color: #d94e24;
    border-radius: 50%;
    flex-shrink: 0;
}

.privacy-main-heading {
    font-family: var(--font-title, 'Georgia', serif);
    font-size: clamp(32px, 4.5vw, 54px);
    font-weight: 500;
    line-height: 1.2;
    color: var(--dark-navy, #1c1c2e);
    margin-bottom: 12px;
}

.privacy-last-updated {
    font-family: var(--font-body, 'Inter', sans-serif);
    font-size: 15px;
    font-style: italic;
    color: var(--text-mid, #5a5a72);
    margin-bottom: 0;
}

/* --- POLICY CONTENT SECTION --- */
.policy-content-section {
    padding-top: 20px;
    padding-bottom: 80px;
}

.policy-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 40px 48px;
    border: 1px solid rgba(28, 28, 46, 0.08);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    max-width: 1250px;
    margin: 0 auto;
    color: var(--dark-navy, #1c1c2e);
    font-family: var(--font-body, 'Inter', sans-serif);
    text-align: left !important;
    height: auto;
    position: relative;
    overflow: hidden;
}

/* --- COMPLIANCE / ALERT BOXES --- */
.compliance-box {
    border-left: 4px solid #d94e24;
    background-color: rgba(217, 78, 36, 0.04);
    padding: 20px 24px;
    border-radius: 8px;
    margin: 24px 0;
    display: block;
    clear: both;
    position: relative;
    height: auto;
    text-align: left !important;
}

.compliance-box h4 {
    font-family: var(--font-title, 'Georgia', serif);
    color: #d94e24 !important;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 10px;
    letter-spacing: 0.02em;
    line-height: 1.4;
    text-align: left !important;
}

.compliance-box p {
    font-family: var(--font-body, 'Inter', sans-serif);
    color: var(--dark-navy, #1c1c2e);
    font-size: 15px;
    line-height: 1.65;
    margin-bottom: 0;
    text-align: left !important;
}

.compliance-box p strong {
    color: var(--dark-navy, #1c1c2e);
    font-weight: 700;
}

/* --- HEADINGS --- */
.policy-card h2 {
    font-family: var(--font-title, 'Georgia', serif);
    color: #d94e24 !important;
    font-size: clamp(22px, 2.5vw, 28px);
    font-weight: 700;
    margin-top: 36px;
    margin-bottom: 16px;
    padding-bottom: 6px;
    border-bottom: 2px solid rgba(217, 78, 36, 0.12);
    line-height: 1.3;
    clear: both;
    display: block;
    text-align: left !important;
}

.policy-card h3 {
    font-family: var(--font-title, 'Georgia', serif);
    color: #d94e24 !important;
    font-size: clamp(17px, 2vw, 20px);
    font-weight: 700;
    margin-top: 24px;
    margin-bottom: 10px;
    line-height: 1.35;
    clear: both;
    display: block;
    text-align: left !important;
}

.policy-card p {
    font-family: var(--font-body, 'Inter', sans-serif);
    color: var(--text-mid, #5a5a72);
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 16px;
    position: relative;
    display: block;
    text-align: left !important;
}

.policy-card p strong {
    font-family: var(--font-body, 'Inter', sans-serif);
    color: var(--dark-navy, #1c1c2e);
    font-weight: 700;
}

.policy-card a {
    color: #1c1c2e;
    text-decoration: none;
    font-weight: 400;
    transition: color 0.2s ease;
}

.policy-card a:hover {
    color: #d94e24;
}

/* --- SUMMARY ITEMS --- */
.summary-item {
    margin-bottom: 12px;
    display: block;
    clear: both;
    text-align: left !important;
}

.summary-item p {
    margin-bottom: 0;
    font-size: 15px;
    color: var(--text-mid, #5a5a72);
    text-align: left !important;
}

/* --- LISTS --- */
.policy-card ul {
    padding-left: 20px;
    margin-bottom: 20px;
    display: block;
    text-align: left !important;
}

.policy-card ul li {
    font-family: var(--font-body, 'Inter', sans-serif);
    font-size: 15px;
    color: var(--text-mid, #5a5a72);
    line-height: 1.7;
    margin-bottom: 8px;
    text-align: left !important;
}

.policy-card ul li strong {
    color: var(--dark-navy, #1c1c2e);
}

/* --- STATE CARDS (STACKED VERTICALLY FULL WIDTH - CLEAN LEFT ALIGNED) --- */
.privacy-state-box {
    background-color: var(--cream, #f5f0e6);
    border: 1px solid rgba(217, 78, 36, 0.15);
    border-radius: 10px;
    padding: 24px 28px !important;
    margin-bottom: 20px !important;
    width: 100% !important;
    display: block !important;
    clear: both !important;
    position: relative;
    height: auto;
    box-sizing: border-box;
    text-align: left !important;
}

.privacy-state-box h3,
.privacy-state-box h4 {
    font-family: var(--font-title, 'Georgia', serif) !important;
    color: #d94e24 !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    margin-top: 0 !important;
    margin-bottom: 10px !important;
    line-height: 1.3 !important;
    text-align: left !important;
}

.privacy-state-box p {
    margin-bottom: 0 !important;
    font-size: 15px !important;
    color: var(--text-mid, #5a5a72) !important;
    line-height: 1.6 !important;
    text-align: left !important;
}

/* --- RESPONSIVE ADJUSTMENTS --- */
@media (max-width: 768px) {
    .privacy-hero-section {
        padding-top: 30px;
        padding-bottom: 20px;
    }
    .policy-card {
        padding: 24px 18px;
        border-radius: 12px;
    }
    .compliance-box {
        padding: 16px 16px;
        margin: 18px 0;
    }
    .privacy-state-box {
        padding: 18px 20px !important;
        margin-bottom: 16px !important;
    }
    .policy-card ul {
        padding-left: 18px;
    }
}
