/* ============================================
   PRIVACY POLICY PAGE
   ============================================ */

/* Hero */
.pp-hero {
    background: linear-gradient(135deg, #000229 0%, #0e2233 60%, #0a3a52 100%);
    padding: 100px 40px 80px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.pp-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 70% 50%, rgba(0, 101, 164, 0.25) 0%, transparent 65%);
    pointer-events: none;
}

.pp-hero-inner {
    position: relative;
    max-width: 700px;
    margin: 0 auto;
}

.pp-hero-label {
    display: inline-block;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #62b8e8;
    border: 1px solid rgba(98, 184, 232, 0.4);
    border-radius: 20px;
    padding: 5px 16px;
    margin-bottom: 24px;
}

.pp-hero-title {
    font-family: 'Be Vietnam Pro', sans-serif;
    font-size: 52px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 16px;
    line-height: 1.1;
}

.pp-hero-subtitle {
    font-family: 'Be Vietnam Pro', sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.7);
    margin: 0 0 28px;
}

.pp-hero-meta {
    font-family: 'Be Vietnam Pro', sans-serif;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.4);
}

/* Body layout */
.pp-body {
    background: #f5f7fa;
    padding: 60px 40px 100px;
}

.pp-layout {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 48px;
    align-items: start;
}

/* Sidebar */
.pp-sidebar {
    position: sticky;
    top: 120px;
}

.pp-sidebar-inner {
    background: #fff;
    border-radius: 12px;
    padding: 28px 24px;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.07);
}

.pp-sidebar-heading {
    font-family: 'Be Vietnam Pro', sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #999;
    margin: 0 0 16px;
}

.pp-nav {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.pp-nav a {
    font-family: 'Be Vietnam Pro', sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #555;
    text-decoration: none;
    padding: 7px 10px;
    border-radius: 6px;
    border-left: 2px solid transparent;
    transition: all 0.2s ease;
    line-height: 1.4;
}

.pp-nav a:hover,
.pp-nav a.active {
    color: #0065a4;
    background: rgba(0, 101, 164, 0.06);
    border-left-color: #0065a4;
}

/* Sections */
.pp-content {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.pp-section {
    background: #fff;
    border-radius: 16px;
    padding: 40px 44px;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06);
    display: grid;
    grid-template-columns: 52px 1fr;
    gap: 24px;
    scroll-margin-top: 130px;
}

.pp-section-number {
    font-family: 'Be Vietnam Pro', sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: #0065a4;
    opacity: 0.5;
    padding-top: 6px;
    letter-spacing: 0.05em;
}

.pp-section-title {
    font-family: 'Be Vietnam Pro', sans-serif;
    font-size: 22px;
    font-weight: 600;
    color: #0e2233;
    margin: 0 0 16px;
}

.pp-section-body p {
    font-family: 'Be Vietnam Pro', sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.8;
    color: #444;
    margin: 0 0 14px;
}

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

.pp-section-body a {
    color: #0065a4;
    text-decoration: underline;
}

.pp-section-body a:hover {
    color: #004f80;
}

.pp-section-body strong {
    font-weight: 600;
    color: #222;
}

/* Lists */
.pp-list {
    padding-left: 0;
    list-style: none;
    margin: 12px 0 16px;
}

.pp-list li {
    font-family: 'Be Vietnam Pro', sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.7;
    color: #444;
    padding: 6px 0 6px 24px;
    position: relative;
    border-bottom: 1px solid #f0f0f0;
}

.pp-list li:last-child {
    border-bottom: none;
}

.pp-list li::before {
    content: '–';
    position: absolute;
    left: 6px;
    color: #0065a4;
    font-weight: 600;
}

.pp-list--check li::before {
    content: '✓';
    font-size: 12px;
}

/* Cookie table */
.pp-cookie-table {
    border: 1px solid #e8edf2;
    border-radius: 10px;
    overflow: hidden;
    margin: 20px 0;
    font-family: 'Be Vietnam Pro', sans-serif;
}

.pp-cookie-row {
    display: grid;
    grid-template-columns: 200px 1fr 90px;
    gap: 16px;
    padding: 12px 16px;
    font-size: 13px;
    border-bottom: 1px solid #f0f3f6;
    align-items: center;
}

.pp-cookie-row:last-child {
    border-bottom: none;
}

.pp-cookie-header {
    background: #f5f7fa;
    font-weight: 600;
    font-size: 11px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #777;
}

.pp-cookie-row code {
    font-family: 'Courier New', monospace;
    font-size: 12px;
    background: #f0f4f8;
    padding: 2px 6px;
    border-radius: 4px;
    color: #0065a4;
}

.pp-note {
    font-size: 13px !important;
    color: #777 !important;
    font-style: italic;
    border-left: 3px solid #0065a4;
    padding-left: 12px !important;
    margin-top: 12px !important;
}

/* Card grid (legal basis) */
.pp-card-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-top: 16px;
}

.pp-card {
    background: #f5f7fa;
    border-radius: 12px;
    padding: 24px 20px;
    border-top: 3px solid #0065a4;
}

.pp-card-icon {
    color: #0065a4;
    font-size: 10px;
    margin-bottom: 10px;
}

.pp-card-label {
    font-family: 'Be Vietnam Pro', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #0e2233;
    margin-bottom: 8px;
}

.pp-card-text {
    font-family: 'Be Vietnam Pro', sans-serif;
    font-size: 13px;
    font-weight: 300;
    color: #555;
    line-height: 1.6;
}

/* Third party list */
.pp-third-party-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 16px;
}

.pp-third-party {
    display: flex;
    align-items: baseline;
    gap: 12px;
    padding: 14px 18px;
    background: #f5f7fa;
    border-radius: 10px;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-size: 14px;
}

.pp-third-party strong {
    color: #0e2233;
    min-width: 120px;
    flex-shrink: 0;
}

.pp-third-party span {
    color: #555;
    font-weight: 300;
    line-height: 1.5;
}

/* Contact box */
.pp-contact-box {
    border: 1px solid #e0e7ef;
    border-radius: 12px;
    overflow: hidden;
    margin-top: 20px;
}

.pp-contact-item {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px 20px;
    border-bottom: 1px solid #f0f3f6;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-size: 14px;
}

.pp-contact-item:last-child {
    border-bottom: none;
}

.pp-contact-label {
    font-weight: 600;
    color: #0065a4;
    min-width: 110px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.pp-contact-item a {
    color: #333;
    text-decoration: underline;
}

.pp-contact-item a:hover {
    color: #0065a4;
}

/* Responsive */
@media (max-width: 900px) {
    .pp-layout {
        grid-template-columns: 1fr;
    }

    .pp-sidebar {
        position: static;
        display: none;
    }

    .pp-section {
        grid-template-columns: 1fr;
        padding: 28px 24px;
        gap: 8px;
    }

    .pp-section-number {
        display: none;
    }

    .pp-card-grid {
        grid-template-columns: 1fr;
    }

    .pp-cookie-row {
        grid-template-columns: 1fr 1fr;
        font-size: 12px;
    }

    .pp-cookie-row span:last-child {
        display: none;
    }

    .pp-cookie-header span:last-child {
        display: none;
    }

    .pp-hero {
        padding: 72px 24px 56px;
    }

    .pp-hero-title {
        font-size: 34px;
    }

    .pp-body {
        padding: 32px 16px 64px;
    }
}
