/* ============================================ */
/*                Privacy Page                  */
/* ============================================ */

/* Hero Section */
#privacy-hero {
    position: relative;
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    /* Clean fallback color */
    background-color: #0d1b2a; 
    /* High-res background image of the pen */
    background-image: url('https://lh3.googleusercontent.com/aida-public/AB6AXuCeRboIaxNc3dY1kfsQSgvrK5QBpHJC35_t-IhSP73d8ngiNdFgCTrXi-YF6YnFoEMYJ_uMUQqH-qTmfQjFFTzxjsjRnP-XyAWR7OlTtRZKyT8e_wmRYbrJLZFAzQ7lfIqu7E6j73mD4-Hu46UE-WUapAxZ37hUWz0T5KTNELlyTyCPASKM_4oLltQA3nG2uinUSXVOe54IIGBT6oRGOLCA86QfUS157XJltA4GrOiiNUxY0ABDWn9XMMszDvIDTftKzQyV_hejnrnx');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
    padding: 100px 0 80px 0;
}

/* Semi-transparent navy overlay to guarantee text contrast */
#privacy-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(13, 27, 42, 0.82); /* Deep trust-navy blue overlay at 82% opacity */
    z-index: -1;
}

#privacy-hero .container {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 24px;
    position: relative;
    z-index: 2;
}

#privacy-hero .hero-content {
    max-width: 650px;
    text-align: left;
}

/* Force elements to white color to prevent body-color inheritance overrides */
#privacy-hero h1 {
    color: #ffffff !important;
    font-size: 3rem;
    font-weight: 800;
    margin: 0 0 20px 0;
    line-height: 1.2;
}

#privacy-hero p {
    color: rgba(255, 255, 255, 0.85) !important; /* Semi-opaque white description text */
    font-size: 1.125rem;
    line-height: 1.6;
    margin: 0;
}

/* Center the column and restrict the width for maximum readability */
.privacy-single-column {
    max-width: 800px; /* 800px is the "sweet spot" for reading long-form text without eye strain */
    margin: 60px auto;
    padding: 0 24px;
}

/* Ensure the content spans the full width of our new 800px container */
.privacy-content {
    width: 100%;
    color: #2d3748;
    line-height: 1.7;
}

.privacy-content h2.section-title {
    font-size: 2rem;
    margin-bottom: 25px;
    position: relative;
    padding-left: 15px;
    color: #1a202c;
}

/* Orange/Gold left indicator border seen in mockup */
.privacy-content h2.section-title::before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    bottom: 5px;
    width: 4px;
    background-color: #b5893d;
}

.privacy-content p {
    margin-bottom: 25px;
    font-size: 1rem;
    color: #4a5568;
}

/* Card Callouts */
.privacy-card {
    background-color: #f7fafc;
    border-left: 4px solid #b5893d;
    padding: 30px;
    border-radius: 4px;
    margin: 40px 0;
}

.privacy-card h3 {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1.25rem;
    margin-bottom: 15px;
    color: #1a202c;
}

.privacy-card h3 i {
    color: #b5893d;
}

/* Dark Callout Box */
.privacy-dark-box {
    background-color: #0d1e33;
    color: #ffffff;
    padding: 30px;
    border-radius: 4px;
    margin: 40px 0;
}

.privacy-dark-box h4 {
    color: #b5893d;
    text-transform: uppercase;
    font-size: 0.85rem;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.privacy-dark-box p {
    color: #cbd5e0;
    font-size: 0.95rem;
    margin-bottom: 0;
}

/* Questions Box (Yellow/Gold Banner) */
.questions-banner {
    background-color: #ffb800; /* Warm mockup orange-yellow */
    color: #1a202c;
    padding: 35px;
    border-radius: 4px;
    margin-top: 50px;
}

.questions-banner h3 {
    font-size: 1.4rem;
    margin-bottom: 8px;
    font-weight: 700;
}

.questions-banner p.sub-banner {
    font-size: 0.95rem;
    margin-bottom: 25px;
    color: #2d3748;
}

.banner-contacts {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 0;
    padding: 0;
}

.contact-item .icon-wrapper {
    background-color: rgba(0, 0, 0, 0.05);
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin: 0;
    padding: 0;
}

.contact-item > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0;
    padding: 0;
}

/* Ensure the SVG/i tag inside doesn't have an alignment transform or offset */
.contact-item .icon-wrapper i,
.contact-item .icon-wrapper svg {
    display: block;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1;
}

.contact-label {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #4a5568;
    margin: 0;
    line-height: 1.2; /* Tighter line height prevents pushed-down text */
}

.contact-value {
    font-weight: 700;
    font-size: 1rem;
    margin: 2px 0 0 0; /* Tiny margin-top to separate slightly from the label */
    line-height: 1.2;
}

/* Override the general .privacy-content p margin specifically for contact info */
.privacy-content .contact-label {
    margin: 0 !important;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #4a5568;
    line-height: 1.2;
}

.privacy-content .contact-value {
    margin: 2px 0 0 0 !important; /* Forces a clean, tiny gap between label and value */
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.2;
}

/* Bottom CTA section matching mockup style */
.trust-cta {
    text-align: center;
    padding: 80px 20px;
    background-color: #f7fafc;
}

.trust-cta h2 {
    font-size: 2.2rem;
    margin-bottom: 15px;
    color: #1a202c;
}

.trust-cta p {
    max-width: 600px;
    margin: 0 auto 30px auto;
    color: #4a5568;
}

/* Responsive Overrides */
@media (max-width: 850px) {
    .privacy-layout {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .privacy-sidebar {
        position: static;
        border-bottom: 1px solid #e2e8f0;
        padding-bottom: 20px;
    }
    
    .privacy-sidebar ul {
        display: flex;
        flex-wrap: wrap;
        gap: 15px;
    }
    
    .privacy-sidebar ul li {
        margin-bottom: 0;
    }
}