/* BIVACO Mẫu 13 V61 — loaded last in <head> to win old builder rules. */

/* Main title on content/service landing pages. */
html body.agency-theme.ai-page--content .ai-hero .ai-hero__copy h1,
html body.agency-theme.ai-page--services .ai-hero .ai-hero__copy h1,
html body.agency-theme.ai-page--service-detail .ai-hero .ai-hero__copy h1 {
    font-size: 32px !important;
    font-weight: 700 !important;
    line-height: 1.25 !important;
    letter-spacing: -.02em !important;
}

/* Every Page Builder section title on inner pages, regardless of template key. */
html body.agency-theme .ai-builder-wrap .pbx-schema .pbx-heading > h2,
html body.agency-theme .ai-builder-wrap .pbt .pbx-heading > h2,
html body.agency-theme .ai-builder-wrap .customer-list-title {
    font-size: 28px !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
    letter-spacing: -.02em !important;
}

/* A Page Builder hero inserted inside a service/content page. */
html body.agency-theme .ai-builder-wrap .pbx-hero.pbx-schema h1 {
    font-size: 32px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    letter-spacing: -.025em !important;
}

/* Pricing CTA: use the normal button scale and avoid the overly heavy text. */
html body.agency-theme .ai-builder-wrap .pbx-cards.v-pricing .pbx-pricing-card__button {
    font-family: "Poppins", sans-serif !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    letter-spacing: 0 !important;
    white-space: nowrap !important;
    text-align: center !important;
    min-height: 42px !important;
    padding: 11px 24px !important;
}

@media (max-width: 767px) {
    html body.agency-theme.ai-page--content .ai-hero .ai-hero__copy h1,
    html body.agency-theme.ai-page--services .ai-hero .ai-hero__copy h1,
    html body.agency-theme.ai-page--service-detail .ai-hero .ai-hero__copy h1,
    html body.agency-theme .ai-builder-wrap .pbx-hero.pbx-schema h1 {
        font-size: 27px !important;
    }

    html body.agency-theme .ai-builder-wrap .pbx-schema .pbx-heading > h2,
    html body.agency-theme .ai-builder-wrap .pbt .pbx-heading > h2,
    html body.agency-theme .ai-builder-wrap .customer-list-title {
        font-size: 24px !important;
    }
}
