/* =========================================================
   BASE
   ========================================================= */

* {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    background: #e6e4e4 !important;
    color: #222222;
    font-family: Arial, Helvetica, sans-serif;
}

a {
    color: #d97900;
}

a:hover {
    color: #c96f00;
}


/* =========================================================
   CONTENEUR PRINCIPAL
   ========================================================= */

.wrap {
    max-width: 1120px;
    margin: 20px auto 70px auto;
    padding: 0 16px;
}


/* =========================================================
   HEADER SIMPLE / RESULTATS
   ========================================================= */

.top {
    display: block !important;
    width: 100% !important;
    background: #e6e4e4 !important;
    border-bottom: 1px solid #d2d0d0 !important;
    padding: 0 !important;
    text-align: left !important;
    box-shadow: none !important;
}

.top-inner {
    width: 1120px !important;
    max-width: calc(100% - 40px) !important;
    margin: 0 auto !important;
    padding: 6px 0 !important;
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    text-align: left !important;
}

.logo {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 0 !important;
    color: inherit !important;
    text-shadow: none !important;
}

.logo img {
    display: block !important;
    height: 64px !important;
    width: auto !important;
    max-width: 200px !important;
    margin: 0 !important;
    padding: 0 !important;
}


/* =========================================================
   HEADER OULFA V2
   ========================================================= */

.oulfa-header-v2 {
    width: 100%;
    background: #e6e4e4;
    border-bottom: 1px solid #d2d0d0;
    font-family: Arial, Helvetica, sans-serif;
}

.oulfa-header-inner {
    max-width: 1120px;
    margin: 0 auto;
    padding: 18px 0;
    display: flex;
    align-items: flex-start;
    gap: 34px;
}

.oulfa-header-logo {
    flex: 0 0 260px;
    padding-top: 10px;
}

.oulfa-header-logo img {
    display: block;
    width: 260px;
    height: auto;
}

.oulfa-header-right {
    flex: 1;
    min-width: 0;
}

.oulfa-main-nav ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 26px;
    margin: 0 0 18px 0;
    padding: 0;
    list-style: none;
}

.oulfa-main-nav a {
    color: #555555;
    font-size: 19px;
    line-height: 1.2;
    text-decoration: none;
}

.oulfa-main-nav li.active a,
.oulfa-main-nav a:hover {
    color: #f78f07;
}

.oulfa-login-form {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
    margin: 0 0 8px 0;
}

.oulfa-login-form label {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #666666;
    font-size: 14px;
}

.oulfa-login-form input {
    width: 150px;
    height: 26px;
    padding: 3px 8px;
    border: 1px solid #cfd6df;
    background: #eef4ff;
    font-size: 13px;
}

.oulfa-login-ok {
    height: 26px;
    padding: 0 12px;
    background: #a33ca7;
    color: #ffffff;
    border: 1px solid #7d267f;
    font-weight: bold;
    cursor: pointer;
}

.oulfa-header-links {
    text-align: right;
    margin: 4px 0 8px 0;
    color: #777777;
    font-size: 17px;
}

.oulfa-header-links a {
    color: #d97900;
    text-decoration: underline;
    font-size: 17px;
}

.oulfa-header-links span {
    margin: 0 12px;
    color: #777777;
}

.oulfa-header-title {
    margin: 8px 0 0 0;
    text-align: left;
    color: #555555;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 28px;
    line-height: 1.25;
    font-weight: bold;
}


/* =========================================================
   HEADER MOBILE
   ========================================================= */

.oulfa-mobile-header {
    background: #e6e4e4;
    border-bottom: 1px solid #d2d0d0;
}

.oulfa-mobile-top {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    min-height: 78px;
    padding: 8px 12px;
}

.oulfa-mobile-logo img {
    display: block;
    width: 190px;
    height: auto;
    max-width: 70vw;
}

.oulfa-mobile-menu-btn {
    position: absolute;
    left: 12px;
    top: 22px;
    width: 48px;
    height: 38px;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
}

.oulfa-mobile-actions {
    display: flex;
    gap: 10px;
    justify-content: center;
    padding: 8px 12px 10px 12px;
}

.oulfa-mobile-actions a {
    flex: 1;
    max-width: 150px;
    min-height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f78f07;
    color: #ffffff;
    border: 1px solid #d97900;
    border-radius: 4px;
    font-size: 17px;
    font-weight: bold;
    text-decoration: none;
    box-shadow: 0 2px 3px rgba(0,0,0,0.22);
}

.oulfa-mobile-title {
    margin: 0;
    padding: 10px 12px 14px 12px;
    text-align: center;
    color: #555555;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 24px;
    line-height: 1.25;
    font-weight: bold;
}


/* =========================================================
   MENU MOBILE DRAWER
   ========================================================= */

.oulfa-menu-overlay {
    display: none;
}

.oulfa-mobile-drawer {
    position: fixed;
    top: 0;
    left: -285px;
    width: 285px;
    height: 100vh;
    background: #ffffff;
    z-index: 99999;
    box-shadow: 4px 0 18px rgba(0,0,0,0.25);
    transition: left 0.25s ease;
}

.oulfa-menu-open .oulfa-mobile-drawer {
    left: 0;
}

.oulfa-menu-open .oulfa-menu-overlay {
    display: block;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.45);
    z-index: 99998;
}

.oulfa-mobile-drawer-head {
    height: 76px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 14px;
    border-bottom: 1px solid #eeeeee;
}

.oulfa-mobile-drawer-head img {
    width: 145px;
    height: auto;
}

.oulfa-mobile-drawer-head button {
    border: 0;
    background: transparent;
    font-size: 34px;
    line-height: 1;
    color: #555555;
    cursor: pointer;
}

.oulfa-mobile-drawer a {
    display: block;
    padding: 15px 18px;
    border-bottom: 1px solid #eeeeee;
    color: #333333;
    font-size: 17px;
    font-weight: bold;
    text-decoration: none;
}

.oulfa-mobile-drawer a:hover {
    background: #fff4e6;
    color: #f78f07;
}


/* =========================================================
   SUMMARY / INTRO
   ========================================================= */

.summary,
.premium-summary {
    background: #ffffff !important;
    border: 1px solid #c9c9c9 !important;
    border-radius: 4px !important;
    padding: 20px;
    margin-bottom: 22px;
    box-shadow: none !important;
}

.premium-summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.summary-main {
    min-width: 0;
}

.summary-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #df7c00;
    background: #fff3e3;
    border: 1px solid #ffd9a3;
    border-radius: 999px;
    padding: 7px 12px;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 12px;
}

.summary-eyebrow::before {
    content: "♥";
    color: #f78f07;
}

.summary h1,
.premium-summary h1 {
    margin: 0 0 14px 0;
    color: #333333;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 30px;
    line-height: 1.18;
    font-weight: 700;
}

.summary p {
    margin: 6px 0;
    color: #555555;
}

.criteria-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin: 0 0 12px 0;
}

.criteria-badges span {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 7px 12px;
    border-radius: 999px;
    background: #ffffff;
    border: 1px solid #eadfd3;
    color: #3f3f46;
    font-weight: 700;
    font-size: 14px;
}

.summary-location,
.summary-count {
    margin: 0 0 4px 0;
    color: #6b7280;
    font-size: 15px;
}

.summary-count strong {
    color: #d97900;
    font-size: 20px;
}

.summary-actions {
    flex: 0 0 auto;
}


/* =========================================================
   BOUTONS
   ========================================================= */

.btn,
.profile-link,
.pagination a {
    background: #f78f07 !important;
    border: 1px solid #d97900 !important;
    color: #ffffff !important;
    border-radius: 4px !important;
    box-shadow: 0 2px 3px rgba(0,0,0,0.22) !important;
    text-shadow: 0 1px 0 rgba(0,0,0,0.20);
    text-decoration: none !important;
    font-weight: 700;
}

.btn {
    display: inline-block;
    padding: 12px 20px;
}

.btn:hover,
.profile-link:hover,
.pagination a:hover {
    background: #e17f00 !important;
    border-color: #c96f00 !important;
    color: #ffffff !important;
}


/* =========================================================
   GRILLE PROFILS
   ========================================================= */

.grid {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 20px !important;
    align-items: stretch !important;
}

.card {
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
    min-height: 540px !important;
    background: #ffffff !important;
    border: 1px solid #c9c9c9 !important;
    border-radius: 4px !important;
    overflow: hidden !important;
    box-shadow: none !important;
}

.card:hover {
    transform: none !important;
    box-shadow: none !important;
}
.photo img,
.no-photo img {
    width: 100% !important;
    height: 100% !important;
    display: block !important;
    object-fit: cover !important;
    object-position: center 35% !important;
}
.photo,
.no-photo {
    width: 100% !important;
    height: 245px !important;
    min-height: 245px !important;
    overflow: hidden !important;
    background: #f2f2f2 !important;
    border-bottom: 1px solid #dddddd !important;
    display: block !important;
}

.lazy-bg {
    background-image: none;
    background-color: #f1eeee !important;
}

.lazy-bg.is-loaded {
    background-color: #f5eee6 !important;
}

.card-body {
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    padding: 15px !important;
    overflow: hidden !important;
}

.name {
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 18px !important;
    line-height: 1.25 !important;
    font-weight: 700 !important;
    color: #111111 !important;
    margin: 0 0 6px 0 !important;
    min-height: 23px !important;
}

.profile-location,
.meta {
    display: flex !important;
    align-items: center !important;
    gap: 5px !important;
    font-size: 14px !important;
    line-height: 1.3 !important;
    color: #6b7280 !important;
    min-height: 20px !important;
    margin: 0 0 10px 0 !important;
}

.meta::before {
    content: none !important;
    display: none !important;
}

.profile-location .pin {
    color: #f78f07 !important;
    font-size: 13px !important;
    line-height: 1 !important;
    margin-right: 2px !important;
}

.profile-info {
    font-size: 14px !important;
    line-height: 1.25 !important;
    color: #333333 !important;
    height: 36px !important;
    overflow: hidden !important;
    margin: 0 0 6px 0 !important;
    font-weight: 600 !important;
}

.profile-details {
    font-size: 13px !important;
    line-height: 1.25 !important;
    color: #555555 !important;
    height: 36px !important;
    overflow: hidden !important;
    margin: 0 0 7px 0 !important;
}

.excerpt {
    font-family: Georgia, "Times New Roman", serif !important;
    font-size: 15px !important;
    line-height: 1.35 !important;
    color: #2f2f2f !important;
    height: 62px !important;
    min-height: 62px !important;
    max-height: 62px !important;
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical !important;
    margin: 0 0 8px 0 !important;
}

.profile-region {
    font-size: 13px !important;
    line-height: 1.25 !important;
    color: #555555 !important;
    height: 42px !important;
    overflow: hidden !important;
    margin: 0 0 6px 0 !important;
}

.profile-region a {
    color: #d97900 !important;
    text-decoration: underline !important;
}

.profile-card-bottom {
    margin-top: auto !important;
    display: block !important;
}

.photo-count {
    display: block !important;
    height: 18px !important;
    line-height: 18px !important;
    overflow: hidden !important;
    margin: 0 0 8px 0 !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    color: #333333 !important;
}

.profile-link {
    width: 100% !important;
    height: 42px !important;
    min-height: 42px !important;
    margin: 0 !important;
    padding: 0 12px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 16px !important;
}


/* =========================================================
   PUB DANS LA GRILLE
   ========================================================= */

.grid > .grid-ad {
    grid-column: 1 / -1 !important;
    width: 100% !important;
    display: block !important;
    text-align: center !important;
    margin: 28px 0 !important;
}

.ad-label {
    font-size: 12px;
    color: #888888;
    margin-bottom: 6px;
    text-align: center;
}


/* =========================================================
   EMPTY STATE
   ========================================================= */

.empty {
    background: #ffffff;
    border: 1px solid #cfcfcf;
    border-radius: 4px;
    padding: 24px;
}


/* =========================================================
   PAGINATION
   ========================================================= */

.pagination {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
    justify-content: center !important;
    align-items: center !important;
    margin: 30px 0 50px 0 !important;
}

.pagination .page-link {
    min-width: 42px !important;
    height: 40px !important;
    padding: 0 13px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #ffffff !important;
    border: 1px solid #d97900 !important;
    color: #d97900 !important;
    border-radius: 4px !important;
    text-decoration: none !important;
    font-weight: 700 !important;
    box-shadow: none !important;
}

.pagination a.page-link:hover {
    background: #fff4e6 !important;
    color: #c96f00 !important;
}

.pagination .page-current {
    background: #f78f07 !important;
    border-color: #d97900 !important;
    color: #ffffff !important;
    box-shadow: 0 2px 3px rgba(0,0,0,0.20) !important;
}

.pagination .page-prev,
.pagination .page-next {
    min-width: 105px !important;
    background: #f78f07 !important;
    color: #ffffff !important;
    box-shadow: 0 2px 3px rgba(0,0,0,0.20) !important;
}

.pagination .page-prev:hover,
.pagination .page-next:hover {
    background: #e17f00 !important;
    color: #ffffff !important;
}

.pagination .page-dots {
    height: 40px !important;
    padding: 0 4px !important;
    display: inline-flex !important;
    align-items: center !important;
    color: #777777 !important;
    font-weight: 700 !important;
}


/* =========================================================
   CTA ASSISTANT
   ========================================================= */

.assistant-inline-cta {
    grid-column: 1 / -1;
    margin: 10px 0 14px 0;
    padding: 24px 22px;
    background: #ffffff;
    border: 1px solid #cfcfcf;
    border-radius: 6px;
    text-align: center;
    box-shadow: 0 2px 5px rgba(0,0,0,0.08);
}

.assistant-inline-cta h2 {
    margin: 0 0 8px 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 25px;
    color: #222222;
    line-height: 1.25;
}

.assistant-inline-cta p {
    max-width: 620px;
    margin: 0 auto 18px auto;
    color: #555555;
    font-size: 16px;
    line-height: 1.45;
}

.assistant-inline-cta-actions {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.assistant-inline-cta .cta-main {
    display: inline-flex;
    min-height: 44px;
    padding: 0 22px;
    align-items: center;
    justify-content: center;
    background: #f78f07;
    color: #ffffff;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 700;
    box-shadow: 0 2px 3px rgba(0,0,0,0.20);
}

.assistant-inline-cta .cta-main:hover {
    background: #e17f00;
    color: #ffffff;
}

.assistant-inline-cta .cta-secondary {
    color: #666666;
    font-weight: 700;
    text-decoration: none;
}

.assistant-inline-cta .cta-secondary:hover {
    color: #d97900;
    text-decoration: underline;
}


/* =========================================================
   FOOTER
   ========================================================= */

.oulfa-footer-v2 {
    margin-top: 45px;
    background: #2f2f2f;
    border-top: 4px solid #f78f07;
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
}

.oulfa-footer-inner {
    max-width: 1120px;
    margin: 0 auto;
    padding: 26px 16px 24px 16px;
    text-align: center;
}

.oulfa-footer-brand img {
    width: 150px;
    height: auto;
    display: block;
    margin: 0 auto 8px auto;
}

.oulfa-footer-brand p {
    margin: 0 0 18px 0;
    color: #dddddd;
    font-size: 14px;
}

.oulfa-footer-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 18px;
    margin-bottom: 18px;
}

.oulfa-footer-links a {
    color: #f7a133;
    font-size: 15px;
    text-decoration: underline;
}

.oulfa-footer-links a:hover {
    color: #ffffff;
}

.oulfa-footer-copy {
    color: #bbbbbb;
    font-size: 13px;
}


/* =========================================================
   RESPONSIVE TABLETTE
   ========================================================= */

@media screen and (max-width: 1100px) {
    .oulfa-header-inner {
        padding-left: 16px;
        padding-right: 16px;
        gap: 24px;
    }

    .oulfa-header-logo {
        flex-basis: 220px;
    }

    .oulfa-header-logo img {
        width: 220px;
    }

    .oulfa-main-nav ul {
        gap: 18px;
    }

    .oulfa-main-nav a {
        font-size: 17px;
    }
}

@media screen and (max-width: 900px) {
    .grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .card {
        min-height: 600px !important;
    }

    .premium-summary {
        flex-direction: column;
        align-items: flex-start;
    }

    .summary-actions,
    .summary-actions .btn {
        width: 100%;
    }

    .summary-actions .btn {
        text-align: center;
    }
}


/* =========================================================
   RESPONSIVE MOBILE
   ========================================================= */

@media screen and (max-width: 700px) {
    .top-inner {
        width: auto !important;
        max-width: none !important;
        margin-left: 20px !important;
        margin-right: 20px !important;
    }

    .logo img {
        height: 54px !important;
        max-width: 170px !important;
    }

    .wrap {
        margin-top: 14px !important;
    }
	.photo,
    .no-photo {
        height: 280px !important;
        min-height: 280px !important;
    }
}

@media screen and (max-width: 600px) {
    .assistant-inline-cta {
        padding: 22px 16px;
        margin: 8px 0 12px 0;
    }

    .assistant-inline-cta h2 {
        font-size: 22px;
    }

    .assistant-inline-cta p {
        font-size: 15px;
    }

    .assistant-inline-cta .cta-main {
        width: 100%;
    }

    .oulfa-footer-inner {
        padding: 24px 14px;
    }

    .oulfa-footer-links {
        display: block;
    }

    .oulfa-footer-links a {
        display: block;
        padding: 9px 0;
        font-size: 16px;
    }

    .oulfa-footer-brand img {
        width: 135px;
    }
}

@media screen and (max-width: 520px) {
    .wrap {
        margin-top: 18px;
        padding: 0 12px;
    }

    .grid {
        grid-template-columns: 1fr !important;
        gap: 18px !important;
    }

    .card {
        min-height: auto !important;
    }

    .photo,
    .no-photo {
        height: 280px !important;
        min-height: 280px !important;
    }

    .profile-info,
    .profile-details,
    .profile-region {
        height: auto !important;
        max-height: none !important;
    }

    .summary h1,
    .premium-summary h1 {
        font-size: 24px;
    }

    .premium-summary {
        padding: 22px 18px;
        border-radius: 4px;
    }

    .criteria-badges span {
        font-size: 13px;
    }

    .pagination {
        gap: 6px !important;
    }

    .pagination .page-link {
        min-width: 36px !important;
        height: 36px !important;
        padding: 0 10px !important;
        font-size: 14px !important;
    }

    .pagination .page-prev,
    .pagination .page-next {
        min-width: 88px !important;
    }
}
/* =========================================================
   RESPONSIVE MOBILE FINAL PROPRE
   ========================================================= */

@media screen and (max-width: 700px) {
    .top-inner {
        width: auto !important;
        max-width: none !important;
        margin-left: 20px !important;
        margin-right: 20px !important;
    }

    .logo img {
        height: 54px !important;
        max-width: 170px !important;
    }

    .wrap {
        max-width: 430px !important;
        margin: 14px auto 70px auto !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .grid {
        grid-template-columns: 1fr !important;
        gap: 18px !important;
    }

    .grid > .card {
        width: 100% !important;
        max-width: 390px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .card {
        min-height: auto !important;
    }

    .photo,
    .no-photo {
        height: 280px !important;
        min-height: 280px !important;
    }

    .profile-info,
    .profile-details,
    .profile-region {
        height: auto !important;
        max-height: none !important;
    }

    .summary h1,
    .premium-summary h1 {
        font-size: 24px;
    }

    .premium-summary {
        flex-direction: column;
        align-items: flex-start;
        padding: 22px 18px;
        border-radius: 4px;
    }

    .summary-actions,
    .summary-actions .btn {
        width: 100%;
    }

    .summary-actions .btn {
        text-align: center;
    }

    .criteria-badges span {
        font-size: 13px;
    }
}

@media screen and (max-width: 600px) {
    .assistant-inline-cta {
        padding: 22px 16px;
        margin: 8px 0 12px 0;
    }

    .assistant-inline-cta h2 {
        font-size: 22px;
    }

    .assistant-inline-cta p {
        font-size: 15px;
    }

    .assistant-inline-cta .cta-main {
        width: 100%;
    }

    .oulfa-footer-inner {
        padding: 24px 14px;
    }

    .oulfa-footer-links {
        display: block;
    }

    .oulfa-footer-links a {
        display: block;
        padding: 9px 0;
        font-size: 16px;
    }

    .oulfa-footer-brand img {
        width: 135px;
    }
}

@media screen and (max-width: 520px) {
    .pagination {
        gap: 6px !important;
    }

    .pagination .page-link {
        min-width: 36px !important;
        height: 36px !important;
        padding: 0 10px !important;
        font-size: 14px !important;
    }

    .pagination .page-prev,
    .pagination .page-next {
        min-width: 88px !important;
    }
}
.oulfa-more-profiles-box {
    grid-column: 1 / -1;
    width: 100%;
    margin: 26px auto 28px auto;
    padding: 22px 24px;
    background: #ffffff;
    border: 1px solid #d8d8d8;
    border-left: 5px solid #f78f07;
    border-radius: 6px;
    text-align: center;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}

.oulfa-more-profiles-title {
    font-size: 22px;
    line-height: 1.25;
    font-weight: 700;
    color: #222222;
    margin-bottom: 8px;
}

.oulfa-more-profiles-text {
    max-width: 760px;
    margin: 0 auto 16px auto;
    font-size: 17px;
    line-height: 1.45;
    color: #444444;
}

.oulfa-more-profiles-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 22px;
    background: #f78f07;
    border: 1px solid #d97900;
    color: #ffffff !important;
    border-radius: 4px;
    font-size: 17px;
    font-weight: 700;
    text-decoration: none !important;
    box-shadow: 0 2px 3px rgba(0,0,0,0.22);
}

.oulfa-more-profiles-btn:hover {
    background: #e17f00;
    color: #ffffff !important;
}

@media screen and (max-width: 700px) {
    .oulfa-more-profiles-box {
        margin: 22px auto;
        padding: 20px 16px;
    }

    .oulfa-more-profiles-title {
        font-size: 21px;
    }

    .oulfa-more-profiles-text {
        font-size: 16px;
    }

    .oulfa-more-profiles-btn {
        width: 100%;
        font-size: 17px;
    }
}
.oulfa-mobile-menu-btn {
    position: absolute;
    left: 12px;
    top: 18px;
    width: 46px;
    height: 42px;
    padding: 0;
    border: 1px solid #d97900;
    border-radius: 6px;
    background: #f78f07;
    box-shadow: 0 2px 4px rgba(0,0,0,0.20);
    cursor: pointer;
}

.oulfa-mobile-menu-btn span {
    display: block;
    width: 24px;
    height: 3px;
    margin: 5px auto;
    background: #ffffff;
    border-radius: 3px;
}

.oulfa-mobile-menu-btn:hover {
    background: #e17f00;
}
.oulfa-footer-blue {
    position: relative;
    left: 50%;
    right: 50%;
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: -50vw !important;
    margin-right: -50vw !important;
    margin-top: 40px;
    background: #08283d;
    border-top: 4px solid #f78f07;
    color: #ffffff;
}

.oulfa-footer-inner {
    max-width: 1120px;
    margin: 0 auto;
    padding: 34px 22px 32px 22px;
    display: grid;
    grid-template-columns: 1.7fr 1fr 1fr 1fr;
    gap: 42px;
}

.footer-brand img {
    max-width: 150px;
    height: auto;
    display: block;
    margin-bottom: 22px;
}

.footer-brand p {
    margin: 0;
    max-width: 300px;
    color: #ffffff;
    font-size: 15px;
    line-height: 1.45;
}

.footer-col h4 {
    margin: 0 0 14px 0;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.footer-col a {
    display: block;
    margin-bottom: 12px;
    color: #ffffff;
    font-size: 15px;
    text-decoration: none;
}

.footer-col a:hover {
    color: #f78f07;
    text-decoration: underline;
}

.oulfa-footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.14);
    padding: 14px 20px;
    text-align: center;
    color: #d8e2e8;
    font-size: 13px;
}

@media screen and (max-width: 800px) {
    .oulfa-footer-inner {
        grid-template-columns: 1fr;
        gap: 26px;
        padding: 30px 20px;
    }

    .footer-brand img {
        max-width: 140px;
    }
}
.oulfa-header-v2 {
    background: #e9e7e7;
    border-bottom: 1px solid #d0d0d0;
}

.oulfa-header-inner-v3 {
    max-width: 1120px;
    margin: 0 auto;
    padding: 12px 18px;
    display: flex;
    align-items: center;
    gap: 26px;
}

.oulfa-header-logo-v3 {
    flex: 0 0 auto;
}

.oulfa-header-logo-v3 img {
    width: 190px;
    height: auto;
    display: block;
}

.oulfa-main-nav-v3 {
    display: flex;
    align-items: center;
    gap: 22px;
    flex: 1;
}

.oulfa-main-nav-v3 a {
    color: #444444;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
}

.oulfa-main-nav-v3 a:hover,
.oulfa-main-nav-v3 a.active {
    color: #f78f07;
}

.oulfa-header-actions-v3 {
    display: flex;
    align-items: center;
    gap: 10px;
}

.btn-login-v3,
.btn-signup-v3 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 92px;
    height: 38px;
    padding: 0 16px;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
}

.btn-login-v3 {
    background: #ffffff;
    border: 1px solid #d0d0d0;
    color: #333333;
}

.btn-login-v3:hover {
    background: #f5f5f5;
}

.btn-signup-v3 {
    background: #f78f07;
    border: 1px solid #e17f00;
    color: #ffffff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.18);
}

.btn-signup-v3:hover {
    background: #e17f00;
}

.oulfa-header-title-v3 {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 18px 14px 18px;
    font-size: 24px;
    line-height: 1.25;
    color: #222222;
}
.criteria-badges a,
.city-link,
.dept-link {
    padding-left: 5px;
    text-decoration: none;
    font-weight: 700;
}

.city-link {
    color: #0066cc;
}

.dept-link {
    color: #bf3030;
}

.criteria-badges a:hover,
.city-link:hover,
.dept-link:hover {
    text-decoration: underline;
}
.region-link {
    padding-left: 5px;
    color: #7a4a00;
    text-decoration: none;
    font-weight: 700;
}

.region-link:hover {
    text-decoration: underline;
}

.other-cities-box {
    margin: 22px 0;
    padding: 16px;
    background: #ffffff;
    border: 1px solid #ead7c0;
    border-radius: 14px;
    overflow: hidden;
    box-sizing: border-box;
}

.other-cities-title {
    font-size: 16px;
    font-weight: 800;
    color: #2b2b2b;
    margin-bottom: 12px;
    line-height: 1.3;
}

.other-cities-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    max-width: 100%;
    box-sizing: border-box;
}

.other-city-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    max-width: 100%;
    padding: 8px 12px;
    border-radius: 999px;
    background: #fff8ef;
    border: 1px solid #f0d5b4;
    color: #7a4a00;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    white-space: normal;
    overflow-wrap: anywhere;
    box-sizing: border-box;
}

.other-city-link:hover {
    background: #fff1df;
    text-decoration: none;
}

.other-city-distance {
    flex: 0 0 auto;
    font-size: 12px;
    font-weight: 600;
    color: #8a8a8a;
}

/* Mobile */
@media screen and (max-width: 700px) {
    .other-cities-box {
        margin: 18px 0;
        padding: 14px;
        border-radius: 12px;
    }

    .other-cities-title {
        font-size: 15px;
        margin-bottom: 12px;
    }

    .other-cities-list {
        display: block;
    }

    .other-city-link {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        margin-bottom: 8px;
        padding: 9px 11px;
        border-radius: 12px;
        font-size: 13px;
        white-space: normal;
    }

    .other-city-link:last-child {
        margin-bottom: 0;
    }

    .other-city-distance {
        margin-left: 8px;
        white-space: nowrap;
    }
}