.pearl-section#message {
    padding-top: 48px;
    padding-bottom: 28px;
}

body.encore-pearl-page .pearl-footer {
    padding: 46px 0 !important;
    color: #d9e7f2 !important;
    background: #0b2338 !important;
    font-size: 14px !important;
}

body.encore-pearl-page .pearl-footer-grid,
body.encore-pearl-page .pearl-footer .pearl-wrap.pearl-footer-grid {
    display: grid !important;
    grid-template-columns: minmax(220px, 1fr) minmax(280px, 1.2fr) minmax(240px, .95fr) !important;
    gap: 34px !important;
    align-items: start !important;
}

body.encore-pearl-page .pearl-footer-brand > strong,
body.encore-pearl-page .pearl-footer-nav > span,
body.encore-pearl-page .pearl-footer-hours > span {
    display: block !important;
    color: #fff !important;
    font-size: 15px !important;
    font-weight: 900 !important;
    line-height: 1.2 !important;
}

body.encore-pearl-page .pearl-footer address {
    margin: 0 !important;
    color: #bcd0df !important;
    font-style: normal !important;
    line-height: 1.65 !important;
}

body.encore-pearl-page .pearl-footer-links {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px 24px !important;
    margin-top: 14px !important;
}

body.encore-pearl-page .pearl-footer-links a {
    color: #d9e7f2 !important;
    font-weight: 800 !important;
}

body.encore-pearl-page .pearl-footer-links a:hover {
    color: #dff1c7 !important;
}

body.encore-pearl-page .pearl-hours-list,
body.encore-pearl-page .pearl-footer-contact-list {
    display: grid !important;
    gap: 12px !important;
    margin-top: 14px !important;
}

body.encore-pearl-page .pearl-hours-list div,
body.encore-pearl-page .pearl-footer-contact-list div {
    padding: 14px 16px !important;
    border: 1px solid rgba(255, 255, 255, .12) !important;
    border-radius: 8px !important;
    background: rgba(255, 255, 255, .06) !important;
}

body.encore-pearl-page .pearl-hours-list strong,
body.encore-pearl-page .pearl-footer-contact-list strong {
    display: block !important;
    color: #dff1c7 !important;
    font-size: 13px !important;
    font-weight: 900 !important;
}

body.encore-pearl-page .pearl-hours-list span,
body.encore-pearl-page .pearl-hours-list a,
body.encore-pearl-page .pearl-footer-contact-list address,
body.encore-pearl-page .pearl-footer-contact-list a {
    display: block !important;
    margin-top: 4px !important;
    color: #f8fafc !important;
    font-weight: 800 !important;
    line-height: 1.65 !important;
}

body.encore-pearl-page .pearl-hours-list a:hover,
body.encore-pearl-page .pearl-footer-contact-list a:hover {
    color: #dff1c7 !important;
}

body.encore-pearl-page .pearl-footer-legal {
    padding-top: 22px !important;
    border-top: 1px solid rgba(255, 255, 255, .12) !important;
    margin-top: 34px !important;
    color: #bcd0df !important;
    text-align: center !important;
}

body.encore-pearl-page .pearl-footer-legal p {
    margin: 0 !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    line-height: 1.5 !important;
}

@media (max-width: 820px) {
    body.encore-pearl-page .pearl-footer-grid,
    body.encore-pearl-page .pearl-footer .pearl-wrap.pearl-footer-grid {
        grid-template-columns: 1fr !important;
        gap: 24px !important;
    }

    body.encore-pearl-page .pearl-footer-links {
        grid-template-columns: 1fr !important;
    }
}

.pearl-section#message .pearl-card-grid {
    margin-top: 48px;
}

body.encore-pearl-page .pearl-services-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

body.encore-pearl-page .pearl-process-grid i svg {
    width: 27px;
    height: 27px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

@media (max-width: 980px) {
    body.encore-pearl-page .pearl-services-head {
        grid-template-columns: 1fr !important;
    }

    body.encore-pearl-page .pearl-commerce-grid {
        grid-template-columns: 1fr !important;
        gap: 36px !important;
    }

    body.encore-pearl-page .pearl-commerce-preview {
        width: 100% !important;
        justify-self: stretch !important;
        padding: 0 !important;
    }

    body.encore-pearl-page .pearl-services-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 680px) {
    body.encore-pearl-page .pearl-commerce-copy h2 {
        font-size: 36px !important;
    }

    body.encore-pearl-page .pearl-commerce-brand {
        align-items: flex-start !important;
        flex-direction: column !important;
    }

    body.encore-pearl-page .pearl-commerce-brand strong {
        max-width: none !important;
        text-align: left !important;
    }

    body.encore-pearl-page .pearl-services-grid {
        grid-template-columns: 1fr !important;
        gap: 16px !important;
    }

    body.encore-pearl-page .pearl-services-grid article {
        min-height: auto !important;
    }
}

.pearl-partner {
    min-height: 580px;
}

.pearl-partner-content {
    padding-top: 128px;
    padding-bottom: 128px;
}

.pearl-menu {
    gap: 16px;
}

.pearl-menu-item {
    position: relative;
    display: flex;
    align-items: center;
}

.pearl-menu-trigger {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    white-space: nowrap;
}

.pearl-menu-trigger::after {
    content: "";
    width: 6px;
    height: 6px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg);
    margin-top: -4px;
    opacity: .7;
}

.pearl-dropdown {
    position: absolute;
    top: calc(100% + 16px);
    left: 0;
    z-index: 30;
    min-width: 260px;
    padding: 10px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 45px rgba(6, 52, 91, .16);
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
}

.pearl-dropdown-wide {
    min-width: 310px;
}

.pearl-menu-item:hover .pearl-dropdown,
.pearl-menu-item:focus-within .pearl-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.pearl-dropdown a {
    display: block;
    padding: 10px 12px;
    border-radius: 6px;
    color: #314457;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.25;
    white-space: normal;
}

.pearl-dropdown a:hover,
.pearl-dropdown a:focus {
    background: var(--green100);
    color: var(--blue800);
    outline: none;
}

.pearl-service-hero {
    position: relative;
    overflow: hidden;
    color: #fff;
    background: linear-gradient(135deg, rgba(6, 52, 91, .98) 0%, rgba(7, 74, 120, .94) 60%, rgba(120, 181, 38, .78) 100%), url("https://www.encoreprotection.com/wp-content/uploads/2025/11/Services_Banner.png") center/cover no-repeat;
}

.pearl-service-hero::after {
    position: absolute;
    inset: 0;
    content: "";
    background: linear-gradient(90deg, rgba(6, 52, 91, .18), rgba(2, 8, 23, .08));
    pointer-events: none;
}

.pearl-service-hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, .78fr);
    gap: 54px;
    align-items: center;
    padding: 88px 0 98px;
}

.pearl-breadcrumb {
    display: inline-flex;
    min-height: 36px;
    align-items: center;
    padding: 0 14px;
    border: 1px solid rgba(223, 241, 199, .44);
    border-radius: 999px;
    margin-bottom: 24px;
    color: #dff1c7;
    background: rgba(255, 255, 255, .1);
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
}

.pearl-service-hero h1 {
    max-width: 760px;
    margin-bottom: 26px;
    color: #fff;
    font-size: 64px;
    line-height: 1;
    letter-spacing: 0;
}

.pearl-service-hero h1 span {
    display: block;
    color: #dff1c7;
}

.pearl-service-lead {
    max-width: 710px;
    margin-bottom: 0;
    color: #e2e8f0;
    font-size: 21px;
    line-height: 1.62;
}

.pearl-value-panel {
    padding: 30px;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 8px;
    background: rgba(15, 23, 42, .48);
    box-shadow: 0 30px 80px rgba(0, 0, 0, .24);
    backdrop-filter: blur(14px);
}

.pearl-value-panel span {
    display: block;
    color: #dff1c7;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.pearl-value-panel strong {
    display: block;
    margin-top: 10px;
    color: #fff;
    font-size: 31px;
    line-height: 1.08;
}

.pearl-value-list {
    display: grid;
    gap: 12px;
    padding: 0;
    margin: 28px 0 0;
    list-style: none;
}

.pearl-value-list li {
    position: relative;
    min-height: 58px;
    padding: 14px 16px 14px 56px;
    border: 1px solid rgba(223, 241, 199, .22);
    border-radius: 8px;
    background: linear-gradient(90deg, rgba(255, 255, 255, .12), rgba(255, 255, 255, .06));
    color: #f8fafc;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.35;
}

.pearl-value-list li::before {
    position: absolute;
    left: 16px;
    top: 50%;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    content: "";
    background: var(--green600);
    box-shadow: 0 0 0 5px rgba(120, 181, 38, .16);
    transform: translateY(-50%);
}

.pearl-value-list li::after {
    position: absolute;
    left: 25px;
    top: 50%;
    width: 6px;
    height: 11px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    content: "";
    transform: translateY(-62%) rotate(45deg);
}

.pearl-section-head {
    max-width: 810px;
}

.pearl-section-head h2 {
    margin-bottom: 0;
    color: #0f172a;
    font-size: 50px;
    line-height: 1.06;
    letter-spacing: 0;
}

.pearl-section-head p:not(.pearl-kicker) {
    margin: 24px 0 0;
    color: #526374;
    font-size: 19px;
    line-height: 1.68;
}

.pearl-benefits-showcase {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(340px, .88fr);
    gap: 48px;
    align-items: center;
    margin-bottom: 40px;
}

.pearl-benefits-showcase .pearl-section-head {
    max-width: none;
}

.pearl-benefits-visual {
    min-height: 420px;
}

.pearl-benefits-visual img {
    min-height: 420px;
    height: 100%;
    transform: scale(1.04);
}

.pearl-benefits-visual figcaption {
    padding: 24px;
}

.pearl-benefits-visual figcaption strong {
    font-size: 24px;
}

.pearl-benefit-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
    margin-top: 46px;
}

.pearl-benefits-showcase + .pearl-benefit-grid {
    margin-top: 0;
}

.pearl-benefit-grid article,
.pearl-process-grid article,
.pearl-rewards-card {
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(15, 23, 42, .06);
}

.pearl-benefit-grid article {
    min-height: 260px;
    padding: 28px;
}

.pearl-benefit-grid i,
.pearl-process-grid i {
    display: inline-flex;
    width: 52px;
    height: 52px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    color: #fff;
    background: linear-gradient(135deg, var(--blue800), var(--blue700));
    font-style: normal;
    font-weight: 900;
}

.pearl-benefit-grid i {
    width: 58px;
    height: 58px;
    box-shadow: 0 14px 30px rgba(6, 52, 91, .16);
    transition: transform .18s ease, background .18s ease, box-shadow .18s ease;
}

.pearl-benefit-grid i svg {
    width: 29px;
    height: 29px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.pearl-benefit-grid article:hover i {
    background: linear-gradient(135deg, var(--green700), var(--green600));
    box-shadow: 0 18px 34px rgba(106, 162, 31, .24);
    transform: translateY(-2px);
}

.pearl-benefit-grid h3,
.pearl-process-grid h3,
.pearl-rewards-card h3 {
    margin: 24px 0 10px;
    color: #0f172a;
    font-size: 23px;
    line-height: 1.16;
}

.pearl-benefit-grid p,
.pearl-process-grid p,
.pearl-rewards-card p {
    margin-bottom: 0;
    color: #64748b;
    line-height: 1.62;
}

.pearl-market-band {
    padding: 92px 0;
    color: #fff;
    background: var(--blue900);
}

.pearl-market-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(340px, .9fr);
    gap: 56px;
    align-items: center;
}

.pearl-market-band .pearl-kicker {
    color: #dff1c7;
}

.pearl-market-band h2 {
    margin-bottom: 0;
    color: #fff;
    font-size: 50px;
    line-height: 1.06;
    letter-spacing: 0;
}

.pearl-market-band h2 span {
    display: block;
    color: #dff1c7;
}

.pearl-market-band p {
    margin: 26px 0 0;
    color: #cbd5e1;
    font-size: 18px;
    line-height: 1.7;
}

.pearl-market-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.pearl-market-list li {
    min-height: 76px;
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 8px;
    color: #fff;
    background: rgba(255, 255, 255, .07);
    font-weight: 900;
}

.pearl-rewards {
    background: var(--mist);
}

.pearl-commerce-section {
    position: relative;
    overflow: visible;
    padding: 92px 0;
    scroll-margin-top: 96px;
    background: linear-gradient(180deg, #fff 0%, var(--mist) 100%);
}

.pearl-commerce-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(340px, .9fr);
    gap: 56px;
    align-items: center;
}

.pearl-commerce-copy h2 {
    margin-bottom: 0;
    color: #0f172a;
    font-size: 50px;
    line-height: 1.06;
    letter-spacing: 0;
}

.pearl-commerce-copy h2 span {
    display: block;
    color: var(--blue700);
}

.pearl-commerce-copy p:not(.pearl-kicker) {
    max-width: 720px;
    margin: 24px 0 0;
    color: #526374;
    font-size: 18px;
    line-height: 1.72;
}

.pearl-commerce-copy .pearl-check-list li {
    color: #314457;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.45;
}

.pearl-commerce-copy .pearl-actions {
    margin-top: 30px;
}

.pearl-commerce-copy .pearl-btn-ghost {
    color: var(--blue800);
    border-color: rgba(6, 52, 91, .24);
    background: #fff;
    box-shadow: 0 12px 30px rgba(6, 52, 91, .08);
}

.pearl-commerce-preview {
    display: grid;
    width: min(100%, 580px);
    justify-self: end;
    gap: 18px;
    padding: 0;
}

.pearl-commerce-browser {
    overflow: hidden;
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 8px;
    color: #fff;
    background: linear-gradient(135deg, var(--blue900), var(--blue800) 62%, #236a64);
    box-shadow: 0 22px 56px rgba(6, 52, 91, .22);
}

.pearl-browser-bar {
    display: flex;
    gap: 7px;
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(255, 255, 255, .18);
    margin-bottom: 18px;
}

.pearl-browser-bar span {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: rgba(185, 211, 230, .72);
}

.pearl-commerce-brand {
    display: grid;
    gap: 14px;
    padding: 0 0 20px;
}

.pearl-commerce-sample-label {
    display: inline-flex;
    width: max-content;
    align-items: center;
    padding: 6px 10px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 999px;
    margin-bottom: 16px;
    color: #dff1c7;
    background: rgba(255, 255, 255, .08);
    font-size: 12px;
    font-weight: 900;
}

.pearl-commerce-brand em {
    color: #dff1c7;
    font-size: 12px;
    font-style: normal;
    font-weight: 900;
    text-transform: uppercase;
}

.pearl-commerce-brand strong {
    max-width: none;
    color: #fff;
    font-size: 19px;
    line-height: 1.2;
    text-align: left;
}

.pearl-commerce-offer {
    padding: 26px 22px;
    border-radius: 8px;
    background: rgba(15, 23, 42, .58);
}

.pearl-commerce-offer span {
    display: block;
    color: #dff1c7;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.pearl-commerce-offer strong {
    display: block;
    margin-top: 8px;
    max-width: 420px;
    color: #fff;
    font-size: 28px;
    line-height: 1.08;
}

.pearl-commerce-fields {
    display: grid;
    gap: 12px;
    margin-top: 14px;
}

.pearl-commerce-fields span {
    display: block;
    min-height: 44px;
    padding: 13px 14px;
    border-radius: 8px;
    color: #e2e8f0;
    background: rgba(255, 255, 255, .09);
    font-size: 13px;
    font-weight: 800;
}

.pearl-commerce-submit {
    display: flex;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    margin-top: 14px;
    color: #fff;
    background: var(--green700);
    cursor: default;
    font-weight: 900;
}

.pearl-commerce-note {
    padding: 22px 20px;
    border: 1px solid #d9e2ea;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(15, 23, 42, .06);
}

.pearl-commerce-note strong {
    display: block;
    color: var(--blue800);
    font-size: 20px;
    line-height: 1.15;
}

.pearl-commerce-note span {
    display: block;
    margin-top: 8px;
    color: #526374;
    line-height: 1.6;
}

.pearl-rewards-grid {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(420px, 1fr);
    gap: 42px;
    align-items: start;
}

.pearl-rewards-card {
    padding: 34px;
}

.pearl-rewards-card .pearl-check-list {
    margin-top: 0;
}

.pearl-rewards-card .pearl-check-list li {
    color: #314457;
}

.pearl-process-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    margin-top: 46px;
}

.pearl-process-grid article {
    min-height: 245px;
    padding: 28px;
}

.pearl-service-final {
    padding: 84px 0;
    background: #fff;
}

.pearl-assistance-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    margin-top: 46px;
}

.pearl-assistance-grid article {
    min-height: 222px;
    padding: 24px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(15, 23, 42, .06);
}

.pearl-assistance-grid i {
    display: inline-flex;
    width: 52px;
    height: 52px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    color: #fff;
    background: linear-gradient(135deg, var(--blue800), var(--blue700));
    box-shadow: 0 14px 30px rgba(6, 52, 91, .16);
}

.pearl-assistance-grid i svg {
    width: 27px;
    height: 27px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.pearl-assistance-grid article:hover i {
    background: linear-gradient(135deg, var(--green700), var(--green600));
}

.pearl-assistance-grid h3 {
    margin: 22px 0 9px;
    color: #0f172a;
    font-size: 20px;
    line-height: 1.16;
}

.pearl-assistance-grid p {
    margin-bottom: 0;
    color: #64748b;
    line-height: 1.58;
}

.pearl-tech-duo {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 46px;
}

.pearl-tech-showcase {
    display: grid;
    grid-template-columns: minmax(0, .98fr) minmax(380px, .9fr);
    gap: 28px;
    align-items: stretch;
    margin-top: 46px;
}

.pearl-tech-stack {
    display: grid;
    gap: 22px;
}

.pearl-tech-card {
    padding: 34px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(15, 23, 42, .06);
}

.pearl-tech-card-head {
    display: flex;
    align-items: center;
    gap: 18px;
}

.pearl-tech-card i {
    display: inline-flex;
    width: 58px;
    height: 58px;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    color: #fff;
    background: linear-gradient(135deg, var(--blue800), var(--blue700));
    box-shadow: 0 14px 30px rgba(6, 52, 91, .16);
}

.pearl-tech-card i svg {
    width: 29px;
    height: 29px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.pearl-tech-card h3 {
    margin: 0;
    color: #0f172a;
    font-size: 28px;
    line-height: 1.12;
}

.pearl-tech-card p {
    margin: 18px 0 0;
    color: #64748b;
    font-size: 17px;
    line-height: 1.62;
}

.pearl-tech-card .pearl-check-list {
    margin-top: 26px;
}

.pearl-tech-card .pearl-check-list li {
    color: #314457;
    font-size: 16px;
    line-height: 1.5;
}

.pearl-tech-visual {
    position: relative;
    display: flex;
    overflow: hidden;
    min-height: 100%;
    margin: 0;
    border-radius: 8px;
    background: var(--blue900);
    box-shadow: 0 24px 70px rgba(6, 52, 91, .18);
}

.pearl-tech-visual img {
    width: 100%;
    height: 100%;
    min-height: 620px;
    object-fit: cover;
    object-position: center top;
    transform: scale(1.08);
    transform-origin: top center;
}

.pearl-tech-visual:after {
    position: absolute;
    inset: 0;
    content: "";
    background: linear-gradient(180deg, rgba(6, 52, 91, .08), rgba(6, 52, 91, .78));
}

.pearl-tech-visual figcaption {
    position: absolute;
    right: 26px;
    bottom: 18px;
    left: 26px;
    z-index: 1;
    padding: 28px;
    border: 1px solid rgba(255, 255, 255, .24);
    border-radius: 8px;
    color: #fff;
    background: rgba(6, 52, 91, .88);
    backdrop-filter: blur(12px);
}

.pearl-tech-visual figcaption span {
    display: block;
    color: #dff1c7;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.pearl-tech-visual figcaption strong {
    display: block;
    margin-top: 10px;
    color: #fff;
    font-size: 28px;
    line-height: 1.12;
}

.pearl-tech-visual figcaption ul {
    display: grid;
    gap: 10px;
    padding: 0;
    margin: 22px 0 0;
    list-style: none;
}

.pearl-tech-visual figcaption li {
    position: relative;
    padding-left: 28px;
    color: #e2e8f0;
    font-size: 15px;
    font-weight: 800;
}

.pearl-tech-visual figcaption li:before {
    position: absolute;
    top: 3px;
    left: 0;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    content: "";
    background: var(--green600);
}

.pearl-platform-strip {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    margin-top: 44px;
}

@media (max-width: 980px) {
    .pearl-benefits-showcase {
        grid-template-columns: 1fr;
    }

    .pearl-tech-showcase {
        grid-template-columns: 1fr;
    }

    .pearl-tech-visual img {
        min-height: 440px;
        height: 440px;
    }
}

@media (max-width: 680px) {
    .pearl-tech-card {
        padding: 26px;
    }

    .pearl-benefits-visual,
    .pearl-benefits-visual img {
        min-height: 430px;
        height: 430px;
    }

    .pearl-tech-visual img {
        min-height: 460px;
        height: 460px;
    }

    .pearl-tech-visual figcaption {
        right: 16px;
        bottom: 14px;
        left: 16px;
        padding: 22px;
    }

    .pearl-tech-visual figcaption strong {
        font-size: 24px;
    }
}

.pearl-platform-strip div {
    min-height: 140px;
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 8px;
    background: rgba(255, 255, 255, .07);
}

.pearl-platform-strip strong {
    display: block;
    color: #dff1c7;
    font-size: 28px;
    line-height: 1;
}

.pearl-platform-strip span {
    display: block;
    margin-top: 12px;
    color: #e2e8f0;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.35;
}

.pearl-team-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    margin-top: 46px;
}

.pearl-team-card {
    overflow: hidden;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(15, 23, 42, .06);
}

.pearl-team-photo {
    position: relative;
    min-height: 278px;
    background: linear-gradient(135deg, var(--blue900), var(--blue700));
}

.pearl-team-photo img {
    width: 100%;
    height: 278px;
    object-fit: cover;
    object-position: center top;
}

.pearl-team-photo::after {
    position: absolute;
    inset: auto 0 0;
    height: 46%;
    content: "";
    background: linear-gradient(180deg, rgba(6, 52, 91, 0), rgba(6, 52, 91, .72));
    pointer-events: none;
}

.pearl-team-info {
    padding: 28px;
}

.pearl-team-info h3 {
    margin: 0;
    color: #0f172a;
    font-size: 25px;
    line-height: 1.12;
}

.pearl-team-role {
    display: block;
    margin-top: 8px;
    color: var(--blue700);
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
}

.pearl-team-info p {
    margin: 18px 0 0;
    color: #64748b;
    line-height: 1.62;
}

.pearl-team-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 22px;
}

.pearl-team-tags span {
    display: inline-flex;
    min-height: 30px;
    align-items: center;
    padding: 0 10px;
    border-radius: 999px;
    color: var(--blue800);
    background: var(--green100);
    font-size: 12px;
    font-weight: 900;
}

.pearl-team-proof {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-top: 44px;
}

.pearl-team-proof div {
    min-height: 150px;
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 8px;
    background: rgba(255, 255, 255, .07);
}

.pearl-team-proof strong {
    display: block;
    color: #dff1c7;
    font-size: 28px;
    line-height: 1;
}

.pearl-team-proof span {
    display: block;
    margin-top: 12px;
    color: #e2e8f0;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.4;
}

.pearl-resource-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
    margin-top: 46px;
}

.pearl-resource-card {
    display: flex;
    min-height: 286px;
    flex-direction: column;
    padding: 28px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(15, 23, 42, .06);
}

.pearl-resource-card i {
    display: inline-flex;
    width: 56px;
    height: 56px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    color: #fff;
    background: linear-gradient(135deg, var(--blue800), var(--blue700));
    box-shadow: 0 14px 30px rgba(6, 52, 91, .16);
}

.pearl-resource-card i svg {
    width: 28px;
    height: 28px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.pearl-resource-card h3 {
    margin: 24px 0 10px;
    color: #0f172a;
    font-size: 23px;
    line-height: 1.16;
}

.pearl-resource-card p {
    margin-bottom: 22px;
    color: #64748b;
    line-height: 1.62;
}

.pearl-resource-card a {
    display: inline-flex;
    width: fit-content;
    min-height: 40px;
    align-items: center;
    justify-content: center;
    padding: 0 14px;
    border-radius: 8px;
    margin-top: auto;
    color: var(--blue800);
    background: var(--green100);
    font-size: 13px;
    font-weight: 900;
}

.pearl-resource-card:hover i {
    background: linear-gradient(135deg, var(--green700), var(--green600));
}

.pearl-topic-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.pearl-topic-list a {
    display: flex;
    min-height: 58px;
    align-items: center;
    padding: 0 18px;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 8px;
    color: #fff;
    background: rgba(255, 255, 255, .07);
    font-weight: 900;
}

.pearl-topic-list a:hover,
.pearl-topic-list a:focus {
    color: #0f172a;
    background: #dff1c7;
    outline: none;
}

.pearl-faq-layout {
    display: grid;
    grid-template-columns: minmax(0, .72fr) minmax(420px, 1fr);
    gap: 54px;
    align-items: start;
}

.pearl-faq-list {
    display: grid;
    gap: 14px;
}

.pearl-faq-item {
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(15, 23, 42, .06);
}

.pearl-faq-item summary {
    position: relative;
    display: flex;
    min-height: 74px;
    align-items: center;
    padding: 20px 58px 20px 24px;
    color: #0f172a;
    cursor: pointer;
    font-size: 19px;
    font-weight: 900;
    line-height: 1.25;
    list-style: none;
}

.pearl-faq-item summary::-webkit-details-marker {
    display: none;
}

.pearl-faq-item summary::after {
    position: absolute;
    right: 24px;
    top: 50%;
    width: 18px;
    height: 18px;
    border-right: 3px solid var(--green700);
    border-bottom: 3px solid var(--green700);
    content: "";
    transform: translateY(-62%) rotate(45deg);
    transition: transform .18s ease;
}

.pearl-faq-item[open] summary::after {
    transform: translateY(-38%) rotate(225deg);
}

.pearl-faq-item p {
    padding: 0 24px 24px;
    margin: 0;
    color: #526374;
    font-size: 16px;
    line-height: 1.68;
}

.pearl-program-grid .pearl-resource-card {
    min-height: 308px;
}

.pearl-article-list {
    display: grid;
    gap: 12px;
}

.pearl-article-list a {
    display: block;
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 8px;
    color: #fff;
    background: rgba(255, 255, 255, .07);
}

.pearl-article-list strong {
    display: block;
    color: #dff1c7;
    font-size: 18px;
    line-height: 1.18;
}

.pearl-article-list span {
    display: block;
    margin-top: 8px;
    color: #dbe7f1;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.45;
}

.pearl-article-list a:hover,
.pearl-article-list a:focus {
    background: rgba(255, 255, 255, .12);
    outline: none;
}

.pearl-blog-feature {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 30px;
    align-items: center;
    padding: 36px;
    border: 1px solid #d8e5ef;
    border-radius: 8px;
    background: linear-gradient(135deg, #f8fbfd 0%, #fff 62%, var(--green100) 100%);
    box-shadow: 0 16px 38px rgba(15, 23, 42, .07);
}

.pearl-blog-feature h2 {
    margin-bottom: 0;
    color: #0f172a;
    font-size: 38px;
    line-height: 1.08;
    letter-spacing: 0;
}

.pearl-blog-feature p:not(.pearl-kicker) {
    max-width: 780px;
    margin: 18px 0 0;
    color: #526374;
    font-size: 17px;
    line-height: 1.66;
}

.pearl-blog-feature .pearl-btn {
    white-space: nowrap;
}

.pearl-blog-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}

.pearl-blog-meta span,
.pearl-blog-card span {
    display: inline-flex;
    min-height: 30px;
    align-items: center;
    padding: 0 10px;
    border-radius: 999px;
    color: var(--blue800);
    background: var(--green100);
    font-size: 12px;
    font-weight: 900;
}

.pearl-blog-head {
    margin-top: 58px;
}

.pearl-blog-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    margin-top: 42px;
}

.pearl-blog-card {
    display: flex;
    min-height: 270px;
    flex-direction: column;
    padding: 28px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(15, 23, 42, .06);
}

.pearl-blog-card h3 {
    margin: 20px 0 10px;
    color: #0f172a;
    font-size: 23px;
    line-height: 1.18;
}

.pearl-blog-card p {
    margin-bottom: 22px;
    color: #64748b;
    line-height: 1.62;
}

.pearl-blog-card a {
    display: inline-flex;
    width: fit-content;
    min-height: 40px;
    align-items: center;
    justify-content: center;
    padding: 0 14px;
    border-radius: 8px;
    margin-top: auto;
    color: var(--blue800);
    background: var(--green100);
    font-size: 13px;
    font-weight: 900;
}

.pearl-blog-card:hover a {
    color: #fff;
    background: var(--green700);
}

.pearl-article-hero {
    position: relative;
    overflow: hidden;
    color: #fff;
    background: linear-gradient(135deg, rgba(6, 52, 91, .98) 0%, rgba(7, 74, 120, .94) 62%, rgba(120, 181, 38, .76) 100%), url("https://www.encoreprotection.com/wp-content/uploads/2025/11/Services_Banner.png") center/cover no-repeat;
}

.pearl-article-hero .pearl-wrap {
    padding: 86px 0 92px;
}

.pearl-article-hero h1 {
    max-width: 920px;
    margin: 0;
    color: #fff;
    font-size: 58px;
    line-height: 1.04;
    letter-spacing: 0;
}

.pearl-article-deck {
    max-width: 780px;
    margin: 24px 0 0;
    color: #e2e8f0;
    font-size: 21px;
    line-height: 1.62;
}

.pearl-article-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 24px;
}

.pearl-article-meta span {
    display: inline-flex;
    min-height: 32px;
    align-items: center;
    padding: 0 12px;
    border: 1px solid rgba(223, 241, 199, .34);
    border-radius: 999px;
    color: #dff1c7;
    background: rgba(255, 255, 255, .1);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.pearl-article-section {
    padding: 78px 0 84px;
    background: #fff;
}

.pearl-article-shell {
    display: grid;
    grid-template-columns: minmax(0, 820px) minmax(280px, 1fr);
    gap: 58px;
    align-items: start;
}

.pearl-article-content {
    color: #314457;
    font-size: 19px;
    line-height: 1.78;
}

.pearl-article-content > *:first-child {
    margin-top: 0;
}

.pearl-article-content p,
.pearl-article-content ul,
.pearl-article-content ol {
    margin: 0 0 26px;
}

.pearl-article-content h2 {
    margin: 44px 0 16px;
    color: #0f172a;
    font-size: 34px;
    line-height: 1.15;
    letter-spacing: 0;
}

.pearl-article-content h3 {
    margin: 34px 0 12px;
    color: var(--blue800);
    font-size: 24px;
    line-height: 1.2;
}

.pearl-article-content a {
    color: var(--blue800);
    font-weight: 900;
}

.pearl-article-content blockquote {
    margin: 38px 0;
    padding: 26px 30px;
    border-left: 5px solid var(--green700);
    border-radius: 0 8px 8px 0;
    color: #0f172a;
    background: var(--green100);
    font-size: 24px;
    font-weight: 900;
    line-height: 1.35;
}

.pearl-article-aside {
    position: sticky;
    top: 110px;
    padding: 28px;
    border: 1px solid #d8e5ef;
    border-radius: 8px;
    background: linear-gradient(180deg, #f8fbfd, #fff);
    box-shadow: 0 16px 38px rgba(15, 23, 42, .07);
}

.pearl-article-aside h2 {
    margin: 0;
    color: #0f172a;
    font-size: 26px;
    line-height: 1.14;
    letter-spacing: 0;
}

.pearl-article-aside p {
    margin: 16px 0 22px;
    color: #526374;
    line-height: 1.62;
}

.pearl-article-aside .pearl-btn {
    width: 100%;
}

.pearl-form-hero .pearl-service-hero-grid {
    grid-template-columns: minmax(0, 1040px);
}

.pearl-form-hero h1 {
    max-width: 1020px;
    font-size: 68px;
}

.pearl-form-hero .pearl-service-lead {
    max-width: 900px;
}

.pearl-form-section {
    padding: 84px 0;
    background: linear-gradient(180deg, #fff 0%, var(--mist) 100%);
}

.pearl-form-grid {
    display: grid;
    grid-template-columns: minmax(0, .82fr) minmax(520px, 1fr);
    gap: 46px;
    align-items: start;
}

.pearl-contact-card,
.pearl-signup-form {
    border: 1px solid #d8e5ef;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 16px 38px rgba(15, 23, 42, .07);
}

.pearl-contact-card {
    padding: 32px;
}

.pearl-contact-card h2 {
    margin: 0;
    color: #0f172a;
    font-size: 34px;
    line-height: 1.12;
    letter-spacing: 0;
}

.pearl-contact-card p {
    margin: 18px 0 0;
    color: #526374;
    font-size: 17px;
    line-height: 1.66;
}

.pearl-contact-list {
    display: grid;
    gap: 14px;
    padding: 0;
    margin: 28px 0 0;
    list-style: none;
}

.pearl-contact-list li {
    padding: 16px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #f8fbfd;
}

.pearl-contact-list span {
    display: block;
    color: var(--blue800);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.pearl-contact-list strong,
.pearl-contact-list a {
    display: block;
    margin-top: 6px;
    color: #0f172a;
    font-size: 18px;
    line-height: 1.35;
}

.pearl-signup-form {
    padding: 34px;
}

.pearl-form-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.pearl-form-field {
    display: grid;
    gap: 8px;
    margin-bottom: 18px;
}

.pearl-form-field label {
    color: #0f172a;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
}

.pearl-form-field input,
.pearl-form-field select,
.pearl-form-field textarea {
    width: 100%;
    min-height: 50px;
    padding: 0 14px;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    color: #0f172a;
    background: #fff;
    font: inherit;
}

.pearl-form-field textarea {
    min-height: 128px;
    padding-top: 14px;
    resize: vertical;
}

.pearl-form-field input:focus,
.pearl-form-field select:focus,
.pearl-form-field textarea:focus {
    border-color: var(--green700);
    box-shadow: 0 0 0 4px rgba(120, 181, 38, .18);
    outline: none;
}

.pearl-form-note {
    margin: 0 0 22px;
    color: #64748b;
    font-size: 13px;
    line-height: 1.5;
}

.pearl-form-status {
    margin: 18px 0 0;
    padding: 15px 16px;
    border: 1px solid rgba(120, 181, 38, .36);
    border-radius: 8px;
    color: #24420d;
    background: var(--green100);
    font-weight: 800;
    line-height: 1.45;
}

.pearl-services-grid .service-icon {
    color: #fff;
    background: linear-gradient(135deg, var(--blue800), var(--blue700));
    box-shadow: 0 12px 28px rgba(6, 52, 91, .16);
}

.pearl-services-grid .service-icon svg {
    width: 25px;
    height: 25px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.pearl-services-grid article:hover .service-icon {
    background: linear-gradient(135deg, var(--green700), var(--green600));
}

.pearl-card-grid .pearl-card-icon {
    color: #fff;
    background: linear-gradient(135deg, var(--blue800), var(--blue700));
    box-shadow: 0 12px 28px rgba(6, 52, 91, .16);
}

.pearl-card-grid .pearl-card-icon svg {
    width: 25px;
    height: 25px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.pearl-card-grid article:hover .pearl-card-icon {
    background: linear-gradient(135deg, var(--green700), var(--green600));
}

body.encore-pearl-page {
    margin: 0 !important;
    color: var(--ink) !important;
    background: #fff !important;
    font-family: Inter, "Segoe UI", Arial, sans-serif !important;
    line-height: 1.5 !important;
}

body.encore-pearl-page .pearl-wrap {
    width: calc(100% - 48px) !important;
    max-width: 1180px !important;
    margin-right: auto !important;
    margin-left: auto !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
}

body.encore-pearl-page .pearl-main {
    overflow: hidden !important;
}

body.encore-pearl-page a,
body.encore-pearl-page a:hover,
body.encore-pearl-page a:focus {
    text-decoration: none !important;
}

body.encore-pearl-page h1,
body.encore-pearl-page h2,
body.encore-pearl-page h3,
body.encore-pearl-page p {
    letter-spacing: 0 !important;
}

body.encore-pearl-page .pearl-header {
    position: sticky !important;
    top: 0 !important;
    z-index: 20 !important;
    border-bottom: 1px solid var(--line) !important;
    background: rgba(255, 255, 255, .96) !important;
}

body.admin-bar.encore-pearl-page .pearl-header {
    top: 32px !important;
}

body.encore-pearl-page .pearl-nav {
    display: flex !important;
    min-height: 78px !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 24px !important;
}

body.encore-pearl-page .pearl-brand img {
    width: 154px !important;
    max-width: 154px !important;
    height: auto !important;
}

body.encore-pearl-page .pearl-menu {
    display: flex !important;
    align-items: center !important;
    gap: 16px !important;
    color: #314457 !important;
    font-size: 14px !important;
    font-weight: 800 !important;
}

body.encore-pearl-page .pearl-menu a {
    color: #314457 !important;
}

body.encore-pearl-page .pearl-menu a.pearl-nav-cta {
    color: #fff !important;
    background: var(--green700) !important;
}

body.encore-pearl-page .pearl-hero {
    color: #fff !important;
    background: linear-gradient(135deg, var(--blue900) 0%, var(--blue800) 58%, var(--green600) 100%) !important;
}

body.encore-pearl-page .pearl-hero-grid {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(360px, .92fr) !important;
    gap: 56px !important;
    align-items: center !important;
    padding-top: 92px !important;
    padding-bottom: 104px !important;
}

body.encore-pearl-page .pearl-pill {
    color: #dff1c7 !important;
}

body.encore-pearl-page .pearl-hero h1 {
    max-width: 780px !important;
    margin-bottom: 28px !important;
    color: #fff !important;
    font-size: 74px !important;
    line-height: .98 !important;
}

body.encore-pearl-page .pearl-hero h1 span {
    display: block !important;
    color: #dff1c7 !important;
}

body.encore-pearl-page .pearl-lead {
    max-width: 670px !important;
    color: #e2e8f0 !important;
    font-size: 21px !important;
    line-height: 1.62 !important;
}

body.encore-pearl-page .pearl-btn,
body.encore-pearl-page .pearl-nav-cta {
    border-radius: 8px !important;
    font-weight: 900 !important;
}

body.encore-pearl-page .pearl-nav-cta,
body.encore-pearl-page .pearl-btn-primary {
    color: #fff !important;
    background: var(--green700) !important;
}

body.encore-pearl-page .pearl-btn-ghost {
    color: #fff !important;
    border-color: rgba(255, 255, 255, .32) !important;
    background: rgba(255, 255, 255, .1) !important;
}

body.encore-pearl-page .pearl-commerce-copy .pearl-btn-ghost {
    color: var(--blue800) !important;
    border-color: rgba(6, 52, 91, .24) !important;
    background: #fff !important;
    box-shadow: 0 12px 30px rgba(6, 52, 91, .08) !important;
}

body.encore-pearl-page .pearl-commerce-copy .pearl-check-list li {
    color: #314457 !important;
    font-weight: 800 !important;
    line-height: 1.45 !important;
}

body.encore-pearl-page .pearl-stats strong,
body.encore-pearl-page .platform-head strong,
body.encore-pearl-page .platform-status strong,
body.encore-pearl-page .service-promise,
body.encore-pearl-page .service-promise strong {
    color: #fff !important;
}

body.encore-pearl-page .pearl-stats span,
body.encore-pearl-page .platform-status span {
    color: #cbd5e1 !important;
}

body.encore-pearl-page .platform-head span,
body.encore-pearl-page .service-promise span {
    color: #dff1c7 !important;
}

body.encore-pearl-page .feature-chips em {
    color: #fff !important;
}

body.encore-pearl-page .pearl-centered h2,
body.encore-pearl-page .pearl-services-head h2,
body.encore-pearl-page .pearl-section-head h2,
body.encore-pearl-page .pearl-copy-panel h2 {
    color: #0f172a !important;
}

body.encore-pearl-page .pearl-centered h2 span,
body.encore-pearl-page .pearl-section-head h2 span {
    color: var(--blue700) !important;
}

body.encore-pearl-page .pearl-kicker {
    color: var(--blue700) !important;
}

body.encore-pearl-page .pearl-band,
body.encore-pearl-page .pearl-final-card {
    color: #fff !important;
}

body.encore-pearl-page .pearl-band h2,
body.encore-pearl-page .pearl-final h2,
body.encore-pearl-page .pearl-partner h2 {
    color: #fff !important;
}

body.encore-pearl-page .pearl-band h2 span,
body.encore-pearl-page .pearl-final-card .pearl-kicker {
    color: #dff1c7 !important;
}

@media (max-width: 680px) {
    .pearl-section#message {
        padding-top: 40px;
        padding-bottom: 20px;
    }

    .pearl-section#message .pearl-card-grid {
        margin-top: 40px;
    }

    .pearl-menu .pearl-menu-item {
        display: none;
    }

    .pearl-service-hero-grid,
    .pearl-market-grid,
    .pearl-rewards-grid,
    .pearl-faq-layout {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .pearl-service-hero-grid {
        padding: 64px 0 72px;
    }

    .pearl-service-hero h1,
    .pearl-section-head h2,
    .pearl-market-band h2 {
        font-size: 38px;
    }

    .pearl-service-lead {
        font-size: 18px;
    }

    .pearl-benefit-grid,
    .pearl-process-grid,
    .pearl-assistance-grid,
        .pearl-market-list,
        .pearl-tech-duo,
        .pearl-platform-strip,
        .pearl-team-grid,
        .pearl-team-proof,
        .pearl-resource-grid,
        .pearl-topic-list,
        .pearl-blog-feature,
        .pearl-blog-grid,
        .pearl-article-shell,
        .pearl-form-grid,
        .pearl-form-row {
        grid-template-columns: 1fr;
    }

    .pearl-blog-feature {
        padding: 28px;
    }

    .pearl-blog-feature h2 {
        font-size: 30px;
    }

    .pearl-article-hero .pearl-wrap {
        padding: 64px 0 72px;
    }

    .pearl-article-hero h1 {
        font-size: 38px;
    }

    .pearl-article-deck,
    .pearl-article-content {
        font-size: 18px;
    }

    .pearl-article-section,
    .pearl-form-section {
        padding: 64px 0;
    }

    .pearl-article-aside {
        position: static;
    }

    .pearl-signup-form,
    .pearl-contact-card {
        padding: 26px;
    }

    .pearl-market-band,
    .pearl-service-final {
        padding: 64px 0;
    }

    .pearl-partner {
        padding-top: 104px;
        padding-bottom: 104px;
    }

    .pearl-partner-content {
        padding-top: 0;
        padding-bottom: 0;
    }
}

@media (max-width: 980px) {
    body.encore-pearl-page .pearl-hero-grid {
        grid-template-columns: 1fr !important;
        gap: 42px !important;
        padding-top: 70px !important;
        padding-bottom: 78px !important;
    }

    body.encore-pearl-page .pearl-hero h1 {
        font-size: 58px !important;
    }
}

@media (max-width: 680px) {
    body.encore-pearl-page .pearl-wrap {
        width: calc(100% - 28px) !important;
    }

    body.encore-pearl-page .pearl-header {
        position: static !important;
    }

    body.admin-bar.encore-pearl-page .pearl-header {
        top: auto !important;
    }

    body.encore-pearl-page .pearl-nav {
        flex-direction: row !important;
        align-items: center !important;
    }

    body.encore-pearl-page .pearl-brand img {
        width: 134px !important;
        max-width: 134px !important;
    }

    body.encore-pearl-page .pearl-menu a:not(.pearl-nav-cta) {
        display: none !important;
    }

    body.encore-pearl-page .pearl-hero h1 {
        font-size: 42px !important;
    }

    body.encore-pearl-page .pearl-lead {
        font-size: 18px !important;
    }
}

body.encore-pearl-page .pearl-header,
body.encore-pearl-page .pearl-header *,
body.encore-pearl-page .pearl-main,
body.encore-pearl-page .pearl-main * {
    font-family: Inter, "Segoe UI", Arial, sans-serif !important;
}

body.encore-pearl-page .pearl-hero h1,
body.encore-pearl-page .pearl-centered h2,
body.encore-pearl-page .pearl-band h2,
body.encore-pearl-page .pearl-copy-panel h2,
body.encore-pearl-page .pearl-final h2,
body.encore-pearl-page .pearl-services-head h2,
body.encore-pearl-page .pearl-section-head h2,
body.encore-pearl-page .pearl-market-band h2,
body.encore-pearl-page .pearl-service-hero h1,
body.encore-pearl-page .pearl-article-hero h1,
body.encore-pearl-page .pearl-blog-feature h2,
body.encore-pearl-page .pearl-card-grid h3,
body.encore-pearl-page .pearl-services-grid h3,
body.encore-pearl-page .pearl-benefit-grid h3,
body.encore-pearl-page .pearl-process-grid h3,
body.encore-pearl-page .pearl-assistance-grid h3,
body.encore-pearl-page .pearl-team-card h3,
body.encore-pearl-page .pearl-resource-card h3,
body.encore-pearl-page .pearl-topic-card h3,
body.encore-pearl-page .pearl-blog-card h3,
body.encore-pearl-page .pearl-stats strong,
body.encore-pearl-page .platform-head strong,
body.encore-pearl-page .platform-status strong,
body.encore-pearl-page .service-promise strong {
    font-weight: 700 !important;
}

body.encore-pearl-page .pearl-pill,
body.encore-pearl-page .pearl-menu,
body.encore-pearl-page .pearl-btn,
body.encore-pearl-page .pearl-nav-cta,
body.encore-pearl-page .pearl-kicker,
body.encore-pearl-page .platform-head span,
body.encore-pearl-page .service-promise span,
body.encore-pearl-page .pearl-services-grid a {
    font-weight: 900 !important;
}

body.encore-pearl-page .pearl-main h1,
body.encore-pearl-page .pearl-main h2,
body.encore-pearl-page .pearl-main h3,
body.encore-pearl-page .pearl-main h4,
body.encore-pearl-page .pearl-main h5,
body.encore-pearl-page .pearl-main h6 {
    font-family: Inter, "Segoe UI", Arial, sans-serif !important;
    font-weight: 700 !important;
}

body.encore-pearl-page .pearl-partner h2 {
    font-size: 48px !important;
    line-height: 1.1 !important;
}

body.encore-pearl-page .pearl-partner p {
    font-family: Inter, "Segoe UI", Arial, sans-serif !important;
    font-weight: 600 !important;
}

body.encore-pearl-page .pearl-partner li {
    font-family: Inter, "Segoe UI", Arial, sans-serif !important;
    font-weight: 500 !important;
}

body.encore-pearl-page .pearl-final-card,
body.encore-pearl-page .pearl-final-card h1,
body.encore-pearl-page .pearl-final-card h2,
body.encore-pearl-page .pearl-final-card h3,
body.encore-pearl-page .pearl-service-final .pearl-final-card h1,
body.encore-pearl-page .pearl-service-final .pearl-final-card h2,
body.encore-pearl-page .pearl-service-final .pearl-final-card h3 {
    color: #fff !important;
}

body.encore-pearl-page .pearl-final-card p:not(.pearl-kicker),
body.encore-pearl-page .pearl-service-final .pearl-final-card p:not(.pearl-kicker) {
    color: #cbd5e1 !important;
}

body.encore-pearl-page .pearl-final-card .pearl-kicker,
body.encore-pearl-page .pearl-service-final .pearl-final-card .pearl-kicker {
    color: #dff1c7 !important;
}

body.encore-pearl-page .pearl-header .pearl-menu,
body.encore-pearl-page .pearl-header .pearl-menu a,
body.encore-pearl-page .pearl-header .pearl-menu-trigger,
body.encore-pearl-page .pearl-header .pearl-dropdown a {
    font-family: Inter, "Segoe UI", Arial, sans-serif !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    line-height: 1.35 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
}

body.encore-pearl-page .pearl-header .pearl-menu a:not(.pearl-nav-cta),
body.encore-pearl-page .pearl-header .pearl-menu-trigger {
    color: #314457 !important;
}

body.encore-pearl-page .pearl-header .pearl-nav-cta {
    color: #fff !important;
    font-weight: 900 !important;
}

/* Keep the main navigation available while visitors scroll. */
body.encore-pearl-page {
    --pearl-fixed-header-offset: 78px;
}

body.encore-pearl-page .pearl-header {
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    left: 0 !important;
    width: 100% !important;
    z-index: 9999 !important;
    box-shadow: 0 10px 28px rgba(6, 52, 91, .08) !important;
}

body.encore-pearl-page .pearl-main {
    padding-top: var(--pearl-fixed-header-offset) !important;
}

body.admin-bar.encore-pearl-page .pearl-header {
    top: 32px !important;
}

@media (min-width: 681px) and (max-width: 980px) {
    body.encore-pearl-page {
        --pearl-fixed-header-offset: 130px;
    }
}

@media (max-width: 782px) {
    body.admin-bar.encore-pearl-page .pearl-header {
        top: 46px !important;
    }
}

@media (max-width: 680px) {
    body.encore-pearl-page {
        --pearl-fixed-header-offset: 78px;
    }

    body.encore-pearl-page .pearl-header {
        position: fixed !important;
    }
}

body.encore-pearl-page .pearl-mobile-toggle,
body.encore-pearl-page .pearl-mobile-quick-cta {
    display: none !important;
}

@media (max-width: 760px) {
    body.encore-pearl-page {
        --pearl-fixed-header-offset: 74px;
    }

    body.encore-pearl-page .pearl-nav {
        display: grid !important;
        grid-template-columns: auto 1fr auto !important;
        min-height: 74px !important;
        align-items: center !important;
        gap: 10px !important;
        padding: 10px 0 !important;
    }

    body.encore-pearl-page .pearl-brand img {
        width: 118px !important;
        max-width: 118px !important;
    }

    body.encore-pearl-page .pearl-mobile-quick-cta {
        display: inline-flex !important;
        justify-self: end !important;
        min-height: 40px !important;
        padding: 0 12px !important;
        border-radius: 8px !important;
        color: #fff !important;
        background: var(--green700) !important;
        font-size: 13px !important;
        font-weight: 900 !important;
        white-space: nowrap !important;
    }

    body.encore-pearl-page .pearl-mobile-toggle {
        display: inline-grid !important;
        width: 46px !important;
        height: 40px !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 3px !important;
        padding: 5px 0 4px !important;
        border: 1px solid var(--line) !important;
        border-radius: 8px !important;
        color: var(--blue800) !important;
        background: #fff !important;
        font: inherit !important;
        cursor: pointer !important;
    }

    body.encore-pearl-page .pearl-mobile-toggle span {
        display: block !important;
        width: 19px !important;
        height: 2px !important;
        border-radius: 999px !important;
        background: currentColor !important;
    }

    body.encore-pearl-page .pearl-mobile-toggle b {
        display: block !important;
        color: #314457 !important;
        font-size: 9px !important;
        font-weight: 900 !important;
        line-height: 1 !important;
    }

    body.encore-pearl-page .pearl-header .pearl-menu {
        position: absolute !important;
        top: 100% !important;
        right: 14px !important;
        left: 14px !important;
        display: none !important;
        max-height: calc(100vh - 92px) !important;
        overflow: auto !important;
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 4px !important;
        padding: 12px !important;
        border: 1px solid var(--line) !important;
        border-radius: 8px !important;
        background: rgba(255, 255, 255, .98) !important;
        box-shadow: 0 22px 55px rgba(6, 52, 91, .18) !important;
    }

    body.encore-pearl-page .pearl-header.is-mobile-menu-open .pearl-menu {
        display: flex !important;
    }

    body.encore-pearl-page .pearl-header .pearl-menu .pearl-menu-item,
    body.encore-pearl-page .pearl-header .pearl-menu a,
    body.encore-pearl-page .pearl-header .pearl-menu-trigger {
        display: flex !important;
        width: 100% !important;
    }

    body.encore-pearl-page .pearl-header .pearl-menu a,
    body.encore-pearl-page .pearl-header .pearl-menu-trigger {
        min-height: 42px !important;
        align-items: center !important;
        padding: 10px 12px !important;
        border-radius: 8px !important;
        color: #314457 !important;
        font-size: 14px !important;
        line-height: 1.2 !important;
    }

    body.encore-pearl-page .pearl-header .pearl-menu-trigger::after {
        display: none !important;
    }

    body.encore-pearl-page .pearl-header .pearl-menu .pearl-nav-cta {
        justify-content: center !important;
        min-height: 46px !important;
        margin-top: 6px !important;
        color: #fff !important;
        background: var(--green700) !important;
    }

    body.encore-pearl-page .pearl-header .pearl-dropdown {
        position: static !important;
        display: grid !important;
        min-width: 0 !important;
        width: 100% !important;
        gap: 2px !important;
        padding: 6px !important;
        margin: 0 0 8px !important;
        border: 1px solid #e2e8f0 !important;
        border-radius: 8px !important;
        background: #f5f8fb !important;
        box-shadow: none !important;
        opacity: 1 !important;
        visibility: visible !important;
        transform: none !important;
    }

    body.encore-pearl-page .pearl-header .pearl-dropdown a {
        min-height: 38px !important;
        padding: 8px 10px 8px 18px !important;
        color: #526374 !important;
        background: transparent !important;
        font-size: 13px !important;
    }

    body.encore-pearl-page .pearl-header .pearl-menu a:hover,
    body.encore-pearl-page .pearl-header .pearl-menu a:focus {
        background: var(--green100) !important;
        color: var(--blue800) !important;
        outline: none !important;
    }
}
