html:has(.stf-home-page),
.stf-home-page {
    margin: 0;
    background: #fff;
    overflow-x: clip;
    max-width: 100%;
}

/* Privacy Policy / Terms page */
.stf-privacy {
    background: #fff;
}

.stf-privacy__inner {
    max-width: 1200px;
    padding-top: clamp(40px, 6vw, 72px);
    padding-bottom: clamp(48px, 8vw, 96px);
}

.stf-privacy__title {
    margin: 0 0 8px;
    font-family: 'Raleway', sans-serif;
    font-size: clamp(32px, 4vw, 42px);
    font-weight: 700;
    line-height: 1.2;
    color: #172A54;
}

.stf-privacy__updated {
    margin: 0 0 40px;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #6b7280;
}

.stf-privacy__section {
    padding: 28px 0;
    border-top: 1px solid #e5e7eb;
}

.stf-privacy__section h2 {
    margin: 0 0 14px;
    font-family: 'Raleway', sans-serif;
    font-size: clamp(18px, 2vw, 22px);
    font-weight: 700;
    line-height: 1.35;
    color: #172A54;
}

.stf-privacy__section p,
.stf-privacy__section li {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    color: #1f2937;
}

.stf-privacy__section p {
    margin: 0 0 12px;
}

.stf-privacy__section p:last-child {
    margin-bottom: 0;
}

.stf-privacy__section ul {
    margin: 0 0 16px;
    padding-left: 22px;
}

.stf-privacy__section li {
    margin-bottom: 6px;
}

.stf-privacy__section a {
    color: #971843;
    text-decoration: none;
}

.stf-privacy__section a:hover,
.stf-privacy__section a:focus {
    text-decoration: underline;
}

.stf-privacy__section--last {
    border-bottom: 1px solid #e5e7eb;
}

@media (max-width: 768px) {
    .stf-privacy__inner {
        padding-top: 32px;
        padding-bottom: 56px;
    }

    .stf-privacy__updated {
        margin-bottom: 24px;
    }

    .stf-privacy__section {
        padding: 22px 0;
    }

    .stf-privacy__section p,
    .stf-privacy__section li {
        font-size: 15px;
    }
}
