/* STREAMING_CHUNK:Styling the main overlay wrapper... */
#frambuesa-pro-overlay {
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
backdrop-filter: blur(3px);
z-index: 999999999;
display: flex;
justify-content: center;
align-items: center;
opacity: 0;
visibility: hidden;
transition: opacity 0.4s ease, visibility 0.4s;
margin: 0 !important;
padding: 0 !important;
}

#frambuesa-pro-overlay.fpopup-active {
opacity: 1;
visibility: visible;
}

/* STREAMING_CHUNK:Styling the main container... /
/ Base del Contenedor */
.frambuesa-pro-container {
width: 850px;
max-width: 95vw;
box-shadow: 0 25px 50px rgba(0,0,0,0.3);
position: relative;
margin: 0 auto !important;
left: 0;
right: 0;
transform: scale(0.95);
transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
overflow: hidden;
background-color: transparent;
}

#frambuesa-pro-overlay.fpopup-active .frambuesa-pro-container {
transform: scale(1);
}

/* STREAMING_CHUNK:Styling ribbon and closing button... */
.fpopup-ribbon {
position: relative;
top: 0;
left: 0;
width: 100%;
text-align: center;
padding: 10px 0;
font-size: 13px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 1px;
box-shadow: 0 2px 10px rgba(0,0,0,0.1);
z-index: 30;
display: flex;
justify-content: center;
align-items: center;
gap: 8px;
text-decoration: none;
}
.fpopup-ribbon svg {
width: 16px;
height: 16px;
fill: currentColor;
}

#frambuesa-pro-close {
position: absolute;
top: 10px;
right: 15px;
background: rgba(0,0,0,0.4);
color: white;
border: none;
font-size: 18px;
width: 30px;
height: 30px;
border-radius: 50%;
cursor: pointer;
z-index: 40;
display: flex;
justify-content: center;
align-items: center;
transition: background 0.3s;
}

#frambuesa-pro-close:hover {
background: #222;
}

/* STREAMING_CHUNK:Styling layouts and content grid... */
.frambuesa-pro-content {
display: flex;
min-height: 480px;
width: 100%;
margin: 0;
flex-direction: row;
}

.layout-left .frambuesa-pro-content {
flex-direction: row;
}

.layout-right .frambuesa-pro-content {
flex-direction: row-reverse;
}

.layout-bg .frambuesa-pro-content {
flex-direction: column;
justify-content: center;
align-items: center;
}
.layout-bg .frambuesa-pro-image {
position: absolute;
top: 0; left: 0; width: 100%; height: 100%;
z-index: 1;
}
.layout-bg .frambuesa-pro-image::after {
content: ''; position: absolute;
top: 0; left: 0; width: 100%; height: 100%;
background: rgba(0,0,0,0.4);
}
.layout-bg .frambuesa-pro-form-wrapper {
position: relative;
z-index: 2;
width: 80%;
max-width: 420px;
border-radius: 8px;
box-shadow: 0 10px 30px rgba(0,0,0,0.2);
margin: 40px auto;
}

/* STREAMING_CHUNK:Styling slide-up and minimal layouts... */
.layout-bottom_center {
margin-top: auto !important;
margin-bottom: 0 !important;
border-bottom-left-radius: 0 !important;
border-bottom-right-radius: 0 !important;
transform: translateY(100vh) scale(1) !important;
}
#frambuesa-pro-overlay.fpopup-active .layout-bottom_center {
transform: translateY(0) scale(1) !important;
}

.layout-minimal {
max-width: 500px;
}
.layout-minimal .frambuesa-pro-content {
justify-content: center;
}
.layout-minimal .frambuesa-pro-form-wrapper {
flex: 1 1 100%;
padding: 60px 50px;
}

.frambuesa-pro-image {
flex: 1 1 50%;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
position: relative;
}

/* STREAMING_CHUNK:Styling image floating button... */
.fpopup-image-overlay-btn {
position: absolute;
bottom: 40px;
left: 0;
width: 100%;
text-align: center;
z-index: 10;
}
.fpopup-img-btn {
display: inline-block;
padding: 12px 28px;
font-size: 14px;
font-weight: 600;
border-radius: 30px;
text-decoration: none;
text-transform: uppercase;
box-shadow: 0 5px 20px rgba(0,0,0,0.35);
transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), filter 0.2s;
}
.fpopup-img-btn:hover {
transform: translateY(-3px) scale(1.05);
filter: brightness(1.1);
color: inherit;
text-decoration: none;
}

/* STREAMING_CHUNK:Styling form and typography... */
.frambuesa-pro-form-wrapper {
flex: 1 1 50%;
padding: 50px;
display: flex;
flex-direction: column;
justify-content: center;
}

.frambuesa-pro-text-header {
text-align: center;
margin-bottom: 30px;
}
.frambuesa-pro-text-header h3 {
font-weight: 400;
font-size: 26px;
margin: 0 0 10px 0;
letter-spacing: 1px;
}
.frambuesa-pro-text-header h2 {
font-weight: 600;
font-size: 20px;
color: #222;
margin: 0;
}

.frambuesa-pro-form {
display: flex;
flex-direction: column;
width: 100%;
}
.fpopup-input-group {
margin-bottom: 15px;
}
.fpopup-input {
width: 100%;
padding: 12px 15px;
border: 1px solid #ddd;
border-radius: 4px;
font-size: 14px;
outline: none;
transition: border-color 0.3s;
box-sizing: border-box;
}
.fpopup-input:focus {
border-color: #61CE70;
}

/* STREAMING_CHUNK:Styling form actions and footer... */
.fpopup-forgot-pwd {
text-align: right;
margin-bottom: 25px;
}
.fpopup-forgot-pwd a {
font-size: 12px;
text-decoration: none;
transition: opacity 0.3s;
}
.fpopup-forgot-pwd a:hover {
opacity: 0.7;
text-decoration: underline;
}

.fpopup-submit-btn {
width: 100%;
padding: 14px;
border: none;
border-radius: 4px;
font-weight: 600;
font-size: 14px;
cursor: pointer;
text-transform: uppercase;
transition: filter 0.3s, transform 0.1s;
box-sizing: border-box;
}
.fpopup-submit-btn:hover {
filter: brightness(0.9);
}
.fpopup-submit-btn:active {
transform: scale(0.98);
}

.frambuesa-pro-footer {
text-align: center;
margin-top: 30px;
font-size: 13px;
color: #666;
}
.frambuesa-pro-footer a {
color: #222;
font-weight: 600;
text-decoration: underline;
}

/* STREAMING_CHUNK:Adding mobile responsive media queries... */
@media (max-width: 768px) {
.frambuesa-pro-container {
width: 90vw;
max-width: 400px;
}

.frambuesa-pro-content, 
.layout-right .frambuesa-pro-content, 
.layout-left .frambuesa-pro-content {
    flex-direction: column !important; 
    min-height: auto;
}

.frambuesa-pro-image {
    display: block; 
    flex: none; 
    width: 100%;
    height: 180px; 
}

.frambuesa-pro-form-wrapper {
    flex: none; 
    width: 100%;
    padding: 25px 20px; 
    box-sizing: border-box;
}

.frambuesa-pro-text-header { margin-bottom: 20px; }
.frambuesa-pro-text-header h3 { font-size: 20px; margin-bottom: 5px; }
.frambuesa-pro-text-header h2 { font-size: 16px; }

.fpopup-input { padding: 10px 12px; }
.fpopup-input-group { margin-bottom: 10px; }
.fpopup-forgot-pwd { margin-bottom: 15px; }
.frambuesa-pro-footer { margin-top: 20px; }

.fpopup-image-overlay-btn {
    bottom: 20px; 
}
.fpopup-img-btn {
    padding: 8px 20px;
    font-size: 12px;
}

#frambuesa-pro-close {
    top: 8px;
    right: 8px;
    background: rgba(0,0,0,0.5); 
    width: 25px;
    height: 25px;
    font-size: 16px;
}

.fpopup-ribbon {
    font-size: 10px;
    padding: 6px 0;
}


}