/* بنرهای تبلیغاتی صفحه اصلی — متناسب با سرویس‌های نصف جهان */

.home-promo-stack {
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
    height: 100%;
}

.home-promo-card {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
    border-radius: 14px;
    min-height: 96px;
    padding: 0.75rem 0.9rem;
    text-decoration: none !important;
    color: #fff !important;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.home-promo-card:hover,
.home-promo-card:focus {
    transform: translateY(-2px);
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.12);
    color: #fff !important;
    outline: none;
}

.home-promo-card::before {
    display: none;
}

/* تصویر چپ + متن راست — چسبیده به چپ، محو نرم بدون خط وسط */
.home-promo-card--split {
    position: relative;
    display: block !important;
    padding: 0;
    min-height: 108px;
    overflow: hidden;
    direction: rtl;
}

.home-promo-card--split .promo-visual {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 58%;
    margin: 0;
    padding: 0;
    z-index: 0;
    overflow: hidden;
    pointer-events: none;
    background: transparent !important;
    background-image: none !important;
}

.home-promo-card--split .promo-visual::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(
        to right,
        transparent 0%,
        transparent 40%,
        color-mix(in srgb, var(--promo-blend, #6d28d9) 18%, transparent) 62%,
        color-mix(in srgb, var(--promo-blend, #6d28d9) 65%, transparent) 82%,
        var(--promo-blend, #6d28d9) 100%
    );
}

.home-promo-card--split .promo-visual img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block !important;
    object-fit: cover;
    object-position: left center;
    border: 0;
    opacity: 1 !important;
    visibility: visible !important;
    min-height: 0 !important;
    border-radius: 0 !important;
    transform: scale(1.06);
    transform-origin: left center;
    -webkit-mask-image: linear-gradient(to right, #000 0%, #000 48%, rgba(0, 0, 0, 0.65) 72%, transparent 100%);
    mask-image: linear-gradient(to right, #000 0%, #000 48%, rgba(0, 0, 0, 0.65) 72%, transparent 100%);
    filter: contrast(1.14) saturate(1.1) drop-shadow(0 4px 14px rgba(0, 0, 0, 0.2));
}

.home-promo-card--digital .promo-visual img,
.home-promo-card--website .promo-visual img,
.home-promo-card--service .promo-visual img {
    object-position: left center;
    transform: scale(1.06);
    transform-origin: left center;
}

.home-promo-card--split .promo-copy {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    text-align: right;
    gap: 0.2rem;
    width: 100%;
    max-width: none;
    min-height: 108px;
    box-sizing: border-box;
    padding: 0.75rem 0.85rem 0.75rem 42%;
    background: transparent;
}

.home-promo-card .promo-kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    font-size: 0.72rem;
    font-weight: 700;
    opacity: 0.95;
    margin-bottom: 0;
}

.home-promo-card .promo-title {
    margin: 0;
    font-size: clamp(0.72rem, 1.35vw, 0.88rem);
    font-weight: 800;
    line-height: 1.35;
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.home-promo-card .promo-cta {
    margin-top: 0.3rem;
    font-size: 0.76rem;
    font-weight: 700;
    opacity: 0.95;
}

.home-promo-card--digital {
    --promo-blend: #5b21b6;
    background-color: #5b21b6;
    background-image: none;
}

.home-promo-card--appliance {
    --promo-blend: #0e7490;
    background-color: #0e7490;
    background-image: none;
}

.home-promo-card--website {
    --promo-blend: #0f766e;
    background-color: #0f766e;
    background-image: none;
}

.home-promo-card--service {
    --promo-blend: #c2410c;
    background-color: #c2410c;
    background-image: none;
}

.home-promo-card--installment {
    --promo-blend: #2563eb;
    background-color: #2563eb;
    background-image: none;
}

.home-promo-card--files {
    --promo-blend: #6d28d9;
    background-color: #6d28d9;
    background-image: none;
}

/* بنر داخل اسلایدر شگفت‌انگیز */
.amazing-promo-card {
    width: 100%;
    height: 100%;
    min-height: 230px;
    border-radius: 12px;
    overflow: hidden;
    background: linear-gradient(165deg, #7c3aed 0%, #5b21b6 42%, #1e1b4b 100%);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.amazing-promo-card.amazing-promo-card--appliance {
    background: linear-gradient(165deg, #0891b2 0%, #0e7490 40%, #164e63 100%);
}

.amazing-promo-card.amazing-promo-card--website {
    background: linear-gradient(165deg, #2563eb 0%, #1d4ed8 42%, #1e3a8a 100%);
}

.amazing-promo-card > a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    height: 100%;
    min-height: 230px;
    padding: 0.9rem 0.85rem;
    text-decoration: none !important;
    color: #fff !important;
    gap: 0.45rem;
}

.amazing-promo-card > a > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
    gap: 0.25rem;
    flex: 1 1 auto;
    justify-content: center;
    min-height: 0;
}

.amazing-promo-badge {
    display: inline-flex;
    align-self: center;
    align-items: center;
    justify-content: center;
    gap: 0.3rem;
    padding: 0.28rem 0.55rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.16);
    font-size: 0.7rem;
    font-weight: 700;
}

.amazing-promo-title {
    margin: 0;
    font-size: 0.88rem;
    font-weight: 800;
    line-height: 1.5;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
    max-width: 12.5rem;
    width: 100%;
    text-align: center;
    letter-spacing: 0;
    word-spacing: normal;
    overflow-wrap: normal;
    word-break: keep-all;
    hyphens: none;
}

.amazing-promo-title--full {
    display: none;
}

.amazing-promo-title--compact {
    display: block;
}

.amazing-promo-sub {
    margin: 0;
    font-size: 0.74rem;
    line-height: 1.5;
    opacity: 0.92;
    max-width: 12.5rem;
    width: 100%;
    text-align: center;
    letter-spacing: 0;
    word-spacing: normal;
    overflow-wrap: normal;
    word-break: keep-all;
    hyphens: none;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
}

.amazing-promo-title .nowrap,
.amazing-promo-sub .nowrap,
.amazing-promo-title .amazing-line {
    display: inline-block;
    white-space: nowrap;
    max-width: 100%;
}

.amazing-promo-footer {
    margin-top: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.3rem;
    align-self: center;
    padding: 0.4rem 0.75rem;
    border-radius: 999px;
    background: #fff;
    color: #4c1d95;
    font-size: 0.78rem;
    font-weight: 800;
    flex-shrink: 0;
}

.amazing-promo-card--appliance .amazing-promo-footer {
    color: #0e7490;
}

/* اسلایدر اصلی — پوستر تصویری با شکل‌های تزئینی */
.home-hero-promo-slider {
    overflow: hidden;
    border-radius: 14px !important;
    border: 0 !important;
    height: 100%;
    margin: 0 !important;
}

.home-hero-promo-slider .carousel-inner,
.home-hero-promo-slider .carousel-item {
    height: 100%;
}

.home-hero-slide {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100%;
    min-height: 300px;
    padding: 0;
    text-decoration: none !important;
    color: #fff !important;
    gap: 0;
    position: relative;
    overflow: hidden;
    background-color: #5b21b6;
}

.home-hero-slide--poster {
    padding: 0;
}

.home-hero-slide--split {
    display: flex !important;
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-start;
    direction: rtl;
    text-align: right;
    position: relative;
    isolation: isolate;
}

/* تصویر تمام‌عرض؛ سوژه سمت چپ، دنباله تا راست پشت نوشته */
.home-hero-slide--split .hero-slide-visual {
    position: absolute;
    inset: 0;
    width: 100%;
    max-width: none;
    flex: none;
    min-height: 300px;
    margin: 0;
    background: transparent;
    z-index: 0;
    overflow: hidden;
    pointer-events: none;
}

.home-hero-slide--split .hero-slide-visual::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    /* از راست (روی متن) کمی تیره برای خوانایی، به چپ کاملاً شفاف تا سوژه دیده شود */
    background: linear-gradient(
        to left,
        color-mix(in srgb, var(--hero-blend, #5b21b6) 72%, transparent) 0%,
        color-mix(in srgb, var(--hero-blend, #5b21b6) 42%, transparent) 32%,
        color-mix(in srgb, var(--hero-blend, #5b21b6) 12%, transparent) 58%,
        transparent 78%
    );
}

.home-hero-slide--split .hero-slide-media {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left center;
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    z-index: 0;
    border: 0;
    border-radius: 0;
    min-height: 0 !important;
    transform: scale(1.12);
    transform-origin: left center;
}

.home-hero-slide--split .hero-slide-shapes {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background:
        radial-gradient(circle at 16% 28%, rgba(255, 255, 255, 0.14) 0%, transparent 34%),
        radial-gradient(circle at 72% 70%, rgba(255, 255, 255, 0.1) 0%, transparent 38%);
}

.home-hero-slide--split .hero-slide-shapes::before,
.home-hero-slide--split .hero-slide-shapes::after {
    content: "";
    position: absolute;
    border: 2px solid rgba(255, 255, 255, 0.16);
    pointer-events: none;
}

.home-hero-slide--split .hero-slide-shapes::before {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    top: 12%;
    left: 8%;
    background: rgba(255, 255, 255, 0.05);
}

.home-hero-slide--split .hero-slide-shapes::after {
    width: 160px;
    height: 160px;
    left: -40px;
    bottom: -50px;
    border-radius: 34% 66% 40% 60% / 48% 36% 64% 52%;
    background: rgba(255, 255, 255, 0.04);
}

/* متن حتماً سمت راست بنر */
.home-hero-slide--split .hero-slide-content {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: auto;
    z-index: 3;
    width: min(46%, 28rem);
    max-width: 46%;
    min-width: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    text-align: right;
    gap: 0.55rem;
    height: auto;
    min-height: 300px;
    padding: 1.5rem 1.85rem 1.5rem 1rem;
    box-sizing: border-box;
    background: transparent;
    text-shadow: 0 1px 14px rgba(0, 0, 0, 0.35);
}

.home-hero-slide--split .hero-slide-title,
.home-hero-slide--split .hero-slide-text {
    max-width: 100%;
}

.home-hero-slide--digital {
    --hero-blend: #5b21b6;
    background-color: #5b21b6;
}

.home-hero-slide--website {
    --hero-blend: #0f766e;
    background-color: #0f766e;
}

.home-hero-slide--appliance,
.home-hero-slide--service {
    --hero-blend: #c2410c;
    background-color: #c2410c;
}

.home-hero-slide:not(.home-hero-slide--split) .hero-slide-media {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left center;
    display: block !important;
    opacity: 1 !important;
    z-index: 0;
    border: 0;
    min-height: 0 !important;
}

.home-hero-slide:not(.home-hero-slide--split) .hero-slide-shapes {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background:
        radial-gradient(circle at 18% 28%, rgba(255, 255, 255, 0.16) 0%, transparent 32%),
        linear-gradient(
            to left,
            color-mix(in srgb, var(--hero-blend, #5b21b6) 78%, transparent) 0%,
            color-mix(in srgb, var(--hero-blend, #5b21b6) 42%, transparent) 45%,
            rgba(15, 23, 42, 0.2) 100%
        );
}

.home-hero-slide:not(.home-hero-slide--split) .hero-slide-shapes::before,
.home-hero-slide:not(.home-hero-slide--split) .hero-slide-shapes::after {
    content: "";
    position: absolute;
    border: 2px solid rgba(255, 255, 255, 0.22);
    pointer-events: none;
}

.home-hero-slide:not(.home-hero-slide--split) .hero-slide-shapes::before {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    top: -30px;
    left: -20px;
    background: rgba(255, 255, 255, 0.06);
}

.home-hero-slide:not(.home-hero-slide--split) .hero-slide-shapes::after {
    width: 160px;
    height: 160px;
    right: -50px;
    bottom: -60px;
    border-radius: 32% 68% 40% 60% / 45% 35% 65% 55%;
    background: rgba(255, 255, 255, 0.05);
}

.home-hero-slide:not(.home-hero-slide--split) .hero-slide-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 0.55rem;
    width: 100%;
    height: 100%;
    min-height: 240px;
    padding: 1.35rem 1.1rem;
    box-sizing: border-box;
}

.hero-slide-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    padding: 0.4rem 0.85rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(6px);
    font-size: 0.8rem;
    font-weight: 700;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.hero-slide-title {
    margin: 0;
    max-width: 28rem;
    font-size: clamp(1.1rem, 2vw, 1.55rem);
    font-weight: 800;
    line-height: 1.75;
    text-shadow: 0 2px 16px rgba(0, 0, 0, 0.28);
}

.hero-slide-title .nowrap {
    white-space: nowrap;
}

.hero-slide-text {
    margin: 0;
    max-width: 26rem;
    font-size: 0.92rem;
    line-height: 1.8;
    opacity: 0.96;
    text-shadow: 0 1px 10px rgba(0, 0, 0, 0.25);
}

.hero-slide-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.35rem;
    padding: 0.65rem 1.2rem;
    border-radius: 999px;
    background: #fff;
    color: #4c1d95;
    font-size: 0.88rem;
    font-weight: 800;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.18);
}

.home-hero-slide--website .hero-slide-cta {
    color: #0f766e;
}

.home-hero-slide--appliance .hero-slide-cta {
    color: #0369a1;
}

.home-hero-slide--service .hero-slide-cta {
    color: #9a3412;
}

.home-hero-promo-slider .carousel-control-prev,
.home-hero-promo-slider .carousel-control-next {
    width: 36px;
    font-size: 0;
    opacity: 0.22;
    z-index: 5;
    background: transparent;
    transition: opacity 0.2s ease;
}

.home-hero-promo-slider .carousel-control-prev i,
.home-hero-promo-slider .carousel-control-next i {
    font-size: 1.35rem;
    width: 28px;
    height: 28px;
    line-height: 28px;
    border-radius: 50%;
    background: rgba(15, 23, 42, 0.28);
    color: rgba(255, 255, 255, 0.9);
    text-shadow: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.home-hero-promo-slider:hover .carousel-control-prev,
.home-hero-promo-slider:hover .carousel-control-next,
.home-hero-promo-slider:focus-within .carousel-control-prev,
.home-hero-promo-slider:focus-within .carousel-control-next {
    opacity: 0.55;
}

.home-hero-promo-slider .carousel-control-prev:hover,
.home-hero-promo-slider .carousel-control-next:hover,
.home-hero-promo-slider .carousel-control-prev:focus,
.home-hero-promo-slider .carousel-control-next:focus {
    opacity: 0.85;
}

.home-hero-promo-slider .carousel-control-prev {
    right: 2px;
    left: auto;
}

.home-hero-promo-slider .carousel-control-next {
    left: 2px;
    right: auto;
}

.home-hero-promo-slider .carousel-indicators {
    margin-bottom: 0.75rem;
}

/* ردیف بنرهای میانی */
.home-banner-grid {
    display: grid;
    gap: 0.85rem;
}

.home-banner-grid--2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.home-banner-grid--4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.home-banner-tile {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 150px;
    padding: 1.15rem 1.2rem;
    border-radius: 16px;
    overflow: hidden;
    text-decoration: none !important;
    color: #fff !important;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.home-banner-tile:hover,
.home-banner-tile:focus {
    transform: translateY(-3px);
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.12);
    color: #fff !important;
    outline: none;
}

.home-banner-tile::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top left, rgba(255, 255, 255, 0.28), transparent 48%);
    pointer-events: none;
}

.home-banner-tile > * {
    position: relative;
    z-index: 1;
}

.home-banner-tile .tile-icon {
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.2);
    margin-bottom: 0.65rem;
}

.home-banner-tile .tile-icon .mdi {
    font-size: 1.35rem;
}

.home-banner-tile .tile-title {
    margin: 0;
    font-size: 1.05rem;
    font-weight: 800;
    line-height: 1.55;
}

.home-banner-tile .tile-text {
    margin: 0.35rem 0 0;
    font-size: 0.84rem;
    line-height: 1.65;
    opacity: 0.94;
}

.home-banner-tile .tile-cta {
    margin-top: 0.65rem;
    font-size: 0.8rem;
    font-weight: 700;
}

.home-banner-tile--wide {
    min-height: 220px;
    background-color: #5b21b6;
    background-image: none;
    justify-content: center;
    align-items: center;
    padding: 0;
    overflow: hidden;
}

.home-banner-tile--wide-poster {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.home-banner-tile--wide .wide-tile-media {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    z-index: 0;
    border: 0;
    min-height: 0 !important;
    opacity: 0.45;
}

.home-banner-tile--wide .wide-tile-shapes {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background:
        radial-gradient(circle at 18% 28%, rgba(167, 139, 250, 0.35) 0%, transparent 36%),
        radial-gradient(circle at 82% 70%, rgba(34, 211, 238, 0.2) 0%, transparent 32%),
        linear-gradient(160deg, rgba(91, 33, 182, 0.55) 0%, rgba(37, 99, 235, 0.5) 100%);
}

.home-banner-tile--wide .wide-tile-shapes::before,
.home-banner-tile--wide .wide-tile-shapes::after {
    content: "";
    position: absolute;
    border: 2px solid rgba(255, 255, 255, 0.14);
    pointer-events: none;
}

.home-banner-tile--wide .wide-tile-shapes::before {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    top: -40px;
    left: 10%;
    background: rgba(255, 255, 255, 0.05);
}

.home-banner-tile--wide .wide-tile-shapes::after {
    width: 180px;
    height: 180px;
    right: -50px;
    bottom: -70px;
    border-radius: 36% 64% 42% 58% / 48% 38% 62% 52%;
    background: rgba(255, 255, 255, 0.05);
}

.home-banner-tile--wide .wide-tile-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.55rem;
    width: 100%;
    max-width: 44rem;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    box-sizing: border-box;
    text-align: center;
}

.home-banner-tile--wide .tile-icon {
    margin: 0 auto 0.15rem;
    width: 2.6rem;
    height: 2.6rem;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.2);
}

.home-banner-tile--wide .tile-title {
    margin: 0;
    font-size: clamp(1.05rem, 2vw, 1.35rem);
    line-height: 1.85;
    max-width: 38rem;
    text-align: center;
    text-shadow: 0 2px 14px rgba(0, 0, 0, 0.28);
}

.home-banner-tile--wide .tile-title .nowrap {
    white-space: nowrap;
}

.home-banner-tile--wide .tile-text {
    margin: 0;
    max-width: 36rem;
    font-size: 0.9rem;
    line-height: 1.9;
    opacity: 0.95;
    text-align: center;
}

.home-banner-tile--wide .tile-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.3rem;
    align-self: center;
    width: auto;
    margin-top: 0.35rem;
    padding: 0.55rem 1.15rem;
    border-radius: 999px;
    background: #fff;
    color: #5b21b6;
    font-size: 0.86rem;
    font-weight: 800;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.16);
}

.home-banner-tile--wide::after {
    display: none;
}

.home-banner-tile--digital {
    background: linear-gradient(145deg, #6d28d9, #a855f7);
}

.home-banner-tile--appliance {
    background: linear-gradient(145deg, #0e7490, #22d3ee);
}

.home-banner-tile--website {
    background: linear-gradient(145deg, #0f766e, #2dd4bf);
}

.home-banner-tile--service {
    background: linear-gradient(145deg, #c2410c, #fb923c);
}

.home-banner-tile--installment {
    background: linear-gradient(145deg, #1d4ed8, #34d399);
}

.home-banner-tile--files {
    background: linear-gradient(145deg, #5b21b6, #c4b5fd);
}

.home-suggestion-heading {
    margin: 0 0 0.75rem;
    padding: 0 0.25rem;
    font-size: 1rem;
    font-weight: 800;
    color: #5b21b6;
    line-height: 1.5;
}

.home-feature-columns-row {
    display: flex;
    flex-wrap: wrap;
}

.home-feature-column {
    display: flex;
    flex-direction: column;
}

.home-feature-column-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 0.65rem;
    padding: 0 0.15rem;
}

.home-feature-column-title h3 {
    margin: 0;
    font-size: 0.98rem;
    font-weight: 800;
    color: #1f2937;
    line-height: 1.5;
}

.home-feature-column-title a {
    flex-shrink: 0;
    font-size: 0.78rem;
    font-weight: 700;
    color: #6d28d9;
    text-decoration: none;
}

.home-feature-column-title a:hover {
    color: #4c1d95;
    text-decoration: underline;
}

.home-feature-column .card-horizontal-product {
    margin-bottom: 0;
}

.home-hero-row .sidebar-banner {
    height: 100%;
}

.home-hero-row .sidebar-inner {
    height: 100%;
}

@media (max-width: 1199px) {
    .home-banner-grid--4 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .home-banner-grid--2,
    .home-banner-grid--4 {
        grid-template-columns: 1fr;
    }

    .home-banner-tile--wide {
        min-height: 240px;
    }

    .home-banner-tile--wide .wide-tile-content {
        max-width: none;
        padding: 1.4rem 1.1rem;
        align-items: center;
        text-align: center;
    }

    .amazing-promo-card,
    .amazing-promo-card > a {
        min-height: 220px;
        height: 100%;
    }

    .amazing-promo-card > a {
        padding: 0.8rem 0.55rem;
        gap: 0.4rem;
        justify-content: space-between;
    }

    .amazing-promo-title--full {
        display: none;
    }

    .amazing-promo-title--compact {
        display: block;
        font-size: 0.82rem;
        line-height: 1.5;
        max-width: none;
    }

    .amazing-promo-sub {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        line-clamp: 1;
        font-size: 0.7rem;
        overflow: hidden;
    }

    .amazing-promo-badge {
        font-size: 0.66rem;
        padding: 0.24rem 0.5rem;
    }

    .amazing-promo-footer {
        font-size: 0.72rem;
        padding: 0.38rem 0.6rem;
        margin-top: 0;
    }

    .home-hero-slide {
        min-height: 240px;
        padding: 0;
    }

    .home-hero-slide .hero-slide-content {
        min-height: 240px;
        padding: 1.25rem 1rem;
    }

    .hero-slide-title {
        font-size: 1.05rem;
    }
}
