.policy-page {
    background-color: #eef0f1;
    color: #20252b;
    min-height: 100vh;
    width: 100%;
    overflow-y: auto;
    user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    -webkit-user-select: text;
}

.policy-topbar {
    align-items: center;
    background-color: #ffffff;
    border-bottom: 1px solid #e1e5e9;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    min-height: 72px;
    padding: 14px 6vw;
    position: sticky;
    top: 0;
    z-index: 1;
}

.policy-brand {
    align-items: center;
    display: flex;
    min-width: 0;
}

.policy-brand-mark {
    height: 42px;
    margin-right: 12px;
    width: 42px;
}

.policy-brand-title {
    display: flex;
    height: 34px;
    max-width: 230px;
    object-fit: contain;
}

.policy-badge {
    align-items: center;
    background-color: #eef4fa;
    border: 1px solid #d8e5ef;
    border-radius: 18px;
    color: #08203a;
    display: flex;
    font-size: 12px;
    font-weight: 600;
    padding: 8px 12px;
    white-space: nowrap;
}

.policy-badge span:first-child {
    font-size: 18px;
    margin-right: 6px;
}

.policy-shell {
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 1260px;
    padding: 34px 24px 60px;
    width: 100%;
}

.policy-hero {
    background-color: #ffffff;
    border-radius: 20px;
    box-shadow: rgba(0, 16, 24, 0.1) 1px 1px 10px 0;
    box-sizing: border-box;
    display: grid;
    gap: 28px;
    grid-template-columns: minmax(0, 1fr) 360px;
    margin-bottom: 24px;
    padding: 30px;
}

.policy-eyebrow {
    color: #92a2af;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0;
    margin: 0 0 10px;
    text-transform: uppercase;
}

.policy-hero h1 {
    color: #08203a;
    font-size: 38px;
    font-weight: 700;
    line-height: 1.12;
    margin: 0 0 14px;
}

.policy-hero-copy p:last-child {
    color: #5f6871;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.65;
    margin: 0;
    max-width: 760px;
}

.policy-meta-panel {
    align-content: center;
    background-color: #f6f8fa;
    border: 1px solid #e7ebef;
    border-radius: 16px;
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
}

.policy-meta-item {
    align-items: center;
    border-bottom: 1px solid #e3e8ed;
    box-sizing: border-box;
    display: flex;
    min-height: 74px;
    padding: 10px;
    width: 100%;
}

.policy-meta-item:last-child {
    border-bottom: none;
}

.policy-meta-item > span {
    align-items: center;
    background-color: #ffffff;
    border-radius: 14px;
    color: #08203a;
    display: flex;
    font-size: 24px;
    height: 42px;
    justify-content: center;
    margin-right: 12px;
    min-width: 42px;
    width: 42px;
}

.policy-meta-item p,
.policy-meta-item strong {
    display: block;
    margin: 0;
}

.policy-meta-item p {
    color: #9aa4ad;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 3px;
}

.policy-meta-item strong {
    color: #2d3339;
    font-size: 14px;
    font-weight: 600;
}

.policy-layout {
    align-items: flex-start;
    display: grid;
    gap: 24px;
    grid-template-columns: 330px minmax(0, 1fr);
}

.policy-summary,
.policy-content {
    background-color: #ffffff;
    border-radius: 20px;
    box-shadow: rgba(0, 16, 24, 0.1) 1px 1px 10px 0;
    box-sizing: border-box;
}

.policy-summary {
    padding: 22px;
    position: sticky;
    top: 96px;
}

.policy-summary h2 {
    color: #08203a;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 18px;
}

.policy-summary-item {
    border-top: 1px solid #eef1f4;
    display: flex;
    padding: 16px 0;
}

.policy-summary-item:last-child {
    padding-bottom: 0;
}

.policy-summary-item span {
    color: #5a97d7;
    font-size: 23px;
    margin-right: 12px;
    margin-top: 1px;
}

.policy-summary-item p {
    color: #5d6771;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.55;
    margin: 0;
}

.policy-content {
    padding: 30px;
}

.policy-section {
    border-bottom: 1px solid #eef1f4;
    padding: 0 0 26px;
    margin-bottom: 26px;
}

.policy-section:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.policy-section-heading {
    align-items: center;
    display: flex;
    margin-bottom: 12px;
}

.policy-section-heading span {
    align-items: center;
    background-color: #eef4fa;
    border-radius: 12px;
    color: #08203a;
    display: flex;
    font-size: 22px;
    height: 38px;
    justify-content: center;
    margin-right: 12px;
    min-width: 38px;
    width: 38px;
}

.policy-section h2 {
    color: #242a30;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    margin: 0;
}

.policy-section p,
.policy-section li {
    color: #4e5963;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.75;
}

.policy-section p {
    margin: 0;
}

.policy-section ul {
    margin: 12px 0 0;
    padding-left: 20px;
}

.policy-section li {
    margin-bottom: 8px;
    padding-left: 4px;
}

@media (max-width: 980px) {
    .policy-shell {
        padding: 24px 18px 48px;
    }

    .policy-hero,
    .policy-layout {
        grid-template-columns: 1fr;
    }

    .policy-meta-panel {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .policy-meta-item {
        border-bottom: none;
        border-right: 1px solid #e3e8ed;
    }

    .policy-meta-item:last-child {
        border-right: none;
    }

    .policy-summary {
        position: static;
    }
}

@media (max-width: 680px) {
    .policy-topbar {
        align-items: flex-start;
        flex-direction: column;
        padding: 14px 18px;
    }

    .policy-brand-title {
        max-width: 190px;
    }

    .policy-badge {
        margin-top: 12px;
    }

    .policy-shell {
        padding: 18px 14px 38px;
    }

    .policy-hero,
    .policy-content,
    .policy-summary {
        border-radius: 18px;
        padding: 20px;
    }

    .policy-hero h1 {
        font-size: 30px;
    }

    .policy-meta-panel {
        grid-template-columns: 1fr;
    }

    .policy-meta-item {
        border-bottom: 1px solid #e3e8ed;
        border-right: none;
    }

    .policy-meta-item:last-child {
        border-bottom: none;
    }

    .policy-section-heading {
        align-items: flex-start;
    }

    .policy-section h2 {
        font-size: 16px;
    }
}
