﻿html {
    position: relative;
    min-height: 100%;
}

/* Layout handled globally in site.css (flex footer). Do not add body margin-bottom here. */
body.site-public {
    margin-bottom: 0;
}

html, body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

.heading {
    font-size: 40px;
    font-weight: bold;
    line-height: 1.2;
}

.home-hero-lead {
    font-size: 0.9rem;
    line-height: 1.55;
    color: #6b7280 !important;
}

.heading label {
    color: #FFB228;
}

.HomeLogo {
    height: auto;
    width: 100%;
    margin-top: -50px;
}

/* Home hero — artisan search bar */
.home-hero-search-row {
    margin-top: -6.75rem;
    margin-bottom: 0.35rem;
    position: relative;
    z-index: 3;
}

.home-hero-search {
    width: 100%;
    max-width: 680px;
}

.home-hero-search__shell {
    padding: 2px;
    border-radius: 14px;
    background: linear-gradient(135deg, #ffe7b0 0%, #ffb228 42%, #5FA9F0 100%);
    box-shadow: 0 6px 20px rgba(255, 160, 40, 0.16);
}

.home-hero-search__inner {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.3rem;
    align-items: stretch;
    background: #fff;
    border-radius: 12px;
    padding: 0.4rem;
}

@media (min-width: 768px) {
    .home-hero-search__inner {
        grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) auto;
        gap: 0;
        padding: 0.35rem 0.35rem 0.35rem 0.45rem;
    }
}

.home-hero-search__field {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    min-width: 0;
    padding: 0.4rem 0.6rem;
    border-radius: 9px;
    background: #f8fafc;
    border: 1px solid transparent;
    transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
    position: relative;
    margin: 0;
    cursor: text;
}

.home-hero-search__field:focus-within {
    background: #fff;
    border-color: rgba(95, 169, 240, 0.4);
    box-shadow: 0 0 0 2px rgba(95, 169, 240, 0.1);
}

.home-hero-search__icon {
    width: 1.65rem;
    height: 1.65rem;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background: linear-gradient(135deg, #fff4dc, #ffd78f);
    color: #e8941a;
    font-size: 0.76rem;
}

.home-hero-search__field--profession .home-hero-search__icon {
    background: linear-gradient(135deg, #eef6ff, #c9e4ff);
    color: #5FA9F0;
}

.home-hero-search__field-body {
    display: flex;
    flex-direction: column;
    gap: 0.05rem;
    min-width: 0;
    flex: 1;
}

.home-hero-search__label {
    font-size: 0.64rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #9ca3af;
    line-height: 1;
}

.home-hero-search__input {
    width: 100%;
    border: none;
    background: transparent;
    padding: 0;
    font-size: 0.84rem;
    font-weight: 600;
    color: #1a1a1a;
    line-height: 1.3;
    outline: none;
    box-shadow: none;
}

.home-hero-search__input::placeholder {
    color: #9ca3af;
    font-weight: 500;
    font-size: 0.82rem;
}

.home-hero-search__divider {
    display: none;
    width: 1px;
    align-self: stretch;
    background: linear-gradient(180deg, transparent, #e5e7eb 20%, #e5e7eb 80%, transparent);
    margin: 0.45rem 0.1rem;
}

@media (min-width: 768px) {
    .home-hero-search__field {
        background: transparent;
        border-color: transparent;
        box-shadow: none;
        padding: 0.4rem 0.55rem;
    }

    .home-hero-search__field:focus-within {
        background: #f8fbff;
        border-color: rgba(95, 169, 240, 0.18);
        box-shadow: none;
    }

    .home-hero-search__divider {
        display: block;
    }
}

.home-hero-search__submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    border: none;
    border-radius: 9px;
    padding: 0.55rem 1rem;
    font-size: 0.82rem;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(135deg, #5FA9F0 0%, #3d8fd9 100%);
    box-shadow: 0 3px 10px rgba(95, 169, 240, 0.28);
    transition: transform 0.15s ease, box-shadow 0.2s ease, background 0.2s ease;
    white-space: nowrap;
}

.home-hero-search__submit i {
    font-size: 0.76rem;
}

.home-hero-search__submit:hover {
    color: #fff;
    background: linear-gradient(135deg, #4a98e0 0%, #2f7ec8 100%);
    box-shadow: 0 4px 12px rgba(95, 169, 240, 0.35);
    transform: translateY(-1px);
}

.home-hero-search__submit:active {
    transform: translateY(0);
}

.home-hero-search__profession-menu {
    width: 100%;
    max-height: 200px;
    overflow-y: auto;
    border-radius: 10px;
    border: 1px solid #e8e8e8;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    padding: 0.25rem;
    margin-top: 0.25rem !important;
    font-size: 0.8rem;
}

.home-hero-search__profession-menu .dropdown-item {
    border-radius: 6px;
    padding: 0.35rem 0.5rem;
    font-size: 0.78rem;
}

.home-hero-search__profession-menu .form-check-input {
    margin-top: 0.15rem;
    width: 0.9rem;
    height: 0.9rem;
}

.home-hero-popular {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.4rem;
    margin-top: 0.55rem;
    padding-left: 0.1rem;
    max-width: 680px;
}

.home-hero-popular__label {
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #9ca3af;
}

.home-hero-popular__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
}

.home-hero-popular__tags .skilltab {
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 999px;
    padding: 0.28rem 0.62rem;
    font-size: 0.74rem;
    font-weight: 600;
    color: #1a1a1a;
    cursor: pointer;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
}

.home-hero-popular__tags .skilltab:hover {
    transform: translateY(-1px);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
}

@media (max-width: 767.98px) {
    .home-hero-search-row {
        margin-top: 0;
    }

    .home-hero-search {
        max-width: 100%;
    }

    .home-hero-search__submit {
        width: 100%;
        margin-top: 0.1rem;
        padding: 0.45rem 0.75rem;
    }

    .home-hero-popular {
        max-width: 100%;
    }
}

.box {
    background-color: #FFD78F;
    border-radius: 10px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    gap: 5px;
    padding: 10px;
    font-size: 14px;
    bottom: 100px;
    position: relative;
    z-index: 2;
}
.over {
    bottom: 100px;
    position: relative;
    z-index: 2;
}

.icon {
    height: 30px;
    width: 30px;
}

.vertical-line {
    height: 25px;
    width: 1px;
    background-color: #757575; 
    margin: 0 10px; 
}

.button1 {
    background-color: #5FA9F0;
    border-radius: 20px;
    padding: 5px 15px ;
    color: #ffffff;
    border: none;
    text-align: center;
}
.button2 {
    background-color: #91C9FF;
    border-radius: 10px;
    padding: 5px 20px;
    border: none;
    text-align: center;
    font-size:12px;
}
.button3 {
    background-color: #F7827F;
    border-radius: 10px;
    padding: 5px 20px;
    border: none;
    text-align: center;
    font-size:12px;
}
button {
    cursor :pointer
}
.button4 {
    background-color: #D9D9D9;
    border-radius: 10px;
    padding: 5px 20px;
    border: none;
    text-align: center;
    font-weight:400;
    font-size:12px;
}

@media (max-width: 768px) {
    .heading {
        font-size: 26px;
        line-height: 1.3;
    }

    .box {
        height: auto;
        padding: 15px;
        font-size: 16px;
        line-height: 1.5;
    }

    .HomeLogo {
        margin-top: 10px;
        width: 80%;
    }
    .buttonconnect {
        margin-top: 0px;
    }

}

@media (max-width: 576px) {
    .heading {
        font-size: 22px;
        line-height: 1.35;
    }

    .box {
        font-size: 14px;
        padding: 10px;
    }
    .buttonconnect{
        margin-top:0px;
    }
}


.page2heading{
    text-align:center;
}
.heading2 {
    font-size: 32px;
    font-weight: bold;
    line-height: 1.2;
}
.lable2 {
    font-size: 14px;
    color: #757575;
}
.lable3 {
    font-size: 16px;
    color: #757575;
    margin-top:20px;
}
.page2{
    display:flex;
    justify-content:space-around;
    margin-top:10px;
}
.whitebox {
    height: 50px;
    width: 50px;
    background-color: #FFFFFF;
    align-items: center;
    border-radius: 10px;
    align-content: center;
    justify-content: center;
    display: flex;
    box-shadow: 2px;
    margin-right: 10px;
}
.images{
    height:20px;
    width:20px;
}
.page2_image {
    height :200px;
}

.lableEtape{
    display:flex;
    justify-content:start;
    align-items:center;
}
.imagebox {
    height: 220px;
    width: 260px;
    background-color: #ffffff;
    border: none;
    border-radius: 10px;
    margin-bottom: 20px;
    display:flex;
    justify-content:center;
    align-self:center;
}
.buttonconnect {
    background-color: #5FA9F0;
    border-radius: 20px;
    padding: 5px;
    color: #ffffff;
    border: none;
    text-align: center;
    margin-top: 50px;
}
.page21heading {
    margin-top:10px;
    text-align: start;
}
.box1 {
    margin-top:20px;
    height: 250px;
    width: 260px;
    background-color: #ffffff;
    border: none;
    border-radius: 10px;
    display:flex;
    justify-content: space-between;
    margin-bottom: 20px;
    align-content:space-between;
}
.circleplace{
    display:flex;
    justify-content:center;
    margin-top:15px;
}
.circle{
    height:70px;
    width:70px;
    border:none;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
}
.circle1 {
    height: 100px;
    width: 100px;
    border: none;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.userImage {
    max-width: 100%; 
    max-height: 100%; 
    object-fit: cover;
}
.lableplace {
    text-align: center;
}
.lableplace1{
    text-align:center;
    margin-right:10px;
    margin-left:10px;
}
.boximages{
    height:40px;
    width:40px;
    align-items:center;
}
.ellipse-container {
    position: relative; 
    display: inline-block; 
}

.ellipse {
    display: block; 
    width:70%;
}

.arrow {
    position: absolute; 
    top: 50%; 
    transform: translate(-70%, -50%);
    width: 90%;
}
.class1 {
    display:flex;
    flex-direction:column; 
    justify-content:space-between;
}
.arrowlable{
    font-size:8px;
    margin:10px;
}
.circle1 {
    height: 40px;
    width: 40px;
    border: none;
    border-radius: 50%;
    background-color: #FFD78F;
    align-items: center;
    display:flex;
    justify-content:center;
}
.row1{
    display:flex;
    flex-direction: row;
    margin-top:10px;
}

.home-values-section .home-value-item {
    align-items: flex-start;
    gap: 0.65rem;
    margin-top: 0.85rem;
}

.home-values-section .home-value-item:first-of-type {
    margin-top: 0;
}

.home-value-item__body {
    flex: 1;
    min-width: 0;
    text-align: left;
}

.home-value-item__title {
    margin: 0 0 0.2rem;
    font-size: 0.95rem;
}

.home-value-item__icon-fa {
    color: #e8941a;
    font-size: 1rem;
}

.home-why-maboko {
    background: linear-gradient(160deg, #fff8e8 0%, #ffd78f 55%, #ffb228 100%);
    border-radius: 14px;
    padding: 1.5rem 1.35rem;
    min-height: 280px;
    box-shadow: 0 8px 24px rgba(255, 160, 40, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.home-why-maboko__title {
    font-size: 1.15rem;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 1.15rem;
    line-height: 1.3;
}

.home-why-maboko__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

.home-why-maboko__item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 0.88rem;
    font-weight: 600;
    color: #1a1a1a;
    line-height: 1.35;
}

.home-why-maboko__icon {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.85);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #5FA9F0;
    font-size: 0.85rem;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
}

a.buttonconnect {
    color: #fff;
}

a.buttonconnect:hover {
    color: #fff;
    opacity: 0.92;
}
.personImage{
    height:55px;
    width:55px;
}

.top-left-label {
    position: absolute;
    top: 10px;
    right: 250px;
    background-color:#ffffff;
    padding: 10px;
    border-radius: 5px;
    z-index: 3;
    font-size: 14px;
    font-weight: bold;
}

.bottom-right-boxes {
    position: absolute;
    bottom: 0px; 
    left: -20px; 
    display: flex;
    flex-direction: column; 
    gap: 10px; 
    z-index: 2;
}

.position-relative {
    position: relative; 
    display: flex;
    justify-content: flex-start; 
    align-items: flex-end; 
}

/* Nos valeurs — whole stack (photo + panel + bubbles) centered in the column */
.home-values-visual.position-relative {
    flex-shrink: 0;
    max-width: 100%;
}

.background-box {
    position: absolute;
    bottom: -20px; 
    left: 120px; 
    width: 220px;
    height: 300px;
    background-color: #FFD78F; 
    z-index: 1;
    border-radius: 5px; 
}

.overlap-image {
    position: relative; 
    z-index: 2;
    height: 350px; 
    width: 300px; 
    object-fit: cover; 
    margin: 0; 
}

.messageBox {
    border-radius: 10px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    gap: 5px;
    padding: 10px;
    font-size: 12px;
    position: relative;
    z-index: 2;
    border:1px solid;
    background-color:#ffffff;
}

.input1{
    border-radius:20px;
}

/* Newsletter — full width with balanced spacing on all sides */
.home-newsletter {
    margin-top: clamp(1.75rem, 4vw, 3rem);
    margin-bottom: clamp(1.25rem, 3vw, 2rem);
    padding: clamp(1rem, 2.5vw, 1.75rem) clamp(1rem, 2.5vw, 1.75rem);
}

.home-newsletter .container {
    padding-left: clamp(0.5rem, 1.5vw, 1rem);
    padding-right: clamp(0.5rem, 1.5vw, 1rem);
}

.home-newsletter__row {
    margin-left: auto;
    margin-right: auto;
}

.home-newsletter__bar {
    background-color: #FFD78F;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.85rem 1rem;
    padding: 1rem 1.15rem;
    min-height: 5.5rem;
    box-shadow: 0 6px 22px rgba(255, 178, 40, 0.28);
    border: 1px solid rgba(255, 210, 150, 0.65);
    width: 100%;
}

@media (min-width: 992px) {
    .home-newsletter__bar {
        justify-content: space-between;
        padding: 1.15rem 1.75rem;
        min-height: 6.25rem;
        gap: 1rem 1.25rem;
    }
}

.home-newsletter__input-wrap {
    flex: 1 1 180px;
    min-width: 0;
    max-width: 100%;
}

@media (min-width: 992px) {
    .home-newsletter__input-wrap {
        flex: 1 1 200px;
        max-width: 280px;
    }
}

.home-newsletter__btn-wrap {
    flex: 0 0 auto;
    display: flex;
    justify-content: center;
}

.home-newsletter__bar .input1 {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.08);
}

/* Artisan CTA (replaces newsletter) */
.home-artisan-cta__bar {
    justify-content: center;
    text-align: center;
}

@media (min-width: 992px) {
    .home-artisan-cta__bar {
        justify-content: space-between;
        text-align: left;
    }
}

.home-artisan-cta__text {
    flex: 1 1 220px;
    max-width: 100%;
    font-size: clamp(0.9rem, 1.6vw, 1rem);
    line-height: 1.55;
    color: #1a1a1a;
    font-weight: 500;
}

.home-artisan-cta__bar .button1 {
    white-space: nowrap;
    padding: 8px 22px;
}

.home-artisan-cta__bar a.button1:hover {
    color: #ffffff;
    opacity: 0.92;
}

/* Extra air before témoignages (grey band) */
.home-section-muted--reviews {
    padding-top: 0.5rem;
}

@media (min-width: 768px) {
    .home-section-muted--reviews {
        padding-top: 1rem;
    }
}

.stars-container {
    margin-top: 10px; 
    display: flex; 
    justify-content: start; 
    gap: 5px; 
}

.star {
    width: 20px; 
    height: 20px;
    object-fit: contain; 
}

.circleplacestar {
    display: flex;
    justify-content: start;
    margin-top: 15px;
}

.orangelable {
    color: #FFB228;
    font-size: 19px;
}
.subHeadinglabel {
    font-size: 19px;
}
.round {
    height: 35px;
    width: 35px;
    border-radius: 50%;
    background-color: #ffffff;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.modal {
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    text-align: center;
    max-width: 400px;
    width: 90%;
}

.close-btn {
    background-color: #ff5f5f;
    border: none;
    padding: 10px 15px;
    border-radius: 5px;
    color: white;
    cursor: pointer;
    margin-top: 10px;
}
#suggestionsList, #suggestionsList1 {
    position: absolute;
    max-height: 200px;
    overflow-y: auto;
    background-color: white;
    border: 1px solid #ccc;
    z-index: 9999;
    display: none;
    width: 100%;
}
.project-item:hover {
    background-color: #f8f9fa;
    transition: background-color 0.2s ease-in-out;
}

/* ========== Home — méthodologie (étapes en bande + cartes) ========== */
.home-section-muted {
    background-color: #F0EEEE;
}

/* Full-bleed grey band on tablet/desktop (layout wraps main in .container) */
@media (min-width: 768px) {
    .home-section-muted {
        position: relative;
        width: 99vw;
        max-width: 100vw;
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
        box-sizing: border-box;
    }
}

.home-methodology-header .heading2 {
    display: inline-block;
}

.home-methodology-lead {
    max-width: 36rem;
    line-height: 1.55;
}

/* Bande d’étapes : vertical + flèches bas sur mobile ; horizontal + flèches droite à partir de md */
.home-steps-strip {
    max-width: 1100px;
}

.home-steps-strip__row {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
}

@media (min-width: 768px) {
    .home-steps-strip__row {
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: stretch;
        justify-content: center;
        gap: 0;
    }
}

/* Flèches entre les cartes */
.home-steps-strip__arrow-line--lg {
    display: none;
}

.home-steps-strip__arrow-icon--lg {
    display: none !important;
}

.home-steps-strip__arrow-line--sm {
    display: block;
    width: 2px;
    height: 1rem;
    background: linear-gradient(180deg, rgba(255, 178, 40, 0.35), rgba(95, 169, 240, 0.55));
    border-radius: 2px;
    margin-bottom: 0.15rem;
}

.home-steps-strip__arrow-icon--sm {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    font-size: 0.95rem;
    color: #fff;
    background: linear-gradient(145deg, #FFB228 0%, #5FA9F0 100%);
    box-shadow: 0 4px 14px rgba(95, 169, 240, 0.35);
}

.home-steps-strip__arrow {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    padding: 0.35rem 0 0.5rem;
    min-height: 2.25rem;
}

@media (min-width: 768px) {
    .home-steps-strip__arrow {
        flex-direction: row;
        width: auto;
        min-width: 2.25rem;
        min-height: 0;
        padding: 0 0.15rem;
        align-self: center;
    }
}

@media (min-width: 768px) {
    .home-steps-strip__arrow-line--sm,
    .home-steps-strip__arrow-icon--sm {
        display: none !important;
    }

    .home-steps-strip__arrow-line--lg {
        display: block;
        width: 0.85rem;
        height: 3px;
        background: linear-gradient(90deg, rgba(255, 178, 40, 0.45), rgba(95, 169, 240, 0.65));
        border-radius: 3px;
        margin-right: 0.15rem;
    }

    .home-steps-strip__arrow-icon--lg {
        display: flex !important;
        align-items: center;
        justify-content: center;
        width: 2.4rem;
        height: 2.4rem;
        border-radius: 50%;
        font-size: 0.9rem;
        color: #fff;
        background: linear-gradient(145deg, #FFB228 0%, #5FA9F0 100%);
        box-shadow: 0 4px 16px rgba(95, 169, 240, 0.35);
    }
}

@media (min-width: 992px) {
    .home-steps-strip__arrow {
        min-width: 2.5rem;
        padding: 0 0.25rem;
    }

    .home-steps-strip__arrow-line--lg {
        width: 1.25rem;
        margin-right: 0.2rem;
    }

    .home-steps-strip__arrow-icon--lg {
        width: 2.75rem;
        height: 2.75rem;
        font-size: 1rem;
    }
}

/* Cartes étapes */
.home-step-card-pro {
    display: flex;
    flex-direction: column;
    background: #ffffff;
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 10px 36px rgba(0, 0, 0, 0.08), 0 1px 0 rgba(255, 255, 255, 0.9) inset;
    transition: transform 0.22s ease, box-shadow 0.22s ease;
    min-height: 100%;
}

@media (hover: hover) {
    .home-step-card-pro:hover {
        transform: translateY(-4px);
        box-shadow: 0 16px 44px rgba(95, 169, 240, 0.18);
    }
}

@media (min-width: 768px) {
    .home-step-card-pro {
        flex: 1 1 0;
        min-width: 0;
        max-width: 320px;
    }
}

@media (min-width: 992px) {
    .home-step-card-pro {
        max-width: 300px;
    }
}

.home-step-card-pro__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.85rem 1.1rem;
    color: #fff;
}

.home-step-card-pro--1 .home-step-card-pro__head {
    background: linear-gradient(115deg, #e89410 0%, #FFB228 45%, #ffc85c 100%);
}

.home-step-card-pro--2 .home-step-card-pro__head {
    background: linear-gradient(115deg, #3d8fd4 0%, #5FA9F0 50%, #7abbf5 100%);
}

.home-step-card-pro--3 .home-step-card-pro__head {
    background: linear-gradient(115deg, #5FA9F0 0%, #7ab8f0 40%, #a8d4ff 100%);
}

.home-step-card-pro__badge {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 2.5rem;
    height: 2.5rem;
    padding: 0 0.35rem;
    font-size: 1.35rem;
    font-weight: 800;
    line-height: 1;
    color: rgba(255, 255, 255, 0.95);
    background: rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
}

.home-step-card-pro__eyebrow {
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    opacity: 0.95;
    text-align: right;
    line-height: 1.25;
    max-width: 7.5rem;
}

.home-step-card-pro__body {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 1.35rem 1.15rem 1.5rem;
}

@media (min-width: 768px) {
    .home-step-card-pro__body {
        align-items: flex-start;
        text-align: left;
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }
}

@media (min-width: 992px) {
    .home-step-card-pro__body {
        padding-left: 1.35rem;
        padding-right: 1.35rem;
    }
}

.home-step-card-pro__icon-ring {
    width: 4.75rem;
    height: 4.75rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    background: radial-gradient(circle at 30% 25%, #fff 0%, #fff5e6 40%, #FFD78F 100%);
    box-shadow: 0 4px 16px rgba(255, 178, 40, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(255, 178, 40, 0.25);
}

.home-step-card-pro--2 .home-step-card-pro__icon-ring {
    background: radial-gradient(circle at 30% 25%, #fff 0%, #e8f4fd 45%, #c5e3fb 100%);
    border-color: rgba(95, 169, 240, 0.3);
    box-shadow: 0 4px 16px rgba(95, 169, 240, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.home-step-card-pro--3 .home-step-card-pro__icon-ring {
    background: radial-gradient(circle at 30% 25%, #fff 0%, #eef6ff 45%, #d4e9ff 100%);
    border-color: rgba(145, 201, 255, 0.45);
    box-shadow: 0 4px 16px rgba(145, 201, 255, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.home-step-card-pro__icon-img {
    width: 2.15rem;
    height: 2.15rem;
    object-fit: contain;
}

.home-step-card-pro__icon-fa {
    font-size: 1.65rem;
    color: #e9a020;
}

.home-step-card-pro--2 .home-step-card-pro__icon-fa {
    color: #5FA9F0;
}

.home-step-card-pro--3 .home-step-card-pro__icon-fa {
    color: #5FA9F0;
}

.home-step-card-pro__title {
    font-size: 1.05rem;
    font-weight: 700;
    margin: 0 0 0.5rem;
    color: #1a1a1a;
    line-height: 1.35;
}

@media (min-width: 768px) {
    .home-step-card-pro__title {
        font-size: 1.12rem;
    }
}

@media (min-width: 1200px) {
    .home-step-card-pro__title {
        font-size: 1.2rem;
    }
}

.home-step-card-pro__text {
    font-size: 0.9rem;
    line-height: 1.55;
    color: #555;
    margin: 0;
}

@media (max-width: 575.98px) {
    .home-methodology-header .heading2 {
        font-size: 1.65rem;
    }

    .home-step-card-pro__body {
        padding: 1.2rem 1rem 1.35rem;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .home-step-card-pro {
        max-width: 260px;
    }

    .home-steps-strip__arrow-icon--lg {
        width: 2.35rem;
        height: 2.35rem;
        font-size: 0.9rem;
    }
}

.home-section-divider {
    border: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.08), transparent);
    opacity: 1;
}

.home-feature-text {
    max-width: 26rem;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 992px) {
    .home-feature-text {
        margin-left: 0;
        margin-right: 0;
    }
}

/* Ce que vous trouvez sur MABOKO */
.home-client-tools__list {
    text-align: left;
    max-width: 26rem;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 992px) {
    .home-client-tools__list {
        margin-left: 0;
        margin-right: 0;
    }
}

.home-client-tools__item {
    display: flex;
    align-items: flex-start;
    gap: 0.85rem;
    padding: 0.75rem 0;
}

.home-client-tools__item + .home-client-tools__item {
    border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.home-client-tools__icon {
    flex-shrink: 0;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    color: #fff;
}

.home-client-tools__icon--msg {
    background: linear-gradient(135deg, #5FA9F0 0%, #3d8fd4 100%);
}

.home-client-tools__icon--book {
    background: linear-gradient(135deg, #FFB228 0%, #e9a020 100%);
}

.home-client-tools__icon--proj {
    background: linear-gradient(135deg, #91C9FF 0%, #5FA9F0 100%);
}

.home-client-tools__icon--star {
    background: linear-gradient(135deg, #F7827F 0%, #e85d5a 100%);
}

.home-client-tools__label {
    font-size: 0.95rem;
    font-weight: 700;
    color: #1a1a1a;
}

.home-client-tools__desc {
    font-size: 0.875rem;
    line-height: 1.5;
    color: #555;
}

.home-client-tools__preview {
    max-width: 420px;
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    padding: 1.15rem;
    background: linear-gradient(160deg, #ffffff 0%, #f8fafc 100%);
    border-radius: 18px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 10px 36px rgba(0, 0, 0, 0.07);
}

@media (min-width: 992px) {
    .home-client-tools__preview {
        max-width: 100%;
    }
}

.home-client-tools__preview-card {
    background: #fff;
    border-radius: 12px;
    padding: 0.9rem 1rem;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
}

.home-client-tools__preview-card--primary {
    border-left: 4px solid #FFB228;
}

.home-client-tools__preview-card--review {
    border-left: 4px solid #5FA9F0;
}

.home-client-tools__preview-badge {
    display: inline-block;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #e9a020;
    background: rgba(255, 178, 40, 0.12);
    border-radius: 999px;
    padding: 0.2rem 0.55rem;
    margin-bottom: 0.45rem;
}

.home-client-tools__preview-badge--msg {
    color: #3d8fd4;
    background: rgba(95, 169, 240, 0.12);
}

.home-client-tools__preview-title {
    font-size: 0.95rem;
    font-weight: 700;
    color: #1a1a1a;
}

.home-client-tools__preview-meta {
    font-size: 0.82rem;
    line-height: 1.45;
    color: #666;
}

.home-client-tools__preview-stars {
    display: block;
    color: #FFB228;
    font-size: 0.9rem;
    letter-spacing: 0.08em;
    margin-bottom: 0.35rem;
}

.home-feature-visual {
    max-width: 420px;
    background: #ffffff;
    border-radius: 16px;
    padding: 1rem 1rem 0.75rem;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.07);
    border: 1px solid rgba(0, 0, 0, 0.04);
}

@media (min-width: 992px) {
    .home-feature-visual {
        max-width: 100%;
    }
}

.home-feature-visual__img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 240px;
    object-fit: contain;
    border-radius: 10px;
}

@media (min-width: 768px) {
    .home-feature-visual__img {
        max-height: 280px;
    }
}

@media (max-width: 575.98px) {
    .home-feature-visual {
        max-width: 100%;
    }
}

/* Home page — search results */
.home-search-results {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 16px;
    padding: 1.5rem 1.35rem 1.75rem;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
    margin-bottom: 0.5rem;
}

@media (min-width: 768px) {
    .home-search-results {
        padding: 1.75rem 1.75rem 2rem;
    }
}

.home-search-results__header {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.25rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #eee;
}

.home-search-results__header-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.65rem;
}

.home-search-view-toggle {
    display: inline-flex;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    overflow: hidden;
    background: #f8f9fa;
}

.home-search-view-toggle .btn {
    border: none !important;
    border-radius: 0 !important;
    font-size: 0.75rem !important;
    padding: 0.35rem 0.65rem !important;
    color: #555 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.home-search-view-toggle .btn.active {
    background: #5FA9F0 !important;
    color: #fff !important;
}

.home-search-view-toggle .btn i {
    margin-right: 0.2rem;
}

.home-search-suggestions {
    width: calc(100% - 1rem);
    left: 0.5rem;
    right: 0.5rem;
    position: absolute;
    top: calc(100% + 0.35rem);
    z-index: 1050;
    max-height: 240px;
    overflow-y: auto;
    border-radius: 12px;
    border: 1px solid #e8e8e8;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.1);
    padding: 0.35rem;
}

.home-craftsman-table-wrap {
    overflow-x: auto;
    border-radius: 8px;
    border: 1px solid #eee;
}

.home-craftsman-table {
    font-size: 0.8125rem;
    margin: 0;
}

.home-craftsman-table thead th {
    background: #f8f9fa;
    font-size: 0.72rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: #555;
    padding: 0.55rem 0.65rem;
    white-space: nowrap;
    border-bottom: 1px solid #e5e7eb;
}

.home-craftsman-table tbody td {
    padding: 0.55rem 0.65rem;
    vertical-align: middle;
    border-bottom: 1px solid #f0f0f0;
}

.home-craftsman-table tbody tr:hover {
    background: #f8fbff;
}

.home-craftsman-table__artisan {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    min-width: 160px;
}

.home-craftsman-table__thumb {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid #e5e7eb;
    flex-shrink: 0;
}

.home-craftsman-table__name {
    font-weight: 600;
    color: #1a1a1a;
    margin: 0;
    font-size: 0.8125rem;
    line-height: 1.25;
}

.home-craftsman-table__sub {
    font-size: 0.72rem;
    color: #888;
    margin: 0.1rem 0 0;
}

.home-craftsman-table__badge--yes {
    display: inline-block;
    font-size: 0.72rem;
    font-weight: 600;
    padding: 0.15rem 0.45rem;
    border-radius: 999px;
    background: #e8f8f3;
    color: #0d7a5c;
}

.home-craftsman-table__cta {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 600;
    color: #5FA9F0;
    text-decoration: none;
    padding: 0.3rem 0.7rem;
    border: 1px solid rgba(95, 169, 240, 0.45);
    border-radius: 999px;
    white-space: nowrap;
}

.home-craftsman-table__cta:hover {
    color: #4a98e0;
    background: rgba(95, 169, 240, 0.08);
}

.home-craftsman-status {
    display: inline-block;
    font-size: 0.72rem;
    font-weight: 600;
    padding: 0.2rem 0.5rem;
    border-radius: 999px;
    white-space: nowrap;
}

.home-craftsman-status--available {
    background: #e8f8f3;
    color: #0d7a5c;
}

.home-craftsman-status--unavailable {
    background: #fdecea;
    color: #b42318;
}

.home-craftsman-card {
    background: linear-gradient(180deg, #fff 0%, #fafbfc 100%);
    border: 1px solid #e8e8e8;
    border-radius: 12px;
    padding: 1rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.home-craftsman-card:hover {
    border-color: #5FA9F0;
    box-shadow: 0 4px 16px rgba(95, 169, 240, 0.12);
}

.home-craftsman-card__top {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
}

.home-craftsman-card__avatar {
    width: 52px;
    height: 52px;
    min-width: 52px;
    border-radius: 50%;
    overflow: hidden;
    background: linear-gradient(135deg, #FFD78F, #FFB228);
    border: 2px solid #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

.home-craftsman-card__avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-craftsman-card__name {
    font-size: 0.95rem;
    font-weight: 700;
    margin: 0 0 0.2rem;
    color: #1a1a1a;
    line-height: 1.25;
}

.home-craftsman-card__rating {
    font-size: 0.8rem;
    color: #e8941a;
    margin: 0 0 0.2rem;
    font-weight: 600;
}

.home-craftsman-card__location {
    font-size: 0.8rem;
    color: #666;
    margin: 0 0 0.35rem;
}

.home-craftsman-card__skills {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
    margin-bottom: 0.85rem;
    min-height: 1.5rem;
}

.home-craftsman-card__footer {
    margin-top: auto;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 0.75rem;
    padding-top: 0.75rem;
    border-top: 1px solid #f0f0f0;
}

.home-craftsman-card__rate-label {
    font-size: 0.68rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #9ca3af;
    font-weight: 600;
}

.home-craftsman-card__rate-value {
    font-size: 0.82rem;
    font-weight: 600;
    color: #374151;
    margin: 0.1rem 0 0;
}

.home-craftsman-card__cta {
    display: inline-block;
    font-size: 0.78rem;
    font-weight: 600;
    color: #fff;
    background: #5FA9F0;
    text-decoration: none;
    padding: 0.4rem 0.85rem;
    border-radius: 999px;
    white-space: nowrap;
}

.home-craftsman-card__cta:hover {
    color: #fff;
    background: #4a98e0;
}

.home-search-results__empty-cta {
    display: inline-block;
    font-size: 0.85rem;
    font-weight: 600;
    color: #fff;
    background: #5FA9F0;
    text-decoration: none;
    padding: 0.45rem 1rem;
    border-radius: 999px;
}

.home-search-results__empty-cta:hover {
    color: #fff;
    background: #4a98e0;
}

.home-search-results__title {
    font-size: 1.35rem;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 0.35rem;
    line-height: 1.25;
}

.home-search-results__summary {
    font-size: 0.9rem;
    color: #666;
    font-weight: 500;
}

.home-search-results__advanced {
    display: inline-flex;
    align-items: center;
    font-size: 0.875rem;
    font-weight: 600;
    color: #5FA9F0;
    text-decoration: none;
    padding: 0.45rem 0.85rem;
    border-radius: 20px;
    border: 1px solid rgba(95, 169, 240, 0.35);
    background: rgba(95, 169, 240, 0.08);
    transition: background-color 0.2s ease, border-color 0.2s ease;
}

.home-search-results__advanced:hover {
    color: #4a98e0;
    background: rgba(95, 169, 240, 0.14);
    border-color: #5FA9F0;
}

.home-search-results__empty {
    text-align: center;
    padding: 2.5rem 1.5rem;
    background: #f8f9fb;
    border-radius: 12px;
    border: 1px dashed #d8dde3;
}

.home-search-results__empty-icon {
    width: 3.5rem;
    height: 3.5rem;
    margin: 0 auto 1rem;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #9aa0a6;
    font-size: 1.25rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.home-search-results__empty-title {
    font-size: 1.1rem;
    font-weight: 700;
    margin: 0 0 0.5rem;
    color: #333;
}

.home-search-results__empty-text {
    font-size: 0.9rem;
    color: #666;
    margin: 0 0 1.25rem;
    max-width: 22rem;
    margin-left: auto;
    margin-right: auto;
}

#homeSearchResultsSection {
    position: relative;
    z-index: 1;
    margin-bottom: 0.5rem;
}

#homeSearchResultsSection .skilltab {
    background-color: #FFD78F;
    border: none;
    border-radius: 20px;
    font-size: 0.75rem;
    padding: 0.2rem 0.55rem;
    color: #1a1a1a;
    font-weight: 500;
}

/* Home — Nos Catégories */
.home-categories-section {
    overflow: hidden;
}

.home-categories__header {
    max-width: 36rem;
}

.home-categories__lead {
    line-height: 1.55;
    max-width: 32rem;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 992px) {
    .home-categories__lead {
        margin-left: 0;
        margin-right: 0;
    }
}

.home-category-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 220px;
    padding: 1.35rem 1.25rem 1.15rem;
    border-radius: 16px;
    background: linear-gradient(165deg, var(--cat-bg, #fff) 0%, #fff 55%);
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06);
    text-decoration: none;
    color: inherit;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.home-category-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.1);
    border-color: rgba(95, 169, 240, 0.35);
    color: inherit;
}

.home-category-card__icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: var(--cat-icon-bg, #FFB228);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
    flex-shrink: 0;
}

.home-category-card__img {
    width: 36px;
    height: 36px;
    object-fit: contain;
}

.home-category-card__fallback-icon {
    font-size: 1.35rem;
    color: #fff;
}

.home-category-card__title {
    font-size: 1.1rem;
    font-weight: 700;
    text-align: center;
    margin: 0 0 0.5rem;
    color: #1a1a1a;
    line-height: 1.3;
}

.home-category-card__desc {
    font-size: 0.875rem;
    color: #666;
    text-align: center;
    margin: 0 0 1rem;
    line-height: 1.45;
    flex: 1;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-word;
}

.home-category-card__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding-top: 0.85rem;
    margin-top: auto;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.home-category-card__count {
    font-size: 0.75rem;
    font-weight: 600;
    color: #444;
    line-height: 1.35;
    flex: 1;
    min-width: 0;
}

.home-category-card__arrow {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #5FA9F0;
    font-size: 0.85rem;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.home-category-card:hover .home-category-card__arrow {
    background: #5FA9F0;
    color: #fff;
    border-color: #5FA9F0;
}

.home-categories__empty {
    text-align: center;
    padding: 2.5rem 1.5rem;
    background: #fff;
    border-radius: 14px;
    border: 1px dashed #d0d5db;
    color: #666;
}

.home-categories__empty i {
    font-size: 2rem;
    color: #9aa0a6;
    margin-bottom: 0.75rem;
    display: block;
}

.home-categories__empty p {
    margin: 0;
    font-size: 0.95rem;
}
