/* Reference-driven corporate header, article and trust-card enhancements. */
.header-main .header-container {
    gap: 28px;
    justify-content: space-between;
}
.header-logo-section {
    flex: 0 1 auto;
    min-width: 0;
}
.header-logo-section .custom-logo-link {
    flex: 0 0 auto;
}
.header-business-info {
    min-width: 185px;
}
.header-business-title {
    font-size: 20px;
}
.header-business-desc {
    white-space: nowrap;
}
.header-contact-section {
    align-items: center;
    display: flex;
    flex: 0 0 auto;
}
.header-phone-icon {
    height: 48px;
    margin-right: 10px;
    width: 48px;
}
.header-phone-number {
    font-size: 20px;
    white-space: nowrap;
}
.header-qualifications {
    align-items: center;
    display: flex;
    flex: 0 0 auto;
    gap: 12px;
}
.header-qualification {
    align-items: center;
    background: transparent;
    border: 0;
    display: flex;
    height: 44px;
    justify-content: center;
    padding: 0;
    width: 74px;
}
.header-qualification:nth-child(2) {
    width: 58px;
}
.header-qualification:focus {
    border-radius: 3px;
    box-shadow: 0 0 0 3px rgba(0,102,204,.18);
    outline: 2px solid #0066cc;
    outline-offset: 2px;
}
.header-qualification img {
    display: block;
    height: 40px;
    max-height: 40px;
    max-width: 100%;
    object-fit: contain;
    width: 100%;
}
.business-header-search {
    align-items: center;
    background: #fff;
    border: 2px solid #0768c9;
    border-radius: 2px;
    display: flex;
    flex: 0 0 285px;
    height: 38px;
    min-width: 220px;
    overflow: hidden;
    position: relative;
}
.screen-reader-text {
    border: 0 !important;
    clip: rect(1px,1px,1px,1px) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
}
.business-header-search input {
    background: #fff;
    border: 0;
    color: #24384b;
    font-size: 14px;
    height: 100%;
    min-width: 0;
    padding: 0 14px;
    width: 100%;
}
.business-header-search input:focus {
    outline: none;
}
.business-header-search:focus-within {
    border-color: #0056ad;
    box-shadow: 0 0 0 3px rgba(0,102,204,.14);
}
.business-header-search button {
    align-items: center;
    align-self: stretch;
    background: #0768c9;
    border: 0;
    color: #fff;
    cursor: pointer;
    display: flex;
    flex: 0 0 50px;
    justify-content: center;
    padding: 0;
}
.business-header-search button:hover {
    background: #0054a8;
}
.business-header-search button:focus-visible {
    outline: 2px solid #fff;
    outline-offset: -4px;
}

.article-summary {
    background: transparent;
    border: 0;
    color: #26384a;
    line-height: 1.9;
    margin: 0 0 20px;
    padding: 0;
}
.article-summary p {
    font-size: 16px;
    margin: 0;
}
.article-featured-image {
    margin: 20px auto 30px;
    text-align: center;
}
.article-featured-image img {
    border-radius: 4px;
    display: block;
    height: auto;
    margin: 0 auto;
    max-width: 100%;
    width: auto;
}
.article-consult-actions {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(2,minmax(0,1fr));
    margin: 32px auto 30px;
    max-width: 416px;
    width: 100%;
}
.article-consult-button {
    align-items: center;
    border: 1px solid #0768d3;
    border-radius: 4px;
    display: inline-flex;
    font-size: 15px;
    font-weight: 500;
    gap: 8px;
    justify-content: center;
    min-height: 46px;
    padding: 9px 16px;
    text-decoration: none;
}
.article-consult-button--primary {
    background: #fff;
    color: #0768d3;
}
.article-consult-button--primary:hover,
.article-consult-button--primary:focus {
    background: #eef6ff;
    color: #0058b5;
}
.article-consult-button--phone {
    background: #0768d3;
    color: #fff;
}
.article-consult-button--phone:hover,
.article-consult-button--phone:focus {
    background: #0058b5;
    color: #fff;
}
.article-consult-button:focus-visible {
    outline: 3px solid rgba(0,102,204,.28);
    outline-offset: 2px;
}
.single-article .entry-footer {
    border-top: 1px solid #e6e9ec;
    margin-top: 0;
    padding: 20px 0 10px;
}
.single-article .post-tags a {
    background: #f1f3f5;
    border-radius: 3px;
    color: #687789;
    display: inline-block;
    font-size: 12px;
    margin-left: 8px;
    padding: 5px 10px;
}

.company-profile-card {
    border: 1px solid #d7e6f3;
    border-radius: 10px;
    box-shadow: 0 8px 24px rgba(25,68,105,.06);
    padding: 20px;
}
.company-profile-heading {
    align-items: center;
    display: flex;
    gap: 13px;
}
.company-profile-logo {
    background: #fff;
    border: 1px solid #dbe7f1;
    border-radius: 50%;
    height: 58px;
    object-fit: contain;
    padding: 5px;
    width: 58px;
}
.company-profile-identity {
    min-width: 0;
}
.company-profile-heading h2 {
    border: 0;
    color: #102f4f;
    font-size: 16px;
    line-height: 1.45;
    margin: 0 0 6px;
    padding: 0;
}
.company-profile-kicker {
    color: #0873d1;
    display: block;
    font-size: 12px;
    font-weight: 500;
}
.company-profile-kicker i {
    color: #f3a300;
    margin-right: 5px;
}
.company-profile-intro {
    border-top: 1px solid #e2eaf0;
    color: #496783;
    font-size: 13px;
    line-height: 1.85;
    margin: 16px 0 0;
    padding-top: 15px;
}
.company-profile-actions {
    display: grid;
    gap: 9px;
    grid-template-columns: repeat(2,minmax(0,1fr));
    margin-top: 15px;
}
.company-profile-consult,
.company-profile-about {
    align-items: center;
    border-radius: 6px;
    display: inline-flex;
    font-size: 13px;
    font-weight: 600;
    justify-content: center;
    min-height: 42px;
    padding: 8px;
    text-decoration: none;
}
.company-profile-consult {
    background: #0877dd;
    border: 1px solid #0877dd;
    color: #fff;
}
.company-profile-consult:hover,
.company-profile-consult:focus {
    background: #0066c4;
    color: #fff;
}
.company-profile-about {
    background: #eef6fd;
    border: 1px solid #c8def1;
    color: #1269b5;
}
.company-profile-about:hover,
.company-profile-about:focus {
    background: #e2f0fb;
    color: #075a9f;
}
.company-profile-actions i {
    margin-right: 6px;
}
.company-profile-actions a:focus-visible {
    outline: 3px solid rgba(0,102,204,.24);
    outline-offset: 2px;
}

.quote-modal[aria-hidden="false"] {
    display: block;
}
.quote-modal-close {
    background: transparent;
    border: 0;
    line-height: 1;
    padding: 4px;
}
.quote-modal-close:focus-visible {
    outline: 3px solid rgba(0,102,204,.25);
    outline-offset: 2px;
}
.quote-form-field {
    display: block;
}
.quote-field-label {
    color: #354b5f;
    display: block;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 6px;
}
.quote-field-label span {
    color: #b42318;
}
.quote-honeypot {
    height: 1px;
    left: -10000px;
    overflow: hidden;
    position: absolute;
    width: 1px;
}
.quote-form-status {
    font-size: 13px;
    margin-bottom: 8px;
    min-height: 1em;
}

@media (max-width: 1100px) {
    .header-qualifications,
    .business-header-search {
        display: none;
    }
    .header-main .header-container {
        gap: 14px;
    }
}
@media (max-width: 768px) {
    .article-summary {
    }
    .article-featured-image {
        margin: 16px auto 24px;
    }
    .article-consult-actions {
        gap: 10px;
        max-width: none;
    }
    .article-consult-button {
        padding-left: 10px;
        padding-right: 10px;
    }
    .company-profile-card {
        margin-top: 4px;
    }
}
@media (max-width: 480px) {
    .article-consult-actions {
        grid-template-columns: 1fr;
    }
    .article-consult-button {
        width: 100%;
    }
}
@media (prefers-reduced-motion: reduce) {
    .article-consult-button,
    .business-header-search button {
        scroll-behavior: auto;
        transition: none;
    }
}