/* =====================================================
   AZ HOME HERO
===================================================== */

.az-home-hero {
    padding: 38px 0 10px;
    background: #fff;
}

.az-home-hero__container {
    max-width: 980px;
}

.az-home-hero__title {
    margin: 0 0 10px;
    color: #1f2937;
    font-family: Inter, sans-serif;
    font-size: 38px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.3px;
}

.az-home-hero__subtitle {
    margin: 0;
    color: #6b7280;
    font-family: Inter, sans-serif;
    font-size: 18px;
    line-height: 1.5;
}

/* =====================================================
   HOME SECTION HEADING
===================================================== */

.az-home-section-heading {
    margin-bottom: 22px;
}

.az-home-section-heading h2 {
    margin: 0 0 6px;
    color: #333;
    font-size: 28px;
    font-weight: 700;
}

.az-home-section-heading__subtitle {
    margin: 0;
    color: #6b7280;
    font-size: 16px;
}

/* =====================================================
   AZ HOME LATEST CARDS
===================================================== */

.az-home-latest-grid {
    margin-bottom: 8px;
}

.az-home-latest-grid__col {
    margin-bottom: 18px;
}

.az-home-latest-card {
    height: 100%;
}

.az-home-latest-card__frame {
    display: block;
    height: 100%;
    color: inherit;
    text-decoration: none;
    background: #fff;
    border: 1px solid #d9dee7;
    border-bottom: 4px solid #ff6900;
    border-radius: 8px;
    overflow: hidden;
    transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.az-home-latest-card__frame:hover {
    color: inherit;
    text-decoration: none;
    border-color: #cfd6e0;
    box-shadow: 0 6px 18px rgba(17, 24, 39, .06);
    transform: translateY(-2px);
}

.az-home-latest-card__inner {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 168px;
    padding: 12px 12px 8px;
}

.az-home-latest-card__top {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    min-height: 82px;
}

.az-home-latest-card__logo,
.az-home-latest-card__top .w-featured__logo.az-home-latest-card__logo,
.az-home-latest-card__top img.az-home-latest-card__logo {
    flex: 0 0 66px;
    width: 66px;
    max-width: 66px;
    height: 66px;
    margin: 0 !important;
    padding: 6px;
    object-fit: contain;
    border: 1px solid #e9ecef;
    border-radius: 6px;
    background: #fff;
    align-self: flex-start;
}

.az-home-latest-card__content {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-width: 0;
    padding-top: 0;
}

.az-home-latest-card__content .w-featured__shop-title,
.az-home-latest-card__shop-title {
    display: block;
    margin: 0 0 2px !important;
    color: #1f2937 !important;
    font-family: Inter, sans-serif !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 1.05 !important;
    letter-spacing: -0.2px;
}

.az-home-latest-card__frame:hover .w-featured__shop-title,
.az-home-latest-card__frame:hover .az-home-latest-card__shop-title {
    color: #111827 !important;
}

.az-home-latest-card__description,
.az-home-latest-card__content .w-featured__description {
    display: -webkit-box;
    margin: 0 !important;
    color: #374151 !important;
    font-family: Inter, sans-serif !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    line-height: 1.28 !important;
    letter-spacing: -0.05px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 40px;
}

.az-home-latest-card__frame:hover .az-home-latest-card__description,
.az-home-latest-card__frame:hover .az-home-latest-card__content .w-featured__description {
    color: #111827 !important;
}

.az-home-latest-card__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-top: auto !important;
    padding-top: 10px !important;
    border-top: 1px solid #e5e7eb;
}

.az-home-latest-card__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 26px;
    margin-bottom: 0 !important;
    padding: 0 11px;
    border-radius: 999px;
    background: #fff3eb;
    color: #ff6900;
    font-family: Inter, sans-serif;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .04em;
    text-transform: uppercase;
    white-space: nowrap;
}

.az-home-latest-card__cta {
    display: inline-flex;
    align-items: center;
    margin-bottom: 0 !important;
    margin-left: auto;
    color: #111827;
    font-family: Inter, sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.15;
    text-align: right;
    white-space: nowrap;
}

@media (max-width: 1199.98px) {
    .az-home-latest-card__inner {
        min-height: 164px;
        padding: 10px 11px 8px;
    }

    .az-home-latest-card__top {
        gap: 9px;
        min-height: 80px;
    }

    .az-home-latest-card__logo,
    .az-home-latest-card__top .w-featured__logo.az-home-latest-card__logo,
    .az-home-latest-card__top img.az-home-latest-card__logo {
        flex: 0 0 62px;
        width: 62px;
        max-width: 62px;
        height: 62px;
        padding: 6px;
        margin: 0 !important;
    }

    .az-home-latest-card__content .w-featured__shop-title,
    .az-home-latest-card__shop-title {
        font-size: 17px !important;
        margin-bottom: 2px !important;
    }

    .az-home-latest-card__description,
    .az-home-latest-card__content .w-featured__description {
        font-size: 14px !important;
        line-height: 1.28 !important;
        min-height: 36px;
    }

    .az-home-latest-card__bottom {
        margin-top: auto !important;
        padding-top: 9px !important;
    }

    .az-home-latest-card__cta {
        font-size: 12px;
    }
}

@media (max-width: 767.98px) {
    .az-home-latest-grid__col {
        margin-bottom: 16px;
    }

    .az-home-latest-card__frame {
        border-radius: 10px;
    }

    .az-home-latest-card__inner {
        min-height: 152px;
        padding: 10px 10px 8px;
    }

    .az-home-latest-card__top {
        gap: 9px;
        min-height: 76px;
    }

    .az-home-latest-card__logo,
    .az-home-latest-card__top .w-featured__logo.az-home-latest-card__logo,
    .az-home-latest-card__top img.az-home-latest-card__logo {
        flex: 0 0 58px;
        width: 58px;
        max-width: 58px;
        height: 58px;
        padding: 5px;
        margin: 0 !important;
    }

    .az-home-latest-card__content .w-featured__shop-title,
    .az-home-latest-card__shop-title {
        font-size: 16px !important;
        margin-bottom: 1px !important;
        line-height: 1.1 !important;
    }

    .az-home-latest-card__description,
    .az-home-latest-card__content .w-featured__description {
        font-size: 13px !important;
        line-height: 1.28 !important;
        min-height: 34px;
        -webkit-line-clamp: 2;
    }

    .az-home-latest-card__bottom {
        gap: 8px;
        margin-top: auto !important;
        padding-top: 8px !important;
    }

    .az-home-latest-card__badge {
        min-height: 24px;
        padding: 0 10px;
        font-size: 10px;
    }

    .az-home-latest-card__cta {
        font-size: 12px;
    }
}

/* =====================================================
   HOME SPOTLIGHT SECTION
===================================================== */

.home-spotlight-section {
    margin-top: 28px;
}

.home-spotlight-section__header {
    margin-bottom: 16px;
    text-align: left;
}

.home-spotlight-section__title {
    margin: 0;
    max-width: 920px;
    color: #1f2937;
    font-family: Inter, sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.16;
    letter-spacing: -0.2px;
}

/* =====================================================
   HOME SPOTLIGHT
===================================================== */

.home-spotlight {
    margin-top: 4px;
}

.home-spotlight__grid {
    display: grid;
    grid-template-columns: minmax(280px, 1.18fr) repeat(3, minmax(0, 1fr));
    gap: 16px;
    align-items: stretch;
    width: 100%;
}

.home-spotlight__intro,
.home-spotlight__deal-col {
    min-width: 0;
}

.home-spotlight__intro,
.home-spotlight__deal-col,
.home-spotlight__store-card,
.home-spotlight__deal-card {
    height: 100%;
}

.home-spotlight__store-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #fff;
    border: 1px solid #d9dee7;
    border-radius: 14px;
    overflow: hidden;
    text-decoration: none;
    transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.home-spotlight__store-card:hover,
.home-spotlight__deal-card:hover {
    border-color: #cfd6e0;
    box-shadow: 0 8px 22px rgba(17, 24, 39, .06);
    transform: translateY(-2px);
    text-decoration: none;
}

.home-spotlight__store-topbar {
    display: flex;
    align-items: center;
    min-height: 48px;
    padding: 12px 16px;
    border-bottom: 1px solid #eef2f6;
    background: linear-gradient(180deg, #fff7f2 0%, #fff 100%);
}

.home-spotlight__store-main {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    height: calc(100% - 48px);
    padding: 18px 16px 16px;
}

.home-spotlight__store-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 96px;
    height: 96px;
    margin-bottom: 14px;
    padding: 10px;
    border: 1px solid #cfcfcf;
    border-radius: 12px;
    background: #fff;
}

.home-spotlight__store-logo img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.home-spotlight__store-content {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.home-spotlight__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 22px;
    padding: 0;
    background: transparent;
    color: #ff6900;
    font-family: Inter, sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.home-spotlight__eyebrow-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    line-height: 1;
}

.home-spotlight__store-name {
    margin: 0 0 8px;
    color: #1f2937;
    font-family: Inter, sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: -0.25px;
}

.home-spotlight__store-text {
    margin: 0;
    color: #4b5563;
    font-family: Inter, sans-serif;
    font-size: 14px;
    line-height: 1.45;
}

.home-spotlight__deals {
    display: contents;
}

.home-spotlight__deal-col {
    display: flex;
}

.home-spotlight__deal-card {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    background: #fff;
    border: 1px solid #d9dee7;
    border-radius: 12px;
    overflow: hidden;
    text-decoration: none;
    transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.home-spotlight__deal-media {
    flex: 0 0 52%;
    min-height: 150px;
    background: #f8fafc;
    overflow: hidden;
}

.home-spotlight__deal-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-spotlight__deal-body {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    padding: 14px 14px 12px;
}

.home-spotlight__deal-store {
    display: block;
    margin-bottom: 6px;
    color: #1f2937;
    font-family: Inter, sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.15;
}

.home-spotlight__deal-title {
    display: -webkit-box;
    margin: 0;
    color: #374151;
    font-family: Inter, sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.3;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 40px;
}

.home-spotlight__deal-link {
    display: inline-flex;
    align-items: center;
    margin-top: auto;
    padding-top: 14px;
    color: #111827;
    font-family: Inter, sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
}

@media (max-width: 1199.98px) {
    .home-spotlight__grid {
        grid-template-columns: minmax(250px, 1.12fr) repeat(3, minmax(0, 1fr));
        gap: 14px;
    }

    .home-spotlight__store-main {
        padding: 16px 14px 14px;
    }

    .home-spotlight__store-logo {
        width: 88px;
        height: 88px;
    }

    .home-spotlight__store-name {
        font-size: 20px;
    }

    .home-spotlight__deal-media {
        min-height: 136px;
    }

    .home-spotlight__deal-body {
        padding: 13px 12px 11px;
    }

    .home-spotlight__deal-title {
        font-size: 14px;
        min-height: 38px;
    }
}

@media (max-width: 991.98px) {
    .home-spotlight__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
    }

    .home-spotlight__intro {
        grid-column: 1 / -1;
    }

    .home-spotlight__store-main {
        padding: 16px;
    }

    .home-spotlight__store-logo {
        width: 84px;
        height: 84px;
    }

    .home-spotlight__store-name {
        font-size: 20px;
    }

    .home-spotlight__deal-media {
        min-height: 160px;
    }
}

@media (max-width: 767.98px) {
    .home-spotlight__grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .home-spotlight__store-topbar {
        padding: 11px 14px;
    }

    .home-spotlight__store-main {
        padding: 14px;
        height: auto;
    }

    .home-spotlight__store-logo {
        width: 78px;
        height: 78px;
        margin-bottom: 12px;
    }

    .home-spotlight__store-name {
        font-size: 19px;
    }

    .home-spotlight__store-text {
        font-size: 13px;
        line-height: 1.42;
    }

    .home-spotlight__deal-media {
        min-height: 180px;
    }

    .home-spotlight__deal-body {
        padding: 12px 12px 10px;
    }

    .home-spotlight__deal-title {
        font-size: 14px;
        min-height: auto;
    }

    .home-spotlight__deal-link {
        font-size: 12px;
        padding-top: 12px;
    }
}
/* =====================================================
   HOME CATEGORIES
===================================================== */

.home-categories {
    margin-top: 36px;
    margin-bottom: 32px;
}

.home-categories__header {
    margin-bottom: 18px;
}

.home-categories__title {
    margin: 0;
    font-family: Inter, sans-serif;
    font-size: 22px;
    font-weight: 600;
    color: #111827;
    line-height: 1.2;
}

.home-categories__subtitle {
    margin: 4px 0 0;
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #6b7280;
    line-height: 1.5;
}

.home-categories__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}

.home-categories__item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px;
    background: #ffffff;
    border: 1px solid #e6ecf2;
    border-radius: 12px;
    text-decoration: none;
    transition: all .18s ease;
    color: #111827;
}

.home-categories__item:hover {
    border-color: #d0d7df;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    transform: translateY(-2px);
    color: #111827;
}

.home-categories__icon {
    flex: 0 0 36px;
    width: 36px;
    height: 36px;
}

.home-categories__icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.home-categories__content {
    display: flex;
    flex-direction: column;
}

.home-categories__name {
    font-size: 16px;
    font-weight: 600;
    color: #111827;
    text-transform: uppercase;
}

.home-categories__label {
    font-size: 12px;
    color: #6b7280;
}

@media (max-width: 992px) {
    .home-categories__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .home-categories__grid {
        grid-template-columns: 1fr;
    }
}
/* =====================================================
   HOME LINK HUB
===================================================== */

.home-link-hub {
    background: #454545;
    border-radius: 10px;
    margin: 36px 0;
    padding: 38px 0;
}

.home-link-hub__header {
    font-size: 34px;
    color: #ff6900;
}

.home-link-hub__item a {
    color: #fff;
    font-size: 17px;
    text-decoration: none;
}

/* =====================================================
   HOME SEO CONTENT
===================================================== */

.home-seo-content {
    margin: 28px 0 36px;
}

.home-seo-content__card {
    background: #fff;
    border: 1px solid #d3d3d3;
    border-top: 4px solid #ff6900;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .11);
    border-radius: 8px;
}

.home-seo-content__header {
    padding: 24px 24px 0;
}

.home-seo-content__title {
    margin: 0;
    padding-bottom: 16px;
    border-bottom: 1px solid #ede2e6;
    color: #24324a;
    font-family: Inter, sans-serif;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.2;
}

.home-seo-content__body {
    padding: 24px;
    color: #354043;
    font-family: Inter, sans-serif;
    font-size: 16px;
    line-height: 1.7;
    text-align: left;
}

.home-seo-content__body > *:last-child {
    margin-bottom: 0;
}

.home-seo-content__body h2,
.home-seo-content__body h3,
.home-seo-content__body h4,
.home-seo-content__body h5 {
    color: #24324a;
    font-family: Inter, sans-serif;
    font-weight: 700;
    line-height: 1.2;
}

.home-seo-content__body h2 {
    margin: 0 0 14px;
    font-size: 1.45rem;
}

.home-seo-content__body h3 {
    margin: 0 0 14px;
    font-size: 1.2rem;
}

.home-seo-content__body h4 {
    margin: 0 0 12px;
    font-size: 1.1rem;
}

.home-seo-content__body h5 {
    margin: 18px 0 6px;
    font-size: 15px;
    font-weight: 700;
    color: #24324a;
}

.home-seo-content__body p {
    margin: 0 0 14px;
}

.home-seo-content__body ul,
.home-seo-content__body ol {
    margin: 14px 0 18px;
    padding-left: 22px;
}

.home-seo-content__body li {
    margin-bottom: 8px;
}

.home-seo-content__body a {
    color: #ff6900;
    text-decoration: none;
}

.home-seo-content__body a:hover {
    text-decoration: underline;
}

.home-seo-content__body strong {
    font-weight: 700;
    color: #24324a;
}

.home-seo-content__body hr {
    margin: 22px 0;
    border: 0;
    border-top: 1px solid #ede2e6;
}

.home-seo-content__body h5 + p {
    margin-bottom: 22px;
}

@media (max-width: 767.98px) {
    .home-seo-content__header {
        padding: 20px 20px 0;
    }

    .home-seo-content__title {
        font-size: 1.6rem;
        padding-bottom: 14px;
    }

    .home-seo-content__body {
        padding: 20px;
        font-size: 15px;
        line-height: 1.65;
    }

    .home-seo-content__body h2 {
        font-size: 1.3rem;
    }

    .home-seo-content__body h3 {
        font-size: 1.18rem;
    }

    .home-seo-content__body h4 {
        font-size: 1.05rem;
    }

    .home-seo-content__body h5 {
        font-size: .95rem;
    }
}
/* =====================================================
   HOME TOP STORES
===================================================== */

.home-top-stores {
    margin: 36px 0;
}

.home-top-stores__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.home-top-stores__item {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 84px;
    padding: 14px 16px;
    background: #fff;
    border: 1px solid #e6ecf2;
    border-radius: 12px;
    text-decoration: none;
    transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.home-top-stores__item:hover {
    border-color: #d0d7df;
    box-shadow: 0 2px 10px rgba(0,0,0,0.06);
    transform: translateY(-2px);
    text-decoration: none;
}

.home-top-stores__logo {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 52px;
    width: 52px;
    height: 52px;
    padding: 6px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    overflow: hidden;
}

.home-top-stores__logo img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.home-top-stores__name {
    display: block;
    color: #1f2937;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
}

@media (max-width: 991.98px) {
    .home-top-stores__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575.98px) {
    .home-top-stores__grid {
        grid-template-columns: 1fr;
    }

    .home-top-stores__item {
        min-height: 78px;
        padding: 13px 14px;
    }

    .home-top-stores__logo {
        flex: 0 0 48px;
        width: 48px;
        height: 48px;
    }

    .home-top-stores__name {
        font-size: 15px;
    }
}
/* =====================================================
   HOME TOP STORES - OWN HEADER
===================================================== */

.home-top-stores__header {
    margin-bottom: 18px;
}

.home-top-stores__title {
    margin: 0;
    color: #111827;
    font-family: Inter, sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2;
}

.home-top-stores__subtitle {
    margin: 4px 0 0;
    color: #6b7280;
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
}