.mwjv-hero {
    background: #173404;
}

/* Nav */
.mwjv-nav {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.mwjv-nav__inner {
    max-width: 1240px;
    margin: 0 auto;
    padding: 18px 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.mwjv-nav__logo {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    font-family: Georgia, serif;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
}

.mwjv-nav__logo-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 8px;
    font-size: 16px;
}

.mwjv-nav__logo-text em {
    color: #e8622c;
    font-style: normal;
}

.mwjv-nav__links {
    display: flex;
    align-items: center;
    gap: 32px;
}

.mwjv-nav__links a {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    font-size: 15px;
}

.mwjv-nav__links a:hover {
    color: #fff;
}

.mwjv-nav__cta {
    background: #e8622c;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    padding: 11px 22px;
    border-radius: 999px;
    font-size: 14px;
}

/* Hero body */
.mwjv-hero__body {
    max-width: 1240px;
    margin: 0 auto;
    padding: 56px 32px 48px;
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 60px;
    align-items: center;
}

.mwjv-hero__badge {
    display: inline-block;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #d7e6c9;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 7px 16px;
    border-radius: 999px;
    margin-bottom: 22px;
}

.mwjv-hero__title {
    font-family: Georgia, serif;
    color: #fff;
    font-size: 44px;
    line-height: 1.18;
    font-weight: 700;
    margin: 0 0 20px;
}

.mwjv-hero__title span {
    color: #e8622c;
}

.mwjv-hero__desc {
    color: rgba(255, 255, 255, 0.75);
    font-size: 16px;
    line-height: 1.65;
    max-width: 480px;
    margin: 0 0 30px;
}

.mwjv-hero__cta-row {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 18px;
    flex-wrap: wrap;
}

.mwjv-hero__cta-primary {
    background: #e8622c;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    padding: 15px 26px;
    border-radius: 999px;
    font-size: 15px;
}

.mwjv-hero__cta-secondary {
    background: #fff;
    color: #173404;
    font-weight: 700;
    text-decoration: none;
    padding: 15px 26px;
    border-radius: 999px;
    font-size: 15px;
}

.mwjv-hero__trust {
    color: rgba(255, 255, 255, 0.75);
    font-size: 14px;
    margin: 0;
}

.mwjv-hero__trust a {
    color: #fff;
    font-weight: 700;
    text-decoration: none;
}

.mwjv-hero__trust a:hover {
    text-decoration: underline;
}

/* Dashboard card */
.mwjv-dashboard {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 18px;
    padding: 26px;
}

.mwjv-dashboard__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.mwjv-dashboard__head>span:first-child {
    color: rgba(255, 255, 255, 0.6);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.mwjv-dashboard__badge {
    background: rgba(120, 180, 90, 0.2);
    color: #a8d888;
    font-size: 12px;
    font-weight: 700;
    padding: 5px 12px;
    border-radius: 999px;
}

.mwjv-dashboard__stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-bottom: 14px;
}

.mwjv-dashboard__stats>div {
    background: rgba(255, 255, 255, 0.04);
    border-radius: 10px;
    padding: 14px 16px;
}

.mwjv-dashboard__label {
    display: block;
    color: rgba(255, 255, 255, 0.55);
    font-size: 12px;
    margin-bottom: 6px;
}

.mwjv-dashboard__value {
    display: block;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
}

.mwjv-dashboard__value--orange {
    color: #e8622c;
}

.mwjv-dashboard__orders {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.mwjv-dashboard__orders li {
    display: flex;
    align-items: center;
    gap: 10px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 8px;
    padding: 11px 14px;
    color: rgba(255, 255, 255, 0.85);
    font-size: 13px;
}

.mwjv-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #e8622c;
    flex-shrink: 0;
}

/* Stats bar */
.mwjv-stats {
    background: #f4ede0;
    padding: 40px 32px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    text-align: center;
}

.mwjv-stats strong {
    display: block;
    font-family: Georgia, serif;
    color: #173404;
    font-size: 28px;
    margin-bottom: 6px;
}

.mwjv-stats span {
    color: #6b6b5e;
    font-size: 13px;
}

/* Nav toggle (masqué desktop) */
.mwjv-nav__toggle {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 32px;
    height: 32px;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
}

.mwjv-nav__toggle span {
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    border-radius: 2px;
    transition: transform .2s, opacity .2s;
}

.mwjv-nav__toggle.is-active span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.mwjv-nav__toggle.is-active span:nth-child(2) {
    opacity: 0;
}

.mwjv-nav__toggle.is-active span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

.mwjv-nav__panel {
    display: flex;
    align-items: center;
    gap: 32px;
}

/* Mobile */
@media (max-width: 767px) {
    body {
        overflow-x: hidden;
    }

    .mwjv-hero {
        width: 100vw;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }

    .mwjv-nav__inner {
        padding: 14px 20px;
    }

    .mwjv-nav__logo {
        font-size: 17px;
    }

    .mwjv-nav__logo-icon {
        width: 30px;
        height: 30px;
        font-size: 14px;
    }

    .mwjv-nav__toggle {
        display: flex;
    }

    .mwjv-nav__panel {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
        background: #173404;
        max-height: 0;
        overflow: hidden;
        transition: max-height .25s ease;
        z-index: 20;
    }

    .mwjv-nav__panel.is-open {
        max-height: 320px;
        padding: 8px 20px 20px;
    }

    .mwjv-nav__links {
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
        width: 100%;
    }

    .mwjv-nav__links a {
        padding: 12px 0;
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    }

    .mwjv-nav__cta {
        margin-top: 14px;
        text-align: center;
        width: 100%;
    }

    .mwjv-hero__body {
        grid-template-columns: 1fr;
        padding: 32px 20px 36px;
        gap: 0;
    }

    .mwjv-hero__right {
        display: none;
    }

    .mwjv-hero__badge {
        font-size: 11px;
        padding: 6px 12px;
        margin-bottom: 16px;
    }

    .mwjv-hero__title {
        font-size: 28px;
        line-height: 1.25;
        margin-bottom: 14px;
    }

    .mwjv-hero__desc {
        font-size: 14px;
        max-width: 100%;
        margin-bottom: 22px;
    }

    .mwjv-hero__cta-row {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
        margin-bottom: 14px;
    }

    .mwjv-hero__cta-primary,
    .mwjv-hero__cta-secondary {
        text-align: center;
        padding: 14px 20px;
        font-size: 14px;
    }

    .mwjv-hero__cta-secondary {
        display: none;
    }

    .mwjv-hero__trust {
        font-size: 12.5px;
    }

    .mwjv-hero__trust-login {
        display: none;
    }

    .mwjv-stats {
        grid-template-columns: 1fr 1fr;
        gap: 24px 16px;
        padding: 28px 20px;
    }

    .mwjv-stats strong {
        font-size: 20px;
    }

    .mwjv-stats span {
        font-size: 12px;
    }
}

.elementor-widget-container:has(.mwjv-hero, .mwjv-steps, .mwjv-signup),
.elementor-widget-wrap:has(.mwjv-hero, .mwjv-steps, .mwjv-signup) {
    padding: 0 !important;
    margin: 0 !important;
}

.elementor-column:has(.mwjv-hero, .mwjv-steps, .mwjv-signup) {
    padding: 0 !important;
}

.elementor-section:has(.mwjv-hero, .mwjv-steps, .mwjv-signup) {
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 0 !important;
    min-height: 0 !important;
}

.mwjv-steps {
    background: #f4ede0;
    padding: 64px 32px;
}

.mwjv-steps__inner {
    max-width: 1240px;
    margin: 0 auto;
}

.mwjv-steps__label {
    color: #e8622c;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin: 0 0 10px;
}

.mwjv-steps__title {
    font-family: Georgia, serif;
    color: #1c1c1c;
    font-size: 30px;
    line-height: 1.3;
    font-weight: 700;
    margin: 0 0 36px;
    max-width: 620px;
}

.mwjv-steps__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.mwjv-steps__card {
    background: #fff;
    border-radius: 16px;
    padding: 28px 24px;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.mwjv-steps__number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    background: #eef1e8;
    color: #173404;
    font-family: Georgia, serif;
    font-size: 17px;
    font-weight: 700;
    border-radius: 50%;
    margin-bottom: 20px;
}

.mwjv-steps__card h3 {
    color: #1c1c1c;
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 8px;
}

.mwjv-steps__card p {
    color: #7a7a70;
    font-size: 14px;
    line-height: 1.55;
    margin: 0;
}

@media (max-width: 900px) {
    .mwjv-steps__grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 600px) {
    .mwjv-steps {
        padding: 24px 20px 16px;
    }

    .mwjv-steps__label {
        font-size: 12px;
        margin-bottom: 6px;
    }

    .mwjv-steps__title {
        font-size: 19px;
        line-height: 1.25;
        margin-bottom: 16px;
    }

    .mwjv-steps__grid {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .mwjv-steps__card {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 2px 10px;
        padding: 12px 14px;
        border: 1px solid rgba(0, 0, 0, 0.06);
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03);
    }

    .mwjv-steps__number {
        width: 24px;
        height: 24px;
        font-size: 11px;
        margin-bottom: 0;
        flex: 0 0 auto;
    }

    .mwjv-steps__card h3 {
        flex: 1;
        margin: 0;
        font-size: 13.5px;
    }

    .mwjv-steps__card p {
        flex: 0 0 100%;
        margin: 0;
        padding-left: 34px;
        font-size: 12px;
        line-height: 1.35;
    }
}

.mwjv-signup {
    background: #f4ede0;
    padding: 40px 20px 48px;
}

.mwjv-signup__inner {
    max-width: 520px;
    margin: 0;
}

.mwjv-signup__label {
    color: #e8622c;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin: 0 0 8px;
}

.mwjv-signup__title {
    font-family: Georgia, serif;
    color: #1c1c1c;
    font-size: 22px;
    line-height: 1.3;
    font-weight: 700;
    margin: 0 0 18px;
}

.mwjv-signup__list {
    list-style: none;
    margin: 0 0 26px;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.mwjv-signup__list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.mwjv-signup__check {
    flex: 0 0 auto;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #e8622c;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2px;
}

.mwjv-signup__list li span:last-child {
    color: #4a4a42;
    font-size: 14px;
    line-height: 1.5;
}

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

    .mwjv-signup__title {
        font-size: 20px;
    }
}

.mwjv-nav__logo img {
    max-height: 32px;
    width: auto;
    display: block;
}

.mwjv-nav__logo .custom-logo-link {
    display: flex;
    align-items: center;
}

@media (max-width: 600px) {

    .elementor-widget-container:has(.mwj-wrapper),
    .elementor-widget-wrap:has(.mwj-wrapper),
    .elementor-column:has(.mwj-wrapper),
    .elementor-section:has(.mwj-wrapper),
    .elementor-container:has(.mwj-wrapper) {
        padding: 0 !important;
        margin: 0 !important;
    }

    .mwj-wrapper {
        max-width: 100% !important;
        width: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    .mwj-card {
        border-radius: 0 !important;
        box-shadow: none !important;
    }
}