/* ══════════════════════════════════════════════════
   gdpr.css — ZSM Digital GDPR Page
   Additional styles specific to the GDPR page
   ══════════════════════════════════════════════════ */

.hero-summary {
    max-width: 680px;
    margin: 30px auto 0;
    padding: 24px 32px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 12px;
    text-align: left;
}

.hero-summary ul {
    list-style: none;
    margin: 0;
}

.hero-summary ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 8px;
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.9rem;
    line-height: 1.7;
}

.hero-summary ul li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: rgba(255, 255, 255, 0.3);
    font-size: 12px;
}

/* Legal Content — FAQ-style accordion sections */
