.hero-subtitle {
    max-width: 560px;
    margin: 14px 0 0;
    color: #6b7280;
    font-size: 15px;
    line-height: 1.75;
    font-weight: 500;
}

.price-hero,
.catalogue-hero {
    position: relative;
    isolation: isolate;
}

.section-hero-deco {
    position: absolute;
    right: 42px;
    top: 50%;
    transform: translateY(-50%);
    width: 220px;
    height: 140px;
    pointer-events: none;
    z-index: 0;
}

.section-hero-deco span {
    position: absolute;
    display: block;
    border-radius: 22px;
    transition: 0.3s ease;
}

.section-hero-deco-price span:nth-child(1) {
    right: 0;
    top: 6px;
    width: 78px;
    height: 78px;
    background: linear-gradient(180deg, rgba(248,180,44,0.18) 0%, rgba(248,180,44,0.08) 100%);
    box-shadow: inset 0 0 0 1px rgba(248,180,44,0.10);
}

.section-hero-deco-price span:nth-child(2) {
    right: 54px;
    top: 52px;
    width: 92px;
    height: 54px;
    border-radius: 999px;
    background: rgba(36,53,68,0.07);
}

.section-hero-deco-price span:nth-child(3) {
    right: 20px;
    top: 94px;
    width: 124px;
    height: 12px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(248,180,44,0.28) 0%, rgba(248,180,44,0.10) 100%);
}

.section-hero-deco-catalogue span:nth-child(1) {
    right: 8px;
    top: 12px;
    width: 94px;
    height: 118px;
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(248,180,44,0.16) 0%, rgba(255,255,255,0.65) 100%);
    box-shadow:
        0 14px 24px rgba(17,24,39,0.06),
        inset 0 0 0 1px rgba(241,223,181,0.70);
    transform: rotate(8deg);
}

.section-hero-deco-catalogue span:nth-child(2) {
    right: 52px;
    top: 22px;
    width: 94px;
    height: 118px;
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(255,255,255,0.92) 0%, rgba(255,250,241,0.95) 100%);
    box-shadow:
        0 14px 24px rgba(17,24,39,0.07),
        inset 0 0 0 1px rgba(241,223,181,0.78);
    transform: rotate(-4deg);
}

.section-hero-deco-catalogue span:nth-child(3) {
    right: 104px;
    top: 42px;
    width: 82px;
    height: 82px;
    border-radius: 20px;
    background: rgba(36,53,68,0.06);
    transform: rotate(7deg);
}

.price-hero-grid,
.catalogue-grid {
    position: relative;
    z-index: 1;
}

.price-hero-grid {
    display: block;
}

@media (max-width: 900px) {
    .section-hero-deco {
        width: 170px;
        height: 110px;
        right: 26px;
        opacity: 0.85;
    }

    .hero-subtitle {
        max-width: 460px;
        font-size: 14px;
        line-height: 1.7;
    }
}

@media (max-width: 640px) {
    .hero-subtitle {
        margin-top: 10px;
        max-width: 100%;
        font-size: 14px;
        line-height: 1.65;
    }

    .section-hero-deco {
        right: 18px;
        top: auto;
        bottom: 14px;
        transform: none;
        width: 120px;
        height: 80px;
        opacity: 0.65;
    }

    .section-hero-deco-price span:nth-child(1) {
        width: 48px;
        height: 48px;
    }

    .section-hero-deco-price span:nth-child(2) {
        right: 32px;
        top: 30px;
        width: 62px;
        height: 34px;
    }

    .section-hero-deco-price span:nth-child(3) {
        right: 10px;
        top: 56px;
        width: 82px;
        height: 8px;
    }

    .section-hero-deco-catalogue span:nth-child(1),
    .section-hero-deco-catalogue span:nth-child(2) {
        width: 52px;
        height: 68px;
        border-radius: 12px;
    }

    .section-hero-deco-catalogue span:nth-child(2) {
        right: 28px;
        top: 16px;
    }

    .section-hero-deco-catalogue span:nth-child(3) {
        right: 58px;
        top: 28px;
        width: 42px;
        height: 42px;
        border-radius: 12px;
    }
}
