.ats-heading {
    margin-block-end: 20px;
}

.ats-heading__inner {
    position: relative;
    text-align: center;
    padding-top: 60px;
    overflow: hidden;
}

/* Фоновая декоративная надпись */
.ats-heading__bg-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;

    font-family: 'Absolute Beauty Script', 'Cursive', serif; /* заменить на реальный декоративный */
    font-size: 100px;
    font-weight: 700;
    letter-spacing: 0;


    color: var(--main-accent);
    pointer-events: none;
    user-select: none;
    z-index: 1;
}

/* Основной заголовок */
.ats-heading__title {
    position: relative;
    z-index: 2;

    margin: 0;
    font-family: 'Georgia', 'Times New Roman', serif; /* или ваш шрифт */
    font-size: 28px;
    font-weight: 500;
    line-height: 1.25;
    color: var(--dark);
    text-align: center;
}

@media (min-width: 1025px) {
    .ats-heading {
        margin-block-end: 40px;
    }
    .ats-heading__inner {
        padding-top: 95px;
    }
}
