body.homepage:has(.policy-page) {
    background-position: center top;
}

.policy-page {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    min-height: 100%;
}

/* ── Listing policy page ─────────────────────────── */
.policy-page--listing {
    padding-bottom: 3rem;
}

.policy-listing-inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 48px 1rem 2rem;
}

@media (min-width: 768px) {
    .policy-listing-inner {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

.policy-listing-card {
    width: min(100%, 920px);
    margin: 0 auto;
    /* Lighter teal, lower opacity so the page gradient shows through */
    background: rgb(14 87 97 / 70%);
    border: none;
    border-radius: 0;
    padding: clamp(2rem, 5vw, 3.5rem) clamp(1.5rem, 4vw, 3.5rem);
    color: rgba(255, 255, 255, 0.95);
    box-shadow: none;
}

.policy-listing-heading {
    margin: 0 0 1.25rem;
    font-family: 'Wix Madefor Display', sans-serif;
    font-size: clamp(1.15rem, 2.2vw, 1.35rem);
    font-weight: 700;
    line-height: 1.35;
    color: #fff;
}

.policy-listing-intro {
    margin: 0 0 1.75rem;
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.92);
}

.policy-listing-intro strong {
    font-weight: 700;
    color: #fff;
}

.policy-listing-section {
    margin-top: 1.75rem;
}

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

.policy-listing-section-title {
    margin: 0 0 0.75rem;
    font-family: 'Wix Madefor Display', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    color: #fff;
}

.policy-listing-section p {
    margin: 0 0 0.75rem;
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.92);
}

.policy-listing-list {
    margin: 0;
    padding-left: 1.25rem;
    list-style: disc outside;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.92);
}

.policy-listing-list li {
    display: list-item;
    margin-bottom: 0.5rem;
}

.policy-listing-list li::marker {
    color: #fff;
}

ol.policy-listing-list {
    list-style: decimal outside;
}

.policy-listing-list li:last-child {
    margin-bottom: 0;
}

.policy-listing-list--clean {
    margin: 1rem 0;
    padding-left: 2rem;
    list-style: none;
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.92);
}

.policy-listing-list--clean li {
    margin-bottom: 0.5rem;
}

.policy-listing-list--clean .nested-list {
    margin-top: 0.5rem;
    padding-left: 2rem;
    list-style: none;
}

.policy-listing-divider {
    margin: 2rem 0 1.75rem;
    border: none;
    border-top: 1px solid #cccccc;
}

.policy-listing-footer-date {
    text-align: center;
    margin-top: 1.5rem;
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.75);
}

.policy-listing-tip {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.92);
}

.policy-listing-section strong,
.policy-listing-list strong {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}

.policy-listing-tip strong {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #fff;
}

/* ── Topic page (accordion) ──────────────────────── */
.policy-topic-shell {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 1.5rem 3rem;
}

.policy-topic-board {
    background: rgba(4, 35, 42, 0.55);
    border: 1px solid rgba(255, 255, 255, 0.06);
    padding: 40px 56px 52px;
    position: relative;
}

.policy-category-label {
    font-family: 'Wix Madefor Display', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 32px;
}

.policy-category-label span {
    color: #fff;
}

#policy-accordion {
    max-width: 860px;
    margin: 0 auto;
}

.policy-item {
    border-bottom: 2px solid #c8e000;
}

.policy-item:first-child {
    border-top: 2px solid #c8e000;
}

.policy-question {
    width: 100%;
    background: transparent;
    border: none;
    text-align: left;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding: .9rem 0;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: color 0.2s;
}

.policy-question:hover { color: #c8e000; }

.policy-icon {
    color: #c8e000;
    font-size: 40px;
    font-weight: 400;
    line-height: 27px;
    transition: transform 0.3s ease;
    flex-shrink: 0;
    margin-left: 1rem;
}

.policy-item.open .policy-icon { transform: rotate(45deg); }

.policy-answer {
    display: none;
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.75;
    padding-bottom: 1.25rem;
    padding-right: 2rem;
}

.policy-listing-page-title {
    margin: 0 0 2.5rem;
    text-align: center;
    font-family: 'Wix Madefor Display', sans-serif;
    font-size: clamp(2rem, 4.5vw, 2.75rem);
    font-weight: 400;
    line-height: 1.1;
    color: #fff;
}
