.st-catalog-cta-section {
    padding: 0 0 240px 0;
    background-image: linear-gradient(rgba(0, 0, 0, 0.96), rgba(0, 0, 0, 0.82)),
        url('/wp-content/themes/razzi-child/assets/backgrounds/main-bg.png');
        background-size: cover;
        background-position: center;
        background-repeat: repeat;
}

.st-catalog-cta {
    position: relative;
    width: 100%;
    height: 771px;
    overflow: hidden;
    display: flex;
    justify-content: center;
}

.st-catalog-cta__container {
    position: relative;
    width: 2220px; /* Точна ширина з Figma */
    height: 771px;
    flex-shrink: 0;
}

/* rectangle34624354 */
.st-catalog-cta__bg-box {
    position: absolute;
    top: 195px;
    left: 428px;
    border-radius: 19px;
    width: 1363px;
    height: 576px;
    background-image: url('../../assets/images/catalog-cta/catalog-cta-bg.png');
    background-size: cover;
    background-position: center;
    z-index: 0;
}

/* group1000002079 */
.st-catalog-cta__bg-text-group {
    display: flex;
    position: absolute;
    top: 195px;
    left: 128px;
    flex-direction: column;
    align-items: center;
    opacity: 0.69;
    width: 2062px;
    height: 158px;
    z-index: 1;
    pointer-events: none;
}

.st-catalog-cta__bg-text-row {
    display: flex;
    align-items: center;
    align-self: stretch;
    justify-content: space-between;
    min-width: 2062px;
    height: 46px;
    margin-top: 10px;
}

.st-catalog-cta__bg-text-row:first-child {
    margin-top: 0;
}

.st-catalog-cta__bg-text-row span {
    line-height: 46px;
    letter-spacing: 1px;
    color: transparent;
    font-family: Helvetica, sans-serif;
    font-size: 48px;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-text-stroke-width: 2px;
}

.st-catalog-cta__bg-text-row:nth-child(1) span {
    -webkit-text-stroke-color: rgba(255, 255, 255, 0.2);
}

.st-catalog-cta__bg-text-row:nth-child(2) span {
    -webkit-text-stroke-color: rgba(255, 255, 255, 0.1);
}

.st-catalog-cta__bg-text-row:nth-child(3) span {
    -webkit-text-stroke-color: rgba(255, 255, 255, 0.06);
}

/* maskGroup */
.st-catalog-cta__soldier {
    position: absolute;
    top: 11px;
    left: 74px;
    width: 1085px;
    height: 1627px;
    z-index: 3;
    object-fit: contain;
    pointer-events: none;
}

/* group1000002135 */
.st-catalog-cta__glow {
    position: absolute;
    top: 123px;
    left: 356px;
    width: 881px;
    height: 1050px;
    z-index: 2;
    pointer-events: none;
}

/* a2 */
.st-catalog-cta__description {
    position: absolute;
    top: 423px;
    left: 884px;
    width: 874px;
    height: 120px;
    text-align: center;
    line-height: 40px;
    letter-spacing: 0;
    font-family: 'Tektur', sans-serif;
    font-size: 36px;
    font-weight: 600;
    margin: 0;
    z-index: 4;
    
    /* Gradient text effect from Figma */
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.31) -10.26%, rgba(255, 255, 255, 0.8) 49.24%, rgba(255, 255, 255, 0.31) 105.05%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

/* rectangle19305 */
.st-catalog-cta__button {
    display: flex;
    position: absolute;
    top: 603px;
    left: 1119px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    width: 404px;
    height: 73px;
    background-image: linear-gradient(90deg, #6f4f24 0%, #b18a55 100%);
    z-index: 5;
    
    /* Text inside button (a) */
    line-height: 27px;
    letter-spacing: 1px;
    color: #ffffff;
    font-family: 'Tektur', sans-serif;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* .st-catalog-cta__button:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(177, 138, 85, 0.3);
} */

/* Responsive adjustments to keep it usable on smaller screens */
