:root {
    --policy-ink: #173b3f;
    --policy-muted: #607472;
    --policy-cream: #fbf7ee;
    --policy-mint: #dff3e9;
    --policy-coral: #ef765f;
    --policy-border: #d8e3df;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: var(--policy-cream);
    color: var(--policy-ink);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.7;
}

a {
    color: #166957;
    text-underline-offset: 3px;
}

a:hover {
    color: #0c4b3f;
}

.policy-header {
    border-bottom: 1px solid rgba(255, 255, 255, .12);
    background: #102d30;
    color: #fff;
}

.policy-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    width: min(1120px, calc(100% - 40px));
    min-height: 82px;
    margin-inline: auto;
}

.policy-logo img {
    display: block;
    width: 154px;
    height: auto;
}

.policy-nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 17px;
}

.policy-nav a,
.policy-nav button {
    padding: 0;
    border: 0;
    background: transparent;
    color: #d9e8e5;
    font: inherit;
    font-size: 12px;
    text-decoration: none;
    cursor: pointer;
}

.policy-nav a:hover,
.policy-nav button:hover {
    color: #fff;
    text-decoration: underline;
}

.policy-hero {
    padding: 82px 20px 70px;
    background:
        radial-gradient(circle at 88% 15%, rgba(239, 118, 95, .24), transparent 28%),
        linear-gradient(135deg, #102d30, #1b4b4d);
    color: #fff;
}

.policy-hero__inner {
    width: min(920px, 100%);
    margin-inline: auto;
}

.policy-kicker {
    margin: 0 0 12px;
    color: #b9dccf;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.policy-hero h1 {
    max-width: 760px;
    margin: 0 0 18px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(44px, 7vw, 74px);
    font-weight: 500;
    letter-spacing: -.04em;
    line-height: .98;
}

.policy-hero p {
    max-width: 760px;
    margin: 0;
    color: #d9e8e5;
    font-size: 15px;
}

.policy-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 24px;
    margin-top: 28px;
    color: #c4dcd6;
    font-size: 12px;
}

.policy-layout {
    display: grid;
    grid-template-columns: 235px minmax(0, 1fr);
    gap: 56px;
    width: min(1120px, calc(100% - 40px));
    margin: 0 auto;
    padding: 70px 0 90px;
}

.policy-toc {
    position: sticky;
    top: 24px;
    align-self: start;
    padding: 22px;
    border: 1px solid var(--policy-border);
    border-radius: 18px;
    background: rgba(255, 255, 255, .78);
}

.policy-toc strong {
    display: block;
    margin-bottom: 10px;
    font-size: 12px;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.policy-toc a {
    display: block;
    padding: 5px 0;
    color: var(--policy-muted);
    font-size: 12px;
    line-height: 1.4;
    text-decoration: none;
}

.policy-toc a:hover {
    color: var(--policy-ink);
}

.policy-content {
    min-width: 0;
}

.policy-summary {
    margin-bottom: 38px;
    padding: 24px 26px;
    border-left: 4px solid var(--policy-coral);
    border-radius: 0 16px 16px 0;
    background: #fff;
    box-shadow: 0 15px 45px rgba(24, 62, 64, .07);
}

.policy-summary p {
    margin: 0;
}

.policy-section {
    padding: 34px 0;
    border-top: 1px solid var(--policy-border);
}

.policy-section:first-of-type {
    border-top: 0;
}

.policy-section h2 {
    margin: 0 0 16px;
    color: var(--policy-ink);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(28px, 4vw, 39px);
    font-weight: 500;
    letter-spacing: -.025em;
    line-height: 1.12;
}

.policy-section h3 {
    margin: 26px 0 8px;
    font-size: 17px;
    line-height: 1.35;
}

.policy-section p,
.policy-section li {
    color: #455f5d;
    font-size: 14px;
}

.policy-section ul {
    padding-left: 22px;
}

.policy-section li + li {
    margin-top: 8px;
}

.policy-table-wrap {
    margin-top: 20px;
    overflow-x: auto;
    border: 1px solid var(--policy-border);
    border-radius: 15px;
    background: #fff;
}

.policy-table {
    width: 100%;
    min-width: 690px;
    border-collapse: collapse;
    font-size: 12px;
}

.policy-table th,
.policy-table td {
    padding: 14px 16px;
    border-bottom: 1px solid var(--policy-border);
    vertical-align: top;
    text-align: left;
}

.policy-table th {
    background: #edf5f1;
    color: var(--policy-ink);
    font-size: 11px;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.policy-table td {
    color: #506765;
}

.policy-table tr:last-child td {
    border-bottom: 0;
}

.policy-card {
    margin-top: 22px;
    padding: 23px;
    border: 1px solid var(--policy-border);
    border-radius: 16px;
    background: #fff;
}

.policy-card h3 {
    margin-top: 0;
}

.policy-contact {
    padding: 27px;
    border-radius: 18px;
    background: var(--policy-ink);
    color: #fff;
}

.policy-contact h2,
.policy-contact p,
.policy-contact a {
    color: #fff;
}

.policy-footer {
    padding: 32px 20px;
    background: #102d30;
    color: #afcac4;
    text-align: center;
    font-size: 11px;
}

.policy-footer a,
.policy-footer button {
    padding: 0;
    border: 0;
    background: transparent;
    color: #fff;
    font: inherit;
    text-decoration: underline;
    text-underline-offset: 3px;
    cursor: pointer;
}

.policy-footer__links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 20px;
    margin-bottom: 12px;
}

@media (max-width: 820px) {
    .policy-layout {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .policy-toc {
        position: static;
        columns: 2;
    }

    .policy-toc strong {
        column-span: all;
    }
}

@media (max-width: 600px) {
    .policy-header__inner {
        min-height: 74px;
    }

    .policy-logo img {
        width: 130px;
    }

    .policy-nav a:nth-child(-n+2) {
        display: none;
    }

    .policy-hero {
        padding-top: 58px;
    }

    .policy-toc {
        columns: 1;
    }
}
