/* Landing page Casa Anfa - styles spécifiques */

/* Responsive: prevent horizontal overflow on small viewports */
@media (max-width: 1024px) {
    body:has(.lp-hero) {
        overflow-x: hidden;
    }
}

/* Police Montserrat pour toute la landing */
.lp-hero,
[class^="lp-"] {
    font-family: 'Montserrat', sans-serif;
}

span.lp-gallery__subtitle-price {
    font-weight: 300;
}

/* ========== Hero section ========== */
.lp-hero {
    position: relative;
    width: 100%;
    min-height: 800px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-bottom: 175px;
}

.lp-hero__bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.lp-hero__overlay {
    position: absolute;
    inset: 0;
    background: rgba(79, 59, 43, 0.3);
}

.lp-hero__top {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 50px 50px 0;
    z-index: 2;
}

.lp-hero__logo {
    display: block;
}

.lp-hero__logo img {
    display: block;
    width: 122px;
    height: auto;
    max-height: 90px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.lp-hero__phone-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 10.5px 24px;
    background: #234980;
    border: none;
    border-radius: 300px;
    color: #fff;
    font-family: inherit;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
    transition: opacity 0.2s, transform 0.2s;
}

.lp-hero__phone-btn:hover {
    background: white;
    color: #234980;
}

.lp-hero__phone-btn:hover img {
    filter: brightness(1) invert(1);
}

.lp-hero__phone-btn img {
    flex-shrink: 0;
    filter: brightness(0) invert(1);
}

.lp-hero__center {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 0 24px;
    max-width: 100%;
}

.lp-hero__title {
    margin: 0 0 24px;
    line-height: 1;
}

.lp-hero__title img {
    display: inline-block;
    /* max-width: 70%; */
    max-height: 230px;
    height: auto;
    filter: drop-shadow(0 0 20px rgba(55, 33, 13, 0.4));
}

.lp-hero__slogan {
    margin: 0 0 75px;
    font-size: clamp(1.25rem, 4vw + 1rem, 50px);
    font-weight: 500;
    line-height: 1.3;
    color: #fff;
    text-shadow: 0 0 20px rgba(0, 0, 0, 1);
}

.lp-hero__ctas {
    display: flex;
    flex-wrap: wrap;
    gap: 53px;
    justify-content: center;
    align-items: center;
}

.lp-hero__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 280px;
    padding: 14.3px 58px;
    border: none;
    border-radius: 300px;
    background: radial-gradient(ellipse 40% 50% at 12% 50%, #cbbaa1, #a98a6f);
    color: #fff;
    font-family: 'Montserrat';
    font-size: 21px;
    font-weight: 500;
    letter-spacing: 0.02em;
    cursor: pointer;
}

.lp-hero__cta:hover {
    background: white;
    color: #a98a6f;
}

/* Responsive hero */
@media (max-width: 1024px) {
    .lp-hero {
        min-height: 700px;
    }
}

@media (max-width: 768px) {
    .lp-hero {
        min-height: 600px;
        margin-bottom: 80px;
    }

    .lp-hero__top {
        padding: 24px 20px 0;
    }

    .lp-hero__center {
        padding: 0 16px;
    }

    .lp-hero__title img {
        max-height: 150px;
        margin-top: 70px;
    }

    .lp-hero__logo img {
        width: 100px;
    }

    .lp-hero__phone-btn {
        padding: 10px 16px;
        font-size: 13px;
        min-height: 44px;
    }

    .lp-hero__phone-btn span {
        /* display: none; */
    }

    .lp-hero__slogan {
        margin-bottom: 40px;
        font-size: 1.35rem;
    }

    .lp-hero__ctas {
        flex-direction: column;
        gap: 16px;
    }

    .lp-hero__cta {
        min-width: 75%;
        max-width: 320px;
        min-height: 48px;
        padding: 14px 24px;
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .lp-hero {
        min-height: 100vh;
        min-height: 520px;
        margin-bottom: 0;
    }

    .lp-hero__top {
        padding: 16px 12px 0;
        background: white;
        padding-bottom: 10px;
        display: flex;
        align-items: center;
        z-index: 9;
    }

    .lp-hero__bg {
        background-size: 255%;
        background-position-y: 86px;
    }

    .lp-hero__title {
        margin-bottom: 5px;
    }

    .lp-hero__logo img {
        width: 80px;
        filter: none;
    }

    .lp-hero__slogan {
        margin-bottom: 28px;
        font-size: 25px;
    }

    .lp-hero__cta {
        font-size: 0.95rem;
    }
}

/* ========== Section Situation gÃ©ographique ========== */
.lp-location {
    display: grid;
    grid-template-columns: minmax(280px, 933px) 1fr;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    margin-bottom: 167px;
}

.lp-location__image-wrap {
    position: relative;
    background: #f2eeea;
}

.lp-location__image {
    width: 100%;
    height: 100%;
    max-width: 100%;
    object-fit: cover;
    display: block;
    box-sizing: border-box;
    border-radius: 0 0 120px 0;
    border-right: 23px solid white;
    /* border-bottom: 23px solid white; */
}

.lp-location__content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 0px 40px 0px 0;
    max-width: 735px;
}

.lp-location__label {
    margin: 0 0 20px;
    font-size: 24px;
    font-weight: 600;
    color: #af947c;
    letter-spacing: 0;
    padding-left: 31px;
}

.lp-location__title {
    margin: 0 0 20px;
    font-size: clamp(1.5rem, 4vw + 1rem, 46px);
    font-weight: 600;
    line-height: 1.3;
    color: #836c57;
    padding-left: 31px;
}

.lp-location__text {
    margin: 0 0 48px;
    font-size: 1rem;
    line-height: 1.6;
    color: rgba(0, 0, 0, 0.8);
}

.lp-location__text p {
    margin: 0;
    font-size: 26px;
    font-family: 'Myriad Pro', 'Myriad', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
    line-height: 1.2;
    margin-bottom: 10px;
    padding-left: 31px;
}

.lp-location__highlights {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px 55px;
    padding: 24px 28px;
    background: rgba(169, 138, 111, 0.15);
}

.lp-location__highlight {
    font-size: 26px;
    font-family: 'Myriad Pro';
    font-weight: 600;
    color: #836c57;
    border-left: 4px solid #a98a6f;
    padding-left: 18px;
}

.lp-location__highlight span {
    display: block;
    font-size: 20px;
    font-weight: 300;
    font-family: 'Myriad Pro';
}

.lp-location__highlight-sep {
    width: 4px;
    height: 70px;
    background: #a98a6f;
    flex-shrink: 0;
}

@media (max-width: 1024px) {
    .lp-location {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .lp-location__image-wrap {
        min-height: 400px;
    }

    .lp-location__image {
        border-width: 12px;
    }

    .lp-location__content {
        padding: 40px 24px;
        max-width: none;
    }

    .lp-location__highlight-sep {
        height: 40px;
    }
}

@media (max-width: 768px) {
    .lp-location {
        margin-bottom: 80px;
    }

    .lp-location__image-wrap {
        min-height: 280px;
    }

    .lp-location__image {
        border-width: 8px;
        border-radius: 0 0 60px 0;
    }

    .lp-location__content {
        padding: 32px 20px 40px;
    }

    .lp-location__label {
        font-size: 1.2rem;
        padding-left: 0;
    }

    .lp-location__title {
        padding-left: 0;
    }

    .lp-location__text p {
        font-size: 1.2rem;
        padding-left: 0;
    }

    .lp-location__highlights {
        /* flex-direction: column; */
        align-items: flex-start;
        gap: 12px;
        padding: 20px 16px;
        display: flex;
        justify-content: space-around;
    }

    .lp-location__text {
        margin-bottom: 20px;
    }

    .lp-location__highlight {
        font-size: 1.2rem;
    }

    .lp-location__highlight span {
        font-size: 0.9rem;
    }

    .lp-location__highlight-sep {
        display: none;
    }
}

@media (max-width: 480px) {
    .lp-location {
        margin-bottom: 10px;
        margin-top: 40px;
    }

    .lp-location__image-wrap {
        min-height: 220px;
    }

    .lp-location__image {
        border-radius: 0;
        border: none;
    }

    .lp-location__content {
        padding: 24px 16px 32px;
    }
}

/* ========== Section Le luxe dans chaque dÃ©tail ========== */
.lp-luxury {
    background: #f2ede9;
    padding: 90px 24px 100px;
    margin-bottom: 107px;
}

.lp-luxury__inner {
    max-width: 1341px;
    margin: 0 auto;
}

.lp-luxury__title {
    margin: 0 0 75px;
    font-size: clamp(1.5rem, 4vw + 0.5rem, 42px);
    font-weight: 600;
    line-height: 1.2;
    color: #836c57;
    text-align: center;
}

.lp-luxury__list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 24px;
    list-style: none;
    margin: 0;
    padding: 0;
}

/* List gets AOS trigger only – no visual animation on the list itself */
.lp-luxury__list[data-aos] {
    opacity: 1 !important;
    transform: none !important;
}

/* Cards start hidden and reveal one by one when list gets .aos-animate */
.lp-luxury__list[data-aos] .lp-luxury__card {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

/* Fallback: when AOS is disabled (e.g. Safari mobile), show cards immediately */
.lp-luxury__list:not([data-aos]) .lp-luxury__card {
    opacity: 1;
    transform: translateY(0);
}

.lp-luxury__list.aos-animate .lp-luxury__card:nth-child(1) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.1s;
}

.lp-luxury__list.aos-animate .lp-luxury__card:nth-child(2) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.3s;
}

.lp-luxury__list.aos-animate .lp-luxury__card:nth-child(3) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.5s;
}

.lp-luxury__list.aos-animate .lp-luxury__card:nth-child(4) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.7s;
}

.lp-luxury__list.aos-animate .lp-luxury__card:nth-child(5) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.9s;
}

.lp-luxury__card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 42px 20px 29px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 3px 6px rgba(169, 138, 111, 0.25);
    transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
    cursor: pointer;
}

.lp-luxury__list .lp-luxury__card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(169, 138, 111, 0.35);
    background: #faf9f8;
}

.lp-luxury__card:hover .lp-luxury__card-line {
    background: #836c57;
    width: 60px;
}

.lp-luxury__card-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    min-height: 62px;
}

.lp-luxury__card-icon img {
    max-width: 90px;
    max-height: 62px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.lp-luxury__card-line {
    display: block;
    width: 50px;
    height: 2px;
    background: #a98a6f;
    margin-bottom: 19px;
    transition: background 0.25s ease, width 0.25s ease;
}

.lp-luxury__card-title {
    font-size: 22px;
    font-weight: bold;
    color: #836c57;
    font-family: 'Myriad Pro';
}

@media (max-width: 1200px) {
    .lp-luxury__list {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .lp-luxury {
        padding: 60px 20px 60px;
    }

    .lp-luxury__title {
        margin-bottom: 48px;
    }

    .lp-luxury__list {
        grid-template-columns: repeat(6, 1fr);
        gap: 20px;
    }

    /* 3 cartes sur la 1re ligne (2 colonnes chacune) */
    .lp-luxury__list .lp-luxury__card:nth-child(1) {
        grid-column: 1 / 3;
    }

    .lp-luxury__list .lp-luxury__card:nth-child(2) {
        grid-column: 3 / 5;
    }

    .lp-luxury__list .lp-luxury__card:nth-child(3) {
        grid-column: 5 / 7;
    }

    /* 2 dernières cartes centrées sur la 2e ligne (colonnes 2-3 et 4-5) */
    .lp-luxury__list .lp-luxury__card:nth-child(4) {
        grid-column: 2 / 4;
    }

    .lp-luxury__list .lp-luxury__card:nth-child(5) {
        grid-column: 4 / 6;
    }

    .lp-luxury__card {
        padding: 32px 16px 24px;
    }

    .lp-luxury__card-icon {
        margin-bottom: 16px;
        min-height: 50px;
    }

    .lp-luxury__card-icon img {
        max-width: 70px;
        max-height: 50px;
    }

    .lp-luxury__card-line {
        margin-bottom: 20px;
    }

    .lp-luxury__card-title {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .lp-luxury {
        padding: 40px 16px 48px;
        margin-bottom: 5px;
    }

    .lp-luxury__title {
        margin-bottom: 32px;
        font-size: 1.5rem;
    }

    .lp-luxury__list {
        grid-template-columns: repeat(6, 1fr);
        gap: 12px;
    }

    /* 3 cartes sur la 1re ligne (2 colonnes chacune) */
    .lp-luxury__list .lp-luxury__card:nth-child(1) {
        grid-column: 1 / 3;
    }

    .lp-luxury__list .lp-luxury__card:nth-child(2) {
        grid-column: 3 / 5;
    }

    .lp-luxury__list .lp-luxury__card:nth-child(3) {
        grid-column: 5 / 7;
    }

    /* 2 dernières cartes centrées sur la 2e ligne */
    .lp-luxury__list .lp-luxury__card:nth-child(4) {
        grid-column: 2 / 4;
    }

    .lp-luxury__list .lp-luxury__card:nth-child(5) {
        grid-column: 4 / 6;
    }

    .lp-luxury__card {
        padding: 28px 12px 22px;
    }
}

/* ========== Section DÃ©couvrez votre Next House en images ========== */
.lp-gallery {
    position: relative;
    padding: 0 24px 100px;
    overflow: hidden;
    max-width: 100%;
}

.lp-gallery__bg {
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 30% 120% at 81% 10%, #CBBA9F 0%, #bbaa91 22%, #927a66 64%, #836c57 79%);
    z-index: 0;
    top: 189px;
}

.lp-gallery__inner {
    position: relative;
    z-index: 1;
    max-width: 1728px;
    margin: 0 auto;
}

.lp-gallery__title {
    margin: 0 0 60px;
    font-size: clamp(1.5rem, 4vw + 0.5rem, 42px);
    font-weight: 600;
    line-height: 1.2;
    color: #836c57;
    text-align: center;
}

.lp-gallery__tabs {
    display: flex;
    justify-content: center;
    gap: 33px;
    margin-bottom: 108px;
}

.lp-gallery__tab {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 360px;
    height: 79px;
    border: none;
    background: #836c5761;
    color: #fff;
    font-family: inherit;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 0.02em;
    cursor: pointer;
    transition: opacity 0.2s, background 0.2s;
    border-radius: 20px 20px 0 0;
}

.lp-gallery__tab:hover {
    background: #836c57d1;
}

.lp-gallery__tab--active {
    background: #836c57;
    color: #fff;
}

.lp-gallery__subtitle {
    margin: 0 0 54px;
    font-size: clamp(1.35rem, 3.5vw + 0.5rem, 42px);
    font-weight: 600;
    line-height: 1.25;
    color: #fff;
    text-align: center;
}

.lp-gallery__subtitle[hidden] {
    display: none;
}

.lp-gallery__slider-wrap {
    position: relative;
    display: flex;
    align-items: center;
    gap: 24px;
    max-width: 1728px;
    margin: 0 auto;
}

.lp-gallery__arrow {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    border: none;
    background: transparent;
    color: #fff;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.lp-gallery__arrow:hover {
    opacity: 1;
}

.lp-gallery__arrow:hover .lp-gallery__arrow-circle {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.9);
    /* transform: scale(1.08); */
}

.lp-gallery__arrow:active .lp-gallery__arrow-circle {
    transform: scale(0.98);
}

.lp-gallery__arrow-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border: 1px solid #fff;
    border-radius: 50%;
    transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.lp-gallery__arrow--prev span.lp-gallery__arrow-circle svg {
    position: relative;
    left: -2px;
}

.lp-gallery__slider {
    flex: 1;
    overflow: hidden;
}

.lp-gallery__track {
    display: flex;
    gap: 30px;
    transition: transform 0.35s ease-out;
}

.lp-gallery__slide {
    flex: 0 0 100%;
    box-sizing: border-box;
    overflow: hidden;
    border: 1px solid white;
}

.lp-gallery__slide-link {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

.lp-gallery__slide img {
    transition: .3s;
}

.lp-gallery__slide:hover img {
    transform: scale(1.05);
}

.lp-gallery__slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0 auto;
}

@media (min-width: 900px) {
    .lp-gallery__slide {
        flex: 0 0 31.933333%;
        ;
    }
}

@media (max-width: 768px) {
    .lp-gallery {
        padding: 60px 16px 70px;
    }

    .lp-gallery__title {
        margin-bottom: 40px;
    }

    .lp-gallery__bg {
        top: 173px;
    }

    .lp-gallery__tabs {
        flex-wrap: wrap;
        justify-content: center;
        gap: 16px;
        margin-bottom: 48px;
        display: flex;
        flex-direction: row;
    }

    .lp-gallery__tab {
        width: 100%;
        max-width: 320px;
        height: 56px;
        min-height: 48px;
        font-size: 1rem;
    }

    .lp-gallery__subtitle {
        margin-bottom: 40px;
    }

    .lp-gallery__slider-wrap {
        gap: 12px;
    }

    .lp-gallery__arrow-circle {
        width: 44px;
        height: 44px;
    }

    .lp-gallery__arrow svg {
        width: 8px;
        height: 13px;
    }
}

@media (max-width: 480px) {
    .lp-gallery {
        padding: 40px 12px 50px;
    }

    .lp-gallery__title {
        margin-bottom: 28px;
    }

    .lp-gallery__tabs {
        gap: 12px;
        margin-bottom: 32px;
    }

    .lp-gallery__tab {
        height: 48px;
        font-size: 0.9rem;
        width: 43%;
    }

    .lp-gallery__subtitle {
        margin-bottom: 28px;
    }

    .lp-gallery__track {
        gap: 10px;
    }

    .lp-gallery__slide {
        flex: 0 0 98%;
    }

    .lp-gallery__slider-wrap {
        gap: 0;
    }

    .lp-gallery__arrow {
        width: 30px;
        height: 30px;
    }

    .lp-gallery__arrow-circle {
        width: 25px;
        height: 25px;
    }
}

/* ========== Section Votre Next House Ã  portÃ©e de clic ========== */
.lp-cta-cards {
    padding: 90px 24px 100px;
    /* background: #f2ede9; */
}

.lp-cta-cards__inner {
    max-width: 1340px;
    margin: 0 auto;
}

.lp-cta-cards__title {
    margin: 0 0 66px;
    font-size: clamp(1.5rem, 4vw + 0.5rem, 42px);
    font-weight: 600;
    line-height: 1.2;
    color: #836c57;
    text-align: center;
}

.lp-cta-cards__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    list-style: none;
    margin: 0;
    padding: 0;
}

/* List gets AOS trigger only – no visual animation on the list itself */
.lp-cta-cards__list[data-aos] {
    opacity: 1 !important;
    transform: none !important;
}

/* Cards start hidden and reveal one by one when list gets .aos-animate */
.lp-cta-cards__list[data-aos] .lp-cta-cards__item {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.lp-cta-cards__list.aos-animate .lp-cta-cards__item:nth-child(1) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.1s;
}

.lp-cta-cards__list.aos-animate .lp-cta-cards__item:nth-child(2) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.32s;
}

.lp-cta-cards__list.aos-animate .lp-cta-cards__item:nth-child(3) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.54s;
}

.lp-cta-cards__list.aos-animate .lp-cta-cards__item:nth-child(4) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.76s;
}

/* Fallback: when AOS is disabled (e.g. Safari mobile), show cards immediately */
.lp-cta-cards__list:not([data-aos]) .lp-cta-cards__item {
    opacity: 1;
    transform: translateY(0);
}

.lp-cta-cards__item {
    display: block;
}

.lp-cta-cards__card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 219px;
    min-height: 219px;
    padding: 24px 11px 29px;
    border: none;
    border-radius: 15px;
    background: radial-gradient(ellipse 50% 60% at 82% 20%, #cbbaa1, #a98a6f);
    color: #fff;
    font-family: inherit;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    box-shadow: 0 4px 12px rgba(169, 138, 111, 0.3);
}

.lp-cta-cards__list .lp-cta-cards__card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 28px rgba(169, 138, 111, 0.45);
}

.lp-cta-cards__list .lp-cta-cards__card:active {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(169, 138, 111, 0.35);
}

.lp-cta-cards__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 21px;
    min-height: 60px;
}

.lp-cta-cards__icon img {
    max-width: 66px;
    max-height: 70px;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.lp-cta-cards__line {
    display: block;
    flex-shrink: 0;
    width: 50px;
    height: 2px;
    background: #fff;
    margin-bottom: 19px;
    margin-top: 5px;
}

.lp-cta-cards__label {
    display: block;
    font-size: 21px;
    font-family: 'Myriad Pro';
    font-weight: 600;
}

@media (max-width: 1024px) {
    .lp-cta-cards__list {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .lp-cta-cards {
        padding: 60px 20px 70px;
    }

    .lp-cta-cards__title {
        margin-bottom: 48px;
    }

    .lp-cta-cards__list {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .lp-cta-cards__card {
        height: 180px;
        min-height: 180px;
        padding: 28px 20px;
    }

    .lp-cta-cards__icon {
        margin-bottom: 16px;
    }

    .lp-cta-cards__label {
        font-size: 1.1rem;
    }

    .lp-cta-cards__line {
        margin-bottom: 20px;
    }

    .lp-cta-cards__icon img {
        max-width: 55px;
        max-height: 53px;
    }
}

@media (max-width: 480px) {
    .lp-cta-cards {
        padding: 48px 16px 56px;
    }

    .lp-cta-cards__title {
        margin-bottom: 32px;
        padding: 0 30px;
    }

    .lp-cta-cards__list {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .lp-cta-cards__card {
        height: 160px;
        min-height: 160px;
        padding: 100px 16px 90px 16px;
    }

    .lp-cta-cards__label {
        font-size: 1.2rem;
        padding: 0 29px;
        line-height: 1.2;
    }
}

@media (max-width: 360px) {
    .lp-cta-cards__list[data-aos] .lp-cta-cards__item {
        transform: translateY(16px);
    }

    .lp-cta-cards {
        padding: 40px 12px 48px;
    }

    .lp-cta-cards__title {
        margin-bottom: 24px;
        padding: 0 8px;
        font-size: 1.35rem;
    }

    .lp-cta-cards__list {
        gap: 10px;
    }

    .lp-cta-cards__card {
        height: 140px;
        min-height: 140px;
        padding: 85px 12px;
    }

    .lp-cta-cards__label {
        font-size: 1rem;
        padding: 0 8px;
    }

    .lp-cta-cards__icon img {
        max-width: 48px;
        max-height: 46px;
    }
}

/* ========== Section VidÃ©o (logements harmonieux) ========== */
.lp-video {
    padding: 80px 24px 160px;
    background: #fff;
}

.lp-video__inner {
    display: grid;
    grid-template-columns: minmax(280px, 645px) 1fr;
    gap: 54px;
    max-width: 1344px;
    margin: 0 auto;
}

.lp-video__media {
    position: relative;
    /* border: 20px solid #fff; */
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
}

.lp-video__image {
    display: block;
    width: 100%;
    height: 100%;
    aspect-ratio: 645 / 451;
    object-fit: cover;
    object-position: right;
}

.lp-video__play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 90px;
    text-decoration: none;
    color: inherit;
    transition: transform 0.2s, opacity 0.2s;
}

.lp-video__play:hover {
    transform: translate(-50%, -50%) scale(1.05);
    opacity: 0.95;
}

.lp-video__play-circle {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
}

.lp-video__play-triangle {
    position: relative;
    width: 0;
    height: 0;
    margin-left: 6px;
    border-style: solid;
    border-width: 15px 0 15px 26px;
    border-color: transparent transparent transparent #151515;
}

.lp-video__content {
    max-width: 615px;
}

.lp-video__label {
    margin: 0 0 10px;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.08em;
    color: #a98a6f;
}

.lp-video__title {
    margin: 0 0 26px;
    font-size: clamp(1.5rem, 4vw + 0.5rem, 46px);
    font-weight: 600;
    line-height: 1.25;
    color: #836c57;
}

.lp-video__text {
    margin: 0 0 25px;
    font-size: clamp(1rem, 2vw + 0.5rem, 26px);
    line-height: 1.3;
    color: rgba(0, 0, 0, 0.8);
    font-family: 'Myriad Pro';
}

.lp-video__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 189px;
    height: 60px;
    padding: 0 24px;
    border: 2px solid #a98a6f;
    border-radius: 300px;
    background: transparent;
    color: #a98a6f;
    font-family: inherit;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
}

.lp-video__btn:hover {
    background: #a98a6f;
    color: #fff;
}

@media (max-width: 1024px) {
    .lp-video__inner {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .lp-video__media {
        border-width: 12px;
    }

    .lp-video__content {
        max-width: none;
    }
}

@media (max-width: 768px) {
    .lp-video {
        padding: 60px 20px 60px;
    }

    .lp-video__inner {
        gap: 32px;
    }

    .lp-video__media {
        border-width: 8px;
    }

    .lp-video__play {
        width: 70px;
        height: 70px;
    }

    .lp-video__play-triangle {
        border-width: 12px 0 12px 20px;
        margin-left: 4px;
    }

    .lp-video__label {
        margin-bottom: 20px;
        font-size: 1.2rem;
    }

    .lp-video__title {
        margin-bottom: 24px;
    }

    .lp-video__text {
        margin-bottom: 32px;
        font-size: 1.05rem;
    }

    .lp-video__btn {
        min-width: 160px;
        height: 52px;
        min-height: 48px;
        font-size: 0.9rem;
    }
}

@media (max-width: 480px) {
    .lp-video {
        padding: 0 16px 48px;
    }

    .lp-video__inner {
        gap: 24px;
    }

    .lp-video__title {
        font-size: 1.4rem;
    }

    .lp-video__text {
        font-size: 1.2rem;
    }

    .lp-video__btn {
        width: 100%;
        max-width: 100%;
        font-size: 1.1rem;
    }
}

/* ========== Section Programmer une visite (formulaire) ========== */
.lp-visite {
    position: relative;
    padding: 100px 24px 120px;
    overflow: hidden;
}

.lp-visite__bg {
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 80% 80% at 83% 0%, #cbbaa1 0%, #bbaa91 22%, #927a66 64%, #836c57 79%);
    z-index: 0;
}

.lp-visite__motif {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 330px;
    max-width: 40vw;
    z-index: 1;
    pointer-events: none;
    opacity: 1;
}

.lp-visite__motif img {
    width: 100%;
    height: auto;
    display: block;
}

.lp-visite__motif--left {
    left: 0;
}

.lp-visite__motif--right {
    right: 0;
}

.lp-visite__inner {
    position: relative;
    z-index: 2;
    max-width: 858px;
    margin: 0 auto;
}

.lp-visite__title {
    margin: 0 0 23px;
    font-size: clamp(1.5rem, 4vw + 0.5rem, 46px);
    font-weight: 600;
    line-height: 1.2;
    color: #fff;
    text-align: center;
}

.lp-visite__subtitle {
    margin: 0 auto 40px;
    font-size: clamp(1rem, 2vw + 0.5rem, 28px);
    line-height: 1.5;
    font-style: italic;
    color: #fff;
    text-align: center;
    font-family: 'Myriad Pro';
    max-width: 730px;
    font-weight: 500;
}

.lp-visite__form {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.lp-visite__row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.lp-visite__row--full {
    grid-template-columns: 1fr;
}

.lp-visite__field {
    display: flex;
    flex-direction: column;
    gap: 8px;
    cursor: text;
}

.lp-visite__label {
    font-size: 13px;
    color: rgba(0, 0, 0, 0.4);
}

.lp-visite__input,
.lp-visite__select,
.lp-visite__textarea {
    width: 100%;
    padding: 18px 20px;
    border: none;
    border-radius: 0;
    background: #fff;
    font-family: inherit;
    font-size: 18px;
    color: #000;
    box-sizing: border-box;
}

.lp-visite__input::placeholder,
.lp-visite__textarea::placeholder {
    color: rgba(0, 0, 0, 0.3);
}

.lp-visite__select {
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='17' viewBox='0 0 10 17' fill='none'%3E%3Cpath d='M1 1L5 6L9 1' stroke='rgba(0,0,0,0.6)' stroke-width='1.5'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 20px center;
    padding-right: 44px;
}

.lp-visite__textarea {
    min-height: 218px;
    resize: vertical;
}

.lp-visite__checkbox-wrap {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    cursor: pointer;
    margin-top: 8px;
}

.lp-visite__checkbox {
    position: absolute;
    opacity: 0;
    width: 15px;
    height: 15px;
    margin: 0;
}

.lp-visite__checkbox-box {
    flex-shrink: 0;
    width: 15px;
    height: 15px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.lp-visite__checkbox:checked+.lp-visite__checkbox-box {
    background: #836c57;
    border-color: #836c57;
    border: 1px solid white;
}

.lp-visite__checkbox-box::after {
    content: '';
    display: none;
    width: 4px;
    height: 8px;
    margin: 2px 0 0 5px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.lp-visite__checkbox:checked+.lp-visite__checkbox-box::after {
    display: block;
}

.lp-visite__consent-text {
    font-size: 15px;
    line-height: 1.4;
    color: #fff;
    position: relative;
    top: -4px;
}

.lp-visite__submit {
    align-self: center;
    min-width: 300px;
    height: 80px;
    margin-top: 24px;
    padding: 0 32px;
    /* border: 3px solid #a98a6f; */
    border-radius: 600px;
    background: #fff;
    color: #836c57;
    font-family: inherit;
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 0.04em;
    cursor: pointer;
    transition: background 0.2s, color 0.2s, border-color 0.2s;
}

.lp-visite__submit:hover {
    background: #a98a6f;
    color: #fff;
    border: 1px solid;
}

@media (max-width: 768px) {
    .lp-visite {
        padding: 60px 20px 80px;
    }

    .lp-visite__motif {
        width: 120px;
        opacity: 0.15;
    }

    .lp-visite__title {
        margin-bottom: 32px;
        font-size: 1.6rem;
    }

    .lp-visite__subtitle {
        margin-bottom: 40px;
        font-size: 1.1rem;
        padding: 0 16px;
    }

    .lp-visite__form {
        gap: 20px;
    }

    .lp-visite__row {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .lp-visite__input,
    .lp-visite__select,
    .lp-visite__textarea {
        padding: 16px;
        font-size: 16px;
    }

    .lp-visite__submit {
        min-width: 100%;
        max-width: 320px;
        height: 56px;
        min-height: 48px;
        font-size: 1.1rem;
    }
}

@media (max-width: 480px) {
    .lp-visite {
        padding: 48px 16px 64px;
    }

    .lp-visite__motif {
        width: 80px;
    }

    .lp-visite__title {
        font-size: 1.4rem;
        margin-bottom: 24px;
    }

    .lp-visite__subtitle {
        font-size: 1rem;
        margin-bottom: 32px;
    }

    .lp-visite__submit {
        font-size: 1rem;
        margin-top: 10px;
    }
}

/* ========== Section FAQ ========== */
.lp-faq {
    display: grid;
    grid-template-columns: 1fr minmax(0, 820px);
    min-height: 971px;
    overflow: hidden;
    max-width: 100%;
}

.lp-faq__content {
    background: rgba(242, 237, 233, 0.85);
    display: flex;
    align-items: center;
}

.lp-faq__inner {
    width: 100%;
    max-width: 732px;
    margin: 0 auto;
    padding: 104px 24px 104px 48px;
}

.lp-faq__title {
    margin: 0 0 57px;
    font-size: clamp(1.4rem, 4vw + 0.5rem, 46px);
    font-weight: 600;
    line-height: 1.25;
    color: #836c57;
}

.lp-faq__list {
    margin: 0 0 48px;
    padding: 0;
    list-style: none;
}

.lp-faq__item {
    border-bottom: 1px solid #836c57;
}


.lp-faq__question {
    margin: 0;
}

.lp-faq__question-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 24px 0;
    border: none;
    background: transparent;
    color: #836c57;
    font-family: inherit;
    font-size: clamp(1rem, 2vw + 0.25rem, 26px);
    font-weight: 500;
    text-align: left;
    cursor: pointer;
    gap: 16px;
    transition: color 0.2s;
    min-height: 48px;
}

.lp-faq__question-btn:hover {
    color: #6b5a48;
}

.lp-faq__chevron {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.25s ease;
}

.lp-faq__item--open .lp-faq__chevron {
    transform: rotate(180deg);
}

.lp-faq__answer {
    margin: 0;
    padding: 0 0 24px;
}

.lp-faq__answer p {
    margin: 0;
    font-size: 18px;
    line-height: 1.5;
    color: rgba(0, 0, 0, 0.75);
}

.lp-faq__cta {
    text-align: center;
}

.lp-faq__cta-text {
    margin: 0 0 24px;
    font-size: 1.25rem;
    font-weight: 500;
    color: #fff;
}

.lp-faq__cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 430px;
    height: 76px;
    padding: 0 32px;
    border: none;
    border-radius: 300px;
    background: radial-gradient(ellipse 40% 120% at 82% -20%, #cbbaa1, #bbaa91 22%, #927a66 64%, #836c57 130%);
    color: white;
    font-family: inherit;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 0.04em;
    cursor: pointer;
}

button.lp-faq__cta-btn.js-open-appointment-drawer.invert-2,
button.lp-faq__cta-btn.js-open-brochure-drawer.invert-2,
a.lp-faq__cta-btn.invert-2 {
    display: inline-flex;
    font-size: 20px;
    font-weight: 600;
    background: white;
    border: 1px solid #836c57;
    color: #836c57;
    text-decoration: none;
    cursor: pointer;
    box-sizing: border-box;
}

a.lp-faq__cta-btn.invert-2:visited,
a.lp-faq__cta-btn.invert-2:focus {
    color: #836c57;
    background: white;
    border-color: #836c57;
    text-decoration: none;
}

button.lp-faq__cta-btn.js-open-appointment-drawer.invert-2:hover,
button.lp-faq__cta-btn.js-open-brochure-drawer.invert-2:hover,
a.lp-faq__cta-btn.invert-2:hover {
    background: #836c57;
    color: white;
    border-color: #836c57;
}

a.lp-faq__cta-btn.invert-2:hover:visited,
a.lp-faq__cta-btn.invert-2:hover:focus {
    color: white;
    background: #836c57;
}

button.lp-faq__cta-btn.js-open-appointment-drawer.invert,
button.lp-faq__cta-btn.js-open-brochure-drawer.invert {
    margin-bottom: 35px;
}

.lp-faq__cta-btn:hover {
    background: white;
    border: 1px solid #836c57;
    color: #836c57;
}

.lp-faq__image-wrap {
    background: #e8e4e0;
}

.lp-faq__image {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 971px;
    object-fit: cover;
}

@media (max-width: 1200px) {
    .lp-faq {
        grid-template-columns: 1fr;
    }

    .lp-faq__image-wrap {
        min-height: 400px;
        order: -1;
    }

    .lp-faq__image {
        min-height: 400px;
    }

    .lp-faq__inner {
        padding: 60px 24px 60px;
    }
}

@media (max-width: 768px) {
    .lp-faq__inner {
        padding: 48px 20px 48px;
    }

    .lp-faq__title {
        margin-bottom: 48px;
        font-size: 1.5rem;
    }

    .lp-faq__question-btn {
        padding: 18px 0;
        font-size: 0.95rem;
    }

    .lp-faq__cta-btn {
        min-width: 100%;
        max-width: 340px;
        height: 56px;
        min-height: 48px;
        font-size: 0.85rem;
    }

    .lp-faq__image-wrap {
        min-height: 280px;
    }

    .lp-faq__image {
        min-height: 280px;
    }
}

@media (max-width: 480px) {
    .lp-faq__inner {
        padding: 32px 16px 40px;
    }

    .lp-faq__title {
        margin-bottom: 32px;
        font-size: 1.3rem;
    }

    .lp-faq__list {
        margin-bottom: 32px;
    }

    .lp-faq__question-btn {
        padding: 14px 0;
        font-size: 1.2rem;
    }

    .lp-faq__answer p {
        font-size: 0.95rem;
    }

    .lp-faq__cta-btn {
        /* height: 52px; */
        font-size: 1.2rem;
    }

    button.lp-faq__cta-btn.js-open-appointment-drawer.invert-2,
    button.lp-faq__cta-btn.js-open-brochure-drawer.invert-2,
    a.lp-faq__cta-btn.invert-2 {
        font-size: 1rem !important;
    }

    .lp-faq__image-wrap {
        min-height: 240px;
    }

    .lp-faq__image {
        min-height: 240px;
    }
}

/* ========== Section Map ========== */
.lp-map {
    width: 100%;
}

.lp-map__wrapper {
    width: 100%;
    height: 500px;
    position: relative;
    overflow: hidden;
}

.lp-map__iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: none;
    display: block;
}

.lp-map__directions {
    position: absolute;
    bottom: 12px;
    left: 12px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 10px 16px;
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    color: #4285f4;
    font-size: 0.9rem;
    font-weight: 500;
    text-decoration: none;
    background-color: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
    transition: box-shadow 0.2s ease, background-color 0.2s ease;
}

.lp-map__directions:hover {
    background-color: #f8f9fa;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    color: #3367d6;
}

.lp-map__directions-icon {
    flex-shrink: 0;
}

@media (max-width: 768px) {
    .lp-map__wrapper {
        height: 400px;
    }
}

@media (max-width: 480px) {
    .lp-map__wrapper {
        height: 300px;
    }
}

.nh-footer {
    margin-top: 0 !important;
}

.nh-callback-drawer__submit-btn,
.nh-brochure-drawer__submit-btn,
.b24-form-btn-block .b24-form-btn {
    background: radial-gradient(ellipse 30% 70% at 82% 0%, #cbbaa1, #a98a6f) !important;
}

.nh-callback-drawer__submit-btn:hover,
.nh-brochure-drawer__submit-btn:hover,
.b24-form-btn-block .b24-form-btn:hover {
    background: white !important;
    border: 1px solid #836c57 !important;
    color: #836c57 !important;
}

.nh-callback-drawer__title,
.nh-brochure-drawer__title,
.nh-appointment-drawer__title {
    color: #836c57 !important;
}

.nh-callback-drawer__close,
.nh-brochure-drawer__close,
.nh-appointment-drawer__close {
    color: #836c57 !important;
}

/* Modale vidéo 360 - Visite virtuelle (embed sur le site) */
.lp-video360-overlay {
    position: fixed;
    inset: 0;
    z-index: 10000;
    background: rgba(0, 0, 0, 0.85);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.lp-video360-overlay--active {
    opacity: 1;
    visibility: visible;
}

.lp-video360-modal {
    position: relative;
    width: 100%;
    max-width: 960px;
    aspect-ratio: 16 / 9;
    background: #000;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

.lp-video360-close {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 2;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease;
}

.lp-video360-close:hover {
    background: rgba(0, 0, 0, 0.9);
    color: #fff;
}

.lp-video360-close i {
    font-size: 20px;
}

.lp-video360-wrap {
    position: absolute;
    inset: 0;
}

.lp-video360-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

@media (max-width: 768px) {
    .lp-video360-modal {
        max-width: 100%;
    }

    .lp-video360-close {
        top: 8px;
        right: 8px;
        width: 40px;
        height: 40px;
    }
}


@media (max-width: 360px) {
    .lp-location__highlights {
        flex-direction: column;
    }

    .lp-hero__bg {
        background-size: 295%;
        background-position-y: 86px;
    }
}

.b24-form-wrapper {
    background: none !important;
}

.b24-form-content.b24-form-padding-side {
    background: none !important;
}

.lp-visite__inner .b24-form-field-agreement-link {
    color: #fff !important;
}

.lp-visite__inner .b24-form-field.b24-form-field-last-name.b24-form-control-string,
.lp-visite__inner .b24-form-field.b24-form-field-name.b24-form-control-string {
    width: 49%;
    float: left;
    margin-right: 2%;
}

.lp-visite__inner .b24-form-field.b24-form-field-last-name.b24-form-control-string {
    margin-right: 0;
}

.lp-visite__inner .b24-form-field.b24-form-field-email.b24-form-control-string,
.lp-visite__inner .b24-form-field.b24-form-field-phone.b24-form-control-string {
    width: 49%;
    float: left;
    margin-right: 2%;
}

.lp-visite__inner .b24-form-field.b24-form-field-email.b24-form-control-string {
    margin-right: 0;
}

.lp-visite__inner .b24-form-field.b24-form-field-list.b24-form-control-list {
    clear: both;
}


.lp-visite__inner .b24-form-content.b24-form-padding-side {
    padding: 0 !important;
}


.lp-visite__inner .b24-form-btn-block .b24-form-btn {
    background: #C66F1D !important;
}


.nh-callback-drawer__content .b24-form-content.b24-form-padding-side {
    padding: 0 !important;
}

.lp-visite__inner .b24-form-btn-block .b24-form-btn {
    background: #fff !important;
    color: #836c57 !important;
}

.lp-visite__inner .b24-form-btn-block .b24-form-btn:hover {
    background: #a98a6f !important;
    color: #fff !important;
    border: 1px solid !important;
}

.lp-cta-cards__list {
    margin: 0 auto;
}