/* Small, isolated visual fixes for the current site. */

.site-section__header h1,
.site-section__header h2,
.site-section__header h3,
.site-section__header .text h1,
.site-section__header .text h2,
.site-section__header .text h3,
.request-form h1,
.request-form h2,
.request-form h3 { color: #fff; }

.recall__items, .recall__clients { height: 548px; min-height: 548px; box-sizing: border-box; }
.recall__clients { padding-bottom: 48px; }
.recall__clients-viewport { height: 390px; overflow: hidden; }
.recall__clients-track { display: flex; height: 100%; transition: transform .35s ease; }
.recall__clients-list { flex: 0 0 100%; align-content: center; box-sizing: border-box; height: 100%; padding: 0 34px; }
.recall__clients-list .recall__client-logo { display: flex; align-items: center; justify-content: center; width: 33.333%; height: 50%; margin: 0; padding: 12px; box-sizing: border-box; }
.recall__client-logo-image { width: auto; max-width: 150px; height: auto; max-height: 112px; object-fit: contain; filter: saturate(.72); transition: opacity .2s ease, filter .2s ease, transform .2s ease; }
.recall__client-logo-image:hover, .recall__client-logo.is-active .recall__client-logo-image { filter: saturate(1); transform: scale(1.04); }
.recall__clients-controls { position: absolute; right: 34px; bottom: 12px; left: 34px; display: flex; align-items: center; justify-content: center; gap: 14px; }
.recall__clients-arrow { width: 30px; height: 30px; padding: 0; color: #fff; background: transparent; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; cursor: pointer; font-size: 22px; line-height: 24px; }
.recall__clients-arrow:hover { color: #8fe233; border-color: #8fe233; }
.recall__clients-counter { min-width: 42px; color: rgba(255,255,255,.7); font-size: 12px; text-align: center; }

.articles-page__hero { min-height: 235px; color: #fff; background: linear-gradient(120deg, rgba(0,0,0,.96), rgba(23,31,26,.88)), url('/static/i/temp/bg-form-example-2.jpg') center/cover; }
.articles-page__hero-inner { display: flex; align-items: center; min-height: 235px; }
.articles-page__hero h1 { margin: 8px 0 12px; color: #fff; font-size: 42px; }
.articles-page__hero p { max-width: 560px; margin: 0; color: rgba(255,255,255,.78); font-size: 17px; }
.articles-page__eyebrow, .articles-feed__eyebrow { color: #8fe233; font-size: 12px; letter-spacing: .16em; text-transform: uppercase; }
.articles-page__body { padding-top: 44px; }
.articles-feed__heading { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 24px; text-align: left; }
.articles-feed__heading h2 { margin: 8px 0 0; color: #111; font-size: 30px; }
.articles-feed__count { color: #888; font-size: 13px; }
.articles-page .previews__item { overflow: hidden; border: 1px solid #e7e7e7; border-radius: 3px; box-shadow: 0 5px 18px rgba(0,0,0,.04); transition: transform .2s ease, box-shadow .2s ease; }
.articles-page .previews__item:hover { transform: translateY(-4px); box-shadow: 0 12px 26px rgba(0,0,0,.1); }
.articles-page .previews__item-image-wrap, .articles-card__image-placeholder { height: 184px; }
.articles-page .previews__item-image { width: 100%; height: 184px; object-fit: cover; }
.articles-card__image-placeholder { display: flex; align-items: center; justify-content: center; color: #8fe233; background: linear-gradient(135deg, #111, #263129); font-size: 18px; }
.articles-page .previews__item-text { min-height: 136px; padding: 18px 18px 34px; }
.articles-page .previews__item-text h5 { margin-bottom: 10px; color: #171717; font-size: 17px; line-height: 1.3; }
.articles-page .previews__item-text p { display: -webkit-box; overflow: hidden; color: #777; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.articles-page .previews__item-category { padding: 4px 7px; background: rgba(0,0,0,.6); }
.articles-card__image-button { position: relative; display: block; width: 100%; height: 184px; padding: 0; overflow: hidden; color: inherit; background: #111; border: 0; cursor: zoom-in; }
.articles-card__image-button .previews__item-image { display: block; transition: transform .25s ease; }
.articles-card__image-button:hover .previews__item-image { transform: scale(1.04); }
.articles-card__zoom { position: absolute; right: 14px; bottom: 12px; display: flex; align-items: center; justify-content: center; width: 32px; height: 32px; color: #111; background: #8fe233; border-radius: 50%; font-size: 22px; line-height: 1; }
.articles-page .previews__item-link { z-index: 1; }
.articles-card__image-button { z-index: 2; }
.article-lightbox-open { overflow: hidden; }
.article-lightbox { position: fixed; z-index: 11000; top: 0; right: 0; bottom: 0; left: 0; display: none; align-items: center; justify-content: center; padding: 32px; }
.article-lightbox.is-open { display: flex; }
.article-lightbox__backdrop { position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: rgba(0,0,0,.88); cursor: zoom-out; }
.article-lightbox__dialog { position: relative; z-index: 1; max-width: min(1100px, 94vw); max-height: 92vh; padding: 18px; background: #171717; box-shadow: 0 18px 60px rgba(0,0,0,.45); }
.article-lightbox__image { display: block; max-width: 100%; max-height: calc(92vh - 70px); object-fit: contain; }
.article-lightbox__close { position: absolute; z-index: 2; top: -15px; right: -15px; width: 36px; height: 36px; padding: 0; color: #111; background: #8fe233; border: 0; border-radius: 50%; cursor: pointer; font-size: 28px; line-height: 32px; }
.article-lightbox__caption { margin: 12px 0 0; color: rgba(255,255,255,.78); font-size: 14px; }
.article-detail__hero { overflow: hidden; background-position: center; }
.article-detail__hero:before { position: absolute; top: 0; right: 0; bottom: 0; left: 0; content: ''; background: linear-gradient(90deg, rgba(0,0,0,.82), rgba(0,0,0,.18)); }
.article-detail__hero .site-section__header-inside { position: relative; z-index: 1; }
.article-detail__view-image { margin-top: 28px; padding: 11px 20px; color: #fff; background: rgba(0,0,0,.32); border: 1px solid rgba(255,255,255,.65); border-radius: 24px; cursor: zoom-in; font-size: 14px; }
.article-detail__view-image:hover { color: #111; background: #8fe233; border-color: #8fe233; }
.article-detail__body { padding-top: 48px; padding-bottom: 64px; }
.article-detail__content { max-width: 780px; color: #555; font-size: 16px; line-height: 1.75; }
.article-detail__content p { margin-bottom: 1.4em; }
.article-detail__content img { max-width: 100%; height: auto; }
.article-detail__content h2, .article-detail__content h3, .article-detail__content h4 { margin-top: 1.4em; color: #161616; }
.article-detail .share { max-width: 780px; margin-top: 40px; }
.article-detail__heading { min-height: 0; padding-top: 54px; padding-bottom: 34px; background: #fff; }
.article-detail__heading .site-section__header-inside { width: 100%; max-width: 1100px; margin: 0 auto; padding: 0; }
.article-detail__heading .site-section__header-inside { display: grid; grid-template-columns: minmax(0, 1fr) 500px; gap: 56px; align-items: center; }
.article-detail__heading-copy { grid-column: 1; grid-row: 1; }
.article-detail__heading h1 { max-width: 900px; margin-bottom: 18px; color: #111; font-size: 42px; line-height: 1.12; }
.article-detail__heading .site-section__header-footer { color: #888; }
.article-detail__heading .site-section__time, .article-detail__heading .site-section__sub-title { color: #888; }
.article-detail__heading .site-section__sub-title { margin-left: 22px; }
.article-detail__body { padding-top: 0; }
.article-detail__main { width: 100%; max-width: 1100px; margin: 0 auto; }
.article-detail__image { position: relative; display: block; width: 100%; height: 560px; margin: 0 auto 44px; padding: 0; overflow: hidden; background: #111; border: 0; cursor: pointer; }
.article-detail__image img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease, filter .3s ease; }
.article-detail__image-overlay { position: absolute; top: 0; right: 0; bottom: 0; left: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; color: #fff; background: rgba(0,0,0,.35); opacity: 0; transition: opacity .25s ease; font-size: 15px; }
.article-detail__image:hover img { filter: brightness(.72); transform: scale(1.02); }
.article-detail__image:hover .article-detail__image-overlay, .article-detail__image:focus .article-detail__image-overlay { opacity: 1; }
.article-detail__zoom-icon { display: flex; align-items: center; justify-content: center; width: 42px; height: 42px; color: #111; background: #8fe233; border-radius: 50%; font-size: 30px; line-height: 1; }
.article-detail__image--heading { grid-column: 2; grid-row: 1; width: 500px; height: 360px; margin: 0; }
.article-detail__content { max-width: 840px; margin: 0 auto; }
.article-detail__related { max-width: 1100px; margin: 72px auto 0; padding-top: 42px; border-top: 1px solid #ddd; }
.article-detail__related h2 { margin-bottom: 28px; color: #111; font-size: 30px; }
.article-detail__related-list { display: flex; gap: 24px; }
.article-detail__related-card { position: relative; display: block; flex: 1 1 0; min-width: 0; padding-bottom: 24px; color: #222; background: #fff; border: 1px solid #e4e4e4; box-shadow: 0 4px 14px rgba(0,0,0,.04); transition: transform .2s ease, box-shadow .2s ease; }
.article-detail__related-card:hover { color: #222; transform: translateY(-4px); box-shadow: 0 10px 24px rgba(0,0,0,.1); }
.article-detail__related-image { height: 190px; overflow: hidden; background: #eee; }
.article-detail__related-image img { display: block; width: 100%; height: 100%; object-fit: cover; }
.article-detail__related-card time { display: block; margin: 14px 18px 7px; color: #999; font-size: 12px; }
.article-detail__related-card h3 { margin: 0 18px; color: #222; font-size: 18px; line-height: 1.25; }
@media (max-width: 900px) {
    .article-detail__heading .site-section__header-inside { grid-template-columns: minmax(0, 1fr) 42vw; gap: 28px; }
    .article-detail__heading-copy { grid-column: 1; grid-row: 1; }
    .article-detail__image--heading { grid-column: 2; grid-row: 1; }
    .article-detail__image--heading { width: 42vw; height: 30vw; min-height: 220px; }
    .article-detail__image { height: 48vw; min-height: 280px; }
    .article-detail__related-list { flex-wrap: wrap; }
    .article-detail__related-card { flex: 0 0 calc(50% - 12px); }
}
@media (max-width: 600px) {
    .article-detail__heading { padding-top: 32px; padding-bottom: 24px; }
    .article-detail__heading h1 { font-size: 30px; }
    .article-detail__heading .site-section__header-inside { display: block; }
    .article-detail__heading-copy, .article-detail__image--heading { grid-column: auto; grid-row: auto; }
    .article-detail__heading .site-section__sub-title { display: block; margin: 6px 0 0; }
    .article-detail__image { height: 62vw; min-height: 210px; margin-bottom: 30px; }
    .article-detail__image--heading { width: 100%; height: 62vw; min-height: 210px; margin-top: 28px; }
    .article-detail__content { font-size: 15px; }
    .article-detail__related-card { flex-basis: 100%; }
}

/* The widget CSS is absent from the legacy collected stylesheet in the local image. */
.my-widget-wrapper { position: fixed; right: 30px; bottom: 30px; z-index: 9999; display: flex; flex-direction: column; align-items: center; font-family: 'Segoe UI', Roboto, sans-serif; user-select: none; touch-action: none; }
.my-widget-menu { display: flex; flex-direction: column; gap: 15px; margin-bottom: 20px; opacity: 0; visibility: hidden; transform: translateY(20px); transition: all .3s cubic-bezier(.25,.8,.25,1); pointer-events: none; }
.my-widget-menu.is-open { opacity: 1; visibility: visible; transform: translateY(0); pointer-events: auto; }
.my-widget-item { position: relative; display: flex; align-items: center; justify-content: center; width: 64px; height: 64px; border-radius: 50%; text-decoration: none; box-shadow: 0 4px 10px rgba(0,0,0,.15); }
.my-widget-item svg { width: 32px; height: 32px; fill: #fff; }
.my-widget-item.tg-btn { background: linear-gradient(135deg,#37aee2,#1e96c8); }
.my-widget-item.max-btn { background: linear-gradient(135deg,#4cf,#53e,#93d); }
.my-widget-item.phone-btn { background: #25d366; }
.my-widget-item::before { position: absolute; right: 100%; top: 50%; margin-right: 15px; padding: 6px 12px; content: attr(data-tooltip); color: #fff; background: #333; border-radius: 6px; transform: translateY(-50%); opacity: 0; visibility: hidden; white-space: nowrap; }
.my-widget-item:hover::before { opacity: 1; visibility: visible; }
.my-widget-main-btn { position: relative; display: flex; align-items: center; justify-content: center; width: 85px; height: 85px; padding: 0; background: #007bff; border: 0; border-radius: 50%; box-shadow: 0 4px 15px rgba(0,123,255,.4); cursor: grab; }
.my-widget-main-btn.is-pulsing { animation: my-widget-pulse 2s infinite; }
.my-widget-icon-box { position: relative; width: 46px; height: 46px; pointer-events: none; }
.my-widget-icon { position: absolute; top: 0; left: 0; width: 100%; height: 100%; fill: #fff; opacity: 0; transform: scale(.5) rotate(-45deg); transition: all .4s ease; }
.my-widget-icon.is-active { opacity: 1; transform: scale(1) rotate(0); }
@keyframes my-widget-pulse { 0%,100% { box-shadow: 0 0 0 0 rgba(0,123,255,.7); } 70% { box-shadow: 0 0 0 20px rgba(0,123,255,0); } }
@media (max-width: 768px) { .my-widget-wrapper { right: 16px; bottom: 16px; } .my-widget-main-btn { width: 64px; height: 64px; } .my-widget-item { width: 54px; height: 54px; } .my-widget-item svg { width: 28px; height: 28px; } .my-widget-icon-box { width: 36px; height: 36px; } .my-widget-item::before { display: none; } }

@media (max-width: 800px) {
    .recall__items, .recall__clients { height: auto; min-height: 0; }
    .recall__clients { padding-bottom: 54px; }
    .recall__clients-viewport { height: 300px; }
    .recall__clients-list .recall__client-logo { height: 50%; padding: 8px; }
    .recall__client-logo-image { max-width: 100px; max-height: 78px; }
    .articles-page__hero h1 { font-size: 32px; }
    .articles-feed__heading { display: block; }
    .articles-feed__count { display: block; margin-top: 10px; }
}
