/* 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. */
@media screen and (max-width: 800px) {
    html, body { max-width: 100%; overflow-x: hidden; }
    .site-main, .site-header, .site-footer, .wrapper, .grid--width { width: 100%; max-width: 100%; box-sizing: border-box; }
    .grid--width, .site-section__header-inside { min-width: 0; }
    .site-header__contacts { display: none; }
    .site-header__inside { padding: 0 16px; }
    .site-header__inside .grid--width { display: flex; flex-direction: column; align-items: center; }
    .site-header__inside .main-logo { width: auto; float: none; margin: 18px 0 12px; }
    .site-header__inside .site-navigation { width: 100%; float: none; margin: 0 0 16px; text-align: center; }
    .site-navigation__list { display: flex; flex-wrap: wrap; justify-content: center; gap: 4px 12px; }
    .site-navigation__item { margin: 0; }
    .site-navigation__item-text { padding: 6px 0; font-size: 11px; }
    .site-section__header-inside { padding: 42px 16px 34px; }
    .site-section__header h1, .site-section__header h2 { font-size: 30px; line-height: 1.15; }
    .site-section__header .text__intro p { font-size: 14px; line-height: 1.45; }
    .site-section__header--service .site-section__header-inside { padding: 42px 16px 28px; }
    .site-section__header--service .service-price { width: 100%; }
    .site-section__header--service .service-price__item { max-width: 100%; padding: 10px 4px; }
    .site-section__header--service .service-price__item span { font-size: 13px; }
    .site-section__header--service .service-price__item em { font-size: 22px; }
    .site-section__inside { padding: 36px 16px; }
    body .site-section__content, body .site-section__aside, .site-section__inside > * { width: 100% !important; max-width: 100%; min-width: 0; float: none !important; box-sizing: border-box; }
    .previews__list, .services__list { display: block; width: 100%; }
    .previews__item, .services__item { display: block; width: 100% !important; max-width: 100%; margin: 0 0 20px !important; float: none !important; }
    .previews__item-image-wrap, .previews__item-image { width: 100%; }
    .previews__item-image { max-height: 220px; object-fit: cover; }
    .previews__item-text { min-height: 0; padding: 16px 14px 34px; }
    .previews__item-text h5 { font-size: 18px; line-height: 1.25; }
    .services__item { min-height: 0; padding: 18px 14px; }
    .services__item-wrapper { display: flex; align-items: center; gap: 14px; }
    .services__item-name { font-size: 16px; line-height: 1.25; }
    .principles__image-wrap, .principles__text { width: 100%; float: none; }
    .principles__image { width: 100%; height: auto; }
    .principles__image-text .text, .principles__text .text { width: auto; min-width: 0; padding: 24px 20px; }
    .recall__items, .recall__clients { width: 100%; float: none; margin: 0; }
    .recall__clients-list .recall__client-logo { width: 33.333%; margin: 0; }
    .map { height: 420px; }
    .article-detail__heading { padding: 28px 16px 20px; }
    .article-detail__heading .site-section__header-inside { padding: 0; }
    .article-detail__heading h1 { font-size: 28px; line-height: 1.15; }
    .article-detail__main, .article-detail__related { width: 100%; max-width: 100%; padding: 0 16px; box-sizing: border-box; }
    .article-detail__image { height: 56vw; min-height: 190px; }
    .article-detail__content { width: 100%; max-width: 100%; font-size: 15px; line-height: 1.6; }
    .article-detail__related-list { display: block; }
    .article-detail__related-card { width: 100%; margin-bottom: 18px; }
    .site-footer { padding: 30px 16px; }
    .site-footer .grid--width { display: block; }
    .site-footer__section { width: 100%; margin-bottom: 24px; }
}
.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; }
}

/* Local polish for service pricing, contacts and the company page. */
.site-header__contacts-item > a,
.site-footer .link-list__item > a[href^="tel:"] { color: inherit; text-decoration: none; }
.site-header__contacts-item > a:hover,
.site-footer .link-list__item > a[href^="tel:"]:hover { color: #8fd63b; }

.site-section__header--service .site-section__header-inside { display: flex; flex-direction: column; align-items: center; padding-top: 60px; padding-bottom: 30px; }
.site-section__header--service .text__intro { min-height: 0; }
.site-section__header--service .service-price { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 18px 48px; width: 100%; margin: 16px auto 0; padding: 14px 24px; box-sizing: border-box; border-top: 1px solid rgba(255,255,255,.3); border-bottom: 1px solid rgba(255,255,255,.3); }
.site-section__header--service .service-price:empty { display: none; }
.site-section__header--service .service-price__item { display: flex; align-items: baseline; gap: 12px; margin: 0; padding: 14px 12px; }
.site-section__header--service .service-price__item em { color: #8fd63b; font-size: 28px; font-style: normal; font-weight: 700; white-space: nowrap; }
.site-section__header--service .request-form { position: static; width: auto; margin: 12px auto 0; }
.site-section__header--service .request-form .button { min-width: 200px; }

.site-section__header--hiw { min-height: 680px !important; background-size: cover; background-position: center center; }
.site-section__header--hiw h1 { text-transform: none; }

.about-page__hero { min-height: 560px !important; background-position: center center; }
.about-page__hero:before { position: absolute; top: 0; right: 0; bottom: 0; left: 0; content: ''; background: linear-gradient(90deg, rgba(0,0,0,.72), rgba(0,0,0,.2)); }
.about-page__hero .site-section__header-inside { position: relative; z-index: 1; align-content: end; padding-bottom: 70px; }
.about-page__hero h1 { max-width: 760px; margin-bottom: 18px; color: #fff; font-size: 48px; line-height: 1.12; }
.about-page__hero .site-section__author { color: #8fd63b; font-size: 16px; }
.about-page__body { align-items: start; gap: 54px; padding-top: 64px; padding-bottom: 74px; }
.about-page__content { max-width: 760px; color: #5e5e5e; font-size: 16px; line-height: 1.75; }
.about-page__content p { margin-bottom: 1.35em; }
.about-page__content h2, .about-page__content h3 { margin: 0 0 20px; color: #141414; font-size: 32px; line-height: 1.2; }
.about-page__aside { position: sticky; top: 24px; }
.about-page .files { border-radius: 3px; box-shadow: 0 12px 30px rgba(0,0,0,.08); }
.about-page .files__header { margin-bottom: 4px; }
.about-page .files__item { transition: background-color .2s ease; }
.about-page .files__item:hover { background: #f4f8ef; }
@media (max-width: 900px) {
    .site-section__header--service .service-price__item { flex-direction: column; align-items: center; gap: 3px; text-align: center; }
    .about-page__hero h1 { font-size: 38px; }
    .about-page__body { display: block; }
    .about-page__content { max-width: none; }
    .about-page .site-section__aside { margin-top: 42px; }
    .about-page__aside { position: static; }
}
@media (max-width: 600px) {
    .site-section__header--service .service-price { gap: 16px; padding: 15px 10px; }
    .site-section__header--service .service-price__item em { font-size: 23px; }
    .site-section__header--hiw { min-height: 560px !important; }
    .about-page__hero { min-height: 460px !important; }
    .about-page__hero h1 { font-size: 31px; }
}

/* Legal documents cards responsive */
.site-section--legal-documents .legal-documents__cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.site-section--legal-documents .legal-documents__card {
    width: 100%;
}
.site-section--legal-documents .legal-documents__card-inner {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 28px 24px;
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0,0,0,.05);
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
    text-decoration: none;
    color: inherit;
}
.site-section--legal-documents .legal-documents__card-inner:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0,0,0,.1);
    border-color: #8fd63b;
}
.site-section--legal-documents .legal-documents__document-header {
    margin: 0 0 16px;
    color: #222;
    font-size: 17px;
    line-height: 1.4;
    font-weight: 600;
}
.site-section--legal-documents .legal-documents__document-footer {
    margin-top: auto;
    padding-top: 14px;
    border-top: 1px solid #eee;
}
.site-section--legal-documents .legal-documents__document-footer p {
    margin: 0;
    color: #8fd63b;
    font-size: 14px;
    font-weight: 500;
}
@media (max-width: 1024px) {
    .site-section--legal-documents .legal-documents__cards {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}
@media (max-width: 768px) {
    .site-section--legal-documents .legal-documents__cards {
        display: flex !important;
        flex-direction: column !important;
        gap: 16px;
        padding: 0;
    }
    .site-section--legal-documents .legal-documents__card {
        width: 100% !important;
        max-width: 100% !important;
        flex: none !important;
    }
    .site-section--legal-documents .legal-documents__card-inner {
        padding: 22px 18px;
        width: 100%;
        box-sizing: border-box;
    }
    .site-section--legal-documents .legal-documents__document-header {
        font-size: 16px;
    }
}
@media (max-width: 600px) {
    .site-section--legal-documents .legal-documents__cards {
        gap: 14px;
    }
    .site-section--legal-documents .legal-documents__card-inner {
        padding: 18px 16px;
    }
}

/* Footer legal documents link fix for Android */
.site-footer__legal-documents {
    position: relative;
    z-index: 100;
}
.site-footer__legal-documents a,
.site-footer__legal-documents .link-list__item-text {
    position: relative;
    z-index: 100;
    pointer-events: auto !important;
    cursor: pointer !important;
    -webkit-tap-highlight-color: rgba(143, 214, 59, .35);
    touch-action: manipulation;
}
.site-footer__bottom {
    position: relative;
}
.site-footer__bottom::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    z-index: 1;
    pointer-events: none;
}

/* Mobile legal docs override - force 1 column */
@media (max-width: 768px) {
    .legal-documents__cards,
    .legal-documents__cards .legal-documents__card,
    .site-section--legal-documents .legal-documents__cards,
    .site-section--legal-documents .legal-documents__card {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        flex-direction: column !important;
        float: none !important;
        grid-template-columns: none !important;
    }
    .legal-documents__card-inner,
    .site-section--legal-documents .legal-documents__card-inner {
        padding: 20px 16px !important;
        font-size: 15px !important;
    }
    .legal-documents__document-header,
    .site-section--legal-documents .legal-documents__document-header {
        font-size: 16px !important;
        word-break: break-word !important;
        overflow-wrap: break-word !important;
        line-height: 1.35 !important;
    }
}
/* Force 1-column cards on mobile - override base */
@media (max-width: 768px) {
    .legal-documents__cards, .legal-documents__cards > * {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        float: none !important;
        flex: none !important;
        grid-template-columns: none !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .legal-documents__card { width: 100% !important; }
    .legal-documents__document { word-break: break-word !important; font-size: 15px !important; }
    .legal-documents__document-header { font-size: 16px !important; line-height: 1.3 !important; }
}
/* Move footer legal link away from floating widget */
.site-footer__legal-documents {
    position: absolute !important;
    left: 16px !important;
    bottom: 8px !important;
    right: auto !important;
    z-index: 100 !important;
}
.site-footer__legal-documents a {
    display: inline-block !important;
    padding: 6px 12px !important;
    background: rgba(255,255,255,.9) !important;
    border-radius: 4px !important;
    font-size: 12px !important;
    box-shadow: 0 2px 6px rgba(0,0,0,.15) !important;
}
/* Final footer link protection from widget overlap */
.site-footer__legal-documents {
    position: fixed !important;
    left: 16px !important;
    bottom: 70px !important;
    z-index: 9999 !important;
}
.site-footer__legal-documents a,
.site-footer__legal-documents .link-list__item-text {
    display: inline-block !important;
    background: #fff !important;
    padding: 8px 14px !important;
    border-radius: 6px !important;
    box-shadow: 0 4px 12px rgba(0,0,0,.25) !important;
    color: #222 !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    line-height: 1.3 !important;
    text-decoration: none !important;
    pointer-events: auto !important;
}
