.newslettre__form + .newslettre__msg {
    display: block;
    width: 100%;
    max-width: 380px;
    margin: 12px auto 0;
    text-align: center;
}

.newslettre__form .is-invalid {
    margin-bottom: 0;
}

.header__action-items .social-media {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-right: 6px;
}

.header__action-items .social-media__item,
.newslettre .social-media__item {
    display: inline-flex;
    align-items: center;
    margin-right: 0;
}

.header__action-items .social-media__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    color: #131315;
    font-size: 16px;
    line-height: 1;
    overflow: hidden;
}

.header__action-items .social-media__link i,
.header__action-items .social-media__link span {
    color: currentColor;
    font-size: 16px;
    line-height: 1;
}

.header__action-items .social-media__link svg,
.header__action-items .social-media__link img {
    display: block;
    width: 17px;
    height: 17px;
    max-width: 17px;
    max-height: 17px;
    object-fit: contain;
    filter: brightness(0) saturate(100%);
}

.header__action-items .social-media__link:hover {
    color: #f67280;
}

.header__action-items .social-media__link:hover svg,
.header__action-items .social-media__link:hover img {
    filter: invert(54%) sepia(68%) saturate(805%) hue-rotate(312deg) brightness(100%) contrast(93%);
}

.language-switch {
    position: relative;
    margin-left: 8px;
}

.language-switch__toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    min-width: 48px;
    height: 30px;
    padding: 0 10px;
    border: 1px solid #e8e8e8;
    border-radius: 15px;
    background-color: #ffffff;
    color: #131315;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    transition: all 0.25s ease;
}

.language-switch__toggle:hover,
.language-switch__toggle:focus {
    border-color: #f67280;
    color: #f67280;
    outline: none;
}

.language-switch__icon {
    font-size: 10px;
    line-height: 1;
}

.language-switch__menu {
    min-width: 150px;
    padding: 8px;
    border: 1px solid #eeeeee;
    border-radius: 8px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.language-switch__item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 10px;
    border-radius: 6px;
    color: #131315;
    font-size: 13px;
    line-height: 1.2;
    text-decoration: none;
}

.language-switch__item:hover,
.language-switch__item.active {
    background-color: rgba(246, 114, 128, 0.1);
    color: #f67280;
}

.language-switch__code {
    flex: 0 0 auto;
    min-width: 24px;
    font-weight: 700;
    text-transform: uppercase;
}

.language-switch__name {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.category-menu,
.category-menu__submenu {
    list-style: none;
}

.navbar-nav .category-menu .dropdown-submenu {
    position: relative;
}

.navbar-nav .category-menu .category-menu__link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    width: 100%;
    min-height: 28px;
    white-space: nowrap;
}

.navbar-nav .category-menu .category-menu__link--parent::after {
    margin-left: auto;
    padding-left: 8px;
    font-size: 12px;
}

@media all and (min-width: 1200px) {
    .header__navbar .navbar-nav .category-menu {
        max-height: calc(100vh - 130px);
        overflow: visible;
    }

    .header__navbar .navbar-nav .category-menu .category-menu__submenu {
        display: block;
        top: 0 !important;
        left: 100%;
        min-width: 220px;
        margin-top: -22px;
        margin-left: 12px;
        opacity: 0 !important;
        visibility: hidden !important;
        transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
        transform: translateX(-4px);
    }

    .header__navbar .navbar-nav .category-menu .category-menu__link--parent::after {
        content: "\f285";
    }

    .header__navbar .navbar-nav .category-menu .dropdown-submenu:hover > .category-menu__submenu,
    .header__navbar .navbar-nav .category-menu .dropdown-submenu:focus-within > .category-menu__submenu {
        opacity: 1 !important;
        visibility: visible !important;
        transform: translateX(0);
    }

    .header__navbar .navbar-nav .category-menu .dropdown-submenu:hover > .category-menu__link,
    .header__navbar .navbar-nav .category-menu .dropdown-submenu:focus-within > .category-menu__link {
        color: #f67280;
    }
}

@media all and (max-width: 1200px) {
    .header__navbar .category-menu {
        display: none;
        max-height: calc(100vh - 155px);
        overflow-y: auto;
    }

    .header__navbar .category-menu.show,
    .header__navbar .is-open > .category-menu {
        display: block;
    }

    .header__navbar .category-menu .category-menu__submenu {
        display: none;
        position: static;
        width: 100%;
        margin: 8px 0 0 0;
        padding: 2px 0 8px 14px;
        border-radius: 0;
        box-shadow: none;
        background: transparent;
    }

    .header__navbar .category-menu .dropdown-submenu.is-open > .category-menu__submenu {
        display: block;
    }

    .header__navbar .category-menu .dropdown-submenu {
        padding-right: 0;
    }

    .header__navbar .category-menu li {
        padding-right: 18px;
        padding-left: 18px;
    }

    .header__navbar .category-menu .category-menu__submenu li {
        padding-right: 0;
        padding-left: 12px;
    }

    .header__navbar .category-menu .category-menu__link {
        min-height: 36px;
        padding-top: 8px;
        padding-bottom: 8px;
        white-space: normal;
    }

    .header__navbar .category-menu .category-menu__link--parent {
        font-weight: 800;
    }

    .header__navbar .category-menu .category-menu__link--parent::after {
        content: "\f282";
        transform: rotate(0deg);
        color: #f67280;
    }

    .header__navbar .category-menu .dropdown-submenu.is-open > .category-menu__link--parent::after {
        transform: rotate(180deg);
    }
}

.newslettre .social-media--layout-three {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px 14px;
    margin-bottom: 0;
}

.newslettre__section {
    padding: 28px 0 !important;
}

.newslettre__title {
    margin-bottom: 6px !important;
    font-size: 28px;
}

.newslettre__desc {
    margin-bottom: 12px !important;
}

.newslettre__form {
    margin-bottom: 16px !important;
}

.newslettre .social-media--layout-three .social-media__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    line-height: 1;
    color: #d9d9d9;
    font-weight: 500;
}

.newslettre .social-media--layout-three .social-media__link i,
.newslettre .social-media--layout-three .social-media__link svg,
.newslettre .social-media--layout-three .social-media__link span {
    color: #d9d9d9;
}

.newslettre .social-media--layout-three .social-media__link i,
.newslettre .social-media--layout-three .social-media__link svg {
    flex: 0 0 auto;
    margin-right: 0;
    font-size: 18px;
    line-height: 1;
}

.newslettre .social-media--layout-three .social-media__link svg {
    width: 18px;
    height: 18px;
}

.newslettre .social-media--layout-three .social-media__link img {
    width: 18px;
    height: 18px;
    object-fit: contain;
}

.footer__legal {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px 22px;
    width: min(100%, 980px);
    min-height: 0;
    margin: 0 auto 12px;
    padding: 0 16px;
}

.footer__legal-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 28px;
    color: #d9d9d9;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.25;
    text-align: center;
    text-decoration: none;
    transition: color 0.25s ease, transform 0.25s ease;
}

.footer__copyright {
    padding: 12px 0 !important;
}

.footer__legal-link:hover {
    color: #f67280;
    transform: translateY(-1px);
}

.legal-page {
    margin-top: 84px;
    padding: 58px 0 72px;
    background: linear-gradient(180deg, #f8f8ff 0%, #ffffff 88%);
}

.legal-page__inner {
    width: min(100%, 920px);
    margin: 0 auto;
    padding: 0 6px;
}

.legal-page__header {
    margin-bottom: 26px;
    padding-bottom: 22px;
    border-bottom: 1px solid #ececf4;
}

.legal-page__label {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    margin-bottom: 14px;
    padding: 6px 12px;
    border-radius: 16px;
    background-color: rgba(246, 114, 128, 0.12);
    color: #f67280;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.2;
}

.legal-page__title {
    margin-bottom: 0;
    color: #131315;
    font-size: 44px;
    font-weight: 900;
    line-height: 1.1;
}

.legal-page__content {
    color: #77798a;
    font-size: 17px;
    line-height: 1.85;
}

.legal-page__content p {
    margin-bottom: 18px;
}

.legal-page__content h2,
.legal-page__content h3,
.legal-page__content h4 {
    margin: 30px 0 12px;
    color: #131315;
    font-weight: 800;
    line-height: 1.25;
}

.legal-page__content ul,
.legal-page__content ol {
    margin-bottom: 18px;
    padding-left: 22px;
}

.legal-page__content a {
    color: #f67280;
    text-decoration: none;
}

.legal-page__content a:hover {
    text-decoration: underline;
}

.dark .header__action-items .social-media__link,
.dark .header__action-items .social-media__link i,
.dark .header__action-items .social-media__link span {
    color: #d9d9d9;
}

.dark .header__action-items .social-media__link svg,
.dark .header__action-items .social-media__link img {
    filter: brightness(0) invert(88%);
}

.dark .header__action-items .social-media__link:hover svg,
.dark .header__action-items .social-media__link:hover img {
    filter: invert(54%) sepia(68%) saturate(805%) hue-rotate(312deg) brightness(100%) contrast(93%);
}

.dark .language-switch__toggle {
    border-color: #2d2d2d;
    background-color: #131315;
    color: #d9d9d9;
}

.dark .language-switch__toggle:hover,
.dark .language-switch__toggle:focus {
    border-color: #f67280;
    color: #f67280;
}

.dark .language-switch__menu {
    border-color: #2d2d2d;
    background-color: #131315;
}

.dark .language-switch__item {
    color: #d9d9d9;
}

.dark .language-switch__item:hover,
.dark .language-switch__item.active {
    background-color: rgba(246, 114, 128, 0.16);
    color: #f67280;
}

.search__box .container-fluid,
.search__box .row {
    width: 100%;
}

.search__box.search__box--open {
    align-items: stretch;
    overflow-y: auto;
}

.search__content {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    min-height: 100vh;
    padding: 90px 0 50px;
}

.search__content .search__form {
    position: static;
    left: auto;
    top: auto;
    max-width: 720px;
    margin: 0 auto;
    transform: none;
}

.search__suggestions {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
    width: 100%;
    max-width: 820px;
    margin: 24px auto 0;
}

.search__suggestions-label {
    color: #131315;
    font-size: 15px;
    font-weight: 600;
}

.search__suggestions-list {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}

.search__suggestion-link {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 8px 18px;
    border: 1px solid #ececf4;
    border-radius: 20px;
    background-color: #ffffff;
    color: #565665;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    text-decoration: none;
    box-shadow: 0 8px 18px rgba(69, 67, 96, 0.06);
    transition: all 0.25s ease;
}

.search__suggestion-link:hover {
    border-color: #f67280;
    color: #f67280;
    transform: translateY(-1px);
}

.search__posts {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    width: 100%;
    max-width: 960px;
    margin: 34px auto 0;
}

.search__post-card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    padding: 14px;
    border-radius: 8px;
    background-color: #ffffff;
    color: #131315;
    text-decoration: none;
    box-shadow: 0 12px 28px rgba(69, 67, 96, 0.08);
    transition: all 0.25s ease;
}

.search__post-card:hover {
    color: #131315;
    transform: translateY(-3px);
    box-shadow: 0 16px 34px rgba(69, 67, 96, 0.12);
}

.search__post-image-wrap {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border-radius: 6px;
    background-color: #eef0fb;
}

.search__post-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.search__post-card:hover .search__post-image {
    transform: scale(1.04);
}

.search__post-body {
    display: flex;
    flex-direction: column;
    min-width: 0;
    padding-top: 12px;
}

.search__post-category {
    width: fit-content;
    max-width: 100%;
    margin-bottom: 8px;
    padding: 4px 10px;
    border-radius: 14px;
    background-color: rgba(246, 114, 128, 0.12);
    color: #f67280;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.search__post-title {
    display: -webkit-box;
    min-height: 44px;
    color: #131315;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.35;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.search__post-desc {
    display: -webkit-box;
    margin-top: 8px;
    color: #7b7b8f;
    font-size: 13px;
    line-height: 1.45;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.empty-search {
    background: #ffffff;
    border-radius: 8px;
    padding: 34px;
}

.empty-search__title {
    color: #152035;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}

.empty-search__text {
    color: #6d7280;
    margin-bottom: 0;
}

.dark .search__suggestions-label {
    color: #d9d9d9;
}

.dark .search__suggestion-link,
.dark .search__post-card {
    background-color: #17171a;
    color: #d9d9d9;
}

.dark .search__suggestion-link {
    border-color: #2d2d2d;
}

.dark .search__post-title {
    color: #ffffff;
}

.dark .empty-search {
    background: #17171a;
}

.dark .empty-search__title {
    color: #ffffff;
}

.dark .empty-search__text {
    color: #b8b8c4;
}

.dark .search__post-image-wrap {
    background-color: #24242a;
}

@media screen and (max-width: 576px) {
    .header__action-items .social-media {
        display: none;
    }

    .header__action-items .search-icon {
        display: block;
    }

    .header__action-items .search-icon__link {
        width: 28px;
        height: 28px;
        line-height: 28px;
        margin-left: 8px;
        font-size: 11px;
    }

    .header__action-items .language-switch {
        display: block;
        margin-left: 8px;
    }

    .language-switch__toggle {
        min-width: 44px;
        height: 28px;
        padding: 0 8px;
        font-size: 11px;
    }

    .search__content {
        justify-content: flex-start;
        min-height: 100vh;
        padding: 76px 0 28px;
        overflow-y: auto;
    }

    .search__content .search__form {
        max-width: 100%;
    }

    .search__suggestions {
        justify-content: flex-start;
        gap: 10px;
        margin-top: 18px;
    }

    .search__suggestions-list {
        justify-content: flex-start;
        width: 100%;
        gap: 8px;
    }

    .search__suggestion-link {
        min-height: 34px;
        padding: 7px 12px;
        font-size: 13px;
    }

    .search__posts {
        grid-template-columns: 1fr;
        gap: 12px;
        margin-top: 22px;
    }

    .search__post-card {
        flex-direction: row;
        align-items: center;
        padding: 10px;
    }

    .search__post-image-wrap {
        flex: 0 0 96px;
        width: 96px;
        aspect-ratio: 1 / 1;
    }

    .search__post-body {
        min-width: 0;
        padding-top: 0;
        padding-left: 12px;
    }

    .search__post-category {
        margin-bottom: 6px;
        font-size: 11px;
    }

    .search__post-title {
        min-height: 0;
        font-size: 14px;
    }

    .search__post-desc {
        margin-top: 5px;
        font-size: 12px;
    }

    .footer__legal {
        gap: 8px 10px;
        min-height: 0;
        margin: 0 auto 12px;
        padding: 0 10px;
    }

    .footer__legal-link {
        flex: 1 1 calc(50% - 14px);
        min-width: 130px;
        min-height: 28px;
        font-size: 13px;
    }

    .legal-page {
        margin-top: 80px;
        padding: 38px 0 48px;
    }

    .legal-page__header {
        margin-bottom: 20px;
        padding-bottom: 18px;
    }

    .legal-page__title {
        font-size: 32px;
    }

    .legal-page__content {
        font-size: 15px;
        line-height: 1.75;
    }
}

@media screen and (min-width: 577px) and (max-width: 991px) {
    .search__posts {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        max-width: 680px;
    }
}

.post-single__image {
    position: relative;
}

.post-single__video-play {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background-color: #f67280;
    color: #ffffff;
    box-shadow: 0 12px 30px rgba(246, 114, 128, 0.35);
    transform: translate(-50%, -50%);
    transition: all 0.25s ease;
}

.post-single__video-play::before {
    content: "";
    position: absolute;
    inset: -10px;
    border-radius: 50%;
    background-color: rgba(246, 114, 128, 0.18);
}

.post-single__video-play i {
    position: relative;
    z-index: 1;
    margin-left: 4px;
    font-size: 34px;
    line-height: 1;
}

.post-single__video-play:hover {
    background-color: #131315;
    color: #ffffff;
    transform: translate(-50%, -50%) scale(1.05);
}

.dark .post-single__video-play:hover {
    background-color: #ffffff;
    color: #131315;
}

/* ------------------------------
        Team
------------------------------ */
.team__section {
    padding: 90px 0 20px;
}

.team__head {
    margin-bottom: 45px;
    text-align: center;
}

.team__label {
    display: inline-block;
    margin-bottom: 14px;
    padding: 5px 16px;
    border-radius: 20px;
    background-color: rgba(246, 114, 128, 0.12);
    color: #f67280;
    font-family: "Inter Tight", sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.team__title {
    margin-bottom: 12px;
    color: #131315;
    font-size: 36px;
    line-height: 1.25;
}

.team__subtitle {
    max-width: 560px;
    margin: 0 auto;
    color: #94979e;
    font-size: 16px;
    line-height: 1.7;
}

.team-card {
    height: 100%;
    margin-bottom: 30px;
    padding: 30px 24px;
    border-radius: 20px;
    background-color: #ffffff;
    box-shadow: 0px 5px 20px 0px rgba(69, 67, 96, 0.1);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.team-card:hover {
    transform: translateY(-6px);
    box-shadow: 0px 14px 34px 0px rgba(69, 67, 96, 0.18);
}

.team-card__image {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 120px;
    margin: 0 auto 20px;
    border-radius: 50%;
    background-color: #f9f9ff;
    overflow: hidden;
}

.team-card__image::after {
    content: "";
    position: absolute;
    inset: -5px;
    border: 2px solid rgba(246, 114, 128, 0.25);
    border-radius: 50%;
    transition: border-color 0.3s ease;
}

.team-card:hover .team-card__image::after {
    border-color: #f67280;
}

.team-card__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.team-card__initials {
    color: #f67280;
    font-family: "Inter Tight", sans-serif;
    font-size: 40px;
    font-weight: 600;
    line-height: 1;
}

.team-card__name {
    margin-bottom: 6px;
    color: #131315;
    font-size: 19px;
}

.team-card__position {
    display: inline-block;
    margin-bottom: 14px;
    color: #f67280;
    font-family: "Inter Tight", sans-serif;
    font-size: 14px;
    font-weight: 500;
}

.team-card__desc {
    color: #94979e;
    font-size: 15px;
    line-height: 1.7;
}

.team-card__desc p:last-child {
    margin-bottom: 0;
}

.dark .team-card {
    background-color: #2b2b2b;
}

.dark .team-card__image {
    background-color: #1d1d1d;
}

.dark .team__title,
.dark .team-card__name {
    color: #ffffff;
}

.dark .team__subtitle,
.dark .team-card__desc {
    color: #b5b5b5;
}

@media screen and (max-width: 991px) {
    .team__section {
        padding: 60px 0 10px;
    }

    .team__title {
        font-size: 28px;
    }
}
