* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    background: #f5f8ff;
    color: #263b63;
}


/* =========================================
   PAGE
========================================= */

.privacy-page {
    width: 100%;
    min-height: 100vh;
    padding: 0 20px;
}


/* =========================================
   HEADER
========================================= */

.privacy-header {
    width: min(1080px, 100%);
    margin: 0 auto;

    min-height: 82px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 20px;
}


.privacy-back-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;

    padding: 10px 15px;

    border-radius: 10px;

    background: #ffffff;
    color: #2864d4;

    border: 1px solid #e5ebf6;

    text-decoration: none;

    font-size: 13px;
    font-weight: 700;

    box-shadow: 0 5px 18px rgba(40, 80, 150, 0.06);

    transition: 0.2s ease;
}

.privacy-back-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 22px rgba(40, 80, 150, 0.10);
}


.privacy-brand {
    display: flex;
    align-items: center;
    gap: 11px;
}


.privacy-brand-icon {
    width: 42px;
    height: 42px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 12px;

    background: #edf4ff;
    color: #2864d4;

    font-size: 18px;
}


.privacy-brand div:last-child {
    display: flex;
    flex-direction: column;
    gap: 2px;
}


.privacy-brand span {
    color: #3670d6;

    font-size: 10px;
    font-weight: 800;

    letter-spacing: 1.8px;
}


.privacy-brand strong {
    color: #172b57;

    font-size: 13px;
    font-weight: 800;
}


/* =========================================
   HERO
========================================= */

.privacy-hero {
    width: min(1080px, 100%);
    margin: 20px auto 0;

    padding: 55px 55px 48px;

    border-radius: 28px;

    background:
        linear-gradient(
            135deg,
            #edf4ff 0%,
            #ffffff 55%,
            #f5f8ff 100%
        );

    border: 1px solid #e3ebf8;

    box-shadow:
        0 20px 60px rgba(30, 65, 130, 0.08);
}


.privacy-label {
    display: inline-block;

    margin-bottom: 13px;

    color: #3670d6;

    font-size: 11px;
    font-weight: 800;

    letter-spacing: 2px;
}


.privacy-hero h1 {
    margin-bottom: 14px;

    color: #172b57;

    font-size: clamp(38px, 5vw, 58px);
    line-height: 1.1;

    font-weight: 800;
}


.privacy-hero > p {
    max-width: 720px;

    color: #7182a6;

    font-size: 16px;
    line-height: 1.7;
}


.privacy-updated {
    display: inline-flex;
    align-items: center;
    gap: 8px;

    margin-top: 22px;
    padding: 9px 13px;

    border-radius: 9px;

    background: #ffffff;
    border: 1px solid #e4ebf6;

    color: #7182a6;

    font-size: 12px;
}


/* =========================================
   CONTENT
========================================= */

.privacy-content {
    width: min(900px, 100%);
    margin: 38px auto 0;
}


/* =========================================
   SECTION
========================================= */

.privacy-section {
    display: grid;
    grid-template-columns: 55px 1fr;

    gap: 20px;

    padding: 30px 0;

    border-bottom: 1px solid #e3eaf5;
}


.section-number {
    width: 42px;
    height: 42px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 12px;

    background: #edf4ff;
    color: #3670d6;

    font-size: 11px;
    font-weight: 800;
}


.section-content h2 {
    margin-bottom: 15px;

    color: #172b57;

    font-size: 25px;
    line-height: 1.3;

    font-weight: 800;
}


.section-content h3 {
    margin: 22px 0 9px;

    color: #31558f;

    font-size: 16px;
    font-weight: 800;
}


.section-content p {
    margin-bottom: 13px;

    color: #7182a6;

    font-size: 15px;
    line-height: 1.8;
}


.section-content p:last-child {
    margin-bottom: 0;
}


.section-content ul,
.section-content ol {
    margin: 10px 0 15px;
    padding-left: 22px;
}


.section-content li {
    margin-bottom: 8px;

    color: #7182a6;

    font-size: 15px;
    line-height: 1.7;
}


.section-content strong {
    color: #526b96;
}


/* =========================================
   CONTACT
========================================= */

.privacy-contact {
    border-bottom: none;

    margin-top: 10px;
    padding-bottom: 20px;
}


.privacy-email-btn {
    display: inline-flex;
    align-items: center;
    gap: 9px;

    margin-top: 8px;
    padding: 12px 17px;

    border-radius: 11px;

    background: #edf4ff;
    color: #2864d4;

    text-decoration: none;

    font-size: 13px;
    font-weight: 700;

    transition: 0.2s ease;
}


.privacy-email-btn:hover {
    background: #dfeaff;
    transform: translateY(-1px);
}


/* =========================================
   FOOTER
========================================= */

.privacy-footer {
    width: min(900px, 100%);

    margin: 30px auto 0;
    padding: 28px 0 38px;

    text-align: center;

    border-top: 1px solid #e3eaf5;
}


.privacy-footer-brand {
    margin-bottom: 5px;

    color: #2864d4;

    font-size: 17px;
    font-weight: 800;
}


.privacy-footer p {
    margin-bottom: 7px;

    color: #7182a6;

    font-size: 13px;
}


.privacy-footer span {
    color: #9aa8c0;

    font-size: 11px;
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 700px) {

    .privacy-page {
        padding: 0 13px;
    }


    .privacy-header {
        min-height: 74px;

        gap: 10px;
    }


    .privacy-back-btn {
        padding: 9px 11px;

        font-size: 11px;
    }


    .privacy-brand {
        gap: 8px;
    }


    .privacy-brand-icon {
        width: 36px;
        height: 36px;

        border-radius: 10px;

        font-size: 16px;
    }


    .privacy-brand span {
        font-size: 8px;
        letter-spacing: 1.3px;
    }


    .privacy-brand strong {
        font-size: 11px;
    }


    .privacy-hero {
        margin-top: 10px;

        padding: 34px 22px 30px;

        border-radius: 22px;
    }


    .privacy-label {
        font-size: 9px;
        letter-spacing: 1.5px;
    }


    .privacy-hero h1 {
        font-size: 34px;
    }


    .privacy-hero > p {
        font-size: 14px;
        line-height: 1.7;
    }


    .privacy-updated {
        font-size: 10px;

        max-width: 100%;
    }


    .privacy-content {
        margin-top: 20px;
    }


    .privacy-section {
        grid-template-columns: 1fr;

        gap: 13px;

        padding: 25px 2px;
    }


    .section-number {
        width: 38px;
        height: 38px;

        border-radius: 10px;

        font-size: 10px;
    }


    .section-content h2 {
        font-size: 21px;
    }


    .section-content h3 {
        font-size: 15px;
    }


    .section-content p,
    .section-content li {
        font-size: 14px;
        line-height: 1.75;
    }


    .privacy-email-btn {
        width: 100%;

        justify-content: center;

        font-size: 12px;

        overflow: hidden;
    }


    .privacy-footer {
        margin-top: 15px;
        padding-bottom: 30px;
    }

}


/* =========================================
   DARK MODE
========================================= */

body[data-theme="dark"] {
    background: #0b1222;
    color: #dce6ff;
}


body[data-theme="dark"] .privacy-back-btn,
body[data-theme="dark"] .privacy-updated {
    background: #10182c;
    border-color: rgba(255, 255, 255, 0.08);
    color: #82aaff;
}


body[data-theme="dark"] .privacy-brand-icon,
body[data-theme="dark"] .section-number {
    background: #17294d;
    color: #78a7ff;
}


body[data-theme="dark"] .privacy-brand span,
body[data-theme="dark"] .privacy-label {
    color: #78a7ff;
}


body[data-theme="dark"] .privacy-brand strong,
body[data-theme="dark"] .privacy-hero h1,
body[data-theme="dark"] .section-content h2 {
    color: #f2f5ff;
}


body[data-theme="dark"] .privacy-hero {
    background:
        linear-gradient(
            135deg,
            #111d36 0%,
            #10182c 55%,
            #0f172a 100%
        );

    border-color: rgba(255, 255, 255, 0.07);
}


body[data-theme="dark"] .privacy-hero > p,
body[data-theme="dark"] .privacy-updated,
body[data-theme="dark"] .section-content p,
body[data-theme="dark"] .section-content li,
body[data-theme="dark"] .privacy-footer p {
    color: #aab8d6;
}


body[data-theme="dark"] .section-content h3 {
    color: #bcd0f5;
}


body[data-theme="dark"] .section-content strong {
    color: #c9d8f5;
}


body[data-theme="dark"] .privacy-section,
body[data-theme="dark"] .privacy-footer {
    border-color: rgba(255, 255, 255, 0.08);
}


body[data-theme="dark"] .privacy-email-btn {
    background: #17294d;
    color: #82aaff;
}


body[data-theme="dark"] .privacy-footer-brand {
    color: #78a7ff;
}


body[data-theme="dark"] .privacy-footer span {
    color: #7182a6;
}