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

.az-home-hero {
    padding: 26px 0 18px;
    background: #fff;
}

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

.az-home-hero__title {
    margin: 15px 0 10px;
    color: #2b2f36;
    font-family: Inter, sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.01em;
}

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

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

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

.az-home-section-heading h2 {
    margin: 0 0 0px;
    color: #2b2f36;
    font-family: Inter, sans-serif;
    font-size: 23px;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -0.01em;
}

.az-home-section-heading__subtitle {
    margin: 0;
    color: #556B82;
    font-family: Inter, sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.35;
}

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

.w-featured__list {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

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

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

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

.az-home-latest-card__frame {
    display: block !important;
    height: 100% !important;
    color: inherit !important;
    text-decoration: none !important;

    background: #fff !important;
    border: 1px solid #e7e7e7 !important;
    border-top: 4px solid #ff6900 !important;
    border-bottom: 1px solid #e7e7e7 !important;
    border-radius: 10px !important;

    box-shadow: none !important;
    overflow: hidden !important;

    transition: border-color .18s ease, transform .18s ease, box-shadow .18s ease !important;
}

.az-home-latest-card__frame:hover {
    border-color: #e2e8f0 !important;
    box-shadow: 0 4px 12px rgba(15, 30, 46, 0.06) !important;
    transform: translateY(-2px) !important;

    color: inherit;
    text-decoration: none;
}

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

.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 !important;
    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: 22px;
    text-align: center;
}

.home-spotlight-section__title {
    margin: 0 0 12px;
    color: #2b2f36;
    font-family: Inter, sans-serif;
    font-size: 23px;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -0.01em;
    text-align: center;
}

/* =====================================================
   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: 2px;
    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: #0f1e2e;
    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: #556B82;
    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: inline-block;
    margin-bottom: 2px;
    font-family: Inter, sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #556B82;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.home-spotlight__deal-title {
    display: -webkit-box;
    margin: 4px 0 6px;
    color: #0f1e2e;
    font-family: Inter, sans-serif;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.35;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 44px;
}

.home-spotlight__deal-link {
    display: inline-block;
    margin-top: 8px;
    font-family: Inter, sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    color: #ff6900;
    text-decoration: none;
    transition: color .2s ease;
}
.home-spotlight__deal-card:hover .home-spotlight__deal-link {
    color: #e65c00;
}

@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: 15px;
    margin-bottom: 32px;
}

.home-categories__header {
    margin-bottom: 22px;
    text-align: center;
}

.home-categories__title {
    margin: 0 0 12px;
    font-family: Inter, sans-serif;
    font-size: 23px;
    font-weight: 700;
    color: #2b2f36;
    line-height: 1.25;
    letter-spacing: -0.01em;
    text-align: center;
}

.home-categories__subtitle {
    margin: 0;
    font-family: Inter, sans-serif;
    font-size: 17px;
    font-weight: 400;
    color: #556B82;
    line-height: 1.35;
    text-align: center;
}

.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 SEO CONTENT
===================================================== */

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

.home-seo-content__card {
    background: #fff;
    border: 1px solid #e6ecf2;
    border-radius: 12px;
    padding: 24px;
}

.home-seo-content__header {
    margin-bottom: 18px;
    text-align: center;
    position: relative;
}

.home-seo-content__title {
    margin: 0;
    color: #2b2f36;
    font-family: Inter, sans-serif;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -0.01em;
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
}

.home-seo-content__title::after {
    content: "";
    display: block;
    width: 120px;
    height: 2px;
    margin: 10px auto 0;
    background: #ff6900;
    border-radius: 2px;
}
.home-seo-content__body {
    padding: 0;
    color: #556B82;
    font-family: Inter, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    text-align: left;
}

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

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

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

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

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

.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: #0f1e2e;
}

.home-seo-content__body h3 {
    margin: 18px 0 8px;
    color: #0f1e2e;
    font-family: Inter, sans-serif;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.35;
}

@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: 8px 0;
}

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

.home-top-stores__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    min-height: 170px;
    padding: 18px;
    background: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 10px;
    text-decoration: none;
    box-shadow: none;
    transition: border-color .18s ease, transform .18s ease;
}

.home-top-stores__item:hover {
    transform: translateY(-2px);
    border-color: #e2e8f0;
    box-shadow: 0 4px 12px rgba(15, 30, 46, 0.06);
    text-decoration: none;
}

.home-top-stores__logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 132px;
    height: 132px;
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    overflow: hidden;
}

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

.home-top-stores__name {
    display: none;
    }

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

    .home-top-stores__item {
        min-height: 168px;
        padding: 16px 14px 14px;
    }

    .home-top-stores__logo {
        width: 94px;
        height: 94px;
        margin-bottom: 12px;
    }

    .home-top-stores__name {
        font-size: 17px;
    }
}

@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: 156px;
        padding: 14px 14px 12px;
    }

    .home-top-stores__logo {
        width: 84px;
        height: 84px;
    }

    .home-top-stores__name {
        font-size: 16px;
    }
}

/* =====================================================
   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;
}

/* =====================================================
   HOME SLIDER SHARED - AZCOUPON STEP 2
   Visual allineato a MyCouponCodes
===================================================== */

.premium-slider {
    position: relative;
    margin: 28px 0 28px;
}

.premium-slider .container {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.premium-slider .slideshow-container {
    position: relative;
    overflow: hidden;
    margin: auto;
}

.premium-slider [data-container] {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.premium-slider [data-container]::-webkit-scrollbar {
    display: none;
}

.premium-slider [data-container] > [data-slide-index] {
    flex: 0 0 100%;
    scroll-snap-align: start;
}

.premium-slider .mySlides {
    display: block !important;
    position: relative;
}

/* Slide */
.premium-slider__item {
    position: relative;
    display: block;
    width: 100%;
    min-height: 320px;
    overflow: hidden;
    color: #fff;
    -webkit-transition: none !important;
}

.premium-slider__item:hover {
    color: #fff;
    text-decoration: none;
}

.premium-slider:hover {
    color: #fff;
    text-decoration: none;
}

/* Real image used as background */
.premium-slider__bg-img {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Overlay */
.premium-slider--opacity-white {
    position: relative;
}

.premium-slider--opacity-white::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.45);
    content: "";
}

/* Logo */
.premium-slider__logo {
    position: absolute;
    top: 50%;
    left: 50px;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 110px;
    height: 110px;
    transform: translateY(-50%);
}

.premium-slider__logo img {
    width: 100px !important;
    height: 100px !important;
    max-width: 100px !important;
    max-height: 100px !important;
    padding: 6px;
    object-fit: contain !important;
    background: #fff;
    border-radius: 999px;
    display: block !important;
}

/* Text block */
.premium-slider__item .col-md-8 {
    position: relative;
    z-index: 3;
    padding-top: 0px;
    padding-left: 190px;
    padding-right: 24px;
    max-width: 100%;
}

.premium-slider__headline,
.premium-slider__content {
    position: relative;
    z-index: 3;
    text-align: left;
}

.premium-slider__headline {
    margin: 0 0 8px 0 !important;
    line-height: 1.2;
    font-size:26px;
    font-weight: 700;
    letter-spacing: -0.01em;
}

.premium-slider__content {
    margin: 0 !important;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.92);
    font-family: Inter, sans-serif;
    font-size: 21px;
    font-weight: 400;
    line-height: 1.4;
}

/* Arrows desktop */
.premium-slider .premium-slider__arrow {
    position: absolute;
    top: 50%;
    width: 42px;
    height: 42px;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.35);
    border: 0;
    border-radius: 999px;
    appearance: none;
    transform: translateY(-50%);
}

.premium-slider .premium-slider__arrow--left {
    left: 20px;
}

.premium-slider .premium-slider__arrow--right {
    right: 20px;
}

.premium-slider .slider-icon {
    position: static;
    color: #fff;
    font-size: 32px;
    line-height: 1;
    font-weight: 300;
}

/* Dots on image */
.premium-slider__indicator {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 14px;
    z-index: 15;
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 0;
    padding: 0 15px;
    pointer-events: none;
}

.premium-slider__indicator-item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 12px;
    height: 12px;
    margin: 0;
    padding: 0;
    background: rgba(255, 255, 255, 0.45);
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    font-size: 0;
    line-height: 0;
    pointer-events: auto;
    appearance: none;
}

.premium-slider__indicator-dot {
    display: none;
}

.premium-slider__indicator-item--active {
    background: #ff6900;
}

.premium-slider__links {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin: 14px 0 0;
    padding: 0;
    list-style: none;
}

.premium-slider__link {
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 12px;
}

.premium-slider__link a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 30px;
    padding: 6px 12px;
    border-radius: 999px;
    background: #fff3eb;
    color: #ff6900;
    font-family: Inter, sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
    transition: all .18s ease;
}

.premium-slider__link a:hover {
    background: #ff6900;
    color: #fff;
    transform: translateY(-1px);
}

/* Mobile */
@media (max-width: 768px) {
    .premium-slider {
        margin: 26px 0;
    }

    .premium-slider__item {
        min-height: 220px;
    }

    .premium-slider__logo {
        left: 12px;
        width: 70px;
        height: 70px;
    }

    .premium-slider__logo img {
        width: 60px !important;
        height: 60px !important;
        max-width: 60px !important;
        max-height: 60px !important;
        padding: 4px;
    }

    .premium-slider__item .col-md-8 {
        padding-top: 74px;
        padding-left: 95px;
        padding-right: 12px;
    }

    .premium-slider__headline {
        margin: 0 0 4px 0 !important;
        font-size: 18px;
        line-height: 1.15;
        font-weight: 600;
    }

    .premium-slider__content {
        margin: 0 !important;
        font-size: 14px;
        line-height: 1.2;
    }

    .premium-slider__indicator {
        bottom: 9px;
        gap: 8px;
    }

    .premium-slider__indicator-item {
        width: 12px;
        height: 12px;
    }

    .premium-slider__link {
        justify-content: flex-start;
    }
}

/* =====================================================
   HOME LINK HUB (ex premium-widget)
===================================================== */

.home-link-hub {
    background: #3e3e3e;
    border-radius: 10px;
    margin: 36px 0;
    padding: 28px 0;
    color: #fff;
}

.home-link-hub__header {
    margin-bottom: 14px;
    padding-left: 12px;
    color: #ffffff;
    font-family: Inter, sans-serif;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.25;
    position: relative;
}

.home-link-hub__header::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 3px;
    height: 70%;
    background: #ff6900;
    border-radius: 2px;
}

.home-link-hub__list {
    margin-top: 16px; 
    margin-bottom: 0;
    padding: 0;
    list-style: none;
}

.home-link-hub__item {
    margin-bottom: 8px;
    padding-left: 16px;
    position: relative; 
}

.home-link-hub__item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 4px;
    height: 4px;
    background: #ff6900;
    border-radius: 1px; /* quadratino, non cerchio */
    transform: translateY(-50%);
    opacity: 0.8;
}

.home-link-hub__item a {
    display: inline-block;
    color: #e5e7eb;
    font-family: Inter, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    text-decoration: none;
    transition: all .18s ease;
}

.home-link-hub__item a:hover {
    color: #ff6900;
    opacity: 1;
}