.cc-card-0721ee6e {
    position: relative;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    min-height: 480px;
    overflow: hidden;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    transition: background-color 0.3s ease;
}

.cc-title-0721ee6e {
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 16px 0;
    line-height: 1.2;
}

.cc-divider-0721ee6e {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    margin-bottom: 24px;
    width: 100%;
}

.cc-desc-0721ee6e {
    font-size: 15px;
    line-height: 1.5;
    margin: 0 0 28px 0;
}

.cc-action-area-0721ee6e {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.cc-btn-wrapper-0721ee6e {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    gap: 8px;
}

.cc-btn-0721ee6e {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 28px;
    border-radius: 100px;
    font-weight: 600;
    font-size: 15px;
    line-height: 1;
    transition: background-color 0.3s ease, color 0.3s ease;
    white-space: nowrap;
}

.cc-btn-icon-0721ee6e {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    transition: background-color 0.3s ease;
}

.cc-btn-icon-0721ee6e svg {
    transition: transform 0.3s ease;
}

.cc-btn-wrapper-0721ee6e:hover .cc-btn-icon-0721ee6e svg {
    transform: translate(1px, -1px);
}

.cc-img-container-0721ee6e {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 65%;
    max-width: 280px;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border-top-left-radius: 100%;
    line-height: 0;
}

.cc-img-0721ee6e {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
