/* Свадебная флористика — страница /svadebnaya-floristika/ */

.svadba-page {
    margin-top: 1rem;
}

.svadba-hero__intro {
    max-width: 760px;
}

/* Кнопки CTA (телефон / заказать звонок) */
.svadba-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.75rem 2rem;
    border-radius: 0.75rem;
    font-size: 1.0625rem;
    border: 2px solid transparent;
    cursor: pointer;
    transition: filter 0.15s ease, background-color 0.15s ease, color 0.15s ease;
}

.svadba-btn:hover {
    filter: brightness(0.97);
}

.svadba-btn--outline {
    background: #fff;
    color: var(--bs-primary, #cd4fbd);
    border-color: var(--bs-primary, #cd4fbd);
}

.svadba-btn--outline:hover {
    background: var(--bs-primary, #cd4fbd);
    color: #fff;
}

/* Карточки услуг */
.svadba-card {
    background: #fff;
    border: 1px solid #f0e6f0;
    box-shadow: 0 6px 24px rgba(205, 79, 189, 0.06);
}

.svadba-card__img {
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 0.75rem;
    margin-bottom: 1rem;
}

.svadba-card__list {
    list-style: none;
    padding-left: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.svadba-card__list li {
    position: relative;
    padding-left: 1.4rem;
    line-height: 1.45;
}

.svadba-card__list li::before {
    content: "❀";
    position: absolute;
    left: 0;
    top: 0;
    color: var(--bs-primary, #cd4fbd);
    font-size: 0.9em;
    line-height: 1.6;
}

/* Галерея */
.svadba-gallery__img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

/* Этапы работы */
.svadba-step {
    padding: 1.25rem;
    border-radius: 0.75rem;
    background: #fbf5fb;
}

.svadba-step__num {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: #fff;
    background: var(--bs-primary, #cd4fbd);
}

/* CTA-блок */
.svadba-cta {
    background: linear-gradient(135deg, #fbeffa 0%, #f5f0fb 100%);
    border: 1px solid #f0e6f0;
}

@media (max-width: 575.98px) {
    .svadba-btn {
        width: 100%;
    }
}
