:root {
    --rsvpify-brand: #2C2263;
    --rsvpify-accent: #6941C6;
    --rsvpify-accent-light: #8E63E9;
    --rsvpify-accent-hover-1: #7a52d8;
    --rsvpify-accent-hover-2: #9c76ed;
    --rsvpify-bg-soft: #F8F8FF;
    --rsvpify-highlight: rgba(105, 65, 198, 0.08);
    --rsvpify-shadow-soft: rgba(105, 65, 198, 0.4);
    --rsvpify-shadow-strong: rgba(105, 65, 198, 0.5);
    --rsvpify-font-heading: Sharp-Sans, sans-serif;
    --rsvpify-pill-radius: 201px;
}

.elementor-element-bf93041 {
    padding: 0 !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--rsvpify-font-heading) !important;
}

.rsvpify-button {
    padding: 20px 32px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    border-radius: var(--rsvpify-pill-radius);
    border: 2px solid var(--rsvpify-accent);
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: background 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

.primary-rsvpify-button {
    background: linear-gradient(135deg, var(--rsvpify-accent), var(--rsvpify-accent-light));
    color: #fff;
    margin-right: 12px;
    box-shadow: 0 4px 12px var(--rsvpify-shadow-soft);
}

.primary-rsvpify-button::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.35) 0%, rgba(255, 255, 255, 0) 60%);
    transform: rotate(25deg) translateX(-100%);
    transition: transform 0.6s ease;
}

.primary-rsvpify-button:hover {
    background: linear-gradient(135deg, var(--rsvpify-accent-hover-1), var(--rsvpify-accent-hover-2));
    transform: translateY(-2px) scale(1.03);
    box-shadow: 0 8px 20px var(--rsvpify-shadow-strong);
}

.primary-rsvpify-button:hover::before {
    transform: rotate(25deg) translateX(100%);
}

.secondary-rsvpify-button {
    background: transparent;
    color: var(--rsvpify-accent);
}

.secondary-rsvpify-button:hover {
    background: var(--rsvpify-highlight);
    transform: translateY(-2px) scale(1.03);
    box-shadow: 0 6px 16px rgba(105, 65, 198, 0.2);
}

.rsvpify-label-button-modern {
    display: inline-block;
    background: linear-gradient(135deg, var(--rsvpify-brand) 0%, #4a3a8f 100%);
    color: #fff;
    padding: 10px 24px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 24px;
    border: none;
}

.rsvpify-wrapper-block {
    padding: 0;
}

.rsvpify-label-button {
    padding: 10px 12px;
    border-radius: 240px;
    font-size: 13px;
    font-weight: 400;
    color: #514695;
    background-color: var(--rsvpify-bg-soft);
    border: none;
}

.rsvpify-h2,
.rsvpify-h5,
.rsvpify-h6,
.rsvpify-body1,
.rsvpify-body2,
.rsvpify-body3,
.rsvpify-body2-600 {
    color: var(--rsvpify-brand);
    margin: 0;
}

.rsvpify-h2 {
    font-size: 44px;
    font-weight: 400;
    line-height: 110%;
}

.rsvpify-h5 {
    font-size: 28px;
    font-weight: 500;
    line-height: 105%;
}

.rsvpify-h6 {
    font-size: 24px;
    font-weight: 600;
    line-height: 105%;
    text-transform: none;
    letter-spacing: normal;
}

.rsvpify-body1 {
    font-size: 18px;
    font-weight: 400;
    line-height: 160%;
}

.rsvpify-body2 {
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.rsvpify-body3 {
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    opacity: 0.7;
}

.rsvpify-body2-600 {
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
}

.rsvpify-ul ul {
    padding-left: 20px !important;
}

.rsvpify-top-card__middle {
    margin: 32px 0;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
}

.rsvpify-top-card__middle h2 {
    max-width: 563px;
}

.dNone {
    display: none;
}

@media (max-width: 1024px) {
    .rsvpify-wrapper-block {
        padding: 20px;
    }

    .rsvpify-top-card__middle {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 24px;
        margin-top: 0;
    }

    .rsvpify-top-card__middle h2 {
        max-width: 100%;
    }

    .rsvpify-top-card__middle button {
        width: 100%;
    }

    .rsvpify-h2 {
        font-size: 28px;
        margin-top: 32px;
    }

    .rsvpify-h5 {
        font-size: 20px;
    }

    .rsvpify-h6 {
        font-size: 18px;
        font-weight: 600;
    }

    a:has(.rsvpify-button) {
        display: block;
        width: 100%;
        text-decoration: none;
    }

    a:has(.rsvpify-button) .rsvpify-button {
        display: block;
        width: 100%;
        padding: 17px 0 !important;
    }
}
