* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: Arial, sans-serif;
    font-size: 16px;
    line-height: 1.65;
    color: #1f2933;
    background: #f4f6f8;
}

a {
    color: #174f78;
}

a:focus-visible {
    outline: 3px solid #2f80c0;
    outline-offset: 3px;
}

.skip-link {
    position: absolute;
    top: 8px;
    left: 8px;
    z-index: 10;
    padding: 10px 14px;
    border-radius: 8px;
    color: white;
    background: #20252b;
    transform: translateY(-150%);
}

.skip-link:focus {
    transform: translateY(0);
}

.privacy-shell {
    width: min(100% - 32px, 820px);
    margin: 0 auto;
}

.privacy-header {
    padding: 34px 0;
    color: white;
    background: #20252b;
}

.privacy-header-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.eyebrow {
    margin: 0 0 6px;
    color: #b7d7ed;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

h1 {
    margin: 0;
    font-size: clamp(32px, 7vw, 46px);
    line-height: 1.1;
}

.policy-date {
    margin: 10px 0 0;
    color: #d9e2e8;
}

.back-link {
    min-height: 44px;
    padding: 10px 16px;
    border: 1px solid #80909c;
    border-radius: 9px;
    color: white;
    text-decoration: none;
    white-space: nowrap;
}

main {
    padding: 30px 0 50px;
}

main section,
.review-notice {
    margin-bottom: 18px;
    padding: 24px;
    border: 1px solid #dde3e8;
    border-radius: 14px;
    background: white;
}

.review-notice,
.contact-pending {
    border-color: #d5a43a;
    background: #fff8e7;
}

.review-notice p,
.contact-pending p {
    margin-bottom: 0;
}

.contact-pending {
    margin-top: 18px;
    padding: 16px;
    border: 1px solid #d5a43a;
    border-radius: 10px;
}

h2 {
    margin: 0 0 10px;
    font-size: 23px;
    line-height: 1.3;
}

p,
ul {
    margin: 0 0 14px;
}

section > :last-child,
li:last-child {
    margin-bottom: 0;
}

li + li {
    margin-top: 7px;
}

code {
    padding: 2px 5px;
    border-radius: 4px;
    background: #edf1f4;
    font-size: 0.94em;
}

.privacy-footer {
    padding: 24px 0 36px;
    text-align: center;
}

.legal-page-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 22px;
}

@media (max-width: 560px) {
    .privacy-shell {
        width: min(100% - 24px, 820px);
    }

    .privacy-header {
        padding: 26px 0;
    }

    .privacy-header-row {
        align-items: flex-start;
        flex-direction: column;
        gap: 18px;
    }

    .back-link {
        width: 100%;
        text-align: center;
    }

    main {
        padding-top: 20px;
    }

    main section,
    .review-notice {
        padding: 19px;
    }

    h2 {
        font-size: 21px;
    }
}
