/* ==========================================================================
   Retailz marketplace homepage (home-v2 mockup)
   ========================================================================== */
.page-home-v2,
.page-shop {
    --rz-brand: #443297;
    --rz-brand-dark: #2d2a82;
    --rz-accent: #ffb700;
    --rz-accent-hover: #f5a800;
    --rz-text: #1e293b;
    --rz-text-muted: #64748b;
    --rz-border: #e8edf3;
    --rz-hero-bg: #faf7f0;
    --rz-card-radius: 12px;
}

.page-home-v2 {
    font-family: Inter, Jost, system-ui, -apple-system, sans-serif;
}

/* White navigation row on homepage */
.page-home-v2 .rz-main-nav,
.page-home-v2 .menu_style_home_one.rz-main-nav {
    background: #ffffff !important;
    box-shadow: 0 1px 0 var(--rz-border);
}

.page-home-v2 .rz-main-nav .ace-responsive-menu > li > a,
.page-home-v2 .rz-main-nav .ace-responsive-menu li.list_c > a,
.page-home-v2 .rz-main-nav #mega-menu .btn-mega .fw500,
.page-home-v2 .rz-main-nav #mega-menu .btn-mega {
    color: var(--rz-text) !important;
}

.page-home-v2 .rz-main-nav .ace-responsive-menu > li > a:hover,
.page-home-v2 .rz-main-nav .ace-responsive-menu li.list_c > a:hover,
.page-home-v2 .rz-main-nav .ace-responsive-menu > li.menu-active > a,
.page-home-v2 .rz-main-nav .ace-responsive-menu > li > a.active {
    color: var(--rz-brand) !important;
}

.page-home-v2 .rz-main-nav #mega-menu .btn-mega:after {
    background-color: var(--rz-border);
}

.page-home-v2 .rz-main-nav #mega-menu .btn-mega img {
    filter: brightness(0) saturate(100%);
}

.page-home-v2 .body_content_wrapper {
    background: #ffffff;
}

.page-home-v2 .rz-home-shop-categories .main-title .title {
    color: var(--rz-text);
    font-size: clamp(1.25rem, 2vw, 1.5rem);
    font-weight: 700;
}

.page-home-v2 .rz-home-shop-categories .iconbox {
    margin-bottom: 12px;
}

/* Hero — full-bleed background image with left content overlay */
.page-home-v2 .rz-home-hero {
    --rz-hero-height: clamp(280px, 32vw, 420px);
    background: #ffffff;
    padding: 16px 0 8px;
}

.page-home-v2 .rz-home-hero__carousel {
    background: transparent;
    border-radius: 0;
    min-height: 0 !important;
    overflow: visible !important;
    position: relative;
}

.page-home-v2 .rz-home-hero__carousel.main-banner-wrapper.home1_style,
.page-home-v2 .rz-home-hero__carousel.js-storefront-hero {
    --hero-min-height: var(--rz-hero-height);
}

.page-home-v2 .rz-home-hero__carousel .banner-style-one .owl-stage-outer {
    border-radius: 16px;
    overflow: hidden;
}

.page-home-v2 .rz-home-hero__carousel .banner-style-one .owl-stage-outer,
.page-home-v2 .rz-home-hero__carousel .banner-style-one .owl-stage,
.page-home-v2 .rz-home-hero__carousel .banner-style-one .owl-item,
.page-home-v2 .rz-home-hero__slide {
    min-height: var(--rz-hero-height) !important;
    height: var(--rz-hero-height) !important;
}

.page-home-v2 .rz-home-hero__surface {
    height: 100%;
    min-height: var(--rz-hero-height);
    position: relative;
    width: 100%;
}

.page-home-v2 .rz-home-hero__carousel .banner-style-one .slide {
    background-image: none !important;
    height: 100% !important;
    min-height: var(--rz-hero-height) !important;
    padding: 0 !important;
}

.page-home-v2 .rz-home-hero__surface {
    align-items: center;
    background-color: #1e293b;
    background-image: var(--rz-hero-bg-image);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 16px;
    display: flex;
    overflow: hidden;
}

.page-home-v2 .rz-home-hero__overlay {
    background: linear-gradient(
        90deg,
        rgba(15, 23, 42, 0.78) 0%,
        rgba(15, 23, 42, 0.52) 42%,
        rgba(15, 23, 42, 0.18) 68%,
        rgba(15, 23, 42, 0) 100%
    );
    inset: 0;
    pointer-events: none;
    position: absolute;
    z-index: 1;
}

.page-home-v2 .rz-home-hero__content {
    max-width: min(520px, 58%);
    padding: clamp(24px, 4vw, 56px) clamp(20px, 4vw, 56px);
    position: relative;
    z-index: 2;
}

.page-home-v2 .rz-home-hero__eyebrow {
    color: rgba(255, 255, 255, 0.92);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.02em;
    margin-bottom: 10px;
    text-shadow: 0 1px 8px rgba(15, 23, 42, 0.35);
    text-transform: uppercase;
}

.page-home-v2 .rz-home-hero__title {
    color: #ffffff;
    font-size: clamp(1.65rem, 3vw, 2.65rem);
    font-weight: 700;
    line-height: 1.15;
    margin-bottom: 12px;
    text-shadow: 0 2px 16px rgba(15, 23, 42, 0.35);
}

.page-home-v2 .rz-home-hero__highlight {
    color: var(--rz-accent);
}

.page-home-v2 .rz-home-hero__desc {
    color: rgba(255, 255, 255, 0.88);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 22px;
    max-width: 420px;
    text-shadow: 0 1px 10px rgba(15, 23, 42, 0.3);
}

.page-home-v2 .rz-home-hero__cta {
    align-items: center;
    background: var(--rz-accent);
    border-radius: 8px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.18);
    color: #ffffff;
    display: inline-flex;
    font-size: 14px;
    font-weight: 600;
    gap: 10px;
    padding: 12px 26px;
    text-decoration: none;
    transition: background 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease;
}

.page-home-v2 .rz-home-hero__cta:hover {
    background: var(--rz-accent-hover);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.22);
    color: #ffffff;
    transform: translateY(-1px);
}

.page-home-v2 .rz-home-hero__nav {
    display: block !important;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
}

.page-home-v2 .rz-home-hero__nav-btn {
    align-items: center;
    appearance: none;
    backdrop-filter: blur(6px);
    background: rgba(255, 255, 255, 0.92) !important;
    border: 0 !important;
    border-radius: 50% !important;
    box-shadow: 0 2px 12px rgba(15, 23, 42, 0.14);
    color: #1e293b !important;
    cursor: pointer;
    display: inline-flex !important;
    font-size: 13px !important;
    height: 40px !important;
    justify-content: center;
    line-height: 1 !important;
    opacity: 0.92;
    pointer-events: auto;
    transition: opacity 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease;
    width: 40px !important;
}

.page-home-v2 .rz-home-hero__nav-btn:hover {
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.2);
    opacity: 1;
    transform: scale(1.04);
}

.page-home-v2 .rz-home-hero__nav .carousel-btn.left-btn {
    left: 8px !important;
    position: absolute;
    right: auto !important;
}

.page-home-v2 .rz-home-hero__nav .carousel-btn.right-btn {
    position: absolute;
    right: 8px !important;
}

.page-home-v2 .rz-home-hero__carousel .banner-style-one.owl-carousel {
    position: relative;
}

.page-home-v2 .rz-home-hero__carousel .banner-style-one .slide::before {
    display: none;
}

.page-home-v2 .rz-home-hero .banner-style-one.owl-carousel .owl-dots {
    bottom: 14px !important;
    left: 0 !important;
    margin: 0 !important;
    max-width: none !important;
    position: absolute !important;
    right: 0 !important;
    text-align: center;
    top: auto !important;
    transform: none !important;
    width: 100% !important;
    z-index: 4;
}

.page-home-v2 .rz-home-hero .banner-style-one.owl-carousel .owl-dot {
    display: inline-block;
    vertical-align: middle;
}

.page-home-v2 .rz-home-hero .owl-dots {
    margin-top: 0 !important;
}

.page-home-v2 .rz-home-hero .owl-dot span {
    background: rgba(255, 255, 255, 0.45) !important;
    border-radius: 999px !important;
    height: 6px !important;
    margin: 4px 4px !important;
    transition: width 0.25s ease, background 0.25s ease;
    width: 6px !important;
}

.page-home-v2 .rz-home-hero .owl-dot.active span {
    background: #ffffff !important;
    width: 20px !important;
}

@media (max-width: 991.98px) {
    .page-home-v2 .rz-home-hero {
        --rz-hero-height: clamp(240px, 42vw, 340px);
    }

    .page-home-v2 .rz-home-hero__content {
        max-width: 68%;
    }
}

@media (max-width: 767.98px) {
    .page-home-v2 .rz-home-hero {
        --rz-hero-height: clamp(220px, 58vw, 300px);
        padding: 12px 0 6px;
    }

    .page-home-v2 .rz-home-hero__overlay {
        background: linear-gradient(
            180deg,
            rgba(15, 23, 42, 0.15) 0%,
            rgba(15, 23, 42, 0.55) 55%,
            rgba(15, 23, 42, 0.72) 100%
        );
    }

    .page-home-v2 .rz-home-hero__content {
        align-self: flex-end;
        max-width: 100%;
        padding: 20px 18px 44px;
        text-align: left;
    }

    .page-home-v2 .rz-home-hero__surface {
        align-items: stretch;
        background-position: center center;
    }

    .page-home-v2 .rz-home-hero__title {
        font-size: clamp(1.35rem, 5.5vw, 1.85rem);
    }

    .page-home-v2 .rz-home-hero__desc {
        font-size: 14px;
        margin-bottom: 16px;
    }

    .page-home-v2 .main-banner-wrapper.js-storefront-hero .rz-home-hero__nav {
        bottom: auto !important;
        height: 0 !important;
        top: 50% !important;
        transform: none !important;
    }

    .page-home-v2 .rz-home-hero__nav .carousel-btn.left-btn {
        left: 4px !important;
        top: -17px !important;
    }

    .page-home-v2 .rz-home-hero__nav .carousel-btn.right-btn {
        right: 4px !important;
        top: -17px !important;
    }

    .page-home-v2 .rz-home-hero__nav-btn {
        height: 34px !important;
        width: 34px !important;
    }
}

/* Features bar */
.page-home-v2 .rz-home-features {
    background: #ffffff;
    border-bottom: 1px solid var(--rz-border);
    border-top: 1px solid var(--rz-border);
    padding: 18px 0;
}

.page-home-v2 .rz-home-features__grid {
    display: grid;
    gap: 16px 24px;
    grid-template-columns: repeat(2, 1fr);
}

@media (min-width: 768px) {
    .page-home-v2 .rz-home-features__grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

.page-home-v2 .rz-home-features__item {
    align-items: flex-start;
    display: flex;
    gap: 12px;
}

.page-home-v2 .rz-home-features__icon {
    align-items: center;
    color: var(--rz-text);
    display: flex;
    flex-shrink: 0;
    font-size: 22px;
    height: 28px;
    justify-content: center;
    width: 28px;
}

.page-home-v2 .rz-home-features__title {
    color: var(--rz-text);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3;
    margin: 0 0 2px;
}

.page-home-v2 .rz-home-features__desc {
    color: var(--rz-text-muted);
    font-size: 12px;
    line-height: 1.4;
    margin: 0;
}

/* Section headers */
.page-home-v2 .rz-home-section {
    padding: 40px 0;
}

.page-home-v2 .rz-home-section__head {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
}

.page-home-v2 .rz-home-section__title {
    color: var(--rz-text);
    font-size: clamp(1.25rem, 2vw, 1.5rem);
    font-weight: 700;
    margin: 0;
}

.page-home-v2 .rz-home-section__title--center {
    margin-bottom: 28px;
    text-align: center;
}

.page-home-v2 .rz-home-section__view-all {
    color: var(--rz-brand);
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    white-space: nowrap;
}

.page-home-v2 .rz-home-section__view-all:hover {
    color: var(--rz-brand-dark);
    text-decoration: underline;
}

/* Product section carousels (Best Selling / New Arrivals) */
.page-home-v2 .rz-home-products {
    position: relative;
}

.page-home-v2 .rz-home-products-slider {
    margin: 0;
    position: relative;
    width: 100%;
}

.page-home-v2 .rz-home-products-slider .owl-stage {
    display: flex;
}

.page-home-v2 .rz-home-products-slider .owl-item {
    display: flex;
    min-width: 0;
}

.page-home-v2 .rz-home-products-slider .owl-item > .item {
    display: flex;
    height: 100%;
    min-width: 0;
    width: 100%;
}

.page-home-v2 .rz-home-products-slider__item {
    display: flex;
    height: 100%;
    min-width: 0;
    padding: 4px 0 12px;
    width: 100%;
}

.page-home-v2 .rz-home-products-slider .rz-home-product-card {
    height: 100%;
    width: 100%;
}

.page-home-v2 .rz-home-products-slider.owl-theme .owl-nav {
    display: block !important;
    height: 0;
    left: 0;
    margin-top: 0;
    position: absolute;
    right: 0;
    top: 40%;
    transform: translateY(-50%);
    width: 100% !important;
    z-index: 2;
}

.page-home-v2 .rz-home-products-slider.owl-theme .owl-nav [class*='owl-'] {
    align-items: center;
    background: #ffffff !important;
    border: 1px solid var(--rz-border) !important;
    border-radius: 50% !important;
    box-shadow: 0 2px 10px rgba(15, 23, 42, 0.08);
    color: var(--rz-text) !important;
    display: inline-flex !important;
    font-size: 14px;
    height: 40px !important;
    justify-content: center;
    line-height: 1 !important;
    margin: 0 !important;
    opacity: 1;
    padding: 0 !important;
    position: absolute !important;
    top: 0;
    width: 40px !important;
}

.page-home-v2 .rz-home-products-slider.owl-theme .owl-nav .owl-prev {
    left: -20px;
    right: auto;
}

.page-home-v2 .rz-home-products-slider.owl-theme .owl-nav .owl-next {
    left: auto;
    right: -20px;
}

.page-home-v2 .rz-home-products-slider.owl-theme .owl-nav [class*='owl-']:hover {
    background: var(--rz-brand) !important;
    border-color: var(--rz-brand) !important;
    color: #ffffff !important;
}

.page-home-v2 .rz-home-products-slider.owl-theme .owl-dots {
    margin-top: 10px !important;
    text-align: center;
}

.page-home-v2 .rz-home-products-slider.owl-theme .owl-dots .owl-dot span {
    background: #cbd5e1;
    height: 8px;
    margin: 4px 4px;
    transition: width 0.2s ease, background 0.2s ease;
    width: 8px;
}

.page-home-v2 .rz-home-products-slider.owl-theme .owl-dots .owl-dot.active span {
    background: var(--rz-brand);
    width: 20px;
}

@media (max-width: 767.98px) {
    .page-home-v2 .rz-home-products-slider.owl-theme .owl-nav .owl-prev {
        left: 4px;
    }

    .page-home-v2 .rz-home-products-slider.owl-theme .owl-nav .owl-next {
        right: 4px;
    }
}

/* Product cards */
.page-home-v2 .rz-home-product-card,
.page-shop .rz-home-product-card {
    background: #ffffff;
    border: 1px solid var(--rz-border);
    border-radius: var(--rz-card-radius);
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    transition: box-shadow 0.2s ease, transform 0.15s ease;
}

.page-home-v2 .rz-home-product-card:hover,
.page-shop .rz-home-product-card:hover {
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
    transform: translateY(-2px);
}

.page-home-v2 .rz-home-product-card__image-link,
.page-shop .rz-home-product-card__image-link {
    align-items: center;
    background: #ffffff;
    display: flex;
    justify-content: center;
    min-height: 180px;
    padding: 20px;
}

.page-home-v2 .rz-home-product-card__image,
.page-shop .rz-home-product-card__image {
    max-height: 150px;
    max-width: 100%;
    object-fit: contain;
    width: auto;
}

.page-home-v2 .rz-home-product-card__body,
.page-shop .rz-home-product-card__body {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    padding: 14px 16px 16px;
}

.page-home-v2 .rz-home-product-card__title,
.page-shop .rz-home-product-card__title {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    margin: 0 0 8px;
}

.page-home-v2 .rz-home-product-card__title a,
.page-shop .rz-home-product-card__title a {
    color: var(--rz-text);
    text-decoration: none;
}

.page-home-v2 .rz-home-product-card__title a:hover,
.page-shop .rz-home-product-card__title a:hover {
    color: var(--rz-brand);
}

.page-home-v2 .rz-home-product-card__rating,
.page-shop .rz-home-product-card__rating {
    color: #f59e0b;
    font-size: 11px;
    margin-bottom: 8px;
}

.page-home-v2 .rz-home-product-card__rating-count,
.page-shop .rz-home-product-card__rating-count {
    color: var(--rz-text-muted);
    margin-left: 4px;
}

.page-home-v2 .rz-home-product-card__price-row,
.page-shop .rz-home-product-card__price-row {
    margin-bottom: 14px;
}

.page-home-v2 .rz-home-product-card__price,
.page-shop .rz-home-product-card__price {
    color: var(--rz-brand);
    font-size: 16px;
    font-weight: 700;
}

.page-home-v2 .rz-home-product-card__compare,
.page-shop .rz-home-product-card__compare {
    color: var(--rz-text-muted);
    font-size: 13px;
    margin-left: 8px;
    text-decoration: line-through;
}

.page-home-v2 .rz-home-product-card__actions,
.page-shop .rz-home-product-card__actions {
    align-items: center;
    display: flex;
    gap: 8px;
    margin-top: auto;
}

.page-home-v2 .rz-home-product-card__cart-btn,
.page-shop .rz-home-product-card__cart-btn {
    align-items: center;
    background: transparent;
    border: 1.5px solid var(--rz-brand);
    border-radius: 8px;
    color: var(--rz-brand);
    display: inline-flex;
    flex: 1 1 auto;
    font-size: 13px;
    font-weight: 600;
    justify-content: center;
    min-height: 40px;
    padding: 8px 12px;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease;
}

.page-home-v2 .rz-home-product-card__cart-btn:hover,
.page-shop .rz-home-product-card__cart-btn:hover {
    background: var(--rz-brand);
    color: #ffffff;
}

.page-home-v2 .rz-home-product-card__wishlist,
.page-shop .rz-home-product-card__wishlist {
    align-items: center;
    background: transparent;
    border: 1.5px solid var(--rz-border);
    border-radius: 8px;
    color: var(--rz-text-muted);
    display: inline-flex;
    flex-shrink: 0;
    height: 40px;
    justify-content: center;
    width: 40px;
}

.page-home-v2 .rz-home-product-card__wishlist:hover,
.page-home-v2 .rz-home-product-card__wishlist.is-wishlisted,
.page-shop .rz-home-product-card__wishlist:hover,
.page-shop .rz-home-product-card__wishlist.is-wishlisted {
    border-color: #ef4444;
    color: #ef4444;
}

/* 3-column promo cards */
.page-home-v2 .rz-home-promo-card {
    align-items: center;
    background-color: #f1f5f9;
    background-image: var(--rz-promo-bg-image);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: var(--rz-card-radius);
    display: flex;
    min-height: 300px;
    overflow: hidden;
    padding: 24px;
    position: relative;
}

.page-home-v2 .rz-home-promo-card__content {
    max-width: 58%;
    position: relative;
    z-index: 1;
}

.page-home-v2 .rz-home-promo-card__title {
    color: var(--rz-text);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 8px;
    text-shadow: 0 1px 8px rgba(255, 255, 255, 0.85);
}

.page-home-v2 .rz-home-promo-card__text {
    color: var(--rz-text-muted);
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 14px;
    text-shadow: 0 1px 6px rgba(255, 255, 255, 0.8);
}

.page-home-v2 .rz-home-promo-card__link {
    color: var(--rz-text);
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    text-shadow: 0 1px 6px rgba(255, 255, 255, 0.8);
}

.page-home-v2 .rz-home-promo-card__link:hover {
    color: var(--rz-brand);
}

/* 2-column wide promos */
.page-home-v2 .rz-home-promo-wide {
    align-items: center;
    border-radius: var(--rz-card-radius);
    display: flex;
    justify-content: space-between;
    min-height: 220px;
    overflow: hidden;
    padding: 28px 32px;
}

.page-home-v2 .rz-home-promo-wide--blue {
    background: #e8f0fa;
}

.page-home-v2 .rz-home-promo-wide__content {
    flex: 1 1 auto;
    max-width: 52%;
}

.page-home-v2 .rz-home-promo-wide__title {
    color: var(--rz-text);
    font-size: clamp(1.1rem, 2vw, 1.35rem);
    font-weight: 700;
    line-height: 1.35;
    margin-bottom: 10px;
}

.page-home-v2 .rz-home-promo-wide__text {
    color: var(--rz-text-muted);
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 18px;
}

.page-home-v2 .rz-home-promo-wide__btn {
    align-items: center;
    background: var(--rz-accent);
    border-radius: 999px;
    color: var(--rz-text);
    display: inline-flex;
    font-size: 13px;
    font-weight: 600;
    gap: 8px;
    padding: 10px 20px;
    text-decoration: none;
}

.page-home-v2 .rz-home-promo-wide__btn:hover {
    background: var(--rz-accent-hover);
    color: var(--rz-text);
}

.page-home-v2 .rz-home-promo-wide__media {
    flex-shrink: 0;
    max-width: 44%;
    text-align: right;
}

.page-home-v2 .rz-home-promo-wide__media img {
    max-height: 180px;
    max-width: 100%;
    object-fit: contain;
}

/* Top brands */
.page-home-v2 .rz-home-brands {
    background: #fafbfc;
}

.page-home-v2 .rz-home-brands__grid {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 24px 32px;
    justify-content: center;
}

.page-home-v2 .rz-home-brands__item img {
    filter: grayscale(100%);
    max-height: 36px;
    max-width: 100px;
    object-fit: contain;
    opacity: 0.75;
    transition: filter 0.2s ease, opacity 0.2s ease;
}

.page-home-v2 .rz-home-brands__item:hover img {
    filter: grayscale(0%);
    opacity: 1;
}

/* Footer (site-wide) */
.rz-home-footer {
    background: #0f172a;
    color: #cbd5e1;
    padding-top: 48px;
}

.rz-home-footer__logo {
    filter: brightness(0) invert(1);
    max-height: 48px;
    max-width: 160px;
    object-fit: contain;
}

.rz-home-footer__about {
    color: #94a3b8;
    font-size: 14px;
    line-height: 1.6;
    margin: 16px 0 20px;
}

.rz-home-footer .footer_social_widget .title {
    display: none;
}

.rz-home-footer .social_icon_list ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0;
    padding: 0;
}

.rz-home-footer .social_icon_list a {
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 8px;
    color: #ffffff;
    display: inline-flex;
    height: 36px;
    justify-content: center;
    width: 36px;
}

.rz-home-footer__heading {
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 16px;
}

.rz-home-footer__links {
    list-style: none;
    margin: 0;
    padding: 0;
}

.rz-home-footer__links li + li {
    margin-top: 10px;
}

.rz-home-footer__links a {
    color: #94a3b8;
    font-size: 14px;
    text-decoration: none;
}

.rz-home-footer__links a:hover {
    color: #ffffff;
}

.rz-home-footer__newsletter-text {
    color: #94a3b8;
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 14px;
}

.rz-home-footer__newsletter-field {
    display: flex;
    margin-bottom: 20px;
}

.rz-home-footer__newsletter-input {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px 0 0 8px;
    color: #ffffff;
    flex: 1 1 auto;
    font-size: 14px;
    min-height: 44px;
    padding: 0 14px;
}

.rz-home-footer__newsletter-input::placeholder {
    color: #64748b;
}

.rz-home-footer__newsletter-btn {
    align-items: center;
    background: var(--rz-accent);
    border: 0;
    border-radius: 0 8px 8px 0;
    color: var(--rz-text);
    display: inline-flex;
    justify-content: center;
    min-width: 48px;
}

.rz-home-footer__payments-label {
    color: #94a3b8;
    display: block;
    font-size: 12px;
    margin-bottom: 10px;
}

.rz-home-footer__payments-icons {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.rz-home-footer__payments-icons img {
    background: #ffffff;
    border-radius: 4px;
    height: 29px;
    object-fit: contain;
    padding: 2px 6px;
    width: auto;
}

.rz-home-footer__bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    margin-top: 40px;
    padding: 18px 0;
}

.rz-home-footer__copyright,
.rz-home-footer__credit {
    color: #64748b;
    font-size: 13px;
    margin: 0;
}

.rz-home-footer__credit .fa-heart {
    color: #ef4444;
}

@media (max-width: 991.98px) {
    .page-home-v2 .rz-home-promo-card {
        min-height: 160px;
    }

    .page-home-v2 .rz-home-promo-card__content {
        max-width: 68%;
    }

    .page-home-v2 .rz-home-promo-wide {
        flex-direction: column;
        text-align: center;
    }

    .page-home-v2 .rz-home-promo-wide__content {
        max-width: 100%;
    }

    .page-home-v2 .rz-home-promo-wide__media {
        margin-top: 16px;
        max-width: 100%;
        text-align: center;
    }
}
