/* 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) .homepage-hero .hero-kicker-mark,
html[dir="rtl"] body[class]:not(#psfm-public-visual-unlock) .homepage-hero .hero-kicker-mark {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 28px !important;
    width: 28px !important;
    min-width: 28px !important;
    height: 28px !important;
    min-height: 28px !important;
    margin: 0 !important;
    border-radius: 50% !important;
    background: #d71920 !important;
    color: #fff !important;
    font-family: Arial, sans-serif !important;
    font-size: 16px !important;
    font-weight: 900 !important;
    line-height: 1 !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;
    }
}

/* Homepage hero final scale lock: readable hierarchy and compact conversion items. */
html body[class]:not(#psfm-public-visual-unlock) .homepage-hero > .container,
html[dir="rtl"] body[class]:not(#psfm-public-visual-unlock) .homepage-hero > .container {
    width: min(1240px, calc(100% - 40px)) !important;
    max-width: min(1240px, calc(100% - 40px)) !important;
    padding-inline: 0 !important;
}

html body[class]:not(#psfm-public-visual-unlock) .homepage-hero .hero-layout,
html[dir="rtl"] body[class]:not(#psfm-public-visual-unlock) .homepage-hero .hero-layout {
    display: grid !important;
    grid-template-columns: minmax(0, 1.18fr) minmax(410px, .82fr) !important;
    gap: clamp(38px, 4.4vw, 64px) !important;
    align-items: center !important;
}

html body[class]:not(#psfm-public-visual-unlock) .homepage-hero .hero-copy,
html[dir="rtl"] body[class]:not(#psfm-public-visual-unlock) .homepage-hero .hero-copy {
    width: 100% !important;
    max-width: 720px !important;
    transform: none !important;
}

html body[class]:not(#psfm-public-visual-unlock) .homepage-hero .hero-kicker,
html[dir="rtl"] body[class]:not(#psfm-public-visual-unlock) .homepage-hero .hero-kicker {
    min-height: 46px !important;
    padding: 10px 16px !important;
    gap: 9px !important;
    border: 1px solid rgba(255, 255, 255, .18) !important;
    background: rgba(255, 255, 255, .11) !important;
    font-size: .8rem !important;
}

html body[class]:not(#psfm-public-visual-unlock) .homepage-hero :is(.hero-copy h1, .hero-main-title, .hero-main-title span),
html[dir="rtl"] body[class]:not(#psfm-public-visual-unlock) .homepage-hero :is(.hero-copy h1, .hero-main-title, .hero-main-title span) {
    width: 100% !important;
    max-width: 720px !important;
    margin: 18px 0 !important;
    font-size: clamp(2.75rem, 4vw, 3.6rem) !important;
    line-height: 1.06 !important;
    letter-spacing: -.02em !important;
    text-wrap: balance !important;
}

html body[class]:not(#psfm-public-visual-unlock) .homepage-hero .hero-copy > p,
html[dir="rtl"] body[class]:not(#psfm-public-visual-unlock) .homepage-hero .hero-copy > p {
    max-width: 660px !important;
    font-size: 1.06rem !important;
    line-height: 1.68 !important;
}

html body[class]:not(#psfm-public-visual-unlock) .homepage-hero .hero-actions,
html[dir="rtl"] body[class]:not(#psfm-public-visual-unlock) .homepage-hero .hero-actions {
    display: flex !important;
    flex-wrap: wrap !important;
    max-width: 680px !important;
    margin-top: 26px !important;
    gap: 10px !important;
}

html body[class]:not(#psfm-public-visual-unlock) .homepage-hero .hero-actions :is(.theme-btn, .theme-btn-white),
html[dir="rtl"] body[class]:not(#psfm-public-visual-unlock) .homepage-hero .hero-actions :is(.theme-btn, .theme-btn-white) {
    flex: 1 1 190px !important;
    width: auto !important;
    min-width: 0 !important;
    min-height: 56px !important;
    padding: 12px 14px 12px 18px !important;
    border-radius: 8px !important;
    font-size: .92rem !important;
}

html body[class]:not(#psfm-public-visual-unlock) .homepage-hero .hero-actions :is(.theme-btn, .theme-btn-white) > i,
html[dir="rtl"] body[class]:not(#psfm-public-visual-unlock) .homepage-hero .hero-actions :is(.theme-btn, .theme-btn-white) > i {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 34px !important;
    width: 34px !important;
    min-width: 34px !important;
    height: 34px !important;
    min-height: 34px !important;
    margin: 0 !important;
    border-radius: 8px !important;
    opacity: 1 !important;
    overflow: visible !important;
    font-size: 15px !important;
}

html body[class]:not(#psfm-public-visual-unlock) .homepage-hero .hero-market-note,
html[dir="rtl"] body[class]:not(#psfm-public-visual-unlock) .homepage-hero .hero-market-note {
    max-width: 660px !important;
    min-height: 70px !important;
    margin-top: 20px !important;
    padding: 14px 16px !important;
    border: 1px solid rgba(255, 255, 255, .15) !important;
    border-radius: 12px !important;
    background: rgba(255, 255, 255, .1) !important;
    font-size: .9rem !important;
    line-height: 1.5 !important;
}

html body[class]:not(#psfm-public-visual-unlock) .homepage-hero .hero-visual-wrap,
html[dir="rtl"] body[class]:not(#psfm-public-visual-unlock) .homepage-hero .hero-visual-wrap {
    width: 100% !important;
    max-width: 520px !important;
}

html body[class]:not(#psfm-public-visual-unlock) .homepage-hero .hero-visual-card,
html[dir="rtl"] body[class]:not(#psfm-public-visual-unlock) .homepage-hero .hero-visual-card {
    width: 100% !important;
    max-width: 520px !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    aspect-ratio: 1 / 1 !important;
    border: 1px solid rgba(255, 255, 255, .18) !important;
    border-radius: 18px !important;
    box-shadow: 0 28px 70px rgba(0, 0, 0, .28) !important;
}

html body[class]:not(#psfm-public-visual-unlock) .homepage-hero .hero-visual-stats,
html[dir="rtl"] body[class]:not(#psfm-public-visual-unlock) .homepage-hero .hero-visual-stats {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 10px !important;
    margin-top: 14px !important;
}

html body[class]:not(#psfm-public-visual-unlock) .homepage-hero .hero-visual-stats > span,
html[dir="rtl"] body[class]:not(#psfm-public-visual-unlock) .homepage-hero .hero-visual-stats > span {
    display: grid !important;
    grid-template-columns: 34px minmax(0, 1fr) !important;
    gap: 9px !important;
    align-items: center !important;
    min-height: 82px !important;
    padding: 12px !important;
    border-radius: 10px !important;
}

html body[class]:not(#psfm-public-visual-unlock) .homepage-hero .hero-visual-stats > span > i,
html[dir="rtl"] body[class]:not(#psfm-public-visual-unlock) .homepage-hero .hero-visual-stats > span > i {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 34px !important;
    min-width: 34px !important;
    height: 34px !important;
    border-radius: 9px !important;
    background: #fff1f2 !important;
    color: #c9151d !important;
    font-size: 16px !important;
}

html body[class]:not(#psfm-public-visual-unlock) .homepage-hero .hero-visual-stat-label,
html[dir="rtl"] body[class]:not(#psfm-public-visual-unlock) .homepage-hero .hero-visual-stat-label {
    font-size: .78rem !important;
    line-height: 1.28 !important;
}

@media (max-width: 1199.98px) {
    html body[class]:not(#psfm-public-visual-unlock) .homepage-hero .hero-layout,
    html[dir="rtl"] body[class]:not(#psfm-public-visual-unlock) .homepage-hero .hero-layout {
        grid-template-columns: minmax(0, 1fr) !important;
        gap: 32px !important;
    }

    html body[class]:not(#psfm-public-visual-unlock) .homepage-hero .hero-copy,
    html[dir="rtl"] body[class]:not(#psfm-public-visual-unlock) .homepage-hero .hero-copy {
        max-width: 800px !important;
        margin-inline: auto !important;
        text-align: center !important;
    }

    html body[class]:not(#psfm-public-visual-unlock) .homepage-hero :is(.hero-copy h1, .hero-main-title, .hero-main-title span),
    html[dir="rtl"] body[class]:not(#psfm-public-visual-unlock) .homepage-hero :is(.hero-copy h1, .hero-main-title, .hero-main-title span) {
        max-width: 800px !important;
        margin-inline: auto !important;
        font-size: clamp(2.35rem, 5.4vw, 3.35rem) !important;
    }

    html body[class]:not(#psfm-public-visual-unlock) .homepage-hero :is(.hero-copy > p, .hero-actions, .hero-market-note),
    html[dir="rtl"] body[class]:not(#psfm-public-visual-unlock) .homepage-hero :is(.hero-copy > p, .hero-actions, .hero-market-note) {
        margin-inline: auto !important;
    }

    html body[class]:not(#psfm-public-visual-unlock) .homepage-hero .hero-visual-wrap,
    html[dir="rtl"] body[class]:not(#psfm-public-visual-unlock) .homepage-hero .hero-visual-wrap {
        max-width: 680px !important;
        margin-inline: auto !important;
    }

    html body[class]:not(#psfm-public-visual-unlock) .homepage-hero .hero-visual-card,
    html[dir="rtl"] body[class]:not(#psfm-public-visual-unlock) .homepage-hero .hero-visual-card {
        max-width: 680px !important;
        aspect-ratio: 16 / 9 !important;
    }
}

@media (max-width: 575.98px) {
    html body[class]:not(#psfm-public-visual-unlock) .homepage-hero,
    html[dir="rtl"] body[class]:not(#psfm-public-visual-unlock) .homepage-hero {
        padding: 34px 0 38px !important;
    }

    html body[class]:not(#psfm-public-visual-unlock) .homepage-hero > .container,
    html[dir="rtl"] body[class]:not(#psfm-public-visual-unlock) .homepage-hero > .container {
        width: 100% !important;
        max-width: 100% !important;
        padding-inline: 18px !important;
    }

    html body[class]:not(#psfm-public-visual-unlock) .homepage-hero :is(.hero-copy, .hero-copy h1, .hero-main-title, .hero-main-title span, .hero-copy > p, .hero-kicker, .hero-actions, .hero-market-note, .hero-visual-wrap),
    html[dir="rtl"] body[class]:not(#psfm-public-visual-unlock) .homepage-hero :is(.hero-copy, .hero-copy h1, .hero-main-title, .hero-main-title span, .hero-copy > p, .hero-kicker, .hero-actions, .hero-market-note, .hero-visual-wrap) {
        width: min(100%, 430px) !important;
        max-width: min(100%, 430px) !important;
        margin-inline: auto !important;
    }

    html body[class]:not(#psfm-public-visual-unlock) .homepage-hero :is(.hero-copy h1, .hero-main-title, .hero-main-title span),
    html[dir="rtl"] body[class]:not(#psfm-public-visual-unlock) .homepage-hero :is(.hero-copy h1, .hero-main-title, .hero-main-title span) {
        margin-top: 16px !important;
        margin-bottom: 14px !important;
        font-size: clamp(1.9rem, 8vw, 2.35rem) !important;
        line-height: 1.08 !important;
    }

    html body[class]:not(#psfm-public-visual-unlock) .homepage-hero .hero-copy > p,
    html[dir="rtl"] body[class]:not(#psfm-public-visual-unlock) .homepage-hero .hero-copy > p {
        font-size: .96rem !important;
        line-height: 1.55 !important;
    }

    html body[class]:not(#psfm-public-visual-unlock) .homepage-hero .hero-actions,
    html[dir="rtl"] body[class]:not(#psfm-public-visual-unlock) .homepage-hero .hero-actions {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        margin-top: 20px !important;
        margin-bottom: 16px !important;
    }

    html body[class]:not(#psfm-public-visual-unlock) .homepage-hero .hero-actions > :first-child,
    html[dir="rtl"] body[class]:not(#psfm-public-visual-unlock) .homepage-hero .hero-actions > :first-child {
        grid-column: 1 / -1 !important;
    }

    html body[class]:not(#psfm-public-visual-unlock) .homepage-hero .hero-actions :is(.theme-btn, .theme-btn-white),
    html[dir="rtl"] body[class]:not(#psfm-public-visual-unlock) .homepage-hero .hero-actions :is(.theme-btn, .theme-btn-white) {
        width: 100% !important;
        min-height: 50px !important;
        padding: 9px 10px 9px 14px !important;
        font-size: .82rem !important;
    }

    html body[class]:not(#psfm-public-visual-unlock) .homepage-hero .hero-actions :is(.theme-btn, .theme-btn-white) > i,
    html[dir="rtl"] body[class]:not(#psfm-public-visual-unlock) .homepage-hero .hero-actions :is(.theme-btn, .theme-btn-white) > i {
        flex-basis: 30px !important;
        width: 30px !important;
        min-width: 30px !important;
        height: 30px !important;
        min-height: 30px !important;
        font-size: 13px !important;
    }

    html body[class]:not(#psfm-public-visual-unlock) .homepage-hero .hero-market-note,
    html[dir="rtl"] body[class]:not(#psfm-public-visual-unlock) .homepage-hero .hero-market-note {
        min-height: 0 !important;
        margin-top: 0 !important;
        padding: 13px 14px !important;
        font-size: .84rem !important;
        line-height: 1.45 !important;
    }

    html body[class]:not(#psfm-public-visual-unlock) .homepage-hero .hero-visual-card,
    html[dir="rtl"] body[class]:not(#psfm-public-visual-unlock) .homepage-hero .hero-visual-card {
        max-width: 430px !important;
        aspect-ratio: 16 / 10 !important;
        border-radius: 16px !important;
    }

    html body[class]:not(#psfm-public-visual-unlock) .homepage-hero .hero-visual-stats,
    html[dir="rtl"] body[class]:not(#psfm-public-visual-unlock) .homepage-hero .hero-visual-stats {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        gap: 8px !important;
    }

    html body[class]:not(#psfm-public-visual-unlock) .homepage-hero .hero-visual-stats > span,
    html[dir="rtl"] body[class]:not(#psfm-public-visual-unlock) .homepage-hero .hero-visual-stats > span {
        grid-template-columns: 1fr !important;
        justify-items: center !important;
        align-content: center !important;
        gap: 7px !important;
        min-height: 96px !important;
        padding: 9px 7px !important;
        text-align: center !important;
    }

    html body[class]:not(#psfm-public-visual-unlock) .homepage-hero .hero-visual-stats > span > i,
    html[dir="rtl"] body[class]:not(#psfm-public-visual-unlock) .homepage-hero .hero-visual-stats > span > i {
        width: 30px !important;
        min-width: 30px !important;
        height: 30px !important;
        font-size: 14px !important;
    }

    html body[class]:not(#psfm-public-visual-unlock) .homepage-hero .hero-visual-stat-label,
    html[dir="rtl"] body[class]:not(#psfm-public-visual-unlock) .homepage-hero .hero-visual-stat-label {
        font-size: .7rem !important;
        line-height: 1.22 !important;
        text-align: center !important;
    }

    html body[class]:not(#psfm-public-visual-unlock) .homepage-hero .hero-layout,
    html[dir="rtl"] body[class]:not(#psfm-public-visual-unlock) .homepage-hero .hero-layout {
        padding: 14px !important;
    }

    html body[class]:not(#psfm-public-visual-unlock) .homepage-hero .hero-copy,
    html[dir="rtl"] body[class]:not(#psfm-public-visual-unlock) .homepage-hero .hero-copy {
        padding: 0 !important;
    }

    html body[class]:not(#psfm-public-visual-unlock) .homepage-hero .hero-kicker,
    html[dir="rtl"] body[class]:not(#psfm-public-visual-unlock) .homepage-hero .hero-kicker {
        width: fit-content !important;
        max-width: 100% !important;
        min-height: 40px !important;
        padding: 6px 13px 6px 7px !important;
        gap: 8px !important;
        font-size: .72rem !important;
        line-height: 1.2 !important;
        text-align: start !important;
    }

    html body[class]:not(#psfm-public-visual-unlock) .homepage-hero .hero-kicker > i,
    html[dir="rtl"] body[class]:not(#psfm-public-visual-unlock) .homepage-hero .hero-kicker > i {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        flex: 0 0 28px !important;
        width: 28px !important;
        min-width: 28px !important;
        height: 28px !important;
        min-height: 28px !important;
        margin: 0 !important;
        border: 0 !important;
        border-radius: 50% !important;
        background: #fff !important;
        color: #d71920 !important;
        box-shadow: none !important;
        font-size: 13px !important;
    }

    html body[class]:not(#psfm-public-visual-unlock) .homepage-hero .hero-kicker > i::before,
    html[dir="rtl"] body[class]:not(#psfm-public-visual-unlock) .homepage-hero .hero-kicker > i::before {
        color: #d71920 !important;
        opacity: 1 !important;
        visibility: visible !important;
    }

    html body[class]:not(#psfm-public-visual-unlock) .homepage-hero .hero-actions .theme-btn > i,
    html[dir="rtl"] body[class]:not(#psfm-public-visual-unlock) .homepage-hero .hero-actions .theme-btn > i {
        background: #fff !important;
        color: #d71920 !important;
    }

    html body[class]:not(#psfm-public-visual-unlock) .homepage-hero .hero-actions .theme-btn-white > i,
    html body[class]:not(#psfm-public-visual-unlock) .homepage-hero .hero-actions .theme-btn-white > i::before,
    html[dir="rtl"] body[class]:not(#psfm-public-visual-unlock) .homepage-hero .hero-actions .theme-btn-white > i,
    html[dir="rtl"] body[class]:not(#psfm-public-visual-unlock) .homepage-hero .hero-actions .theme-btn-white > i::before {
        background: #d71920 !important;
        color: #fff !important;
        opacity: 1 !important;
        visibility: visible !important;
    }

    html body[class]:not(#psfm-public-visual-unlock) .homepage-hero .hero-actions a[href*="wa.me"] > i,
    html body[class]:not(#psfm-public-visual-unlock) .homepage-hero .hero-actions a[href*="wa.me"] > i::before,
    html[dir="rtl"] body[class]:not(#psfm-public-visual-unlock) .homepage-hero .hero-actions a[href*="wa.me"] > i,
    html[dir="rtl"] body[class]:not(#psfm-public-visual-unlock) .homepage-hero .hero-actions a[href*="wa.me"] > i::before {
        background: #087f53 !important;
        color: #fff !important;
        opacity: 1 !important;
        visibility: visible !important;
    }

    html body[class]:not(#psfm-public-visual-unlock) .homepage-hero :is(.hero-copy h1, .hero-main-title, .hero-main-title span),
    html[dir="rtl"] body[class]:not(#psfm-public-visual-unlock) .homepage-hero :is(.hero-copy h1, .hero-main-title, .hero-main-title span) {
        margin-top: 14px !important;
        margin-bottom: 12px !important;
        font-size: clamp(1.95rem, 7.5vw, 2.15rem) !important;
        line-height: 1.06 !important;
    }

    html body[class]:not(#psfm-public-visual-unlock) .homepage-hero .hero-copy > p,
    html[dir="rtl"] body[class]:not(#psfm-public-visual-unlock) .homepage-hero .hero-copy > p {
        font-size: .92rem !important;
        line-height: 1.48 !important;
    }
}

/* Full-site heading and hero balance.
   This is the single final owner for public hero scale and compact mobile flow. */
html body[class]:not(#psfm-public-visual-unlock) .premium-product-page .premium-product-hero h1,
html[dir="rtl"] body[class]:not(#psfm-public-visual-unlock) .premium-product-page .premium-product-hero h1 {
    line-height: 1.14 !important;
}

html body[class]:not(#psfm-public-visual-unlock) .homepage-hero :is(
    .hero-copy h1,
    .hero-main-title,
    .hero-main-title span
) {
    line-height: 1.1 !important;
}

html body[class]:not(#psfm-public-visual-unlock) .homepage-hero .hero-visual-card,
html body[class]:not(#psfm-public-visual-unlock) .homepage-hero .hero-visual-card.has-admin-banner-loop,
html[dir="rtl"] body[class]:not(#psfm-public-visual-unlock) .homepage-hero .hero-visual-card,
html[dir="rtl"] body[class]:not(#psfm-public-visual-unlock) .homepage-hero .hero-visual-card.has-admin-banner-loop {
    aspect-ratio: 1 / 1 !important;
}

html[dir="rtl"] body[class]:not(#psfm-public-visual-unlock) main.main :is(
    .homepage-hero .hero-copy h1,
    .homepage-hero .hero-main-title,
    .homepage-hero .hero-main-title span,
    .site-breadcrumb-wrapper .breadcrumb-title,
    .premium-product-hero h1,
    .vendor-hero h1,
    .seo-card.seo-hero h1,
    .service-single-hero h1,
    .industry-hero-card h1,
    .career-hero-panel h1
) {
    line-height: 1.22 !important;
}

@media (max-width: 767.98px) {
    html body[class]:not(#psfm-public-visual-unlock) .site-breadcrumb-wrapper,
    html[dir="rtl"] body[class]:not(#psfm-public-visual-unlock) .site-breadcrumb-wrapper {
        min-height: 0 !important;
        padding-top: 34px !important;
        padding-bottom: 30px !important;
    }

    html body[class]:not(#psfm-public-visual-unlock) .site-breadcrumb-wrapper > .container,
    html[dir="rtl"] body[class]:not(#psfm-public-visual-unlock) .site-breadcrumb-wrapper > .container {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    html body[class]:not(#psfm-public-visual-unlock) .site-breadcrumb-wrapper .breadcrumb-title {
        font-size: clamp(1.68rem, 7.2vw, 2.08rem) !important;
        line-height: 1.16 !important;
    }

    html[dir="rtl"] body[class]:not(#psfm-public-visual-unlock) .site-breadcrumb-wrapper .breadcrumb-title {
        line-height: 1.24 !important;
    }

    html body[class]:not(#psfm-public-visual-unlock) .site-breadcrumb-wrapper :is(
        .psfm-breadcrumb-summary,
        .breadcrumb-summary
    ),
    html[dir="rtl"] body[class]:not(#psfm-public-visual-unlock) .site-breadcrumb-wrapper :is(
        .psfm-breadcrumb-summary,
        .breadcrumb-summary
    ) {
        margin-top: 11px !important;
        line-height: 1.5 !important;
    }

    html body[class]:not(#psfm-public-visual-unlock) .site-breadcrumb-wrapper :is(
        .psfm-breadcrumb-chips,
        .psfm-manpower-breadcrumb-actions,
        .psfm-breadcrumb-actions
    ),
    html[dir="rtl"] body[class]:not(#psfm-public-visual-unlock) .site-breadcrumb-wrapper :is(
        .psfm-breadcrumb-chips,
        .psfm-manpower-breadcrumb-actions,
        .psfm-breadcrumb-actions
    ) {
        margin-top: 14px !important;
        gap: 8px !important;
    }

    html body[class]:not(#psfm-public-visual-unlock) .site-breadcrumb-wrapper .breadcrumb-menu,
    html[dir="rtl"] body[class]:not(#psfm-public-visual-unlock) .site-breadcrumb-wrapper .breadcrumb-menu {
        display: flex !important;
        flex-wrap: nowrap !important;
        justify-content: flex-start !important;
        gap: 6px !important;
        min-height: 36px !important;
        padding: 6px 8px !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        white-space: nowrap !important;
        scrollbar-width: none !important;
    }

    html body[class]:not(#psfm-public-visual-unlock) .site-breadcrumb-wrapper .breadcrumb-menu::-webkit-scrollbar,
    html[dir="rtl"] body[class]:not(#psfm-public-visual-unlock) .site-breadcrumb-wrapper .breadcrumb-menu::-webkit-scrollbar,
    html body[class]:not(#psfm-public-visual-unlock) .site-breadcrumb-wrapper .psfm-breadcrumb-chips::-webkit-scrollbar,
    html[dir="rtl"] body[class]:not(#psfm-public-visual-unlock) .site-breadcrumb-wrapper .psfm-breadcrumb-chips::-webkit-scrollbar {
        display: none !important;
    }

    html body[class]:not(#psfm-public-visual-unlock) .site-breadcrumb-wrapper .breadcrumb-menu > li,
    html[dir="rtl"] body[class]:not(#psfm-public-visual-unlock) .site-breadcrumb-wrapper .breadcrumb-menu > li,
    html body[class]:not(#psfm-public-visual-unlock) .site-breadcrumb-wrapper .psfm-breadcrumb-chips > *,
    html[dir="rtl"] body[class]:not(#psfm-public-visual-unlock) .site-breadcrumb-wrapper .psfm-breadcrumb-chips > * {
        flex: 0 0 auto !important;
    }

    html body[class]:not(#psfm-public-visual-unlock) .site-breadcrumb-wrapper .psfm-breadcrumb-chips,
    html[dir="rtl"] body[class]:not(#psfm-public-visual-unlock) .site-breadcrumb-wrapper .psfm-breadcrumb-chips {
        display: flex !important;
        flex-wrap: nowrap !important;
        justify-content: flex-start !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        white-space: nowrap !important;
        scrollbar-width: none !important;
    }

    html body[class]:not(#psfm-public-visual-unlock) .premium-product-page .premium-product-hero,
    html[dir="rtl"] body[class]:not(#psfm-public-visual-unlock) .premium-product-page .premium-product-hero {
        min-height: 0 !important;
        padding-top: 36px !important;
        padding-bottom: 32px !important;
    }

    html body[class]:not(#psfm-public-visual-unlock) .premium-product-hero .premium-product-layout,
    html[dir="rtl"] body[class]:not(#psfm-public-visual-unlock) .premium-product-hero .premium-product-layout {
        gap: 18px !important;
    }

    html body[class]:not(#psfm-public-visual-unlock) .premium-product-hero .premium-product-kicker,
    html[dir="rtl"] body[class]:not(#psfm-public-visual-unlock) .premium-product-hero .premium-product-kicker {
        margin-bottom: 10px !important;
        font-size: .72rem !important;
        line-height: 1.3 !important;
        letter-spacing: .07em !important;
    }

    html body[class]:not(#psfm-public-visual-unlock) .premium-product-page .premium-product-hero h1 {
        margin-bottom: 12px !important;
        font-size: clamp(1.82rem, 8vw, 2.18rem) !important;
        line-height: 1.16 !important;
    }

    html[dir="rtl"] body[class]:not(#psfm-public-visual-unlock) .premium-product-page .premium-product-hero h1 {
        line-height: 1.24 !important;
    }

    html body[class]:not(#psfm-public-visual-unlock) .premium-product-hero p,
    html[dir="rtl"] body[class]:not(#psfm-public-visual-unlock) .premium-product-hero p {
        font-size: .94rem !important;
        line-height: 1.52 !important;
    }

    html body[class]:not(#psfm-public-visual-unlock) .premium-product-hero .premium-product-actions,
    html[dir="rtl"] body[class]:not(#psfm-public-visual-unlock) .premium-product-hero .premium-product-actions {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 8px !important;
        margin-top: 17px !important;
    }

    html body[class]:not(#psfm-public-visual-unlock) .premium-product-hero .premium-product-actions :is(.theme-btn, .theme-btn-white),
    html[dir="rtl"] body[class]:not(#psfm-public-visual-unlock) .premium-product-hero .premium-product-actions :is(.theme-btn, .theme-btn-white) {
        width: 100% !important;
        min-width: 0 !important;
        min-height: 48px !important;
        padding: 10px 11px !important;
        font-size: .8rem !important;
    }

    html body[class]:not(#psfm-public-visual-unlock) .premium-product-hero .premium-product-panel,
    html[dir="rtl"] body[class]:not(#psfm-public-visual-unlock) .premium-product-hero .premium-product-panel {
        padding: 17px !important;
        border-radius: 12px !important;
    }

    html body[class]:not(#psfm-public-visual-unlock) .premium-product-hero .premium-product-panel h2,
    html[dir="rtl"] body[class]:not(#psfm-public-visual-unlock) .premium-product-hero .premium-product-panel h2 {
        margin-bottom: 9px !important;
        font-size: 1.08rem !important;
        line-height: 1.28 !important;
    }

    html body[class]:not(#psfm-public-visual-unlock) .premium-product-hero .premium-product-panel ul,
    html[dir="rtl"] body[class]:not(#psfm-public-visual-unlock) .premium-product-hero .premium-product-panel ul {
        gap: 7px !important;
    }

    html body[class]:not(#psfm-public-visual-unlock) .premium-product-hero .premium-product-panel li,
    html[dir="rtl"] body[class]:not(#psfm-public-visual-unlock) .premium-product-hero .premium-product-panel li {
        gap: 8px !important;
        font-size: .87rem !important;
        line-height: 1.4 !important;
    }

    html body[class]:not(#psfm-public-visual-unlock) .homepage-hero :is(
        .hero-copy h1,
        .hero-main-title,
        .hero-main-title span
    ) {
        line-height: 1.12 !important;
    }

    html[dir="rtl"] body[class]:not(#psfm-public-visual-unlock) .homepage-hero :is(
        .hero-copy h1,
        .hero-main-title,
        .hero-main-title span
    ) {
        line-height: 1.22 !important;
    }
}

/* Live-brand parity: balanced copy/visual columns on desktop, compact media on
   portrait tablets and phones. */
@media (min-width: 1200px) {
    html[dir="ltr"] body[class]:not(#psfm-public-visual-unlock) main.main .homepage-hero .hero-layout,
    html[dir="rtl"] body[class]:not(#psfm-public-visual-unlock) main.main .homepage-hero .hero-layout {
        grid-template-columns: minmax(0, 1.17fr) minmax(460px, 1fr) !important;
        gap: 38px !important;
    }

    html[dir="ltr"] body[class]:not(#psfm-public-visual-unlock) main.main .homepage-hero .hero-visual-wrap,
    html[dir="rtl"] body[class]:not(#psfm-public-visual-unlock) main.main .homepage-hero .hero-visual-wrap {
        width: 100% !important;
        max-width: 540px !important;
    }

    html[dir="ltr"] body[class]:not(#psfm-public-visual-unlock) main.main .homepage-hero .hero-visual-card,
    html[dir="ltr"] body[class]:not(#psfm-public-visual-unlock) main.main .homepage-hero .hero-visual-card.has-admin-banner-loop,
    html[dir="rtl"] body[class]:not(#psfm-public-visual-unlock) main.main .homepage-hero .hero-visual-card,
    html[dir="rtl"] body[class]:not(#psfm-public-visual-unlock) main.main .homepage-hero .hero-visual-card.has-admin-banner-loop {
        width: 100% !important;
        max-width: 520px !important;
        aspect-ratio: 1 / 1 !important;
    }

    html[dir="ltr"] body[class]:not(#psfm-public-visual-unlock) main.main .homepage-hero :is(
        .hero-copy h1,
        .hero-main-title,
        .hero-main-title span
    ),
    html[dir="rtl"] body[class]:not(#psfm-public-visual-unlock) main.main .homepage-hero :is(
        .hero-copy h1,
        .hero-main-title,
        .hero-main-title span
    ) {
        font-size: clamp(2.75rem, 3.7vw, 3.35rem) !important;
        line-height: 1.08 !important;
        text-wrap: pretty !important;
    }

    html[dir="ltr"] body[class]:not(#psfm-public-visual-unlock) main.main .homepage-hero .hero-actions,
    html[dir="rtl"] body[class]:not(#psfm-public-visual-unlock) main.main .homepage-hero .hero-actions {
        display: grid !important;
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        width: 100% !important;
        max-width: 590px !important;
    }

    html[dir="ltr"] body[class]:not(#psfm-public-visual-unlock) main.main .homepage-hero .hero-actions :is(.theme-btn, .theme-btn-white),
    html[dir="rtl"] body[class]:not(#psfm-public-visual-unlock) main.main .homepage-hero .hero-actions :is(.theme-btn, .theme-btn-white) {
        width: 100% !important;
        min-width: 0 !important;
    }
}

@media (max-width: 991.98px) {
    html body[class]:not(#psfm-public-visual-unlock) .homepage-hero .hero-visual-card,
    html body[class]:not(#psfm-public-visual-unlock) .homepage-hero .hero-visual-card.has-admin-banner-loop,
    html[dir="rtl"] body[class]:not(#psfm-public-visual-unlock) .homepage-hero .hero-visual-card,
    html[dir="rtl"] body[class]:not(#psfm-public-visual-unlock) .homepage-hero .hero-visual-card.has-admin-banner-loop {
        aspect-ratio: 16 / 10 !important;
    }
}

/* Responsive hero polish: compact phone badge and balanced landscape-tablet split. */
@media (min-width: 992px) and (max-width: 1199.98px) {
    html body[class]:not(#psfm-public-visual-unlock) .homepage-hero > .container,
    html[dir="rtl"] body[class]:not(#psfm-public-visual-unlock) .homepage-hero > .container {
        width: min(960px, calc(100% - 36px)) !important;
        max-width: min(960px, calc(100% - 36px)) !important;
    }

    html[dir="ltr"] body[class]:not(#psfm-public-visual-unlock) main.main .homepage-hero .hero-layout,
    html[dir="rtl"] body[class]:not(#psfm-public-visual-unlock) main.main .homepage-hero .hero-layout {
        grid-template-columns: minmax(0, 1.16fr) minmax(330px, .84fr) !important;
        gap: 28px !important;
        align-items: center !important;
    }

    html body[class]:not(#psfm-public-visual-unlock) .homepage-hero .hero-copy,
    html[dir="rtl"] body[class]:not(#psfm-public-visual-unlock) .homepage-hero .hero-copy {
        max-width: none !important;
        margin-inline: 0 !important;
        text-align: start !important;
    }

    html body[class]:not(#psfm-public-visual-unlock) .homepage-hero :is(
        .hero-copy h1,
        .hero-main-title,
        .hero-main-title span
    ),
    html[dir="rtl"] body[class]:not(#psfm-public-visual-unlock) .homepage-hero :is(
        .hero-copy h1,
        .hero-main-title,
        .hero-main-title span
    ) {
        max-width: 590px !important;
        margin-inline: 0 !important;
        font-size: clamp(2.55rem, 4.45vw, 3rem) !important;
        line-height: 1.1 !important;
    }

    html body[class]:not(#psfm-public-visual-unlock) .homepage-hero :is(
        .hero-copy > p,
        .hero-actions,
        .hero-market-note
    ),
    html[dir="rtl"] body[class]:not(#psfm-public-visual-unlock) .homepage-hero :is(
        .hero-copy > p,
        .hero-actions,
        .hero-market-note
    ) {
        max-width: 590px !important;
        margin-inline: 0 !important;
    }

    html body[class]:not(#psfm-public-visual-unlock) .homepage-hero .hero-actions,
    html[dir="rtl"] body[class]:not(#psfm-public-visual-unlock) .homepage-hero .hero-actions {
        display: grid !important;
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }

    html body[class]:not(#psfm-public-visual-unlock) .homepage-hero .hero-visual-wrap,
    html[dir="rtl"] body[class]:not(#psfm-public-visual-unlock) .homepage-hero .hero-visual-wrap {
        width: 100% !important;
        max-width: 390px !important;
        margin-inline: 0 !important;
    }

    html body[class]:not(#psfm-public-visual-unlock) .homepage-hero .hero-visual-card,
    html body[class]:not(#psfm-public-visual-unlock) .homepage-hero .hero-visual-card.has-admin-banner-loop,
    html[dir="rtl"] body[class]:not(#psfm-public-visual-unlock) .homepage-hero .hero-visual-card,
    html[dir="rtl"] body[class]:not(#psfm-public-visual-unlock) .homepage-hero .hero-visual-card.has-admin-banner-loop {
        max-width: 390px !important;
        aspect-ratio: 1 / 1 !important;
    }

    html body[class]:not(#psfm-public-visual-unlock) .homepage-hero .hero-visual-stats,
    html[dir="rtl"] body[class]:not(#psfm-public-visual-unlock) .homepage-hero .hero-visual-stats {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 575.98px) {
    html body[class]:not(#psfm-public-visual-unlock) .homepage-hero .hero-kicker,
    html[dir="rtl"] body[class]:not(#psfm-public-visual-unlock) .homepage-hero .hero-kicker {
        justify-self: center !important;
        width: fit-content !important;
        max-width: 100% !important;
        min-height: 38px !important;
        padding: 5px 11px 5px 6px !important;
        gap: 7px !important;
        font-size: .68rem !important;
        line-height: 1.18 !important;
        letter-spacing: .02em !important;
        white-space: nowrap !important;
    }

    html body[class]:not(#psfm-public-visual-unlock) .homepage-hero .hero-kicker-mark,
    html[dir="rtl"] body[class]:not(#psfm-public-visual-unlock) .homepage-hero .hero-kicker-mark {
        flex-basis: 26px !important;
        width: 26px !important;
        min-width: 26px !important;
        height: 26px !important;
        min-height: 26px !important;
        font-size: 14px !important;
    }
}

@media (max-width: 374.98px) {
    html body[class]:not(#psfm-public-visual-unlock) .homepage-hero .hero-kicker,
    html[dir="rtl"] body[class]:not(#psfm-public-visual-unlock) .homepage-hero .hero-kicker {
        padding-inline: 5px 9px !important;
        gap: 5px !important;
        font-size: .62rem !important;
        letter-spacing: .01em !important;
    }

    html body[class]:not(#psfm-public-visual-unlock) .homepage-hero .hero-kicker-mark,
    html[dir="rtl"] body[class]:not(#psfm-public-visual-unlock) .homepage-hero .hero-kicker-mark {
        flex-basis: 24px !important;
        width: 24px !important;
        min-width: 24px !important;
        height: 24px !important;
        min-height: 24px !important;
        font-size: 13px !important;
    }
}
