* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    height: 100%;
}

body {
    font-family: "barlow", sans-serif;
    background: #fff;
    color: #000;
    line-height: 1.7;
}

.privacy-page {
    max-width: 680px;
    margin: 0 auto;
    padding: 48px 24px 80px;
}

header {
    margin-bottom: 40px;
}

.back-link {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    text-decoration: none;
    letter-spacing: 0.02em;
}

.back-link:hover {
    text-decoration: underline;
}

h1 {
    font-size: 36px;
    font-weight: 800;
    letter-spacing: -0.02em;
    margin-bottom: 6px;
}

.updated {
    font-size: 13px;
    color: #888;
    margin-bottom: 36px;
}

section {
    margin-bottom: 32px;
}

h2 {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 10px;
}

p {
    font-size: 15px;
    font-weight: 400;
    color: #222;
    margin-bottom: 12px;
}

p:last-child {
    margin-bottom: 0;
}

a {
    color: #000;
    text-decoration: underline;
    text-underline-offset: 2px;
}

a:hover {
    color: #555;
}

strong {
    font-weight: 700;
}

@media (max-width: 600px) {
    .privacy-page {
        padding: 32px 20px 60px;
    }

    h1 {
        font-size: 28px;
    }
}
