@import url('home.css');

.privacy-page {
    padding-bottom: 72px;
}

.privacy-hero {
    background: linear-gradient(135deg, #0c2d4a 0%, #1a4d73 50%, #1e6b5c 100%);
    color: #fff;
    padding: 48px 20px 52px;
    position: relative;
    overflow: hidden;
}

.privacy-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 20% 80%, rgba(255, 255, 255, 0.07) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.05) 0%, transparent 45%);
    pointer-events: none;
}

.privacy-hero-inner {
    max-width: 820px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    text-align: center;
}

.privacy-shield {
    width: 72px;
    height: 72px;
    margin: 0 auto 20px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
    border: 2px solid rgba(255, 255, 255, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    backdrop-filter: blur(8px);
}

.privacy-hero h1 {
    font-size: clamp(1.5rem, 3.5vw, 2rem);
    font-weight: 700;
    margin-bottom: 14px;
    line-height: 1.45;
}

.privacy-hero-lead {
    font-size: 1rem;
    line-height: 1.9;
    color: rgba(255, 255, 255, 0.92);
    max-width: 620px;
    margin: 0 auto 24px;
}

.privacy-hero-badges {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.privacy-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 0.78rem;
    font-weight: 600;
    color: #fff;
}

.privacy-wrap {
    max-width: 820px;
    margin: 0 auto;
    padding: 0 20px;
}

.privacy-summary {
    margin-top: -28px;
    position: relative;
    z-index: 2;
    background: #fff;
    border: 1px solid var(--site-border);
    border-radius: 14px;
    padding: 26px 28px;
    box-shadow: 0 12px 40px rgba(12, 45, 74, 0.1);
    margin-bottom: 36px;
}

.privacy-summary h2 {
    font-size: 0.92rem;
    font-weight: 700;
    color: var(--site-success);
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.privacy-summary p {
    font-size: 0.92rem;
    line-height: 1.95;
    color: var(--site-text);
}

.privacy-pillars {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-bottom: 40px;
}

.privacy-pillar {
    background: #fff;
    border: 1px solid var(--site-border);
    border-radius: 12px;
    padding: 22px 20px;
    box-shadow: var(--site-shadow);
}

.privacy-pillar-icon {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.privacy-pillar h3 {
    font-size: 0.92rem;
    font-weight: 700;
    color: var(--site-navy);
    margin-bottom: 8px;
}

.privacy-pillar p {
    font-size: 0.82rem;
    color: var(--site-muted);
    line-height: 1.75;
}

.privacy-section {
    background: #fff;
    border: 1px solid var(--site-border);
    border-radius: 12px;
    padding: 28px 26px;
    margin-bottom: 20px;
    box-shadow: var(--site-shadow);
}

.privacy-section h2 {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--site-navy);
    margin-bottom: 14px;
    padding-bottom: 12px;
    border-bottom: 2px solid var(--site-accent-soft);
}

.privacy-section p {
    font-size: 0.88rem;
    line-height: 1.9;
    color: var(--site-text);
    margin-bottom: 12px;
}

.privacy-section p:last-child {
    margin-bottom: 0;
}

.privacy-section ul {
    padding-right: 22px;
    font-size: 0.86rem;
    line-height: 1.9;
    color: var(--site-text);
}

.privacy-section li {
    margin-bottom: 8px;
}

.privacy-section li strong {
    color: var(--site-navy);
}

.privacy-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.84rem;
    margin-top: 14px;
}

.privacy-table th,
.privacy-table td {
    padding: 12px 14px;
    text-align: right;
    border: 1px solid var(--site-border);
    vertical-align: top;
    line-height: 1.7;
}

.privacy-table th {
    background: var(--site-bg);
    font-weight: 700;
    color: var(--site-navy);
}

.privacy-table td:first-child {
    font-weight: 600;
    color: var(--site-navy);
    white-space: nowrap;
}

.privacy-yes {
    color: var(--site-success);
    font-weight: 700;
}

.privacy-no {
    color: #991b1b;
    font-weight: 700;
}

.privacy-callout {
    background: linear-gradient(135deg, #ecfdf5 0%, #e8f3f7 100%);
    border: 1px solid #a7d8c8;
    border-radius: 12px;
    padding: 22px 24px;
    margin: 32px 0;
    text-align: center;
}

.privacy-callout p {
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--site-navy);
    line-height: 1.85;
    margin: 0;
}

.privacy-faq details {
    border: 1px solid var(--site-border);
    border-radius: 10px;
    margin-bottom: 10px;
    overflow: hidden;
    background: var(--site-bg);
}

.privacy-faq summary {
    padding: 14px 18px;
    font-size: 0.88rem;
    font-weight: 600;
    color: var(--site-navy);
    cursor: pointer;
    list-style: none;
}

.privacy-faq summary::-webkit-details-marker {
    display: none;
}

.privacy-faq details[open] summary {
    border-bottom: 1px solid var(--site-border);
    background: #fff;
}

.privacy-faq details p {
    padding: 14px 18px 16px;
    font-size: 0.84rem;
    line-height: 1.85;
    color: var(--site-muted);
    margin: 0;
    background: #fff;
}

.privacy-meta {
    font-size: 0.78rem;
    color: var(--site-muted);
    text-align: center;
    margin-top: 32px;
    padding-top: 20px;
    border-top: 1px solid var(--site-border);
}

@media (max-width: 640px) {
    .privacy-pillars { grid-template-columns: 1fr; }
    .privacy-table { font-size: 0.78rem; }
    .privacy-table td:first-child { white-space: normal; }
}
