/* TaxAI Ver.184.8: remove oversized hero visual weight */

.taxai-major-os-hero,
.taxai-page-pro-hero,
.taxai-core-hero,
.taxai-funding-hero{
    margin:0 0 14px !important;
    padding:10px 14px !important;
    min-height:0 !important;
    border-radius:12px !important;
    color:#0f172a !important;
    background:#ffffff !important;
    border:1px solid rgba(148,163,184,.22) !important;
    box-shadow:0 4px 12px rgba(15,23,42,.04) !important;
}

.taxai-major-os-hero:before,
.taxai-major-os-hero:after,
.taxai-page-pro-hero:before,
.taxai-page-pro-hero:after,
.taxai-core-hero:before,
.taxai-core-hero:after,
.taxai-funding-hero:before,
.taxai-funding-hero:after{
    display:none !important;
}

.taxai-major-os-hero__inner{
    display:block !important;
}

.taxai-major-os-hero__eyebrow,
.taxai-page-pro-hero__eyebrow,
.taxai-core-hero__eyebrow,
.taxai-funding-hero__eyebrow{
    display:none !important;
}

.taxai-major-os-hero__title,
.taxai-page-pro-hero__title,
.taxai-core-hero__title,
.taxai-funding-hero__title{
    margin:0 !important;
    color:#0f172a !important;
    font-size:20px !important;
    line-height:1.35 !important;
    font-weight:900 !important;
    letter-spacing:0 !important;
}

.taxai-major-os-hero__lead,
.taxai-page-pro-hero__lead,
.taxai-core-hero__lead,
.taxai-funding-hero__lead{
    margin:3px 0 0 !important;
    color:#64748b !important;
    font-size:12px !important;
    line-height:1.45 !important;
    white-space:nowrap !important;
    overflow:hidden !important;
    text-overflow:ellipsis !important;
}

.taxai-major-os-hero__meta,
.taxai-page-pro-hero__meta,
.taxai-core-hero__meta,
.taxai-funding-hero__meta,
.taxai-major-os-hero__pill,
.taxai-page-pro-hero__pill,
.taxai-core-hero__pill,
.taxai-funding-hero__pill{
    display:none !important;
}

@media(max-width:900px){
    .taxai-major-os-hero,
    .taxai-page-pro-hero,
    .taxai-core-hero,
    .taxai-funding-hero{
        padding:10px 12px !important;
    }
    .taxai-major-os-hero__title,
    .taxai-page-pro-hero__title,
    .taxai-core-hero__title,
    .taxai-funding-hero__title{
        font-size:18px !important;
    }
}
