/* ========================================
   ECHOBASEDEV LABS - Privacy Page Styles
   Page-specific overrides and additions
   ======================================== */

/* Override container max-width for content pages */
.page-container {
    --container-max: 800px;
}

/* ========================================
   MASTHEAD OVERRIDE
   ======================================== */
.masthead-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 var(--gutter);
}

/* ========================================
   PAGE HEADER
   ======================================== */
.page-header {
    padding: clamp(48px, 8vw, 100px) 0;
    border-bottom: 1px solid var(--rule);
}

.page-title {
    font-family: var(--font-display);
    font-size: clamp(2.5rem, 6vw, 4rem);
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: -0.02em;
    margin: 0;
    color: var(--fg);
}

.page-subtitle {
    font-size: clamp(17px, 2vw, 20px);
    color: var(--muted);
    margin: 16px 0 0;
    max-width: 50ch;
    line-height: 1.6;
}

.page-updated {
    font-size: 14px;
    color: var(--muted);
    margin-top: 20px;
}

/* ========================================
   CONTENT
   ======================================== */
.content {
    padding: clamp(48px, 8vw, 80px) 0;
}

.content h2 {
    font-family: var(--font-display);
    font-size: clamp(1.4rem, 3vw, 1.75rem);
    font-weight: 600;
    color: var(--fg);
    margin: 48px 0 16px;
    letter-spacing: -0.01em;
}

.content h2:first-child {
    margin-top: 0;
}

.content p {
    font-size: 17px;
    line-height: 1.75;
    color: var(--fg-soft);
    margin: 0 0 20px;
}

.content ul {
    margin: 0 0 24px;
    padding-left: 24px;
    color: var(--fg-soft);
}

.content li {
    margin: 0 0 12px;
    font-size: 17px;
    line-height: 1.65;
}

.content strong {
    color: var(--fg);
    font-weight: 600;
}

.content a {
    color: var(--accent);
    text-decoration: underline;
    text-underline-offset: 4px;
    transition: opacity 0.2s ease;
}

.content a:hover {
    opacity: 0.7;
}

.highlight-box {
    padding: 20px 24px;
    background: var(--bg-warm);
    border-radius: 8px;
    border-left: 3px solid var(--accent);
    margin: 24px 0;
}

.highlight-box p {
    margin: 0;
    font-size: 16px;
}

/* ========================================
   FOOTER OVERRIDE
   ======================================== */
.footer-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 var(--gutter);
}
