.woc-39730be7-wrapper {
    width: 100%;
    padding: 60px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.woc-39730be7-box {
    max-width: 800px;
    width: 100%;
    text-align: center;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    padding: 50px 40px;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.05), 0 4px 6px -2px rgba(0, 0, 0, 0.02);
}

.woc-39730be7-title {
    font-size: 2.25rem;
    font-weight: 800;
    margin: 0 0 15px 0;
    line-height: 1.25;
}

.woc-39730be7-subtitle {
    font-size: 1.1rem;
    color: #4b5563;
    line-height: 1.6;
    margin: 0 0 30px 0;
}

.woc-39730be7-action {
    display: flex;
    justify-content: center;
}

.woc-39730be7-btn {
    display: inline-block;
    padding: 15px 35px;
    font-size: 1.05rem;
    font-weight: 600;
    color: #ffffff !important;
    text-decoration: none;
    border-radius: 9999px;
    transition: transform 0.2s ease, filter 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 4px 6px -1px rgba(59, 130, 246, 0.3);
}

.woc-39730be7-btn:hover {
    transform: translateY(-2px);
    filter: brightness(0.95);
    box-shadow: 0 10px 15px -3px rgba(59, 130, 246, 0.4);
}
