/* Wrapper: stacking context for the card */
.pec-wrapper-38bd8df7 {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 420px;
    border-radius: inherit;
    overflow: hidden;
    display: block;
}

/* Blurred background: original card content, links stripped */
.pec-bg-38bd8df7 {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    filter: blur(3px) brightness(0.55);
    pointer-events: none !important;
    user-select: none !important;
    z-index: 1;
    overflow: hidden;
}

.pec-bg-38bd8df7 * {
    pointer-events: none !important;
    user-select: none !important;
    cursor: default !important;
}

/* Overlay: interactive protected UI on top */
.pec-overlay-38bd8df7 {
    position: absolute;
    inset: 0;
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 32px 24px;
    box-sizing: border-box;
    text-align: center;
    background: rgba(20, 30, 15, 0.35);
}

.pec-padlock-38bd8df7 {
    width: 64px;
    height: auto;
    margin-bottom: 14px;
    filter: drop-shadow(0 2px 6px rgba(0,0,0,0.5));
}

.pec-title-38bd8df7 {
    margin: 0 0 8px;
    color: #ffffff;
    font-size: 26px;
    font-weight: 700;
    font-family: inherit;
    text-shadow: 0 2px 8px rgba(0,0,0,0.7);
}

.pec-subtitle-38bd8df7 {
    margin: 0 0 20px;
    color: #eeeeee;
    font-size: 15px;
    font-family: inherit;
    line-height: 1.5;
    text-shadow: 0 1px 4px rgba(0,0,0,0.6);
}

.pec-form-wrap-38bd8df7 {
    width: 100%;
    max-width: 340px;
    margin-bottom: 12px;
}

.pec-input-38bd8df7 {
    width: 100%;
    padding: 13px 18px;
    border-radius: 10px;
    border: none;
    background: #ffffff;
    font-size: 15px;
    box-sizing: border-box;
    outline: none;
    color: #333;
}

.pec-input-38bd8df7::placeholder {
    color: #aaa;
}

.pec-error-38bd8df7 {
    display: block;
    min-height: 18px;
    margin-top: 6px;
    color: #ff5555;
    font-size: 13px;
    text-align: center;
    font-family: inherit;
    font-weight: 600;
    text-shadow: 0 1px 3px rgba(0,0,0,0.7);
}

.pec-btn-enter-38bd8df7 {
    width: 100%;
    max-width: 340px;
    padding: 13px 18px;
    border-radius: 30px;
    border: none;
    background: #d4b84a;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    box-sizing: border-box;
    transition: background 0.2s, transform 0.1s;
    margin-bottom: 12px;
    letter-spacing: 0.5px;
}

.pec-btn-enter-38bd8df7:hover {
    background: #bfa03a;
    transform: translateY(-1px);
}

.pec-btn-enter-38bd8df7:active {
    transform: translateY(0);
}

.pec-btn-enter-38bd8df7:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
}

.pec-btn-contact-38bd8df7 {
    width: 100%;
    max-width: 340px;
    padding: 13px 18px;
    border-radius: 30px;
    border: none;
    background: #1a1a1a;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    box-sizing: border-box;
    transition: background 0.2s, transform 0.1s;
    text-decoration: none;
    display: inline-block;
    letter-spacing: 0.5px;
}

.pec-btn-contact-38bd8df7:hover {
    background: #000000;
    transform: translateY(-1px);
    color: #ffffff;
    text-decoration: none;
}

.pec-btn-contact-38bd8df7:active {
    transform: translateY(0);
}
