/* ================================
   CTA 1 Widget
================================ */

.-ycwt-yccta1 {
    position: relative;
    isolation: isolate;
    overflow: hidden;
}

.yccta1-box {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: 64px 34px;
    border: 1px solid rgb(255 255 255 / 10%);
    border-radius: 28px;
    background:
        radial-gradient(circle at 18% 20%, rgb(255 111 0 / 22%) 0, transparent 34%),
        radial-gradient(circle at 86% 78%, rgb(0 0 0 / 16%) 0, transparent 34%),
        linear-gradient(135deg, #000000 0%, #000000 52%, #000000 100%);
    box-shadow: 0 28px 76px rgb(0 0 0 / 14%);
}

.yccta1-box::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -360px;
    inset-inline-end: -660px;
    width: 1400px;
    height: 1400px;
    border-radius: 50%;
    background-image: radial-gradient(var(--uicolor) -10%, transparent 65%);
    opacity: .24;
    pointer-events: none;
}

.yccta1-box::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    border-radius: inherit;
    background:
        radial-gradient(circle at 12% 95%, rgb(0 0 0 / 22%) 0, transparent 36%),
        linear-gradient(180deg, rgb(255 255 255 / 8%) 0%, transparent 48%);
    pointer-events: none;
}

.yccta1-content {
    position: relative;
    z-index: 2;
    max-width: 850px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    text-align: center;
}

.yccta1-content::before {
    content: "";
    width: 78px;
    height: 4px;
    margin-bottom: 4px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--uicolor), var(--uicolor2));
    box-shadow: 0 10px 28px rgb(255 111 0 / 28%);
}

.yccta1-title {
    max-width: 780px;
    margin: 0;
    color: #ffffff;
    font-size: clamp(32px, 3.8vw, 50px);
    line-height: 1.22;
    font-weight: 950;
    letter-spacing: -.55px;
    text-shadow: 0 18px 42px rgb(0 0 0 / 22%);
}

.yccta1-desc {
    max-width: 640px;
    margin: 0;
    color: rgb(255 255 255 / 82%);
    font-size: 17px;
    line-height: 1.95;
    font-weight: 500;
}

.yccta1-btn {
    margin-top: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
}

/* button_context output */
.yccta1-btn-main {
    min-height: 50px;
    padding: 0 22px;
    border: 1px solid var(--uicolor2);
    border-radius: 999px;
    background: var(--uicolor2);
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 900;
    box-shadow: 0 18px 36px rgb(0 0 0 / 24%);
    transition:
        transform .25s ease,
        box-shadow .25s ease,
        background-color .25s ease,
        color .25s ease,
        border-color .25s ease,
        gap .25s ease;
}

.yccta1-btn-main:hover {
    gap: 13px;
    background: #ffffff;
    color: var(--uicolor2);
    border-color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 24px 50px rgb(0 0 0 / 16%);
}

/* Theme buttons inside CTA */
.-ycwt-yccta1 .fsurl-btn,
.-ycwt-yccta1 .securl-btn {
    min-height: 50px;
    border-radius: 999px;
    font-weight: 900;
}

.-ycwt-yccta1 .fsurl-btn {
    background: #ffffff;
    color: var(--uicolor);
    border-color: #ffffff;
}

.-ycwt-yccta1 .fsurl-btn:hover {
    background: var(--uicolor);
    color: #ffffff;
    border-color: var(--uicolor);
}

.-ycwt-yccta1 .securl-btn {
    background: var(--uicolor2);
    color: #ffffff;
    border-color: var(--uicolor2);
}

.-ycwt-yccta1 .securl-btn:hover {
    background: #ffffff;
    color: var(--uicolor2);
    border-color: #ffffff;
}

/* Responsive */
@media (max-width: 900px) {
    .yccta1-box {
        padding: 52px 24px;
        border-radius: 24px;
    }

    .yccta1-title {
        font-size: 32px;
    }

    .yccta1-desc {
        font-size: 16px;
        line-height: 1.85;
    }
}

@media (max-width: 560px) {
    .yccta1-box {
        padding: 42px 18px;
        border-radius: 20px;
    }

    .yccta1-content {
        gap: 13px;
    }

    .yccta1-content::before {
        width: 58px;
    }

    .yccta1-title {
        font-size: 25px;
        line-height: 1.35;
    }

    .yccta1-desc {
        font-size: 14px;
        line-height: 1.8;
    }

    .yccta1-btn {
        width: 100%;
        margin-top: 8px;
    }

    .yccta1-btn-main,
    .-ycwt-yccta1 .fsurl-btn,
    .-ycwt-yccta1 .securl-btn {
        width: 100%;
        justify-content: center;
        min-height: 48px;
        font-size: 14px;
    }
}

@media (max-width: 380px) {
    .yccta1-box {
        padding: 34px 14px;
        border-radius: 18px;
    }

    .yccta1-title {
        font-size: 22px;
    }

    .yccta1-desc {
        font-size: 13.5px;
    }
}
