/* BCFC Giveaway (Webflow-free) */

.bcfc-giveaway {
    font-size: 16px;
    position: relative;
}

.bcfc-giveaway *,
.bcfc-giveaway *::before,
.bcfc-giveaway *::after {
    box-sizing: border-box;
}

.bcfc-giveaway img {
    display: inline-block;
    max-width: 100%;
    width: auto;
    height: auto;
}

.bcfc-giveaway__hero {
    position: relative;
    z-index: 10;
    padding-bottom: 6rem;
}

.bcfc-giveaway__bg {
    opacity: 0.8;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    inset: 0% 0% auto;
    height: 100%;
    max-width: 100%;
    pointer-events: none;
    user-select: none;
}

.bcfc-giveaway__bg .bcfc-giveaway__bg-image {
    width: 100%;
    vertical-align: middle;
    border: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.bcfc-giveaway__container {
    position: relative;
    z-index: 11;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    overflow: hidden;
}

.bcfc-giveaway__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    text-align: center;
    width: 100%;
    max-width: 64rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 6rem;
    padding-top: 0;
    padding-bottom: 0;
}

.bcfc-giveaway__content .bcfc-giveaway__logo {
    width: 100%;
    max-width: 200px;
}

.bcfc-giveaway__title {
    font-size: 5rem;
    font-weight: 700;
    line-height: 1.1;
    margin: 0;
}

.bcfc-giveaway__title-accent {
    background-image: linear-gradient(180deg, var(--blue) 76%, var(--yellow));
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
}

.bcfc-giveaway__meta {
    display: flex;
    gap: 1rem;
}

.bcfc-giveaway__meta-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.5rem;
}

.bcfc-giveaway__meta-icon {
    width: 20px;
    height: 20px;
}

.bcfc-giveaway__lead {
    padding-top: 0;
    font-size: 1.5rem;
    line-height: 1.5;
    margin: 0;
}

.bcfc-giveaway__highlight {
    color: var(--blue);
    font-weight: 500;
}

.bcfc-giveaway__vs {
    color: var(--blue);
    font-style: normal;
    font-weight: 500;
}

.bcfc-giveaway__countdown {
    display: flex;
    gap: 2rem;
}

.bcfc-giveaway__countdown-unit {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.15rem;
}

.bcfc-giveaway__countdown-value {
    color: var(--blue);
    font-weight: 700;
    line-height: 1;
    font-size: 3rem;
}

.bcfc-giveaway__countdown-label {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.25;
}

.bcfc-giveaway__note {
    font-size: 1.5rem;
    line-height: 1.5;
    margin: 0;
}

.bcfc-giveaway__grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 16px;
    width: 100%;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.bcfc-giveaway__prize-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 1rem;
    background-color: #04111c;
    text-align: left;
    border: 1px solid #27a6ef80;
    border-radius: 1.5rem;
    padding: 2rem;
    position: relative;
}

.bcfc-giveaway__prize-title {
    font-size: 1.5rem;
}

.bcfc-giveaway__prize-name {
    font-weight: 500;
}

.bcfc-giveaway__prize-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    text-align: left;
    width: 100%;
}

.bcfc-giveaway__prize-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.5rem;
    font-size: 1rem;
    line-height: 1.5;
}

.bcfc-giveaway__steps {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.bcfc-giveaway__step {
    border: 1px solid #29343e;
    background-color: #04111c;
    border-radius: 1.5rem;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    position: relative;
}

.bcfc-giveaway__step--enter {
    grid-column: 1 / -1;
}

.bcfc-giveaway__step-body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    width: 100%;
}

.bcfc-giveaway__step-title {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.2;
}

.bcfc-giveaway__step-arrow {
    z-index: 10;
    background-color: #04111c;
    border-radius: 6.25rem;
    position: absolute;
    inset: 40% -2.5rem auto auto;
}

.bcfc-giveaway__step-arrow--mobile {
    display: none;
}

.bcfc-giveaway__form {
    width: 100%;
    position: relative;
}

.bcfc-giveaway__form-row {
    display: flex;
    gap: 12px;
    width: 100%;
}

.bcfc-giveaway__input {
    border: 1px solid #29343e;
    background-color: var(--neutral-600);
    color: var(--white);
    border-radius: 6.25rem;
    min-height: 3.5rem;
    margin-bottom: 0;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 18px;
    width: 100%;
}

input[type="email"].bcfc-giveaway__input {
    border-radius: 6.25rem !important;
}

.bcfc-giveaway__submit {
    background-color: var(--blue);
    color: var(--white);
    text-align: center;
    cursor: pointer;
    border: 0;
    border-radius: 6.25rem;
    padding: 14px 2rem 16px;
    font-weight: 500;
    transition: box-shadow .3s;
    white-space: nowrap;
}

.bcfc-giveaway__submit:hover {
    box-shadow: 0 0 80px #27a6ef26, 0 0 40px #27a6ef26;
}

.bcfc-giveaway__form-success {
    background-color: var(--blue);
    color: var(--white);
    border-radius: 1rem;
    padding: 20px;
    margin-top: 10px;
}

.bcfc-giveaway__form-error {
    background-color: #ffdede;
    margin-top: 10px;
    padding: 10px;
}

.bcfc-giveaway__consent {
    opacity: 0.65;
    text-align: left;
}

.bcfc-giveaway__follow-link {
    display: flex;
    gap: 16px;
    background-color: var(--blue);
    color: var(--white);
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-width: 200px;
    padding-top: 1rem;
    padding-bottom: 1rem;
    text-decoration: none;
}

.bcfc-giveaway__content .bcfc-giveaway__follow-icon {
    display: inline-block;
    vertical-align: middle;
}

.bcfc-giveaway__content .twitter-icon {
    width: auto;
    height: 14px;
}

.bcfc-giveaway__content .instagram-icon {
    width: auto;
    height: 20px;
}

@media (max-width: 991px) {
    .bcfc-giveaway__title {
        font-size: 3.5rem;
    }

    .bcfc-giveaway__grid {
        display: flex;
        flex-direction: column-reverse;
        max-width: none;
    }

    .bcfc-giveaway__step {
        border-radius: 1rem;
    }

    .bcfc-giveaway__prize-card {
        border-radius: 1rem;
    }

    .bcfc-giveaway__step-arrow--mobile {
        display: block;
        position: static;
        inset: auto;
        margin-top: 1rem;
    }

    .bcfc-giveaway__step-arrow {
        display: none;
    }
}

@media (max-width: 768px) {
    .bcfc-giveaway__content {
        gap: 2.5rem;
    }

    .bcfc-giveaway__title {
        font-size: 2.5rem;
    }

    .bcfc-giveaway__countdown {
        gap: 12px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .bcfc-giveaway__countdown-value {
        font-size: 2rem;
    }

    .bcfc-giveaway__form-row {
        flex-direction: column;
    }

    .bcfc-giveaway__submit {
        width: 100%;
    }
}