/* PSFM public visual baseline lock.
   This file is intentionally loaded after every public stylesheet. Keep it
   component-scoped: feature work must not use broad colour or typography
   selectors that can change the verified public experience. */

html body[class]:not(#psfm-public-visual-unlock) main.main .seo-page .seo-card.seo-hero .seo-cta-group .theme-btn-white,
html[dir="rtl"] body[class]:not(#psfm-public-visual-unlock) main.main .seo-page .seo-card.seo-hero .seo-cta-group .theme-btn-white {
    border: 1px solid rgba(16, 32, 51, 0.14) !important;
    background: #ffffff !important;
    color: #102033 !important;
    -webkit-text-fill-color: #102033 !important;
    text-shadow: none !important;
}

html body[class]:not(#psfm-public-visual-unlock) main.main .seo-page .seo-card.seo-hero .seo-cta-group .theme-btn-white :where(span, strong),
html[dir="rtl"] body[class]:not(#psfm-public-visual-unlock) main.main .seo-page .seo-card.seo-hero .seo-cta-group .theme-btn-white :where(span, strong) {
    color: inherit !important;
    -webkit-text-fill-color: currentColor !important;
}

html body[class]:not(#psfm-public-visual-unlock) main.main .seo-page .seo-card.seo-hero .seo-cta-group .theme-btn-white :is(i, svg),
html[dir="rtl"] body[class]:not(#psfm-public-visual-unlock) main.main .seo-page .seo-card.seo-hero .seo-cta-group .theme-btn-white :is(i, svg) {
    color: #c9151d !important;
    -webkit-text-fill-color: #c9151d !important;
}

html body[class]:not(#psfm-public-visual-unlock) .psfm-ai-assistant :is(.psfm-ai-trust-row, .psfm-ai-footer),
html[dir="rtl"] body[class]:not(#psfm-public-visual-unlock) .psfm-ai-assistant :is(.psfm-ai-trust-row, .psfm-ai-footer) {
    display: none !important;
}

html body[class]:not(#psfm-public-visual-unlock) .psfm-ai-assistant .psfm-ai-messages,
html[dir="rtl"] body[class]:not(#psfm-public-visual-unlock) .psfm-ai-assistant .psfm-ai-messages {
    min-height: 104px !important;
    padding: 12px 14px !important;
    background: #f7f9fc !important;
}

html body[class]:not(#psfm-public-visual-unlock) .psfm-ai-assistant .psfm-ai-quick-actions-wrap,
html[dir="rtl"] body[class]:not(#psfm-public-visual-unlock) .psfm-ai-assistant .psfm-ai-quick-actions-wrap {
    padding: 10px 14px 0 !important;
}

html body[class]:not(#psfm-public-visual-unlock) .psfm-ai-assistant .psfm-ai-quick-actions,
html[dir="rtl"] body[class]:not(#psfm-public-visual-unlock) .psfm-ai-assistant .psfm-ai-quick-actions {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 7px !important;
    max-height: none !important;
    overflow: visible !important;
}

html body[class]:not(#psfm-public-visual-unlock) .psfm-ai-assistant .psfm-ai-quick-actions button,
html[dir="rtl"] body[class]:not(#psfm-public-visual-unlock) .psfm-ai-assistant .psfm-ai-quick-actions button {
    min-height: 38px !important;
    padding: 7px 6px !important;
    border-color: #d9e2ec !important;
    background: #ffffff !important;
    color: #102033 !important;
    -webkit-text-fill-color: #102033 !important;
    font-size: 0.69rem !important;
    font-weight: 800 !important;
    line-height: 1.18 !important;
}

html body[class]:not(#psfm-public-visual-unlock) .psfm-ai-assistant .psfm-ai-input-row,
html[dir="rtl"] body[class]:not(#psfm-public-visual-unlock) .psfm-ai-assistant .psfm-ai-input-row {
    margin-top: 10px !important;
    padding: 10px 14px 14px !important;
    border-top: 1px solid #e5ebf2 !important;
    background: #ffffff !important;
}

html body[class]:not(#psfm-public-visual-unlock) .footer-area .footer-contact > ul,
html[dir="rtl"] body[class]:not(#psfm-public-visual-unlock) .footer-area .footer-contact > ul {
    display: grid !important;
    gap: 12px !important;
    margin: 0 !important;
    padding: 0 !important;
}

html body[class]:not(#psfm-public-visual-unlock) .footer-area .footer-contact > ul > li:not(.footer-contact-hours),
html[dir="rtl"] body[class]:not(#psfm-public-visual-unlock) .footer-area .footer-contact > ul > li:not(.footer-contact-hours) {
    display: grid !important;
    grid-template-columns: 24px minmax(0, 1fr) !important;
    align-items: start !important;
    gap: 10px !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

html body[class]:not(#psfm-public-visual-unlock) .footer-area .footer-contact > ul > li > i,
html[dir="rtl"] body[class]:not(#psfm-public-visual-unlock) .footer-area .footer-contact > ul > li > i {
    grid-column: 1 !important;
    width: 24px !important;
    min-width: 24px !important;
    margin: 3px 0 0 !important;
    color: #ffffff !important;
    text-align: center !important;
}

html body[class]:not(#psfm-public-visual-unlock) .footer-area .footer-contact > ul > li:not(.footer-phone-item) > a,
html[dir="rtl"] body[class]:not(#psfm-public-visual-unlock) .footer-area .footer-contact > ul > li:not(.footer-phone-item) > a {
    display: grid !important;
    grid-column: 1 / -1 !important;
    grid-template-columns: 24px minmax(0, 1fr) !important;
    align-items: start !important;
    gap: 10px !important;
    min-width: 0 !important;
    color: inherit !important;
}

html body[class]:not(#psfm-public-visual-unlock) .footer-area .footer-contact > ul > li:not(.footer-phone-item) > a > i,
html[dir="rtl"] body[class]:not(#psfm-public-visual-unlock) .footer-area .footer-contact > ul > li:not(.footer-phone-item) > a > i {
    grid-column: 1 !important;
    width: 24px !important;
    min-width: 24px !important;
    margin: 3px 0 0 !important;
    color: #ffffff !important;
    text-align: center !important;
}

html body[class]:not(#psfm-public-visual-unlock) .footer-area .footer-contact > ul > li.footer-phone-item > a.footer-phone-link,
html[dir="rtl"] body[class]:not(#psfm-public-visual-unlock) .footer-area .footer-contact > ul > li.footer-phone-item > a.footer-phone-link {
    display: block !important;
    grid-column: 2 !important;
    min-width: 0 !important;
}

html body[class]:not(#psfm-public-visual-unlock) .footer-area .footer-contact :is(.footer-contact-copy, .footer-contact-number-localized),
html[dir="rtl"] body[class]:not(#psfm-public-visual-unlock) .footer-area .footer-contact :is(.footer-contact-copy, .footer-contact-number-localized) {
    display: block !important;
    min-width: 0 !important;
    color: inherit !important;
    -webkit-text-fill-color: currentColor !important;
}

html body[class]:not(#psfm-public-visual-unlock) .footer-area .footer-contact .footer-contact-number-localized,
html[dir="rtl"] body[class]:not(#psfm-public-visual-unlock) .footer-area .footer-contact .footer-contact-number-localized {
    white-space: nowrap !important;
    font-variant-numeric: tabular-nums !important;
}

html body[class]:not(#psfm-public-visual-unlock) .footer-area .footer-contact .footer-support-line-contact-list,
html[dir="rtl"] body[class]:not(#psfm-public-visual-unlock) .footer-area .footer-contact .footer-support-line-contact-list {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: rgba(255, 255, 255, 0.94) !important;
    -webkit-text-fill-color: rgba(255, 255, 255, 0.94) !important;
}

html body[class]:not(#psfm-public-visual-unlock) .footer-area .footer-contact .footer-contact-hours,
html[dir="rtl"] body[class]:not(#psfm-public-visual-unlock) .footer-area .footer-contact .footer-contact-hours {
    display: block !important;
    width: 100% !important;
    margin: 2px 0 0 !important;
    padding: 0 !important;
}

html body[class]:not(#psfm-public-visual-unlock) .footer-area .footer-contact .footer-contact-hours .psfm-head-office-hours,
html[dir="rtl"] body[class]:not(#psfm-public-visual-unlock) .footer-area .footer-contact .footer-contact-hours .psfm-head-office-hours {
    padding: 14px 0 0 !important;
    border: 0 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.18) !important;
    border-radius: 0 !important;
    background: transparent !important;
}

html body[class]:not(#psfm-public-visual-unlock) .footer-area .footer-contact .psfm-head-office-hours__row,
html[dir="rtl"] body[class]:not(#psfm-public-visual-unlock) .footer-area .footer-contact .psfm-head-office-hours__row {
    grid-template-columns: minmax(0, 1fr) max-content !important;
    gap: 12px !important;
}

html body[class]:not(#psfm-public-visual-unlock) .blog-detail-card,
html[dir="rtl"] body[class]:not(#psfm-public-visual-unlock) .blog-detail-card {
    overflow: hidden !important;
    border: 1px solid #dfe7f0 !important;
    border-radius: 18px !important;
    background: #ffffff !important;
    box-shadow: 0 18px 42px rgba(16, 32, 51, 0.08) !important;
}

html body[class]:not(#psfm-public-visual-unlock) .blog-detail-card .blog-detail-body,
html[dir="rtl"] body[class]:not(#psfm-public-visual-unlock) .blog-detail-card .blog-detail-body {
    padding: clamp(24px, 4vw, 52px) clamp(20px, 5vw, 72px) !important;
}

html body[class]:not(#psfm-public-visual-unlock) .blog-detail-card .blog-detail-eyebrow,
html[dir="rtl"] body[class]:not(#psfm-public-visual-unlock) .blog-detail-card .blog-detail-eyebrow {
    margin: 0 0 12px !important;
    color: #c9151d !important;
    -webkit-text-fill-color: #c9151d !important;
    font-size: 0.76rem !important;
    font-weight: 900 !important;
    letter-spacing: 0.08em !important;
    line-height: 1.2 !important;
    text-transform: uppercase !important;
}

html body[class]:not(#psfm-public-visual-unlock) .blog-detail-card .blog-detail-body > h1,
html[dir="rtl"] body[class]:not(#psfm-public-visual-unlock) .blog-detail-card .blog-detail-body > h1 {
    max-width: 24ch !important;
    margin: 0 0 18px !important;
    color: #07172c !important;
    -webkit-text-fill-color: #07172c !important;
    font-size: clamp(2rem, 4.1vw, 3.3rem) !important;
    font-weight: 850 !important;
    letter-spacing: -0.028em !important;
    line-height: 1.12 !important;
}

html body[class]:not(#psfm-public-visual-unlock) .blog-detail-card .blog-detail-summary,
html[dir="rtl"] body[class]:not(#psfm-public-visual-unlock) .blog-detail-card .blog-detail-summary {
    max-width: 72ch !important;
    margin: 0 0 28px !important;
    padding-inline-start: 18px !important;
    border-inline-start: 3px solid #c9151d !important;
    color: #42546c !important;
    -webkit-text-fill-color: #42546c !important;
    font-size: clamp(1rem, 1.4vw, 1.18rem) !important;
    font-weight: 600 !important;
    line-height: 1.7 !important;
}

html body[class]:not(#psfm-public-visual-unlock) .blog-detail-card .blog-detail-content,
html[dir="rtl"] body[class]:not(#psfm-public-visual-unlock) .blog-detail-card .blog-detail-content {
    max-width: 76ch !important;
    color: #31445e !important;
    -webkit-text-fill-color: #31445e !important;
    font-size: clamp(1rem, 1.25vw, 1.11rem) !important;
    line-height: 1.82 !important;
}

html body[class]:not(#psfm-public-visual-unlock) .blog-detail-card .blog-detail-content :is(p, li),
html[dir="rtl"] body[class]:not(#psfm-public-visual-unlock) .blog-detail-card .blog-detail-content :is(p, li) {
    color: inherit !important;
    -webkit-text-fill-color: currentColor !important;
    line-height: inherit !important;
}

html body[class]:not(#psfm-public-visual-unlock) .blog-detail-card .blog-detail-content p,
html[dir="rtl"] body[class]:not(#psfm-public-visual-unlock) .blog-detail-card .blog-detail-content p {
    margin: 0 0 1.15em !important;
}

html body[class]:not(#psfm-public-visual-unlock) .blog-detail-card .blog-detail-content :is(h2, h3, h4),
html[dir="rtl"] body[class]:not(#psfm-public-visual-unlock) .blog-detail-card .blog-detail-content :is(h2, h3, h4) {
    margin: 1.8em 0 0.62em !important;
    color: #07172c !important;
    -webkit-text-fill-color: #07172c !important;
    font-weight: 850 !important;
    line-height: 1.25 !important;
}

html body[class]:not(#psfm-public-visual-unlock) .blog-detail-card .blog-detail-content h2,
html[dir="rtl"] body[class]:not(#psfm-public-visual-unlock) .blog-detail-card .blog-detail-content h2 {
    font-size: clamp(1.45rem, 2.4vw, 2rem) !important;
}

html body[class]:not(#psfm-public-visual-unlock) .blog-detail-card .blog-detail-content h3,
html[dir="rtl"] body[class]:not(#psfm-public-visual-unlock) .blog-detail-card .blog-detail-content h3 {
    font-size: clamp(1.2rem, 1.9vw, 1.55rem) !important;
}

html body[class]:not(#psfm-public-visual-unlock) .blog-detail-card .blog-detail-content :is(ul, ol),
html[dir="rtl"] body[class]:not(#psfm-public-visual-unlock) .blog-detail-card .blog-detail-content :is(ul, ol) {
    margin: 0 0 1.3em !important;
    padding-inline-start: 1.3em !important;
}

html body[class]:not(#psfm-public-visual-unlock) .blog-detail-card .blog-detail-content a,
html[dir="rtl"] body[class]:not(#psfm-public-visual-unlock) .blog-detail-card .blog-detail-content a {
    color: #b71920 !important;
    -webkit-text-fill-color: #b71920 !important;
    font-weight: 750 !important;
    text-decoration-color: rgba(183, 25, 32, 0.36) !important;
    text-underline-offset: 0.16em !important;
}

html body[class]:not(#psfm-public-visual-unlock) .blog-detail-card .blog-detail-content blockquote,
html[dir="rtl"] body[class]:not(#psfm-public-visual-unlock) .blog-detail-card .blog-detail-content blockquote {
    margin: 1.5em 0 !important;
    padding: 18px 20px !important;
    border-inline-start: 4px solid #c9151d !important;
    border-radius: 0 12px 12px 0 !important;
    background: #f7f9fc !important;
    color: #253952 !important;
    -webkit-text-fill-color: #253952 !important;
    font-weight: 650 !important;
}

@media (max-width: 575.98px) {
    html body[class]:not(#psfm-public-visual-unlock) .psfm-ai-assistant .psfm-ai-quick-actions,
    html[dir="rtl"] body[class]:not(#psfm-public-visual-unlock) .psfm-ai-assistant .psfm-ai-quick-actions {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }

    html body[class]:not(#psfm-public-visual-unlock) .footer-area .footer-contact > ul > li:not(.footer-contact-hours),
    html[dir="rtl"] body[class]:not(#psfm-public-visual-unlock) .footer-area .footer-contact > ul > li:not(.footer-contact-hours) {
        grid-template-columns: 22px minmax(0, 1fr) !important;
        gap: 9px !important;
    }

    html body[class]:not(#psfm-public-visual-unlock) .footer-area .footer-contact > ul > li:not(.footer-phone-item) > a,
    html[dir="rtl"] body[class]:not(#psfm-public-visual-unlock) .footer-area .footer-contact > ul > li:not(.footer-phone-item) > a {
        grid-template-columns: 22px minmax(0, 1fr) !important;
        gap: 9px !important;
    }

    html body[class]:not(#psfm-public-visual-unlock) .footer-area .footer-contact :is(ul > li > i, ul > li > a > i),
    html[dir="rtl"] body[class]:not(#psfm-public-visual-unlock) .footer-area .footer-contact :is(ul > li > i, ul > li > a > i) {
        width: 22px !important;
        min-width: 22px !important;
    }

    html body[class]:not(#psfm-public-visual-unlock) .footer-area .footer-contact .psfm-head-office-hours__row,
    html[dir="rtl"] body[class]:not(#psfm-public-visual-unlock) .footer-area .footer-contact .psfm-head-office-hours__row {
        grid-template-columns: minmax(0, 1fr) max-content !important;
        gap: 10px !important;
    }

    html body[class]:not(#psfm-public-visual-unlock) .blog-detail-card .blog-detail-body,
    html[dir="rtl"] body[class]:not(#psfm-public-visual-unlock) .blog-detail-card .blog-detail-body {
        padding: 24px 20px 30px !important;
    }

    html body[class]:not(#psfm-public-visual-unlock) .blog-detail-card .blog-detail-body > h1,
    html[dir="rtl"] body[class]:not(#psfm-public-visual-unlock) .blog-detail-card .blog-detail-body > h1 {
        max-width: none !important;
        font-size: clamp(1.9rem, 9vw, 2.38rem) !important;
        line-height: 1.14 !important;
    }
}
