/* Desinfection page fallback styles */
.desinfection-page {
    background: #ffffff;
}

.desinfection-header {
    position: sticky;
    top: 0;
    z-index: 550;
    background: #f7f7f7;
    border-top: 1px solid #e4e6e8;
    border-bottom: 1px solid #eceef0;
}

.desinfection-header__inner {
    min-height: 76px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.desinfection-header__brand img {
    width: 116px;
    height: auto;
}

.desinfection-header__right {
    flex: 1;
    max-width: 920px;
}

.desinfection-header__contact {
    min-height: 26px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 1.2rem;
}

.desinfection-header__contact-item {
    margin: 0;
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    color: #8b8f94;
    font-size: 100%;
    letter-spacing: 0.01em;
}

.desinfection-header__contact-item img {
    width: 11px;
    height: 11px;
}

.desinfection-header__menu-toggle {
    display: none;
    border: 1px solid #b8bdc0;
    background: #f1f1f1;
    color: #6a7175;
    text-transform: uppercase;
    font-size: 100%;
    letter-spacing: 0.04em;
    padding: 0.35rem 0.6rem;
}

.desinfection-header__nav-list {
    margin: 0;
    padding: 0.15rem 0 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 0.85rem;
    list-style: none;
    flex-wrap: wrap;
}

.desinfection-header__nav-item a {
    color: #7a7f82;
    font-size: 100%;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.desinfection-header__nav-item--current a {
    color: #1ca2a8;
}

.desinfection-hero {
    position: relative;
    height: 570px;
    overflow: hidden;
}

.desinfection-hero__slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 0.25s ease;
}

.desinfection-hero__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.desinfection-hero__slide--default {
    opacity: 1;
}

.desinfection-hero.is-alt .desinfection-hero__slide--default {
    opacity: 0;
}

.desinfection-hero.is-alt .desinfection-hero__slide--alt {
    opacity: 1;
}

.desinfection-hero__overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    gap: 0.6rem;
    padding-bottom: 24px;
}

.desinfection-hero__cta {
    min-width: 164px;
    min-height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(116, 122, 127, 0.78);
    color: #f7f7f7;
    font-size: 100%;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    padding: 0.55rem 0.8rem;
}

.desinfection-hero__dots {
    display: inline-flex;
    gap: 0.35rem;
}

.desinfection-hero__dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
}

.desinfection-hero__dot--active {
    background: #22b8bf;
}

.desinfection-content {
    background: #f7f7f7 url("src/images/original/motif-f.png") repeat;
}

.desinfection-content__spacer {
    height: 278px;
    background: #ffffff;
}

.desinfection-content__body {
    padding: 2.1rem 0 1.4rem;
}

.desinfection-content__title {
    margin: 0 0 0.45rem;
    color: #3a4044;
    font-size: 350%;
    line-height: 1.04;
    text-transform: uppercase;
}

.desinfection-content__lead {
    margin: 0 0 0.3rem;
    color: #3a4044;
    font-size: 100%;
    line-height: 1.45;
}

.desinfection-tabs {
    margin-top: 0.75rem;
}

.desinfection-tabs__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.55rem;
}

.desinfection-tabs__trigger {
    position: relative;
    display: block;
    width: 100%;
    border: 1px solid #c3c7cb;
    padding: 0;
    background: #f0f0f0;
    cursor: pointer;
}

.desinfection-tabs__trigger img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    filter: brightness(0.8);
}

.desinfection-tabs__trigger span {
    margin: 0;
    min-height: 32px;
    width: calc(100% - 14px);
    display: grid;
    place-items: center;
    padding: 0.18rem 0.3rem;
    background: #1ea9ae;
    color: #ffffff;
    font-size: 100%;
    text-transform: none;
    line-height: 1.1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.desinfection-tabs__trigger.is-active span {
    background: #1d9ea5;
}

.desinfection-tabs__panel {
    margin-top: 0.75rem;
    padding: 0.5rem 0.5rem 0.75rem;
    border: 1px solid #d6dade;
    background: rgba(255, 255, 255, 0.76);
}

.desinfection-tabs__panel-title {
    margin: 0 0 0.45rem;
    color: #4a4f54;
    font-size: 100%;
    text-transform: uppercase;
}

.desinfection-tabs__panel-text {
    margin: 0 0 0.7rem;
    color: #3a4044
    font-size: 100%;
    line-height: 1.45;
}

.desinfection-tabs__images {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.55rem;
    max-width: 560px;
    margin: 0 auto;
}

.desinfection-tabs__images img {
    width: 100%;
    aspect-ratio: 1.46;
    object-fit: cover;
}

.desinfection-content__meta {
    margin: 0.35rem 0 0;
    color: #3a4044;
    font-size: 100%;
    line-height: 1.4;
}

.desinfection-content__meta a {
    color: #2eb5b9;
}

.desinfection-footer {
    background: #f7f7f7 url("src/images/original/motif-f.png") repeat;
    padding: 0.85rem 0 0.95rem;
}

.desinfection-footer__inner {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1fr) minmax(0, 0.85fr);
    gap: 1rem;
    align-items: end;
}

.desinfection-footer__logo {
    width: 90px;
    height: auto;
}

.desinfection-footer__left-socials {
    margin-top: 0.3rem;
    display: flex;
    gap: 0.35rem;
}

.desinfection-footer__left-socials a {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #73787c;
    color: #ffffff;
    font-size: 100%;
    text-transform: uppercase;
}

.desinfection-footer__contact h2 {
    margin: 0 0 0.32rem;
    color: #1aa3a8;
    font-size: 100%;
    text-transform: uppercase;
}

.desinfection-footer__contact p {
    margin: 0 0 0.3rem;
    color: #262a2d;
    font-size: 100%;
    line-height: 1.35;
}

.desinfection-footer__notice p {
    margin: 0 0 0.6rem;
    text-align: right;
    color: #4f565a;
    font-size: 100%;
    line-height: 1.35;
}

.desinfection-footer__bottom {
    grid-column: 1 / -1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
}

.desinfection-footer__social {
    width: 16px;
    height: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    color: #ffffff;
    font-size: 100%;
    font-weight: 700;
    font-family: Arial, sans-serif;
}

.desinfection-footer__social--facebook {
    background: #4c72b8;
}

.desinfection-footer__social--x {
    background: #000000;
    font-size: 100%;
}

.desinfection-footer__legal {
    margin-left: 0.35rem;
    color: #158f96;
    font-size: 100%;
}
