.bca-final-cta-wrap,
.bca-final-cta-wrap * {
    box-sizing: border-box;
}

.bca-final-cta-wrap {
    width: 100%;
    max-width: 1140px;
    margin: 18px auto 0;
    padding: 0 16px;
    font-family: inherit;
}

.bca-final-cta {
    --bca-bg-start: #06433b;
    --bca-bg-middle: #006d67;
    --bca-bg-end: #014237;
    position: relative;
    overflow: hidden;
    min-height: 178px;
    border-radius: 12px;
    background:
        radial-gradient(circle at 20% 22%, rgba(255, 232, 138, 0.17), transparent 23%),
        linear-gradient(135deg, var(--bca-bg-start) 0%, var(--bca-bg-middle) 48%, var(--bca-bg-end) 100%);
    box-shadow: 0 8px 24px rgba(0, 49, 42, 0.22);
    border: 1px solid rgba(255, 255, 255, 0.14);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 28px 34px;
}

.bca-final-cta::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(to top, rgba(0, 22, 19, 0.36), transparent 62%),
        radial-gradient(circle at 84% 92%, rgba(14, 82, 63, 0.72), transparent 25%);
    pointer-events: none;
}

.bca-final-cta::after {
    content: "";
    position: absolute;
    left: -4%;
    right: -4%;
    bottom: -48px;
    height: 92px;
    background: rgba(0, 42, 35, 0.42);
    border-radius: 50% 50% 0 0;
    z-index: 1;
}

.bca-final-cta-content {
    position: relative;
    z-index: 5;
    text-align: center;
    max-width: 650px;
}

.bca-final-cta-content h2 {
    margin: 0 0 22px;
    color: #ffffff;
    font-size: clamp(24px, 3vw, 34px);
    line-height: 1.14;
    font-weight: 800;
    letter-spacing: -0.4px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
}

.bca-final-cta-buttons {
    display: flex;
    justify-content: center;
    gap: 22px;
    flex-wrap: wrap;
}

.bca-final-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-width: 210px;
    min-height: 52px;
    padding: 13px 28px;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 800;
    line-height: 1;
    text-decoration: none !important;
    border: 0;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.bca-final-btn:hover,
.bca-final-btn:focus {
    transform: translateY(-2px);
    text-decoration: none !important;
    outline: none;
}

.bca-final-btn-light {
    background: #ffffff;
    color: #00624f !important;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.18);
}

.bca-final-btn-light:hover,
.bca-final-btn-light:focus {
    color: #004c3f !important;
    background: #f4fffb;
    box-shadow: 0 9px 18px rgba(0, 0, 0, 0.24);
}

.bca-final-btn-green {
    background: #dceec5;
    color: #005140 !important;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.18);
}

.bca-final-btn-green:hover,
.bca-final-btn-green:focus {
    color: #003f34 !important;
    background: #e8f6d7;
    box-shadow: 0 9px 18px rgba(0, 0, 0, 0.24);
}

.bca-heart-icon,
.bca-ticket-icon {
    font-size: 20px;
    line-height: 1;
}

.bca-heart-icon {
    color: #00765d;
}

.bca-ticket-icon {
    color: #00675b;
    transform: rotate(45deg);
}

.bca-final-cta-left {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 325px;
    height: 100%;
    z-index: 3;
}

.bca-final-stars span {
    position: absolute;
    display: block;
    width: 3px;
    height: 3px;
    background: rgba(255, 239, 171, 0.9);
    border-radius: 50%;
    box-shadow: 0 0 8px rgba(255, 239, 171, 0.85);
}

.bca-final-stars span:nth-child(1) { left: 35px; top: 20px; }
.bca-final-stars span:nth-child(2) { left: 97px; top: 14px; }
.bca-final-stars span:nth-child(3) { left: 178px; top: 31px; }
.bca-final-stars span:nth-child(4) { left: 240px; top: 22px; }
.bca-final-stars span:nth-child(5) { left: 285px; top: 44px; }

.bca-string-lights {
    position: absolute;
    top: 15px;
    left: 9px;
    width: 265px;
    height: 55px;
    border-top: 2px solid rgba(230, 244, 191, 0.55);
    border-radius: 50%;
    transform: rotate(-5deg);
}

.bca-string-lights span {
    position: absolute;
    top: 0;
    width: 10px;
    height: 10px;
    background: #ffe17a;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(255, 225, 122, 0.9);
}

.bca-string-lights span:nth-child(1) { left: 30px; top: 5px; }
.bca-string-lights span:nth-child(2) { left: 77px; top: 19px; }
.bca-string-lights span:nth-child(3) { left: 128px; top: 27px; }
.bca-string-lights span:nth-child(4) { left: 179px; top: 23px; }
.bca-string-lights span:nth-child(5) { left: 226px; top: 10px; }

.bca-popcorn-bucket {
    position: absolute;
    left: 46px;
    bottom: 35px;
    width: 98px;
    height: 84px;
    z-index: 3;
}

.bca-popcorn-top {
    position: absolute;
    top: -19px;
    left: 4px;
    width: 90px;
    height: 36px;
}

.bca-popcorn-top i {
    position: absolute;
    width: 20px;
    height: 20px;
    background: #fff1b5;
    border: 2px solid #ffc857;
    border-radius: 50%;
}

.bca-popcorn-top i:nth-child(1) { left: 0; top: 13px; }
.bca-popcorn-top i:nth-child(2) { left: 15px; top: 1px; }
.bca-popcorn-top i:nth-child(3) { left: 32px; top: 10px; }
.bca-popcorn-top i:nth-child(4) { left: 48px; top: 0; }
.bca-popcorn-top i:nth-child(5) { left: 62px; top: 13px; }
.bca-popcorn-top i:nth-child(6) { left: 74px; top: 4px; }

.bca-bucket-body {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 98px;
    height: 74px;
    background: #f8fff6;
    border-radius: 8px 8px 16px 16px;
    border: 3px solid #ffe68d;
    overflow: hidden;
    box-shadow: 0 7px 14px rgba(0, 0, 0, 0.24);
    transform: perspective(90px) rotateX(2deg);
}

.bca-bucket-body::before,
.bca-bucket-body::after,
.bca-bucket-body div {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 14px;
    background: #fff3bf;
}

.bca-bucket-body::before { left: 12px; }
.bca-bucket-body::after { right: 12px; }
.bca-bucket-body div:nth-child(1) { left: 38px; }
.bca-bucket-body div:nth-child(2) { left: 62px; }
.bca-bucket-body div:nth-child(3) { display: none; }

.bca-drink-cup {
    position: absolute;
    left: 147px;
    bottom: 40px;
    width: 46px;
    height: 72px;
    z-index: 3;
}

.bca-straw {
    position: absolute;
    left: 25px;
    top: -18px;
    width: 5px;
    height: 38px;
    background: #f0d8a7;
    transform: rotate(-12deg);
    border-radius: 4px;
}

.bca-cup-lid {
    position: absolute;
    left: 3px;
    top: 4px;
    width: 38px;
    height: 10px;
    background: #fff3cc;
    border-radius: 8px;
}

.bca-cup {
    position: absolute;
    left: 6px;
    top: 12px;
    width: 35px;
    height: 54px;
    background: linear-gradient(180deg, #d34a34 0%, #aa3026 100%);
    border-radius: 4px 4px 10px 10px;
    border: 2px solid #f4c66a;
    transform: perspective(60px) rotateX(-1deg);
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.24);
}

.bca-picnic-rug {
    position: absolute;
    left: 28px;
    bottom: 11px;
    width: 205px;
    height: 42px;
    border-radius: 50%;
    background:
        linear-gradient(90deg, rgba(232, 245, 192, 0.65) 12%, transparent 12%, transparent 25%, rgba(232, 245, 192, 0.65) 25%, rgba(232, 245, 192, 0.65) 37%, transparent 37%, transparent 50%, rgba(232, 245, 192, 0.65) 50%, rgba(232, 245, 192, 0.65) 62%, transparent 62%, transparent 75%, rgba(232, 245, 192, 0.65) 75%, rgba(232, 245, 192, 0.65) 87%, transparent 87%),
        linear-gradient(0deg, rgba(8, 96, 78, 0.85) 25%, rgba(187, 225, 155, 0.78) 25%, rgba(187, 225, 155, 0.78) 50%, rgba(8, 96, 78, 0.85) 50%, rgba(8, 96, 78, 0.85) 75%, rgba(187, 225, 155, 0.78) 75%);
    transform: rotate(1deg);
    opacity: 0.95;
    z-index: 2;
}

.bca-ground-shadow {
    position: absolute;
    left: 26px;
    bottom: 0;
    width: 215px;
    height: 22px;
    background: rgba(0, 20, 16, 0.24);
    border-radius: 50%;
    z-index: 1;
}

.bca-final-cta-right {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 305px;
    height: 100%;
    z-index: 2;
}

.bca-moon {
    position: absolute;
    top: 24px;
    right: 58px;
    width: 34px;
    height: 34px;
    background: rgba(255, 241, 183, 0.72);
    border-radius: 50%;
    box-shadow: 0 0 18px rgba(255, 241, 183, 0.38);
}

.bca-tree {
    position: absolute;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 34px solid transparent;
    border-right: 34px solid transparent;
    border-bottom: 112px solid rgba(0, 36, 31, 0.92);
}

.bca-tree::before {
    content: "";
    position: absolute;
    left: -26px;
    top: 34px;
    width: 0;
    height: 0;
    border-left: 26px solid transparent;
    border-right: 26px solid transparent;
    border-bottom: 76px solid rgba(0, 55, 44, 0.85);
}

.bca-tree::after {
    content: "";
    position: absolute;
    left: -5px;
    top: 93px;
    width: 10px;
    height: 32px;
    background: rgba(62, 42, 23, 0.8);
}

.bca-tree-one { right: 14px; bottom: -5px; transform: scale(1.05); }
.bca-tree-two { right: 76px; bottom: -17px; transform: scale(0.82); opacity: 0.82; }
.bca-tree-three { right: 140px; bottom: -22px; transform: scale(0.7); opacity: 0.7; }
.bca-tree-four { right: 208px; bottom: -28px; transform: scale(0.55); opacity: 0.58; }

.bca-final-thank-you {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 16px;
    color: #00624f;
    font-size: 17px;
    font-weight: 800;
    text-align: center;
}

.bca-final-thank-you span {
    color: #00765d;
    font-size: 18px;
}

@media (max-width: 900px) {
    .bca-final-cta {
        padding: 30px 24px;
        min-height: 210px;
    }

    .bca-final-cta-left {
        opacity: 0.42;
        transform: scale(0.9);
        transform-origin: left bottom;
    }

    .bca-final-cta-right {
        opacity: 0.55;
    }

    .bca-final-cta-content {
        max-width: 620px;
    }
}

@media (max-width: 640px) {
    .bca-final-cta-wrap {
        padding: 0 10px;
    }

    .bca-final-cta {
        border-radius: 10px;
        min-height: 260px;
        padding: 34px 18px;
    }

    .bca-final-cta-content h2 {
        font-size: 24px;
        line-height: 1.2;
        margin-bottom: 20px;
    }

    .bca-final-cta-buttons {
        gap: 12px;
    }

    .bca-final-btn {
        width: 100%;
        min-width: 0;
        font-size: 17px;
        min-height: 50px;
    }

    .bca-final-cta-left {
        left: -52px;
        opacity: 0.28;
    }

    .bca-final-cta-right {
        right: -92px;
        opacity: 0.46;
    }

    .bca-final-thank-you {
        font-size: 15px;
        line-height: 1.35;
        padding: 0 10px;
    }
}
