.royal-privacy-page {
    min-height: 100vh;
    padding-top: var(--royal-header-height);
    color: #1f2933;
    background: #ffffff;
    letter-spacing: 0;
}

.royal-privacy-page a {
    color: #075fc7;
    text-decoration-thickness: 1px;
    text-underline-offset: 0.2em;
}

.royal-privacy-page a:hover {
    color: #034c9f;
}

.royal-privacy-page a:focus-visible {
    outline: 3px solid #f0b429;
    outline-offset: 3px;
}

.royal-privacy-header {
    padding: 56px 0 48px;
    border-bottom: 1px solid #dfe3e8;
    background: #f5f7f9;
}

.royal-privacy-header-inner {
    max-width: 1180px;
}

.royal-privacy-eyebrow {
    margin: 0 0 12px;
    color: #52606d;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.4;
    text-transform: uppercase;
}

.royal-privacy-header h1 {
    margin: 0;
    color: #102a43;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.25;
}

.royal-privacy-lead {
    max-width: 760px;
    margin: 16px 0 0;
    color: #486581;
    font-size: 18px;
    line-height: 1.8;
}

.royal-privacy-meta {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
    max-width: 980px;
    margin: 32px 0 0;
    padding-top: 24px;
    border-top: 1px solid #cbd2d9;
}

.royal-privacy-meta div {
    min-width: 0;
}

.royal-privacy-meta dt {
    margin: 0 0 6px;
    color: #627d98;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.5;
}

.royal-privacy-meta dd {
    margin: 0;
    color: #243b53;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.7;
    overflow-wrap: anywhere;
}

.royal-privacy-layout {
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 56px;
    max-width: 1180px;
    padding-top: 56px;
    padding-bottom: 80px;
}

.royal-privacy-index {
    position: sticky;
    top: calc(var(--royal-header-height) + 24px);
    align-self: start;
    padding-left: 18px;
    border-left: 2px solid #9fb3c8;
}

.royal-privacy-index-title {
    margin: 0 0 14px;
    color: #243b53;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
}

.royal-privacy-index ol {
    display: grid;
    gap: 4px;
    margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: privacy-index;
}

.royal-privacy-index li {
    counter-increment: privacy-index;
}

.royal-privacy-index a {
    display: block;
    padding: 6px 0;
    color: #526d82;
    font-size: 14px;
    line-height: 1.5;
    text-decoration: none;
}

.royal-privacy-index a::before {
    content: counter(privacy-index, decimal-leading-zero) "  ";
    color: #829ab1;
}

.royal-privacy-index a:hover {
    color: #075fc7;
}

.royal-privacy-article {
    min-width: 0;
    max-width: 850px;
}

.royal-privacy-intro {
    margin: 0 0 40px;
    padding: 24px 0 24px 24px;
    border-left: 4px solid #0b7a75;
    color: #334e68;
    font-size: 17px;
    line-height: 1.9;
}

.royal-privacy-section {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 18px;
    padding: 44px 0;
    border-top: 1px solid #dfe3e8;
    scroll-margin-top: calc(var(--royal-header-height) + 24px);
}

.royal-privacy-section:first-of-type {
    border-top: 0;
}

.royal-privacy-section-number {
    margin: 5px 0 0;
    color: #0b7a75;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.5;
}

.royal-privacy-section h2 {
    margin: 0 0 20px;
    color: #102a43;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.4;
}

.royal-privacy-section h3 {
    margin: 32px 0 12px;
    color: #243b53;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.5;
}

.royal-privacy-section p {
    margin: 0 0 16px;
    color: #3e4c59;
    font-size: 16px;
    line-height: 1.9;
}

.royal-privacy-section p:last-child {
    margin-bottom: 0;
}

.royal-privacy-notice {
    margin: 22px 0 0;
    padding: 16px 18px;
    border: 1px solid #e6c96a;
    border-radius: 6px;
    color: #5d4809;
    background: #fffbea;
    font-size: 15px;
    line-height: 1.8;
}

.royal-privacy-table-wrap {
    max-width: 100%;
    margin: 20px 0 24px;
    overflow-x: auto;
    border: 1px solid #cbd2d9;
    border-radius: 6px;
    background: #ffffff;
}

.royal-privacy-table-wrap:focus-visible {
    outline: 3px solid #f0b429;
    outline-offset: 3px;
}

.royal-privacy-table-wrap table {
    width: 100%;
    min-width: 680px;
    border-collapse: collapse;
    table-layout: fixed;
}

.royal-privacy-table-wrap th,
.royal-privacy-table-wrap td {
    padding: 14px 16px;
    border-right: 1px solid #dfe3e8;
    border-bottom: 1px solid #dfe3e8;
    color: #334e68;
    font-size: 14px;
    line-height: 1.7;
    text-align: left;
    vertical-align: top;
    overflow-wrap: anywhere;
}

.royal-privacy-table-wrap th {
    color: #243b53;
    font-weight: 700;
    background: #eef2f5;
}

.royal-privacy-table-wrap tr:last-child td {
    border-bottom: 0;
}

.royal-privacy-table-wrap th:last-child,
.royal-privacy-table-wrap td:last-child {
    border-right: 0;
}

.royal-privacy-table-wrap code {
    color: #8a3b12;
    font-family: Consolas, Monaco, monospace;
    font-size: 13px;
}

.royal-privacy-section-contact {
    margin-top: 8px;
    padding-right: 24px;
    padding-left: 24px;
    border: 1px solid #a9c8c5;
    border-radius: 8px;
    background: #f1f8f7;
}

@media (max-width: 900px) {
    .royal-privacy-meta {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .royal-privacy-layout {
        grid-template-columns: 180px minmax(0, 1fr);
        gap: 32px;
    }
}

@media (max-width: 767px) {
    .royal-privacy-header {
        padding: 36px 0 32px;
    }

    .royal-privacy-header h1 {
        font-size: 32px;
    }

    .royal-privacy-lead {
        font-size: 16px;
    }

    .royal-privacy-meta {
        grid-template-columns: 1fr;
        gap: 16px;
        margin-top: 24px;
    }

    .royal-privacy-layout {
        display: block;
        padding-top: 32px;
        padding-bottom: 56px;
    }

    .royal-privacy-index {
        position: static;
        margin-bottom: 32px;
        padding: 18px;
        border: 1px solid #cbd2d9;
        border-radius: 6px;
    }

    .royal-privacy-index ol {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 18px;
    }

    .royal-privacy-index a {
        overflow-wrap: anywhere;
    }

    .royal-privacy-intro {
        margin-bottom: 20px;
        padding: 18px 0 18px 18px;
        font-size: 16px;
    }

    .royal-privacy-section {
        display: block;
        padding: 34px 0;
    }

    .royal-privacy-section-number {
        margin: 0 0 6px;
    }

    .royal-privacy-section h2 {
        font-size: 23px;
    }

    .royal-privacy-section h3 {
        font-size: 18px;
    }

    .royal-privacy-section p {
        font-size: 16px;
    }

    .royal-privacy-section-contact {
        margin-top: 8px;
        padding-right: 18px;
        padding-left: 18px;
    }
}

@media (max-width: 420px) {
    .royal-privacy-index ol {
        grid-template-columns: 1fr;
    }

    .royal-privacy-table-wrap th,
    .royal-privacy-table-wrap td {
        padding: 12px;
    }
}
