.privacy-hero {
    position: relative;
    min-height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: linear-gradient(135deg, rgba(15,23,42,.55), rgba(30,58,95,.45)), url('../imgs/bg.webp') center/cover no-repeat;
}
.privacy-hero-inner {
    padding: 60px 24px;
    max-width: 700px;
}
.privacy-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255,255,255,.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,.15);
    border-radius: 50px;
    padding: 8px 22px;
    font-size: 13px;
    color: #93c5fd;
    margin-bottom: 20px;
}
.privacy-hero h1 {
    font-size: clamp(28px, 4vw, 42px);
    font-weight: 900;
    color: #fff;
    margin: 0;
    line-height: 1.2;
}
.privacy-hero h1 span {
    background: linear-gradient(135deg, #60a5fa, #a78bfa);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.privacy-hero p {
    font-size: 15px;
    color: rgba(255,255,255,.65);
    margin: 12px 0 0;
    line-height: 1.7;
}

.privacy-section {
    padding: 56px 24px 80px;
    background: #fff;
}
.privacy-inner {
    max-width: 820px;
    margin: 0 auto;
}

.privacy-block {
    padding: 32px 0;
    border-bottom: 1px solid #f1f5f9;
}
.privacy-block:first-of-type { padding-top: 0; }
.privacy-block:last-of-type { border-bottom: none; padding-bottom: 0; }
.privacy-block h2 {
    font-size: clamp(18px, 2vw, 22px);
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 14px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.privacy-block h2 i {
    width: 32px;
    height: 32px;
    background: #eff6ff;
    color: #2563eb;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    flex-shrink: 0;
}
.privacy-block h3 {
    font-size: 15px;
    font-weight: 700;
    color: #1e293b;
    margin: 20px 0 8px;
}
.privacy-block p {
    font-size: 16px;
    line-height: 2;
    color: #1e293b;
    margin: 0 0 12px;
}
.privacy-block p:last-child { margin-bottom: 0; }
.privacy-block ul {
    list-style: none;
    padding: 0;
    margin: 8px 0 16px;
}
.privacy-block ul li {
    font-size: 15px;
    line-height: 2;
    color: #1e293b;
    padding: 6px 28px 6px 0;
    position: relative;
    list-style: none;
}
.privacy-block ul li::before {
    content: '';
    position: absolute;
    right: 8px;
    top: 14px;
    width: 8px;
    height: 8px;
    background: #2563eb;
    border-radius: 50%;
    opacity: .5;
}

.privacy-date {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 8px 16px;
    font-size: 13px;
    color: #64748b;
    margin-top: 12px;
}
.privacy-date i { color: #2563eb; }

@media (max-width: 768px) {
    .privacy-hero { min-height: 220px; }
    .privacy-hero-inner { padding: 40px 20px; }
    .privacy-section { padding: 40px 20px 60px; }
    .privacy-block { padding: 24px 0; }
}
