﻿/* =========================
   VARIABLES
========================= */
:root {
    --nkama-or: #C9982E;
    --nkama-or-clair: #E4B94F;
    --nkama-anthracite: #182146;
    --nkama-gris: #55585C;
    --nkama-fond: #FAFAFA;
    --nkama-blanc: #ffffff;
}


/* =========================
   BASE
========================= */
html {
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    margin: 16px 0;
    background-color: var(--nkama-fond);
    color: var(--nkama-anthracite);
}

.nkama-main {
    flex: 1 0 auto;
    margin-inline:10px;
}

/* Rythme vertical unifié entre les sections de page (accueil, propriétés) */
.nkama-section {
    margin: 64px 0;
}

    .nkama-section:first-child {
        margin-top: 0;
    }


/* =========================
   OVERRIDES BOOTSTRAP
========================= */
.text-primary {
    color: var(--nkama-or) !important;
}

.bg-primary {
    background-color: var(--nkama-or) !important;
}

.text-warning {
    color: var(--nkama-or-clair) !important;
}

.bg-dark {
    background-color: var(--nkama-anthracite) !important;
}

.min-vh-50 {
    min-height: 50vh;
}


/* =========================
   NAVBAR
========================= */
.navbar {
    background-color: var(--nkama-anthracite) !important;
}

.navbar-brand img {
    height: 40px;
}

.nav-link:hover {
    color: var(--nkama-or-clair) !important;
}


/* =========================
   BOUTONS
========================= */
.btn-primary {
    background-color: var(--nkama-or);
    border-color: var(--nkama-or);
    color: #1a1a1a;
    font-weight: 600;
}

    .btn-primary:hover,
    .btn-primary:focus {
        background-color: var(--nkama-or-clair);
        border-color: var(--nkama-or-clair);
        color: #1a1a1a;
    }

.btn-outline-primary {
    color: var(--nkama-or);
    border-color: var(--nkama-or);
}

    .btn-outline-primary:hover {
        background-color: var(--nkama-or);
        border-color: var(--nkama-or);
        color: #1a1a1a;
    }

.btn-outline-light:hover {
    color: #1a1a1a;
}


/* =========================
   BADGES / PRIX
========================= */
.fw-bold.text-price,
.badge.text-bg-nkama {
    background-color: var(--nkama-or) !important;
    color: #1a1a1a !important;
}

.text-bg-warning {
    background-color: var(--nkama-or-clair) !important;
    color: #1a1a1a !important;
}


/* =========================
   HERO (page recherche, avec image de fond)
========================= */
.nkama-hero {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    min-height: 420px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-size: cover;
    background-position: center;
}

    .nkama-hero::before {
        content: "";
        position: absolute;
        inset: 0;
        z-index: -1;
        background: linear-gradient(180deg, rgba(43, 45, 48, 0.35) 0%, rgba(43, 45, 48, 0.65) 100%);
    }

    .nkama-hero h1 {
        margin-bottom: 10px;
        color: #fff;
        font-weight: 700;
        font-size: 2.2rem;
        text-shadow: 0 2px 12px rgba(0, 0, 0, 0.3);
    }

    .nkama-hero p {
        margin-bottom: 28px;
        color: #f0f0f0;
        font-size: 1.05rem;
    }

    .nkama-hero .nkama-search-bar {
        width: 100%;
        margin-bottom: 0;
    }


/* =========================
   HERO CAROUSEL (page d'accueil)
========================= */
.nkama-hero-carousel {
    position: relative;
    overflow: hidden;
    min-height: 640px;
    margin-bottom: 0;
}

    .nkama-hero-carousel .carousel-item {
        min-height: 640px;
        background-size: cover;
        background-position: center;
    }

        .nkama-hero-carousel .carousel-item::after {
            content: "";
            position: absolute;
            inset: 0;
            background: linear-gradient(180deg, rgba(6, 8, 15, 0.55) 0%, rgba(6, 8, 15, 0.85) 100%);
        }

.nkama-hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

    .nkama-hero-overlay .container {
        pointer-events: auto;
    }

.nkama-hero-carousel .carousel-indicators [data-bs-target] {
    width: 34px;
    height: 4px;
    margin: 0 4px;
    border: none;
    border-radius: 999px;
    background-color: rgba(255, 255, 255, 0.4);
}

.nkama-hero-carousel .carousel-indicators .active {
    background-color: var(--nkama-or);
}


/* =========================
   BARRE DE RECHERCHE
========================= */
.nkama-search-bar {
    display: flex;
    align-items: center;
    gap: 12px;
    max-width: 720px;
    margin: 0 auto;
    padding: 6px 6px 6px 20px;
    background: #fff;
    border-radius: 999px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

    .nkama-search-bar input {
        flex: 1;
        border: none;
        outline: none;
        background: transparent;
        font-size: 0.95rem;
    }

    .nkama-search-bar .divider {
        width: 1px;
        height: 24px;
        background: #e5e5e5;
    }

.nkama-search-btn {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 999px;
    background: var(--nkama-anthracite);
    color: #fff;
}


/* =========================
   CATÉGORIES (page Propriétés)
========================= */
.nkama-categories {
    display: flex;
    justify-content: center;
    gap: 28px;
    overflow-x: auto;
    margin: 0 0 8px;
    padding-bottom: 12px;
    border-bottom: 1px solid #eee;
}

.nkama-category-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-width: 64px;
    padding-bottom: 10px;
    border-bottom: 2px solid transparent;
    color: var(--nkama-gris);
    text-decoration: none;
    font-size: 0.78rem;
    opacity: 0.75;
    transition: opacity 0.15s, color 0.15s;
}

    .nkama-category-item:hover {
        color: var(--nkama-anthracite);
        opacity: 1;
    }

    .nkama-category-item.active {
        color: var(--nkama-anthracite);
        border-bottom-color: var(--nkama-or);
        font-weight: 600;
        opacity: 1;
    }

    .nkama-category-item svg {
        width: 22px;
        height: 22px;
    }


/* =========================
   CHIPS DE FILTRES
========================= */
.nkama-chip {
    display: inline-flex;
    align-items: center;
    padding: 6px 14px;
    border: 1px solid #ddd;
    border-radius: 999px;
    background: #fff;
    color: var(--nkama-anthracite);
    text-decoration: none;
    font-size: 0.82rem;
    white-space: nowrap;
}

    .nkama-chip.active {
        background: var(--nkama-anthracite);
        border-color: var(--nkama-anthracite);
        color: #fff;
    }

    .nkama-chip:hover {
        border-color: var(--nkama-anthracite);
        color: var(--nkama-anthracite);
    }

    .nkama-chip.active:hover {
        color: #fff;
    }


/* =====================================================
   CARTE PROPRIÉTÉ
====================================================== */

.nkama-card {
    background: var(--nkama-blanc);
    border-radius: var(--nkama-radius);
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(23, 20, 15, 0.05);
    transition: box-shadow 0.2s ease, transform 0.2s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

    .nkama-card:hover {
        box-shadow: 0 10px 30px rgba(23, 20, 15, 0.1);
        transform: translateY(-2px);
    }

.nkama-card-media {
    position: relative;
}

.nkama-card-img-wrap {
    display: block;
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
}

    .nkama-card-img-wrap img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.35s ease;
    }

.nkama-card:hover .nkama-card-img-wrap img {
    transform: scale(1.05);
}

.nkama-badge-category {
    position: absolute;
    top: 12px;
    left: 12px;
    padding: 4px 12px;
    border-radius: 100px;
    background: rgba(23, 20, 15, 0.65);
    backdrop-filter: blur(4px);
    color: #FFFFFF;
    font-size: 0.72rem;
    font-weight: 600;
}

.nkama-badge-statut {
    position: absolute;
    top: 12px;
    right: 12px;
    padding: 4px 12px;
    border-radius: 100px;
    font-size: 0.72rem;
    font-weight: 600;
}

.nkama-badge-statut--text-bg-success {
    background: #ECF5EA;
    color: #33633B;
}

.nkama-badge-statut--text-bg-danger {
    background: #FBEAEA;
    color: #8A3232;
}

.nkama-badge-statut--text-bg-warning {
    background: var(--nkama-or-clair);
    color: #9A7220;
}

.nkama-badge-statut--text-bg-secondary {
    background: var(--nkama-gris-clair);
    color: var(--nkama-gris);
}

.nkama-fav-form {
    position: absolute;
    bottom: 12px;
    right: 12px;
    margin: 0;
}

.nkama-fav-btn {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: none;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(4px);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--nkama-noir);
    transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

    .nkama-fav-btn svg {
        width: 16px;
        height: 16px;
    }

    .nkama-fav-btn:hover {
        transform: scale(1.08);
    }

    .nkama-fav-btn.is-active {
        background: #E74C4C;
        color: #FFFFFF;
    }

.nkama-card-body {
    padding: 16px 18px 18px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.nkama-card-link {
    text-decoration: none;
}

.nkama-card-title {
    font-family: var(--font-display);
    font-weight: 600;
    font-size: 1rem;
    color: #2A2620;
    margin-bottom: 4px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.nkama-card-loc {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 0.8rem;
    color: var(--nkama-gris);
    margin-bottom: 10px;
}

.nkama-card-specs {
    display: flex;
    gap: 14px;
    font-size: 0.8rem;
    color: var(--nkama-gris);
    margin-bottom: 12px;
}

    .nkama-card-specs span {
        display: flex;
        align-items: center;
        gap: 5px;
    }

.nkama-card-price {
    font-family: var(--font-display);
    font-weight: 600;
    font-size: 1.05rem;
    color: var(--nkama-or);
    margin-bottom: 4px;
}

    .nkama-card-price small {
        font-family: var(--font-body);
        font-weight: 400;
        font-size: 0.75rem;
        color: var(--nkama-gris);
    }

.nkama-card-actions {
    display: flex;
    gap: 8px;
    margin-top: 12px;
}

.nkama-card-btn-modifier {
    flex: 1;
    text-align: center;
    padding: 7px 0;
    border-radius: 100px;
    border: 1px solid var(--nkama-gris-clair);
    color: #2A2620;
    font-size: 0.8rem;
    font-weight: 600;
    text-decoration: none;
    transition: background-color 0.2s ease, border-color 0.2s ease;
}

    .nkama-card-btn-modifier:hover {
        background: var(--nkama-creme);
        border-color: var(--nkama-gris);
        color: #2A2620;
    }

.nkama-card-btn-supprimer {
    width: 100%;
    padding: 7px 0;
    border-radius: 100px;
    border: 1px solid #F0D3D3;
    background: transparent;
    color: #8A3232;
    font-size: 0.8rem;
    font-weight: 600;
    transition: background-color 0.2s ease, border-color 0.2s ease;
}

    .nkama-card-btn-supprimer:hover {
        background: #FBEAEA;
        border-color: #8A3232;
    }
/* =========================
   SHOWCASE (page d'accueil, alternance image / texte)
========================= */
.nkama-showcase-img {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    min-height: 360px;
    background-size: cover;
    background-position: center;
    box-shadow: 0 20px 40px rgba(6, 8, 15, 0.15);
}

.nkama-showcase-badge {
    position: absolute;
    bottom: 20px;
    left: 20px;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    border-radius: 999px;
    background: #fff;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
    font-weight: 600;
    font-size: 0.85rem;
    color: var(--nkama-anthracite);
}


/* =========================
   TIMELINE — COMMENT ÇA MARCHE (page d'accueil)
========================= */
.nkama-timeline {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-top: 3rem;
}

    .nkama-timeline::before {
        content: "";
        position: absolute;
        top: 28px;
        left: 8%;
        right: 8%;
        height: 2px;
        background: repeating-linear-gradient(90deg, var(--nkama-or) 0 8px, transparent 8px 16px);
        z-index: 0;
    }

.nkama-timeline-step {
    position: relative;
    z-index: 1;
    flex: 1;
    padding: 0 16px;
    text-align: center;
}

.nkama-timeline-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    margin: 0 auto 18px;
    border-radius: 50%;
    background: var(--nkama-anthracite);
    color: var(--nkama-or);
    font-weight: 700;
    font-size: 1.1rem;
    border: 3px solid var(--nkama-or);
}


/* =========================
   TÉMOIGNAGES (page d'accueil)
========================= */
.nkama-testimonial-card {
    height: 100%;
    padding: 28px;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 2px 16px rgba(6, 8, 15, 0.06);
}

.nkama-testimonial-quote {
    color: var(--nkama-or);
    font-size: 2rem;
    line-height: 1;
}

.nkama-testimonial-avatar {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--nkama-anthracite);
    color: var(--nkama-or);
    font-weight: 700;
}


/* =========================
   TOGGLE LOCATAIRE / PROPRIÉTAIRE
========================= */
.nkama-role-btn {
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.nkama-role-panel {
    animation: nkama-fade-in 0.25s ease;
}

@keyframes nkama-fade-in {
    from {
        opacity: 0;
        transform: translateY(6px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}


/* =========================
   ANIMATIONS AU SCROLL
========================= */
.nkama-fade-in-scroll {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

    .nkama-fade-in-scroll.nkama-visible {
        opacity: 1;
        transform: translateY(0);
    }

    .nkama-fade-in-scroll.nkama-delay-1 {
        transition-delay: 0.1s;
    }

    .nkama-fade-in-scroll.nkama-delay-2 {
        transition-delay: 0.2s;
    }

    .nkama-fade-in-scroll.nkama-delay-3 {
        transition-delay: 0.3s;
    }


/* =========================
   TABLEAU DE BORD (sidebar)
========================= */
.nkama-dashboard-wrapper {
    display: flex;
    min-height: 100vh;
}

.nkama-sidebar {
    position: sticky;
    top: 0;
    z-index: 1030;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    width: 250px;
    height: 100vh;
    padding: 24px 16px;
    background: var(--nkama-anthracite);
    color: #fff;
}

.nkama-sidebar-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 28px;
    padding: 0 8px;
}

    .nkama-sidebar-logo img {
        height: 36px;
    }

.nkama-sidebar-nav {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 4px;
}

.nkama-sidebar-link {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    padding: 10px 12px;
    border: none;
    border-radius: 10px;
    background: transparent;
    color: #cfcfcf;
    text-align: left;
    text-decoration: none;
    font-size: 0.9rem;
    cursor: pointer;
}

    .nkama-sidebar-link:hover {
        background: rgba(255, 255, 255, 0.08);
        color: #fff;
    }

    .nkama-sidebar-link.active {
        background: var(--nkama-or);
        color: #1a1a1a;
        font-weight: 600;
    }

    .nkama-sidebar-link svg {
        flex-shrink: 0;
        width: 18px;
        height: 18px;
    }

.nkama-sidebar-footer {
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.nkama-sidebar-user {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    padding: 0 8px;
    color: #e5e5e5;
    font-size: 0.82rem;
}

.nkama-dashboard-content {
    flex: 1;
    min-width: 0;
    padding: 32px;
    background: var(--nkama-fond);
}

.nkama-sidebar-toggle {
    display: none;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin-bottom: 16px;
    border: none;
    border-radius: 10px;
    background: var(--nkama-anthracite);
    color: #fff;
}


/* =========================
   DASHBOARD ADMIN — cartes stats & panels
========================= */
.nkama-stat-card {
    display: flex;
    align-items: center;
    gap: 14px;
    background: #fff;
    border-radius: 12px;
    padding: 18px;
    box-shadow: 0 4px 16px rgba(6, 8, 15, 0.06);
    height: 100%;
}

.nkama-stat-card-alert {
    border-left: 3px solid var(--nkama-or);
}

.nkama-stat-icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

    .nkama-stat-icon svg {
        width: 20px;
        height: 20px;
    }

.nkama-stat-value {
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--nkama-anthracite);
    line-height: 1.1;
}

.nkama-stat-label {
    font-size: 0.75rem;
    color: var(--nkama-gris);
}

.nkama-panel {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 4px 16px rgba(6, 8, 15, 0.06);
}

.nkama-progress-bar {
    display: flex;
    height: 10px;
    border-radius: 999px;
    overflow: hidden;
    background: #eee;
}

.nkama-dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-right: 4px;
}

.nkama-row-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    border-radius: 8px;
    background: var(--nkama-fond);
    flex-wrap: wrap;
}


/* =========================
   TOP BAR (contact)
========================= */
.nkama-topbar {
    background: #1a1b1d;
    color: #cfcfcf;
    font-size: 0.78rem;
    padding: 8px 0;
}

    .nkama-topbar .container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        gap: 8px;
    }

    .nkama-topbar a {
        color: #cfcfcf;
        text-decoration: none;
    }

        .nkama-topbar a:hover {
            color: var(--nkama-or-clair);
        }

    .nkama-topbar .contact-info {
        display: flex;
        gap: 20px;
    }

        .nkama-topbar .contact-info span {
            display: flex;
            align-items: center;
            gap: 6px;
        }


/* =========================
   FOOTER RICHE
========================= */
.nkama-footer {
    background: var(--nkama-anthracite);
    color: #b8b8b8;
    padding: 56px 0 0;
    margin-top: 70px;
}

    .nkama-footer h5 {
        color: #fff;
        font-size: 0.9rem;
        font-weight: 600;
        margin-bottom: 16px;
    }

    .nkama-footer a {
        color: #b8b8b8;
        text-decoration: none;
        font-size: 0.85rem;
        display: block;
        margin-bottom: 8px;
    }

        .nkama-footer a:hover {
            color: var(--nkama-or-clair);
        }

    .nkama-footer p {
        font-size: 0.85rem;
    }

    .nkama-footer .brand {
        display: flex;
        align-items: center;
        gap: 8px;
        margin-bottom: 14px;
    }

        .nkama-footer .brand img {
            height: 32px;
        }

    .nkama-footer .social {
        display: flex;
        gap: 10px;
        margin-top: 16px;
    }

        .nkama-footer .social a {
            width: 34px;
            height: 34px;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.08);
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 0;
        }

            .nkama-footer .social a:hover {
                background: var(--nkama-or);
                color: #1a1a1a;
            }

    .nkama-footer .newsletter-form {
        display: flex;
        border-radius: 999px;
        overflow: hidden;
        background: rgba(255, 255, 255, 0.08);
    }

        .nkama-footer .newsletter-form input {
            background: transparent;
            border: none;
            color: #fff;
            padding: 10px 16px;
            flex: 1;
            font-size: 0.85rem;
            outline: none;
        }

            .nkama-footer .newsletter-form input::placeholder {
                color: #999;
            }

        .nkama-footer .newsletter-form button {
            background: var(--nkama-or);
            color: #1a1a1a;
            border: none;
            padding: 0 18px;
            font-weight: 600;
            font-size: 0.85rem;
        }

.nkama-footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 40px;
    padding: 18px 0;
    font-size: 0.78rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 8px;
}

    .nkama-footer-bottom a {
        display: inline;
        margin: 0 8px;
    }


/* =========================================================
   BANDEAU DE CONFIANCE N'KAMA
========================================================= */
.nkama-trust-row {
    margin: 0;
    padding: 0;
}

.nkama-trust-col {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    padding: 28px 24px;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 18px;
    min-height: 150px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

    .nkama-trust-col:hover {
        transform: translateY(-6px);
        box-shadow: 0 15px 35px rgba(0, 0, 0, 0.09);
        border-color: rgba(201, 152, 46, 0.35);
    }

    .nkama-trust-col .icon {
        flex: 0 0 52px;
        width: 52px;
        height: 52px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 14px;
        background: rgba(201, 152, 46, 0.12);
        color: var(--nkama-or);
        transition: background 0.3s ease, transform 0.3s ease;
    }

    .nkama-trust-col:hover .icon {
        background: var(--nkama-or);
        color: #ffffff;
        transform: scale(1.08);
    }

    .nkama-trust-col .icon svg {
        width: 26px;
        height: 26px;
    }

    .nkama-trust-col h4 {
        margin: 3px 0 8px;
        font-size: 1rem;
        font-weight: 700;
        color: var(--nkama-anthracite);
    }

    .nkama-trust-col p {
        margin: 0;
        font-size: 0.88rem;
        line-height: 1.6;
        color: var(--nkama-gris);
    }


/* =========================================================
   RESPONSIVE — BANDEAU DE CONFIANCE
========================================================= */
@media (max-width: 991.98px) {
    .nkama-trust-col {
        min-height: 140px;
        padding: 22px 20px;
    }
}

@media (max-width: 767.98px) {
    .nkama-trust-col {
        min-height: auto;
        padding: 20px;
    }

        .nkama-trust-col .icon {
            flex: 0 0 46px;
            width: 46px;
            height: 46px;
            border-radius: 12px;
        }

            .nkama-trust-col .icon svg {
                width: 23px;
                height: 23px;
            }

        .nkama-trust-col h4 {
            font-size: 0.95rem;
        }

        .nkama-trust-col p {
            font-size: 0.84rem;
        }
}

@media (max-width: 480px) {
    .nkama-trust-col {
        gap: 14px;
        padding: 18px;
    }

        .nkama-trust-col .icon {
            flex: 0 0 42px;
            width: 42px;
            height: 42px;
        }
}


/* =========================
   RESPONSIVE GÉNÉRAL
========================= */
@media (max-width: 576px) {
    .nkama-hero {
        min-height: 320px;
        padding: 28px 16px;
    }

        .nkama-hero h1 {
            font-size: 1.5rem;
        }

    .nkama-section {
        margin: 40px 0;
    }
}

@media (max-width: 767px) {
    .nkama-timeline {
        flex-direction: column;
        gap: 32px;
    }

        .nkama-timeline::before {
            top: 0;
            bottom: 0;
            left: 27px;
            right: auto;
            width: 2px;
            height: auto;
            background: repeating-linear-gradient(180deg, var(--nkama-or) 0 8px, transparent 8px 16px);
        }

    .nkama-timeline-step {
        display: flex;
        align-items: flex-start;
        gap: 16px;
        text-align: left;
        padding: 0;
    }

    .nkama-timeline-circle {
        flex-shrink: 0;
        margin: 0;
    }
}

@media (max-width: 860px) {
    .nkama-sidebar {
        position: fixed;
        left: 0;
        box-shadow: 4px 0 20px rgba(0, 0, 0, 0.2);
        transform: translateX(-100%);
        transition: transform 0.2s ease;
    }

        .nkama-sidebar.is-open {
            transform: translateX(0);
        }

    .nkama-dashboard-content {
        padding: 20px;
    }

    .nkama-sidebar-toggle {
        display: flex;
    }
}
/* =========================================================
   HERO SIMPLE — accueil (style référence Horizon Homes)
========================================================= */
.nkama-hero-simple {
    position: relative;
    overflow: hidden;
    min-height: 480px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    isolation: isolate;
}

    .nkama-hero-simple::before {
        content: "";
        position: absolute;
        inset: 0;
        z-index: -1;
        background: linear-gradient(90deg, rgba(6,8,15,0.55) 0%, rgba(6,8,15,0.15) 60%, rgba(6,8,15,0.05) 100%);
    }

.nkama-hero-simple-content {
    max-width: 540px;
    padding: 48px 40px;
}

.nkama-hero-eyebrow {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--nkama-or-clair);
    text-transform: uppercase;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 14px;
}

    .nkama-hero-eyebrow::before {
        content: "";
        width: 20px;
        height: 2px;
        background: var(--nkama-or-clair);
    }

.nkama-hero-simple h1 {
    color: #fff;
    font-weight: 700;
    font-size: 2.6rem;
    line-height: 1.15;
    margin-bottom: 16px;
}

    .nkama-hero-simple h1 span {
        color: var(--nkama-or-clair);
    }

.nkama-hero-simple p {
    color: #e5e5e5;
    font-size: 1rem;
    margin-bottom: 26px;
}

/* Barre de recherche flottante qui chevauche le bas du hero */
.nkama-search-float {
    position: relative;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 14px 34px rgba(6, 8, 15, 0.15);
    padding: 18px 22px;
    margin: -46px auto 0;
    max-width: 1080px;
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr 1fr auto;
    gap: 18px;
    align-items: end;
}

    .nkama-search-float .field label {
        display: block;
        font-size: 0.72rem;
        font-weight: 600;
        color: var(--nkama-gris);
        text-transform: uppercase;
        letter-spacing: 0.5px;
        margin-bottom: 6px;
    }

    .nkama-search-float select,
    .nkama-search-float input {
        border: none;
        border-bottom: 1px solid #e5e5e5;
        padding: 6px 2px;
        width: 100%;
        font-size: 0.9rem;
        outline: none;
        background: transparent;
    }

    .nkama-search-float button {
        background: var(--nkama-or);
        color: #1a1a1a;
        border: none;
        border-radius: 12px;
        padding: 13px 26px;
        font-weight: 600;
        font-size: 0.9rem;
        white-space: nowrap;
        display: flex;
        align-items: center;
        gap: 8px;
    }

        .nkama-search-float button:hover {
            background: var(--nkama-or-clair);
        }

@media (max-width: 900px) {
    .nkama-search-float {
        grid-template-columns: 1fr 1fr;
        margin-top: -24px;
    }

    .nkama-hero-simple-content {
        padding: 32px 24px;
        max-width: 100%;
    }

    .nkama-hero-simple h1 {
        font-size: 1.8rem;
    }
}


/* =========================================================
   BANDEAU DE CONFIANCE — version simple inline (sous le hero)
========================================================= */
.nkama-trust-inline-row {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
    padding: 40px 8px 0;
}

.nkama-trust-inline-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    flex: 1;
    min-width: 210px;
}

    .nkama-trust-inline-item .icon {
        width: 46px;
        height: 46px;
        border-radius: 50%;
        border: 1.5px solid rgba(201, 152, 46, 0.4);
        color: var(--nkama-or);
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
    }

        .nkama-trust-inline-item .icon svg {
            width: 20px;
            height: 20px;
        }

    .nkama-trust-inline-item h4 {
        font-size: 0.88rem;
        font-weight: 700;
        margin-bottom: 3px;
        color: var(--nkama-anthracite);
    }

    .nkama-trust-inline-item p {
        font-size: 0.78rem;
        color: var(--nkama-gris);
        margin: 0;
        line-height: 1.4;
    }


/* =========================================================
   PROPRIÉTÉS VEDETTES — split gauche texte / droite cartes
========================================================= */
.nkama-featured-label {
    text-transform: uppercase;
    font-size: 0.78rem;
    font-weight: 700;
    color: var(--nkama-or);
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.nkama-featured-side h2 {
    font-size: 1.9rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 16px;
}

.nkama-featured-side p {
    color: var(--nkama-gris);
    margin-bottom: 24px;
}
/* =========================================================
   POURQUOI NOUS CHOISIR — bandeau sombre
========================================================= */
.nkama-why-band {
    background: var(--nkama-anthracite);
    border-radius: 24px;
    padding: 48px;
    color: #fff;
}

.nkama-why-feature {
    display: flex;
    gap: 14px;
    align-items: flex-start;
}

    .nkama-why-feature .icon {
        flex-shrink: 0;
        width: 44px;
        height: 44px;
        border-radius: 12px;
        background: rgba(228, 185, 79, 0.12);
        color: var(--nkama-or-clair);
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .nkama-why-feature .icon svg {
            width: 22px;
            height: 22px;
        }

    .nkama-why-feature h5 {
        font-size: 0.92rem;
        font-weight: 600;
        margin-bottom: 4px;
    }

    .nkama-why-feature p {
        font-size: 0.82rem;
        margin: 0;
        line-height: 1.5;
    }

@media (max-width: 767.98px) {
    .nkama-why-band {
        padding: 32px 24px;
    }
}
/* =========================================================
   TRI (page Propriétés)
========================================================= */
.nkama-sort-select {
    border: 1px solid #ddd;
    border-radius: 999px;
    padding: 6px 14px;
    font-size: 0.82rem;
    color: var(--nkama-anthracite);
    background-color: #fff;
    max-width: 200px;
}

    .nkama-sort-select:focus {
        box-shadow: none;
        border-color: var(--nkama-anthracite);
    }
/* =========================================================
   GALERIE PHOTOS — Details propriété
========================================================= */
.nkama-gallery-main {
    border-radius: 18px;
    overflow: hidden;
    height: 420px;
    background: #eee;
}

    .nkama-gallery-main img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

.nkama-gallery-thumbs {
    display: flex;
    gap: 10px;
    margin-top: 10px;
    overflow-x: auto;
    padding-bottom: 4px;
}

.nkama-gallery-thumb-btn {
    border: 2px solid transparent;
    border-radius: 10px;
    overflow: hidden;
    padding: 0;
    width: 76px;
    height: 58px;
    flex-shrink: 0;
    background: none;
    cursor: pointer;
    transition: border-color 0.15s;
}

    .nkama-gallery-thumb-btn:hover,
    .nkama-gallery-thumb-btn:focus {
        border-color: var(--nkama-or);
    }

    .nkama-gallery-thumb-btn img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }


/* =========================================================
   LIGNE DE SPECS — Details propriété
========================================================= */
.nkama-specs-row {
    display: flex;
    gap: 28px;
    flex-wrap: wrap;
    padding: 16px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.nkama-spec-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

    .nkama-spec-item svg {
        width: 22px;
        height: 22px;
        color: var(--nkama-or);
        flex-shrink: 0;
    }
.nkama-hero-simple {
    background-image: url('./images/hero1.jpg')
}