.relievia-hub-container-606a34e5 {
    position: relative;
    font-family: inherit;
}

.relievia-btn-606a34e5 {
    position: relative;
    background-color: #1F4D36;
    color: #D4AF37;
    padding: 16px 32px;
    border-radius: 24px;
    border: none;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease;
    box-shadow: 0 10px 20px rgba(31, 77, 54, 0.2);
}

.relievia-btn-606a34e5:not(.blocked):hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 30px rgba(31, 77, 54, 0.3);
}

.relievia-btn-glow-606a34e5 {
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(212, 175, 55, 0.2), transparent);
    transform: skewX(-20deg);
    transition: left 0.5s ease;
}

.relievia-btn-606a34e5:not(.blocked):hover .relievia-btn-glow-606a34e5 {
    left: 200%;
}

.relievia-duplicate-screen-606a34e5 {
    background: #fff3e0;
    border: 1px solid #ffe0b2;
    padding: 20px;
    border-radius: 12px;
    text-align: center;
    color: #e65100;
    font-weight: 500;
    max-width: 400px;
}

.relievia-countdown-606a34e5 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 10px;
    color: #d84315;
}

.relievia-modal-606a34e5 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
}

.relievia-modal-606a34e5.active {
    opacity: 1;
    visibility: visible;
}

.relievia-modal-overlay-606a34e5 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(8px);
}

.relievia-modal-content-606a34e5 {
    position: relative;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 24px;
    padding: 40px;
    width: 90%;
    max-width: 600px;
    box-shadow: 0 25px 50px rgba(0,0,0,0.15);
    transform: scale(0.9);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

/* Dark Mode Support */
@media (prefers-color-scheme: dark) {
    .relievia-modal-content-606a34e5 {
        background: rgba(30, 30, 30, 0.95);
        border-color: rgba(255, 255, 255, 0.1);
        color: #fff;
    }
    .relievia-form-group-606a34e5 label {
        color: #ddd;
    }
    .relievia-form-group-606a34e5 input,
    .relievia-form-group-606a34e5 select,
    .relievia-form-group-606a34e5 textarea {
        background: #2a2a2a;
        color: #fff;
        border-color: #444;
    }
    .relievia-modal-close-606a34e5 {
        color: #D4AF37;
    }
    .relievia-success-screen-606a34e5 h3 {
        color: #D4AF37;
    }
    .relievia-duplicate-screen-606a34e5 {
        background: #3e2723;
        border-color: #5d4037;
        color: #ffcc80;
    }
    .relievia-countdown-606a34e5 {
        color: #ffab40;
    }
}

.relievia-modal-606a34e5.active .relievia-modal-content-606a34e5 {
    transform: scale(1);
}

.relievia-modal-close-606a34e5 {
    position: absolute;
    top: 20px;
    right: 20px;
    background: none;
    border: none;
    font-size: 24px;
    color: #1F4D36;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.relievia-modal-close-606a34e5:hover {
    transform: rotate(90deg);
}

.relievia-steps-progress-606a34e5 {
    height: 4px;
    background: #e0e0e0;
    border-radius: 2px;
    margin-bottom: 30px;
    overflow: hidden;
}

.relievia-progress-bar-606a34e5 {
    height: 100%;
    background: #1F4D36;
    width: 0%;
    transition: width 0.4s ease;
}

.relievia-step-606a34e5 {
    display: none;
    animation: fadeIn 0.4s ease forwards;
}

.relievia-step-606a34e5.active {
    display: block;
}

.relievia-form-group-606a34e5 {
    margin-bottom: 20px;
}

.relievia-form-group-606a34e5 label {
    display: block;
    margin-bottom: 8px;
    color: #333;
    font-weight: 500;
}

.relievia-form-group-606a34e5 input,
.relievia-form-group-606a34e5 select,
.relievia-form-group-606a34e5 textarea {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #ddd;
    border-radius: 12px;
    font-size: 16px;
    transition: border-color 0.3s ease;
    box-sizing: border-box;
}

.relievia-form-group-606a34e5 input:focus,
.relievia-form-group-606a34e5 select:focus,
.relievia-form-group-606a34e5 textarea:focus {
    outline: none;
    border-color: #D4AF37;
    box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.1);
}

.relievia-next-btn-606a34e5,
.relievia-submit-btn-606a34e5 {
    background: #1F4D36;
    color: #fff;
    border: none;
    padding: 12px 24px;
    border-radius: 12px;
    cursor: pointer;
    float: right;
    font-weight: 600;
}

.relievia-prev-btn-606a34e5 {
    background: transparent;
    color: #1F4D36;
    border: 1px solid #1F4D36;
    padding: 12px 24px;
    border-radius: 12px;
    cursor: pointer;
    float: left;
    font-weight: 600;
}

.relievia-success-screen-606a34e5 {
    text-align: center;
    padding: 20px 0;
}

.relievia-success-screen-606a34e5 h3 {
    color: #1F4D36;
    margin-bottom: 16px;
}

.relievia-modal-close-btn-606a34e5 {
    background: #D4AF37;
    color: #fff;
    border: none;
    padding: 12px 32px;
    border-radius: 12px;
    cursor: pointer;
    font-weight: 600;
    margin-top: 20px;
}

.relievia-wa-btn-606a34e5 {
    display: inline-block;
    background: #25D366;
    color: #fff;
    padding: 10px 24px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}
