.page-privacy {
        background: #F8FAFC;
    }

    /* HERO */
    .hero-privacy {
        background: linear-gradient(135deg, #10B981, #059669);
        color: white;
        padding: 80px 0;
        text-align: center;
    }

    .hero-badge-privacy {
        display: inline-block;
        background: rgba(255,255,255,0.2);
        padding: 10px 25px;
        border-radius: 30px;
        font-weight: 700;
        margin-bottom: 25px;
        font-size: 0.9rem;
    }

    .hero-title-privacy {
        font-family: 'Sora', sans-serif;
        font-size: 3rem;
        font-weight: 800;
        margin-bottom: 20px;
    }

    .hero-subtitle-privacy {
        font-size: 1.2rem;
        opacity: 0.95;
        margin-bottom: 15px;
    }

    .last-update {
        font-size: 0.95rem;
        opacity: 0.7;
    }

    /* LAYOUT */
    .privacy-content {
        padding: 80px 0;
    }

    .privacy-layout {
        display: grid;
        grid-template-columns: 300px 1fr;
        gap: 60px;
    }

    /* SIDEBAR */
    .privacy-sidebar {
        position: sticky;
        top: 140px;
        height: fit-content;
    }

    .privacy-nav,
    .privacy-summary {
        background: white;
        border-radius: 16px;
        padding: 30px;
        box-shadow: 0 2px 15px rgba(0,0,0,0.08);
        margin-bottom: 25px;
    }

    .privacy-nav h3,
    .privacy-summary h3 {
        font-family: 'Sora', sans-serif;
        font-size: 1.2rem;
        color: #0A2463;
        margin-bottom: 20px;
    }

    .privacy-nav ul {
        list-style: none;
        padding: 0;
    }

    .privacy-nav li {
        margin-bottom: 10px;
    }

    .privacy-nav a {
        color: #64748B;
        text-decoration: none;
        font-size: 0.9rem;
        transition: all 0.2s;
        display: block;
        padding: 6px 0;
    }

    .privacy-nav a:hover {
        color: #10B981;
        padding-left: 8px;
    }

    .summary-list {
        list-style: none;
        padding: 0;
    }

    .summary-list li {
        padding: 10px 0;
        color: #64748B;
        font-size: 0.9rem;
        line-height: 1.5;
    }

    /* MAIN */
    .privacy-main {
        background: white;
        border-radius: 20px;
        padding: 60px;
        box-shadow: 0 2px 15px rgba(0,0,0,0.08);
    }

    .privacy-section {
        margin-bottom: 60px;
        padding-bottom: 40px;
        border-bottom: 2px solid #E2E8F0;
    }

    .privacy-section:last-child {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .privacy-section h2 {
        font-family: 'Sora', sans-serif;
        font-size: 2rem;
        color: #0A2463;
        margin-bottom: 25px;
        scroll-margin-top: 140px;
    }

    .privacy-section h3 {
        font-family: 'Sora', sans-serif;
        font-size: 1.4rem;
        color: #1E293B;
        margin-top: 30px;
        margin-bottom: 20px;
    }

    .privacy-section h4 {
        font-family: 'Sora', sans-serif;
        font-size: 1.1rem;
        color: #0A2463;
        margin-bottom: 12px;
    }

    .privacy-section p {
        font-size: 1.05rem;
        line-height: 1.8;
        color: #64748B;
        margin-bottom: 20px;
    }

    .privacy-section ul {
        margin: 20px 0;
        padding-left: 30px;
    }

    .privacy-section li {
        font-size: 1.05rem;
        line-height: 1.8;
        color: #64748B;
        margin-bottom: 12px;
    }

    .privacy-section a {
        color: #10B981;
        text-decoration: none;
        font-weight: 600;
    }

    .privacy-section a:hover {
        text-decoration: underline;
    }

    .privacy-section strong {
        color: #1E293B;
    }

    /* INFO BOXES */
    .info-highlight {
        background: linear-gradient(135deg, #f0fdf4, #dcfce7);
        border-left: 4px solid #10B981;
        border-radius: 8px;
        padding: 25px;
        margin: 25px 0;
    }

    .info-box-privacy {
        background: #F8FAFC;
        border-left: 4px solid #10B981;
        border-radius: 8px;
        padding: 25px;
        margin: 25px 0;
    }

    .info-box-privacy p {
        margin-bottom: 10px;
        font-size: 1rem;
    }

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

    .note-important {
        background: #fef3c7;
        border-left: 4px solid #F59E0B;
        padding: 20px;
        border-radius: 8px;
        margin: 25px 0;
    }

    /* TABLES */
    .data-table,
    .retention-table {
        overflow-x: auto;
        margin: 25px 0;
    }

    .data-table table,
    .retention-table table {
        width: 100%;
        border-collapse: collapse;
        background: white;
        border-radius: 8px;
        overflow: hidden;
        box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    }

    .data-table th,
    .retention-table th {
        background: #0A2463;
        color: white;
        padding: 15px;
        text-align: left;
        font-weight: 600;
        font-size: 0.95rem;
    }

    .data-table td,
    .retention-table td {
        padding: 15px;
        border-bottom: 1px solid #E2E8F0;
        font-size: 0.95rem;
        color: #64748B;
    }

    .data-table tr:last-child td,
    .retention-table tr:last-child td {
        border-bottom: none;
    }

    .data-table tr:hover,
    .retention-table tr:hover {
        background: #F8FAFC;
    }

    /* PURPOSE GRID */
    .purpose-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 20px;
        margin: 30px 0;
    }

    .purpose-card {
        background: #F8FAFC;
        border-radius: 12px;
        padding: 25px 20px;
        text-align: center;
        transition: all 0.3s;
    }

    .purpose-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 20px rgba(0,0,0,0.1);
    }

    .purpose-icon {
        font-size: 2.5rem;
        margin-bottom: 15px;
    }

    .purpose-card h4 {
        font-size: 1rem;
        color: #0A2463;
        margin-bottom: 10px;
    }

    .purpose-card p {
        font-size: 0.9rem;
        color: #64748B;
        line-height: 1.5;
        margin: 0;
    }

    /* LEGAL BASIS */
    .legal-basis-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
        margin: 30px 0;
    }

    .legal-basis-card {
        background: #F8FAFC;
        border-radius: 12px;
        padding: 25px;
        border-left: 4px solid #10B981;
    }

    .legal-basis-card h4 {
        margin-bottom: 12px;
    }

    .legal-basis-card .example {
        font-size: 0.9rem;
        font-style: italic;
        color: #94A3B8;
        margin-top: 10px;
        margin-bottom: 0;
    }

    /* RIGHTS GRID */
    .rights-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 20px;
        margin: 30px 0;
    }

    .right-card {
        background: white;
        border: 2px solid #E2E8F0;
        border-radius: 12px;
        padding: 25px 20px;
        text-align: center;
        transition: all 0.3s;
    }

    .right-card:hover {
        border-color: #10B981;
        box-shadow: 0 8px 20px rgba(16, 185, 129, 0.1);
    }

    .right-icon {
        font-size: 2.5rem;
        margin-bottom: 15px;
    }

    .right-card h4 {
        font-size: 1rem;
        color: #0A2463;
        margin-bottom: 10px;
    }

    .right-card p {
        font-size: 0.9rem;
        color: #64748B;
        line-height: 1.5;
        margin: 0;
    }

    .exercise-rights {
        background: linear-gradient(135deg, #f0fdf4, #dcfce7);
        border-radius: 12px;
        padding: 30px;
        margin: 30px 0;
    }

    .exercise-rights h3 {
        margin-top: 0;
    }

    /* SECURITY MEASURES */
    .security-measures {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
        margin: 25px 0;
    }

    .security-item {
        background: #F8FAFC;
        border-radius: 8px;
        padding: 20px;
    }

    .security-item strong {
        display: block;
        margin-bottom: 10px;
        color: #0A2463;
    }

    .security-item p {
        margin: 0;
        font-size: 0.95rem;
        line-height: 1.6;
    }

    /* CONTACT SECTION */
    .contact-privacy-section {
        background: linear-gradient(135deg, #f0fdf4, #dcfce7);
        border-radius: 16px;
        padding: 40px;
        border: none;
    }

    .contact-grid-privacy {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 25px;
        margin: 30px 0;
    }

    .contact-card-privacy {
        background: white;
        border-radius: 12px;
        padding: 25px;
        text-align: center;
        box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    }

    .contact-card-privacy h4 {
        margin-bottom: 15px;
    }

    .contact-card-privacy a {
        color: #10B981;
        font-weight: 700;
        font-size: 1.05rem;
    }

    .response-time {
        font-size: 0.85rem !important;
        color: #94A3B8 !important;
        margin-top: 10px !important;
    }

    .authority-info {
        background: white;
        border-radius: 12px;
        padding: 30px;
        margin-top: 30px;
        box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    }

    .authority-info h3 {
        margin-top: 0;
    }

    /* RESPONSIVE */
    @media (max-width: 1024px) {
        .privacy-layout {
            grid-template-columns: 1fr;
        }

        .privacy-sidebar {
            position: static;
        }

        .privacy-main {
            padding: 40px 30px;
        }

        .purpose-grid,
        .rights-grid {
            grid-template-columns: repeat(2, 1fr);
        }

        .security-measures,
        .contact-grid-privacy {
            grid-template-columns: 1fr;
        }
    }

    @media (max-width: 768px) {
        .hero-title-privacy {
            font-size: 2rem;
        }

        .privacy-main {
            padding: 30px 20px;
        }

        .privacy-section h2 {
            font-size: 1.5rem;
        }

        .purpose-grid,
        .rights-grid,
        .legal-basis-grid {
            grid-template-columns: 1fr;
        }
    }
