@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600;700&display=swap');

body {
    background-color: #faf7f2 !important;
}

.header-top-60 {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
    position: relative;
    z-index: 2;
}

/* =========================================================
   COMMENT ÇA MARCHE
   ========================================================= */
.mawjoud-how-it-works {
    max-width: 1200px;
    margin: 40px auto;
    padding: 0 20px;
}

.mawjoud-how-it-works__intro {
    text-align: center;
    max-width: 560px;
    margin: 0 auto 28px;
}

.mawjoud-how-it-works__intro h2 {
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 10px;
    color: #1b2a3a;
}

.mawjoud-how-it-works__intro p {
    font-size: 14px;
    color: #52606d;
    line-height: 1.6;
    margin: 0;
}

.mawjoud-how-it-works__steps {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
    align-items: stretch;
}

.mawjoud-step {
    background: #fbf7f4;
    border: 1px solid rgba(23, 52, 4, 0.06);
    border-radius: 12px;
    padding: 22px 20px 20px;
    text-align: center;
    flex: 1 1 220px;
    max-width: 280px;
    display: flex;
    flex-direction: column;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.mawjoud-step:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 16px rgba(23, 52, 4, 0.08);
}

.mawjoud-step__icon-wrap {
    position: relative;
    width: 52px;
    height: 52px;
    margin: 0 auto 16px;
}

.mawjoud-step__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #fbe4d8;
}

.mawjoud-step__icon svg {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: #e8622c;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.mawjoud-step__number {
    position: absolute;
    bottom: -4px;
    right: -4px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #e8622c;
    border: 2px solid #fbf7f4;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
}

.mawjoud-step h3 {
    font-size: 15px;
    font-weight: 700;
    margin: 0 0 6px;
    color: #1b2a3a;
}

.mawjoud-step p {
    font-size: 13px;
    color: #52606d;
    line-height: 1.5;
    margin: 0;
}

/* =========================================================
   CTA VENDEUR (bandeau vert)
   ========================================================= */
.mawjoud-vendor-cta {
    max-width: 1200px;
    margin: 40px auto;
    padding: 32px 40px;
    background: #173404;
    border-radius: 14px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
}

.mawjoud-vendor-cta__decor {
    position: absolute;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: rgba(232, 98, 44, 0.15);
    right: -70px;
    bottom: -90px;
    z-index: 0;
}

.mawjoud-vendor-cta__text {
    position: relative;
    z-index: 1;
}

.mawjoud-vendor-cta__title {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 6px;
}

.mawjoud-vendor-cta__desc {
    font-size: 13.5px;
    color: #cee8d6;
    margin: 0;
    max-width: 480px;
    line-height: 1.5;
}

.mawjoud-vendor-cta__button {
    position: relative;
    z-index: 1;
    background: #e8622c;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    padding: 14px 28px;
    border-radius: 50px;
    text-decoration: none;
    white-space: nowrap;
    flex-shrink: 0;
    transition: background 0.15s ease;
}

.mawjoud-vendor-cta__button:hover {
    background: #b8481c;
    color: #fff;
}

.mawjoud-vendor-cta__actions {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
}

.mawjoud-vendor-cta__hint {
    font-size: 12px;
    color: #a9c2ae;
}

/* =========================================================
   TRUST STATS
   ========================================================= */
.mawjoud-trust-stats {
    max-width: 1200px;
    margin: 40px auto;
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
}

.mawjoud-trust-stats__item {
    background: #fbf7f4;
    border-radius: 10px;
    padding: 18px 24px;
    text-align: center;
    flex: 1 1 160px;
    max-width: 220px;
}

.mawjoud-trust-stats__number {
    display: block;
    font-size: 22px;
    font-weight: 700;
    color: #1b2a3a;
}

.mawjoud-trust-stats__label {
    display: block;
    font-size: 12px;
    color: #6b7280;
    margin-top: 4px;
}

/* =========================================================
   VENDOR STEPS (section "Comment vendre")
   ========================================================= */
.mawjoud-vendor-steps {
    max-width: 1200px;
    margin: 50px auto;
    padding: 40px 20px;
    display: flex;
    gap: 60px;
    align-items: flex-start;
    flex-wrap: wrap;
}

.mawjoud-vendor-steps__text {
    flex: 1 1 320px;
    max-width: 420px;
}

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

.mawjoud-vendor-steps__text h2 {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.25;
    color: #1b2a3a;
    margin: 0 0 16px;
}

.mawjoud-vendor-steps__desc {
    font-size: 14.5px;
    color: #6b7280;
    line-height: 1.6;
    margin: 0 0 24px;
}

.mawjoud-vendor-steps__button {
    display: inline-block;
    background: #e8622c;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    padding: 16px 30px;
    border-radius: 50px;
    text-decoration: none;
}

.mawjoud-vendor-steps__button:hover {
    background: #b8481c;
    color: #fff;
}

.mawjoud-vendor-steps__list {
    flex: 1 1 400px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.mawjoud-vendor-step-card {
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
    padding: 20px 24px;
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.mawjoud-vendor-step-card__number {
    flex: 0 0 auto;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #e1f0e5;
    color: #173404;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mawjoud-vendor-step-card h3 {
    font-size: 15px;
    font-weight: 700;
    color: #1b2a3a;
    margin: 0 0 4px;
}

.mawjoud-vendor-step-card p {
    font-size: 13.5px;
    color: #6b7280;
    margin: 0;
    line-height: 1.5;
}

.mawjoud-vendor-steps__button--bottom {
    display: none;
}

/* =========================================================
   TUILES DE SÉLECTION
   ========================================================= */
.mawjoud-selection-tiles {
    max-width: 1200px;
    margin: 40px auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 16px;
}

.mawjoud-tile {
    border-radius: 14px;
    padding: 24px;
    min-height: 130px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    text-decoration: none;
    transition: transform 0.15s ease;
}

.mawjoud-tile:hover {
    transform: translateY(-3px);
}

.mawjoud-tile__title {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 4px;
}

.mawjoud-tile__subtitle {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.8);
}

.mawjoud-tile--green {
    background: #173404;
}

.mawjoud-tile--orange {
    background: #e8622c;
}

.mawjoud-tile--dark {
    background: #1b2a3a;
}

/* =========================================================
   BARRE DE CATÉGORIES
   ========================================================= */
.mawjoud-cat-navbar {
    background: #fafafa;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}

.mawjoud-cat-navbar__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.mawjoud-cat-navbar__scroll {
    flex: 1;
    min-width: 0;
    display: flex;
    gap: 28px;
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: none;
}

.mawjoud-cat-navbar__scroll::-webkit-scrollbar {
    display: none;
}

.mawjoud-cat-navbar__scroll a,
.mawjoud-cat-navbar__actions a {
    display: inline-block;
    padding: 14px 0;
    font-size: 14px;
    font-weight: 500;
    color: #1b2a3a;
    text-decoration: none;
    flex-shrink: 0;
}

.mawjoud-cat-navbar__scroll a:hover,
.mawjoud-cat-navbar__actions a:hover {
    color: #e8622c;
}

.mawjoud-cat-navbar__all {
    font-weight: 700;
}

.mawjoud-cat-navbar__actions {
    flex-shrink: 0;
    display: flex;
    gap: 20px;
    padding-left: 20px;
    border-left: 1px solid #e6e6e6;
}

.mawjoud-cat-navbar__vendor {
    color: #e8622c !important;
    font-weight: 700;
}

.mawjoud-cat-navbar__inner::-webkit-scrollbar {
    display: none;
}

.mawjoud-cat-navbar__inner a {
    display: inline-block;
    padding: 14px 0;
    font-size: 14px;
    font-weight: 500;
    color: #1b2a3a;
    text-decoration: none;
    flex: 0 0 auto;
}

.mawjoud-cat-navbar__inner a:hover {
    color: #e8622c;
}

.mawjoud-cat-navbar__scroll-wrap {
    position: relative;
    flex: 1;
    min-width: 0;
    display: flex;
    align-items: center;
}

.mawjoud-cat-navbar__arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 32px;
    border: none;
    background: transparent;
    color: #1b2a3a;
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
    z-index: 2;
    display: none;
    align-items: center;
}

.mawjoud-cat-navbar__arrow--left {
    left: 0;
    background: linear-gradient(to right, #fafafa 55%, rgba(250, 250, 250, 0));
    justify-content: flex-start;
}

.mawjoud-cat-navbar__arrow--right {
    right: 0;
    background: linear-gradient(to left, #fafafa 55%, rgba(250, 250, 250, 0));
    justify-content: flex-end;
}

.mawjoud-cat-navbar__scroll-wrap.has-overflow .mawjoud-cat-navbar__arrow {
    display: flex;
}

.mawjoud-cat-navbar__scroll-wrap.at-start .mawjoud-cat-navbar__arrow--left,
.mawjoud-cat-navbar__scroll-wrap.at-end .mawjoud-cat-navbar__arrow--right {
    display: none;
}

/* =========================================================
   REASONS GRID
   ========================================================= */
.mawjoud-reasons-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    height: 100%;
}

.mawjoud-reason-tile {
    border-radius: 12px;
    padding: 16px;
    min-height: 110px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    text-decoration: none;
}

.mawjoud-reason-tile__title {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 2px;
}

.mawjoud-reason-tile__sub {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.85);
}

.mawjoud-reason-tile--green {
    background: #173404;
}

.mawjoud-reason-tile--orange {
    background: #e8622c;
}

.mawjoud-reason-tile--dark {
    background: #1b2a3a;
}

.mawjoud-reason-tile--sand {
    background: #b8481c;
}

/* =========================================================
   HERO
   ========================================================= */
.mawjoud-hero {
    max-width: 1200px;
    margin: 0px auto;
    padding: 0px;
    display: flex;
    gap: 20px;
    align-items: stretch;
}

.mawjoud-hero-promise {
    flex: 1 1 60%;
    position: relative;
    overflow: hidden;
    background: #173404;
    border-radius: 20px;
    padding: 48px 44px;
    display: flex;
    align-items: center;
}

.mawjoud-hero-promise__decor {
    position: absolute;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    right: -80px;
    bottom: -100px;
}

.mawjoud-hero-promise__content {
    position: relative;
    z-index: 1;
    max-width: 480px;
}

.mawjoud-hero-label {
    font-size: 12.5px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #e8622c;
    margin: 0 0 12px;
}

.mawjoud-hero-promise h1 {
    font-size: 34px;
    font-weight: 700;
    line-height: 1.25;
    color: #fff;
    margin: 0 0 16px;
}

.mawjoud-hero-promise__text {
    font-size: 15px;
    color: #cfe0d3;
    line-height: 1.6;
    margin: 0 0 28px;
}

.mawjoud-hero-promise__button {
    display: inline-block;
    background: #e8622c;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    padding: 16px 30px;
    border-radius: 50px;
    text-decoration: none;
}

.mawjoud-hero-promise__button:hover {
    background: #b8481c;
    color: #fff;
}

.mawjoud-hero-side {
    flex: 1 1 32%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.mawjoud-hero-card {
    flex: 1;
    border-radius: 18px;
    padding: 28px;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.mawjoud-hero-card--white {
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}

.mawjoud-hero-card--mint {
    background: #e1f0e5;
}

.mawjoud-hero-card h3 {
    font-size: 18px;
    font-weight: 700;
    color: #1b2a3a;
    margin: 0 0 8px;
    line-height: 1.3;
}

.mawjoud-hero-card__link {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin-top: 14px;
    background: #173404;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    padding: 10px 20px;
    border-radius: 50px;
    transition: background 0.15s ease;
}

.mawjoud-hero-card--mint:hover .mawjoud-hero-card__link {
    background: #0e2202;
}

/* =========================================================
   RECHERCHE / HEADER ICONS
   ========================================================= */
.elementor-widget-swg_search {
    flex: 0 1 700px !important;
}

.elementor-widget-swg_search .elementor-widget-container,
.elementor-widget-swg_search .swg-default-search,
.elementor-widget-swg_search .search-wrapper {
    width: 100% !important;
}

.swg-default-search .search-wrapper {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.10);
    padding: 6px;
    display: flex;
    align-items: center;
}

.swg-default-search .search-wrapper .input-search {
    flex: 1;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    background: transparent;
    padding: 10px 16px;
    font-size: 14px;
    color: #1b2a3a !important;
}

.swg-default-search .search-wrapper .input-search::placeholder {
    color: #9a9a95 !important;
    opacity: 1;
}

.swg-default-search .elementor-search-form__submit {
    background: #e8622c;
    border-radius: 8px;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.swg-default-search .elementor-search-form__submit:hover {
    background: #b8481c;
}

.mawjoud-logo-text {
    color: #ffffff !important;
    font-weight: 700;
    font-size: 20px;
}

.mawjoud-logo-text span {
    color: #e8622c !important;
}

.header-top-60 .elementor-image-box-img img {
    filter: brightness(0) invert(1);
}

.header-top-60 .elementor-image-box-content,
.header-top-60 .elementor-image-box-content * {
    color: #fff !important;
}

.header-top-60 svg,
.header-top-60 i {
    color: #fff !important;
    fill: #fff !important;
}

.elementor-widget-swe-woo-cart .swe-cart-icon,
.elementor-widget-swe-woo-cart .swe-cart-icon i,
.elementor-widget-swe-woo-cart .swe-cart-icon>svg {
    color: #fff !important;
    fill: #fff !important;
}

.elementor-widget-swg-login .login-icon,
.elementor-widget-swg-login .login-icon svg {
    color: #fff !important;
    fill: #fff !important;
}

.elementor-widget-swg-login .swg-login ul>li,
.elementor-widget-swg-login .swg-login ul>li a {
    color: #fff !important;
}

/* =========================================================
   CATÉGORIE — RANGÉE DE PRODUITS
   ========================================================= */
.mawjoud-cat-row {
    max-width: 1200px;
    margin: 40px auto;
    padding: 0 20px;
}

.mawjoud-cat-row__head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 16px;
    flex-wrap: wrap;
    gap: 12px;
}

.mawjoud-cat-row__label {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #e8622c;
    margin: 0 0 6px;
}

.mawjoud-cat-row__title {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 28px;
    font-weight: 700;
    color: #173404;
    margin: 0;
}

.mawjoud-cat-row__nav {
    display: flex;
    align-items: center;
    gap: 14px;
}

.mawjoud-cat-row__all {
    font-size: 14px;
    font-weight: 700;
    color: #1b2a3a;
    text-decoration: none;
}

.mawjoud-cat-row__all:hover {
    color: #e8622c;
}

.mawjoud-cat-row__arrow {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    background: #fff;
    color: #1b2a3a;
    font-size: 18px;
    cursor: pointer;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.mawjoud-cat-row__arrow--right {
    background: #173404;
    color: #fff;
}

.mawjoud-cat-row__card {
    background: #fff;
    border-radius: 18px;
    padding: 16px;
    display: flex;
    gap: 16px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}

.mawjoud-cat-row__image {
    flex: 0 0 220px;
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    display: block;
    min-height: 260px;
    background: #173404;
}

.mawjoud-cat-row__image-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mawjoud-cat-row__badge {
    position: absolute;
    left: 14px;
    bottom: 14px;
    background: rgba(23, 52, 4, 0.85);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding: 8px 14px;
    border-radius: 50px;
}

.mawjoud-cat-row__scroll-wrap {
    flex: 1;
    min-width: 0;
    position: relative;
}

.mawjoud-cat-row__scroll {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    scrollbar-width: none;
}

.mawjoud-cat-row__scroll::-webkit-scrollbar {
    display: none;
}

.mawjoud-cat-row__product {
    flex: 0 0 220px;
    background: #fbf7f4;
    border-radius: 12px;
    padding: 12px;
    position: relative;
}

.mawjoud-cat-row__product-img {
    display: block;
    border-radius: 8px;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    margin-bottom: 10px;
    background: #efe9e2;
}

.mawjoud-cat-row__product-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mawjoud-cat-row__product-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 14px;
    font-weight: 700;
    color: #1b2a3a;
    text-decoration: none;
    margin-bottom: 45px;
    line-height: 18px;
}

.mawjoud-cat-row__product-footer {
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mawjoud-cat-row__product-price {
    font-size: 15px;
    font-weight: 700;
    color: #173404;
}

.mawjoud-cat-row__product-add {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: #fff;
    color: #173404;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

.mawjoud-cat-row__product-add:hover {
    background: #e8622c;
    color: #fff;
}

/* =========================================================
   NOUVEAUX PRODUITS
   ========================================================= */
.mawjoud-new-products {
    max-width: 1200px;
    margin: 40px auto;
    padding: 0 20px;
}

.mawjoud-new-products__head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 16px;
    flex-wrap: wrap;
    gap: 12px;
}

.mawjoud-new-products__label {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #e8622c;
    margin: 0 0 6px;
}

.mawjoud-new-products__title {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 28px;
    font-weight: 700;
    color: #173404;
    margin: 0;
}

.mawjoud-new-products__nav {
    display: flex;
    align-items: center;
    gap: 14px;
}

.mawjoud-new-products__all {
    font-size: 14px;
    font-weight: 700;
    color: #1b2a3a;
    text-decoration: none;
}

.mawjoud-new-products__all:hover {
    color: #e8622c;
}

.mawjoud-new-products__arrow {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    background: #fff;
    color: #1b2a3a;
    font-size: 18px;
    cursor: pointer;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.mawjoud-new-products__arrow--right {
    background: #173404;
    color: #fff;
}

.mawjoud-new-products__scroll {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    scrollbar-width: none;
}

.mawjoud-new-products__scroll::-webkit-scrollbar {
    display: none;
}

.mawjoud-new-products__product {
    position: relative;
}

.mawjoud-new-products__badge {
    position: absolute;
    top: 8px;
    left: 8px;
    z-index: 1;
    background: #e8622c;
    color: #fff;
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    padding: 4px 10px;
    border-radius: 50px;
}

/* =========================================================
   GRILLE CATÉGORIES MOBILE
   ========================================================= */
.mawjoud-category-grid {
    display: none;
    padding: 20px 16px;
    margin: 0 0 12px;
}

.mawjoud-category-grid__head {
    margin-bottom: 14px;
}

.mawjoud-category-grid__label {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #e8622c;
    margin: 0 0 4px;
}

.mawjoud-category-grid__title {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 22px;
    font-weight: 700;
    color: #173404;
    margin: 0;
}

.mawjoud-category-grid__items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px 10px;
}

.mawjoud-category-grid__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    gap: 8px;
}

.mawjoud-category-grid__photo {
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 18px;
    background: #fff;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
}

.mawjoud-category-grid__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mawjoud-category-grid__placeholder {
    font-family: 'Playfair Display', Georgia, serif;
    font-weight: 700;
    font-size: 22px;
    color: #173404;
}

.mawjoud-category-grid__name {
    font-size: 12.5px;
    font-weight: 700;
    color: #1b2a3a;
    text-align: center;
    line-height: 1.25;
}

/* =========================================================
   OFFRES DU JOUR
   ========================================================= */
.mawjoud-daily-deals {
    max-width: 1200px;
    margin: 40px auto;
    padding: 0 20px;
}

.mawjoud-daily-deals__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
    flex-wrap: wrap;
    gap: 12px;
}

.mawjoud-daily-deals__label {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #e8622c;
    margin: 0 0 4px;
}

.mawjoud-daily-deals__title {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 26px;
    font-weight: 700;
    color: #173404;
    margin: 0;
}

.mawjoud-daily-deals__timer {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #173404;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    padding: 10px 16px;
    border-radius: 50px;
    font-variant-numeric: tabular-nums;
}

.mawjoud-daily-deals__scroll-wrap {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}

.mawjoud-daily-deals__scroll {
    flex: 1;
    min-width: 0;
    display: flex;
    gap: 16px;
    overflow-x: auto;
    scrollbar-width: none;
}

.mawjoud-daily-deals__scroll::-webkit-scrollbar {
    display: none;
}

.mawjoud-daily-deals__arrow {
    flex: 0 0 auto;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: none;
    background: #fff;
    color: #1b2a3a;
    font-size: 18px;
    cursor: pointer;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.mawjoud-daily-deals__product {
    position: relative;
    flex: 0 0 200px;
    background: #fbf7f4;
    border-radius: 12px;
    padding: 12px;
}

.mawjoud-daily-deals__badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #b8481c;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding: 5px 10px;
    border-radius: 50px;
    z-index: 1;
}

.mawjoud-daily-deals__img {
    display: block;
    border-radius: 8px;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    margin-bottom: 10px;
    background: #efe9e2;
}

.mawjoud-daily-deals__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mawjoud-daily-deals__name {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 14px;
    font-weight: 700;
    color: #1b2a3a;
    text-decoration: none;
    margin-bottom: 6px;
    min-height: 38px;
}

.mawjoud-daily-deals__price {
    display: flex;
    align-items: baseline;
    gap: 8px;
}

.mawjoud-daily-deals__price-current {
    font-size: 15px;
    font-weight: 700;
    color: #e8622c;
}

.mawjoud-daily-deals__price-old {
    font-size: 12.5px;
    color: #9a9a95;
    text-decoration: line-through;
}

/* =========================================================
   CONTACT
   ========================================================= */
.mawjoud-contact {
    max-width: 1200px;
    margin: 40px auto;
    padding: 0 20px;
}

.mawjoud-contact__header {
    text-align: center;
    max-width: 600px;
    margin: 0 auto 32px;
}

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

.mawjoud-contact__title {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 34px;
    font-weight: 700;
    color: #1b2a3a;
    margin: 0 0 12px;
}

.mawjoud-contact__subtitle {
    font-size: 14.5px;
    color: #6b7280;
    line-height: 1.6;
    margin: 0;
}

.mawjoud-contact__card {
    display: flex;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

.mawjoud-contact__form-col {
    flex: 1 1 50%;
    background: #fff;
    padding: 40px;
}

.mawjoud-contact__form-title {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 22px;
    font-weight: 700;
    color: #1b2a3a;
    margin: 0 0 24px;
}

.mawjoud-contact__row {
    display: flex;
    gap: 16px;
}

.mawjoud-contact__row .mawjoud-contact__field {
    flex: 1;
}

.mawjoud-contact__field {
    margin-bottom: 18px;
}

.mawjoud-contact__field label {
    display: block;
    font-size: 13px;
    font-weight: 700;
    color: #1b2a3a;
    margin-bottom: 6px;
}

.mawjoud-contact__field input[type="text"],
.mawjoud-contact__field input[type="tel"],
.mawjoud-contact__field input[type="email"],
.mawjoud-contact__field select,
.mawjoud-contact__field textarea {
    width: 100% !important;
    padding: 12px 14px !important;
    border: 1px solid #e6e6e6 !important;
    border-radius: 8px !important;
    background: #fbf7f4 !important;
    font-size: 14px !important;
    color: #1b2a3a !important;
    font-family: inherit !important;
    box-shadow: none !important;
    height: auto !important;
    line-height: normal !important;
}

.mawjoud-contact__field textarea {
    resize: vertical;
}

.mawjoud-contact__submit,
.mawjoud-contact__submit:visited {
    width: 100% !important;
    background: #e8622c !important;
    background-color: #e8622c !important;
    color: #fff !important;
    font-weight: 700 !important;
    font-size: 15px !important;
    padding: 15px !important;
    border: none !important;
    border-radius: 8px !important;
    cursor: pointer !important;
}

.mawjoud-contact__submit:hover,
.mawjoud-contact__submit:focus {
    background: #b8481c !important;
    background-color: #b8481c !important;
    color: #fff !important;
}

.mawjoud-contact-msg {
    padding: 12px 16px;
    border-radius: 8px;
    font-size: 13.5px;
    margin-bottom: 18px;
}

.mawjoud-contact-msg--success {
    background: #e1f0e5;
    color: #173404;
}

.mawjoud-contact-msg--error {
    background: #fbe4d8;
    color: #b8481c;
}

.mawjoud-contact__info-col {
    flex: 1 1 50%;
    background: #173404;
    color: #fff;
    padding: 40px;
    display: flex;
    flex-direction: column;
}

.mawjoud-contact__logo {
    margin-top: auto;
    padding-top: 40px;
    text-align: center;
    opacity: 0.9;
}

.mawjoud-contact__logo img {
    max-width: 130px;
    height: auto;
    filter: brightness(0) invert(1);
}

.mawjoud-contact__info-title {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 20px;
}

.mawjoud-contact__socials {
    display: flex;
    gap: 12px;
    margin-bottom: 28px;
}

.mawjoud-contact__social {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    color: #173404;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mawjoud-contact__social svg {
    width: 18px;
    height: 18px;
}

.mawjoud-contact__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.mawjoud-contact__list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.mawjoud-contact__list li>span:last-child {
    display: flex;
    flex-direction: column;
    gap: 2px;
    font-size: 13.5px;
    line-height: 1.4;
}

.mawjoud-contact__list li strong {
    font-size: 14px;
}

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

.mawjoud-contact__icon {
    flex: 0 0 auto;
    width: 34px;
    height: 34px;
    border-radius: 25%;
    background: #e8622c;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mawjoud-contact__icon svg {
    width: 16px;
    height: 16px;
    fill: none;
    stroke: #fff;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

/* =========================================================
   VENDOR HERO — bloc unique et autonome
   ========================================================= */
.mawjoud-vh {
    background: #173404;
    padding: 24px 24px 0;
}

.mawjoud-vh__header {
    max-width: 1140px;
    margin: 0 auto 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.mawjoud-vh__logo {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    text-decoration: none;
    font-size: 19px;
    font-weight: 700;
}

.mawjoud-vh__logo img {
    max-height: 42px;
    width: auto;
    display: block;
}

.mawjoud-vh__logo span em {
    color: #e8622c;
    font-style: normal;
}

.mawjoud-vh__nav {
    display: flex;
    gap: 32px;
}

.mawjoud-vh__nav a {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
}

.mawjoud-vh__nav a:hover {
    color: #e8622c;
}

.mawjoud-vh__card {
    max-width: 780px;
    margin: 0 auto;
    background: #fff;
    border-radius: 24px;
    padding: 24px 40px;
    text-align: center;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
}

.mawjoud-vh__title {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 32px;
    font-weight: 700;
    color: #1b2a3a;
    margin: 0 0 16px;
    line-height: 1.3;
}

.mawjoud-vh__title span {
    color: #e8622c;
}

.mawjoud-vh__subtitle {
    font-size: 15px;
    color: #6b7280;
    margin: 0 0 28px;
}

.mawjoud-vh__cta {
    display: inline-block;
    background: #173404;
    color: #fff;
    font-weight: 700;
    border-radius: 40px;
    text-decoration: none;
    padding: 16px 40px;
    font-size: 15.5px;
}

.mawjoud-vh__cta:hover {
    background: #0d1f02;
    color: #fff;
}

.mawjoud-vh__trust {
    font-size: 13.5px;
    color: #6b7280;
    margin: 16px 0 8px;
}

.mawjoud-vh__login {
    font-size: 13.5px;
    color: #1b2a3a;
    margin: 0;
}

.mawjoud-vh__login a {
    color: #173404;
    font-weight: 700;
    text-decoration: underline;
}

.mawjoud-vh__benefits {
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 32px;
    padding: 24px 0 28px;
    text-align: center;
}

.mawjoud-vh__benefit {
    flex: 1 1 0;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.mawjoud-vh__benefit-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 0;
}

.mawjoud-vh__icon {
    width: 56px;
    height: 56px;
    border-radius: 25%;
    background: #e8622c;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    flex-shrink: 0;
}

.mawjoud-vh__icon svg {
    width: 24px;
    height: 24px;
}

.mawjoud-vh__benefit strong {
    color: #fff;
    font-size: 16px;
    margin-bottom: 8px;
}

.mawjoud-vh__benefit span {
    color: rgba(255, 255, 255, 0.75);
    font-size: 13.5px;
    line-height: 1.5;
}

.mawjoud-vh__stats {
    background: #f7f1ea;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 28px 24px;
    text-align: center;
    gap: 24px;
    border-radius: 20px 20px 0 0;
}

.mawjoud-vh__stats>div {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.mawjoud-vh__stats strong {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 26px;
    color: #1b2a3a;
}

.mawjoud-vh__stats span {
    font-size: 13px;
    color: #6b7280;
}

/* =========================================================
   MEDIA QUERIES — MOBILE (max-width: 767px)
   Un seul bloc regroupant TOUTES les règles mobiles du site
   ========================================================= */
@media (max-width: 767px) {

    .mawjoud-how-it-works {
        margin: 28px auto;
    }

    .mawjoud-how-it-works__steps {
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 10px !important;
    }

    .mawjoud-step {
        max-width: none !important;
        flex-direction: row !important;
        align-items: center !important;
        text-align: left !important;
        gap: 12px !important;
        padding: 10px 12px !important;
        border-radius: 10px !important;
        min-height: 0 !important;
        height: auto !important;
        flex: 1 1 70px;
    }

    .mawjoud-step__icon-wrap {
        margin: 0 !important;
        flex-shrink: 0 !important;
        width: 38px !important;
        height: 38px !important;
    }

    .mawjoud-step__icon {
        width: 38px !important;
        height: 38px !important;
    }

    .mawjoud-step__icon svg {
        width: 18px !important;
        height: 18px !important;
    }

    .mawjoud-step__number {
        width: 16px !important;
        height: 16px !important;
        font-size: 9px !important;
        bottom: -2px !important;
        right: -2px !important;
    }

    .mawjoud-step__text {
        flex: 1 !important;
        min-width: 0 !important;
    }

    .mawjoud-step h3 {
        font-size: 13.5px !important;
        margin-bottom: 2px !important;
    }

    .mawjoud-step p {
        font-size: 12px !important;
        line-height: 1.4 !important;
    }

    .mawjoud-vendor-cta__actions {
        align-items: flex-start;
        width: 100%;
    }

    .mawjoud-vendor-steps {
        flex-direction: column !important;
        gap: 16px !important;
        padding: 24px 16px !important;
        margin: 24px auto !important;
    }

    .mawjoud-vendor-steps__text {
        max-width: none !important;
    }

    .mawjoud-vendor-steps__text h2 {
        font-size: 23px !important;
        margin-bottom: 10px !important;
    }

    .mawjoud-vendor-steps__desc {
        font-size: 13px !important;
        margin-bottom: 16px !important;
    }

    .mawjoud-vendor-steps__button {
        width: 100% !important;
        text-align: center !important;
        padding: 13px 20px !important;
        font-size: 14px !important;
    }

    .mawjoud-vendor-steps__list {
        gap: 10px !important;
    }

    .mawjoud-vendor-step-card {
        padding: 12px 14px !important;
        gap: 10px !important;
        border-radius: 10px !important;
    }

    .mawjoud-vendor-step-card__number {
        width: 28px !important;
        height: 28px !important;
        font-size: 13px !important;
    }

    .mawjoud-vendor-step-card h3 {
        font-size: 13.5px !important;
        margin-bottom: 2px !important;
    }

    .mawjoud-vendor-step-card p {
        font-size: 12px !important;
        line-height: 1.4 !important;
    }

    .mawjoud-vendor-steps__text,
    .mawjoud-vendor-steps__list {
        flex: none !important;
    }

    .mawjoud-vendor-steps__text>.mawjoud-vendor-steps__button {
        display: none !important;
    }

    .mawjoud-vendor-steps__button--bottom {
        display: block !important;
        width: 100%;
        text-align: center;
        margin-top: 4px;
    }

    .mawjoud-selection-tiles {
        grid-template-columns: 1fr;
    }

    .mawjoud-cat-row__title,
    .mawjoud-new-products__title {
        font-size: 21px;
    }

    .mawjoud-cat-row__head,
    .mawjoud-new-products__head {
        align-items: center;
    }

    .mawjoud-cat-row__all {
        display: none;
    }

    .mawjoud-cat-navbar__actions {
        gap: 14px;
        padding-left: 14px;
    }

    .mawjoud-cat-navbar__actions a:not(.mawjoud-cat-navbar__vendor) {
        display: none;
    }

    .mawjoud-hero-card {
        padding: 20px;
    }

    .mawjoud-hero-promise {
        padding: 28px 20px;
    }

    .mawjoud-hero-promise h1 {
        font-size: 22px;
    }

    .mawjoud-hero-promise__text {
        font-size: 14px;
    }

    .mawjoud-vendor-cta__title {
        font-size: 18px;
    }

    .mawjoud-hero-side {
        display: none;
    }

    .mawjoud-category-grid {
        display: block;
    }

    .mawjoud-cat-row__card {
        flex-direction: row;
        padding: 10px;
        gap: 10px;
    }

    .mawjoud-cat-row__image {
        flex: 0 0 100px;
        min-height: 0;
        aspect-ratio: 3 / 4;
    }

    .mawjoud-cat-row__badge {
        font-size: 10px;
        padding: 5px 9px;
        left: 8px;
        bottom: 8px;
    }

    .mawjoud-cat-row__product {
        flex-basis: 150px;
    }

    .mawjoud-cat-row__scroll-wrap::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 24px;
        background: linear-gradient(to left, #faf7f2, rgba(250, 247, 242, 0));
        pointer-events: none;
    }

    .mawjoud-new-products {
        margin: 28px auto;
    }

    .mawjoud-daily-deals__product {
        flex-basis: 150px;
    }

    .mawjoud-daily-deals__title {
        font-size: 21px;
    }

    /* --- Vendor hero mobile --- */
    .mawjoud-vh {
        padding: 16px 16px 0;
    }

    .mawjoud-vh__header {
        padding-bottom: 12px;
        margin-bottom: 16px;
    }

    .mawjoud-vh__header {
        padding-bottom: 16px;
        margin-bottom: 24px;
    }

    .mawjoud-vh__logo img {
        max-height: 28px;
    }

    .mawjoud-vh__nav {
        gap: 16px;
    }

    .mawjoud-vh__nav a {
        font-size: 13px;
    }

    .mawjoud-vh__card {
        max-width: 100%;
        margin: 0;
        padding: 22px 20px;
        border-radius: 20px;
    }

    .mawjoud-vh__title {
        font-size: 19px;
    }

    .mawjoud-vh__title {
        font-size: 22px;
    }

    .mawjoud-vh__subtitle {
        font-size: 13.5px;
    }

    .mawjoud-vh__cta {
        width: 100%;
        padding: 14px 16px;
        font-size: 13.5px;
    }

    .mawjoud-vh__benefits {
        flex-direction: column;
        flex-wrap: wrap;
        align-items: stretch;
        gap: 18px;
        padding: 20px 20px 22px;
        max-width: 100%;
        text-align: left;
    }

    .mawjoud-vh__benefit {
        flex-direction: row;
        align-items: flex-start;
        gap: 14px;
    }

    .mawjoud-vh__benefit-text {
        align-items: flex-start;
        text-align: left;
        gap: 4px;
    }

    .mawjoud-vh__icon {
        width: 40px;
        height: 40px;
        margin-bottom: 0;
    }

    .mawjoud-vh__icon svg {
        width: 18px;
        height: 18px;
    }

    .mawjoud-vh__benefit strong {
        font-size: 14.5px;
        margin-bottom: 4px;
    }

    .mawjoud-vh__benefit span {
        font-size: 12.5px;
    }

    .mawjoud-vh__stats {
        flex-wrap: wrap;
        gap: 14px 12px;
        padding: 20px 20px;
    }

    .mawjoud-vh__stats>div {
        flex: 0 0 calc(50% - 6px);
        box-sizing: border-box;
    }

    .mawjoud-vh__stats strong {
        font-size: 20px;
    }

    .mawjoud-vh__stats span {
        font-size: 11.5px;
    }

    .mawjoud-vh__stats>div:nth-child(3),
    .mawjoud-vh__stats>div:nth-child(4) {
        border-top: 1px solid rgba(0, 0, 0, 0.08);
        padding-top: 16px;
    }
}

@media (max-width: 380px) {

    .mawjoud-cat-row__product,
    .mawjoud-new-products__product {
        flex-basis: 160px;
    }
}

@media (max-width: 900px) {
    .mawjoud-hero {
        flex-direction: column;
    }

    .mawjoud-hero-promise h1 {
        font-size: 26px;
    }

    .mawjoud-hero-promise {
        padding: 32px 24px;
    }

    .mawjoud-contact__card {
        flex-direction: column;
    }

    .mawjoud-contact__title {
        font-size: 26px;
    }

    .mawjoud-contact__form-col,
    .mawjoud-contact__info-col {
        padding: 28px 20px;
    }

    .mawjoud-contact__row {
        flex-direction: column;
        gap: 0;
    }
}

@media (min-width: 768px) {
    body .mawjoud-vh .mawjoud-vh__benefits {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        justify-content: space-between !important;
    }

    body .mawjoud-vh .mawjoud-vh__benefit {
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
    }

    body .mawjoud-vh .mawjoud-vh__benefit-text {
        align-items: center !important;
        text-align: center !important;
    }
}

.mawjoud-vh2 {

    margin: 0 auto;
    padding: 0 20px;
    background: #173404;
}

.mawjoud-vh2__nav-bar {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    margin-bottom: 24px;
}

.mawjoud-vh2__nav-inner {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 32px;
    padding: 16px 0;
}

.mawjoud-vh2__logo {
    display: flex;
    align-items: center;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    margin-right: auto;
}

.mawjoud-vh2__logo img {
    max-height: 36px;
}

.mawjoud-vh2__logo span em {
    color: #e8622c;
    font-style: normal;
}

.mawjoud-vh2__nav-links {
    display: flex;
    gap: 32px;
}

.mawjoud-vh2__nav-links a {
    color: #fff;
    text-decoration: none;
    font-size: 14.5px;
    font-weight: 600;
}

.mawjoud-vh2__nav-links a:hover {
    color: #e8622c;
}

.mawjoud-vh2__nav-cta {
    background: #e8622c;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    padding: 12px 24px;
    border-radius: 50px;
    text-decoration: none;
}

.mawjoud-vh2__nav-cta:hover {
    background: #b8481c;
    color: #fff;
}

.mawjoud-vh2__hero {
    background: #173404;
    border-radius: 24px;
    padding: 48px;
    position: relative;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 40px;


}

.mawjoud-vh2__badge {
    display: inline-block;
    background: rgba(232, 98, 44, 0.15);
    color: #e8622c;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    padding: 6px 14px;
    border-radius: 50px;
    margin-bottom: 16px;
}

.mawjoud-vh2__title {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 34px;
    font-weight: 700;
    color: #fff;
    line-height: 1.25;
    margin: 0 0 16px;
}

.mawjoud-vh2__title span {
    color: #e8622c;
}

.mawjoud-vh2__desc {
    font-size: 14.5px;
    color: #cfe0d3;
    line-height: 1.6;
    margin: 0 0 28px;
    max-width: 440px;
}

.mawjoud-vh2__cta-row {
    display: flex;
    gap: 14px;
    margin-bottom: 16px;
    flex-wrap: wrap;
}

.mawjoud-vh2__cta-primary {
    background: #e8622c;
    color: #fff;
    font-weight: 700;
    font-size: 14.5px;
    padding: 14px 26px;
    border-radius: 50px;
    text-decoration: none;
}

.mawjoud-vh2__cta-primary:hover {
    background: #b8481c;
    color: #fff;
}

.mawjoud-vh2__cta-secondary {
    background: transparent;
    color: #fff;
    font-weight: 700;
    font-size: 14.5px;
    padding: 14px 26px;
    border-radius: 50px;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.mawjoud-vh2__cta-secondary:hover {
    border-color: #fff;
}

.mawjoud-vh2__trust {
    font-size: 12.5px;
    color: #a9c2ae;
    margin: 0;
}

.mawjoud-vh2__trust a {
    color: #fff;
    font-weight: 700;
    text-decoration: underline;
}

.mawjoud-vh2__hero-right {
    display: flex;
    justify-content: center;
}

.mawjoud-vh2__dashboard {
    background: #1f4712;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    padding: 20px;
    width: 100%;
    max-width: 340px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
}

.mawjoud-vh2__dashboard-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    margin-bottom: 16px;
}

.mawjoud-vh2__dashboard-badge {
    background: rgba(232, 98, 44, 0.18);
    color: #e8622c;
    font-size: 10.5px;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 50px;
    text-transform: none;
    letter-spacing: 0;
}

.mawjoud-vh2__dashboard-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-bottom: 18px;
}

.mawjoud-vh2__dashboard-stats>div {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    padding: 12px 14px;
}

.mawjoud-vh2__dashboard-label {
    display: block;
    font-size: 11px;
    color: rgba(255, 255, 255, 0.55);
    margin-bottom: 4px;
}

.mawjoud-vh2__dashboard-value {
    display: block;
    font-size: 17px;
    font-weight: 700;
    color: #fff;
}

.mawjoud-vh2__dashboard-orders {
    list-style: none;
    margin: 0;
    padding: 12px 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.mawjoud-vh2__dashboard-orders li {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
}

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

.mawjoud-vh2__stats {
    grid-column: 1 / -1;
    background: #f7f1ea;
    border-radius: 14px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 22px 20px;
    text-align: center;
    margin-top: 8px;
}

.mawjoud-vh2__stats strong {
    display: block;
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 22px;
    color: #1b2a3a;
}

.mawjoud-vh2__stats span {
    font-size: 12px;
    color: #6b7280;
}

@media (max-width: 900px) {
    .mawjoud-vh2__hero {
        grid-template-columns: 1fr;
        padding: 32px 24px;
    }

    .mawjoud-vh2__desc {
        max-width: 100%;
    }

    .mawjoud-vh2__nav-links {
        display: none;
    }
}

/* ===== Steps ===== */
.mawjoud-vh2-steps {
    background: #efe7d8;
    ;
    padding: 56px 20px;
}

.mawjoud-vh2-steps__label {
    max-width: 1200px;
    margin: 0 auto 8px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #e8622c;
}

.mawjoud-vh2-steps__title {
    max-width: 1200px;
    margin: 0 auto 32px;
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 26px;
    font-weight: 700;
    color: #1b2a3a;
    line-height: 1.3;
}

.mawjoud-vh2-steps__grid {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.mawjoud-vh2-steps__card {
    background: #fff;
    border-radius: 14px;
    padding: 22px 18px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}

.mawjoud-vh2-steps__number {
    display: block;
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 20px;
    font-weight: 700;
    color: #f0c7b3;
    margin-bottom: 10px;
}

.mawjoud-vh2-steps__icon {
    display: block;
    margin-bottom: 14px;
}

.mawjoud-vh2-steps__icon svg {
    width: 24px;
    height: 24px;
}

.mawjoud-vh2-steps__card h3 {
    font-size: 14.5px;
    font-weight: 700;
    color: #1b2a3a;
    margin: 0 0 6px;
}

.mawjoud-vh2-steps__card p {
    font-size: 12.5px;
    color: #6b7280;
    line-height: 1.5;
    margin: 0;
}

/* ===== Signup ===== */
.mawjoud-vh2-signup {
    background: #ffffff;
    ;
    padding: 56px 20px;
}

.mawjoud-vh2-signup__inner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
}

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

.mawjoud-vh2-signup__text h2 {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 26px;
    font-weight: 700;
    color: #1b2a3a;
    margin: 0 0 12px;
    line-height: 1.3;
}

.mawjoud-vh2-signup__desc {
    font-size: 13.5px;
    color: #6b7280;
    line-height: 1.6;
    margin: 0 0 20px;
}

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

.mawjoud-vh2-signup__list li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13.5px;
    color: #1b2a3a;
}

.mawjoud-vh2-signup__check {
    flex: 0 0 auto;
    width: 18px;
    height: 18px;
}

.mawjoud-vh2-signup__check svg {
    width: 18px;
    height: 18px;
}

.mawjoud-vh2-signup__form {
    background: #fff;
    border-radius: 16px;
    padding: 28px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

.mawjoud-vh2-signup__form input[type="text"],
.mawjoud-vh2-signup__form input[type="email"],
.mawjoud-vh2-signup__form input[type="tel"],
.mawjoud-vh2-signup__form select,
.mawjoud-vh2-signup__form textarea {
    width: 100% !important;
    padding: 11px 14px !important;
    border: 1px solid #e6e6e6 !important;
    border-radius: 8px !important;
    background: #fbf7f4 !important;
    font-size: 13.5px !important;
    box-sizing: border-box !important;
}

.mawjoud-vh2-signup__form button:not(.mwj-qty-btn),
.mawjoud-vh2-signup__form input[type="submit"] {
    width: 100% !important;
    background: #173404 !important;
    color: #fff !important;
    font-weight: 700 !important;
    border: none !important;
    border-radius: 8px !important;
    padding: 14px !important;
    cursor: pointer !important;
}

/* ===== FAQ ===== */
.mawjoud-vh2-faq {
    background: #efe7d8;
    ;
    padding: 56px 20px;
}

.mawjoud-vh2-faq h2 {
    max-width: 700px;
    margin: 0 auto 28px;
    text-align: center;
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 24px;
    font-weight: 700;
    color: #1b2a3a;
}

.mawjoud-vh2-faq__list {
    max-width: 700px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.mawjoud-vh2-faq__item {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
    overflow: hidden;
}

.mawjoud-vh2-faq__question {
    width: 100%;
    background: none;
    border: none;
    text-align: left;
    padding: 16px 18px;
    font-size: 13.5px;
    font-weight: 700;
    color: #1b2a3a;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.mawjoud-vh2-faq__chevron {
    color: #e8622c;
    transition: transform 0.15s ease;
}

.mawjoud-vh2-faq__item.is-open .mawjoud-vh2-faq__chevron {
    transform: rotate(180deg);
}

.mawjoud-vh2-faq__answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease;
    padding: 0 18px;
}

.mawjoud-vh2-faq__item.is-open .mawjoud-vh2-faq__answer {
    max-height: 200px;
    padding: 0 18px 16px;
}

.mawjoud-vh2-faq__answer p {
    font-size: 13px;
    color: #efe7d8;
    ;
    line-height: 1.6;
    margin: 0;
}

@media (max-width: 767px) {
    .mawjoud-vh2-steps__grid {
        grid-template-columns: 1fr 1fr;
    }

    .mawjoud-vh2-signup__inner {
        grid-template-columns: 1fr;
        gap: 32px;
    }
}

.mawjoud-vh2-signup__inner {
    grid-template-columns: 0.9fr 1.1fr;
    max-width: 1200px;
    gap: 60px;
    align-items: center;
}

.mawjoud-vh2-signup__text {
    text-align: left;
    max-width: 460px;
    margin: 0;
}

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