@import url("https://assets.mlcdn.com/fonts.css?version=1761732");

.subscription-form {
    animation: widgetFadeIn 2s ease-out 1.5s both;
}

/* Reset and Base */
#mlb2-32671184 * {
    box-sizing: border-box;
}

#mlb2-32671184.ml-form-embedContainer {
    box-sizing: border-box;
    display: table;
    margin: 0 auto;
    position: static;
    width: 100% !important;
}

#mlb2-32671184 h4,
#mlb2-32671184 p,
#mlb2-32671184 span,
#mlb2-32671184 button {
    text-transform: none !important;
    letter-spacing: normal !important;
}

/* Wrapper */
#mlb2-32671184 .ml-form-embedWrapper {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border: none;
    border-radius: 20px;
    padding: 0;
    margin: 0;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    display: inline-block !important;
    position: relative;
    animation: widgetSlideIn 0.6s ease-out;
}

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

#mlb2-32671184 .ml-form-embedWrapper.embedDefault,
#mlb2-32671184 .ml-form-embedWrapper.embedPopup {
    width: 400px;
}

#mlb2-32671184 .ml-form-embedWrapper.embedForm {
    max-width: 400px;
    width: 100%;
}

/* Body */
#mlb2-32671184 .ml-form-embedBody {
    padding: 30px;
}

#mlb2-32671184 .ml-form-embedBody.ml-form-embedBodyHorizontal {
    padding-bottom: 30px;
}

/* Content */
#mlb2-32671184 .ml-form-embedContent {
    text-align: center;
    margin: 0 0 25px 0;
}

#mlb2-32671184 .ml-form-embedContent h4 {
    color: #2d1b4e;
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 27px 0;
    line-height: 1.3;
    animation: widgetFadeIn 0.8s ease-out 0.2s both;
}

#mlb2-32671184 .ml-form-embedContent p {
    color: #5a4575;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
    margin: 0;
    animation: widgetFadeIn 0.8s ease-out 0.3s both;
    margin-bottom: 10px;
}

@keyframes widgetFadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Form */
#mlb2-32671184 form {
    margin: 0;
    width: 100%;
}

#mlb2-32671184 .ml-form-formContent {
    margin: 0;
}

#mlb2-32671184 .ml-form-formContent.horozintalForm {
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
}

#mlb2-32671184 .ml-form-horizontalRow {
    height: auto;
    width: 100%;
    display: flex;
    gap: 10px;
    align-items: stretch;
}

#mlb2-32671184 .ml-input-horizontal {
    flex: 1;
    min-width: 0;
}

#mlb2-32671184 .ml-input-horizontal .horizontal-fields {
    width: 100%;
}

/* Input Field */
#mlb2-32671184 .ml-field-group {
    margin: 0;
}

#mlb2-32671184 input[type="email"] {
    background: #ffffff !important;
    color: #2d1b4e !important;
    border: 2px solid #e0d4f0 !important;
    border-radius: 12px !important;
    font-size: 15px !important;
    height: 50px !important;
    line-height: 1.4 !important;
    padding: 0 18px !important;
    width: 100% !important;
    margin: 0 !important;
    transition: all 0.3s ease;
    /* !!!  +1.5s */
    animation: slideInLeft 0.6s ease-out 1.9s both;
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

#mlb2-32671184 input[type="email"]:focus {
    outline: none;
    border-color: #441d70 !important;
    box-shadow: 0 0 0 3px rgba(68, 29, 112, 0.1);
    transform: translateY(-2px);
}

#mlb2-32671184 input[type="email"]::placeholder {
    color: #a89bb8;
    opacity: 1;
}

/* Button */
#mlb2-32671184 .ml-button-horizontal {
    flex-shrink: 0;
    /* !!!  +1.5s */
    animation: slideInRight 0.6s ease-out 1.9s both;
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

#mlb2-32671184 .ml-button-horizontal button {
    background: linear-gradient(135deg, #441d70 0%, #5a2d8f 100%) !important;
    border: none !important;
    border-radius: 12px !important;
    box-shadow: 0 4px 15px rgba(68, 29, 112, 0.3);
    color: #ffffff !important;
    cursor: pointer;
    font-size: 15px !important;
    font-weight: 600 !important;
    line-height: 1.4 !important;
    height: 50px !important;
    padding: 0 24px !important;
    width: 100% !important;
    min-width: 110px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

#mlb2-32671184 .ml-button-horizontal button::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    transform: translate(-50%, -50%);
    transition: width 0.6s, height 0.6s;
}

#mlb2-32671184 .ml-button-horizontal button:hover::before {
    width: 300px;
    height: 300px;
}

#mlb2-32671184 .ml-button-horizontal button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(68, 29, 112, 0.4);
}

#mlb2-32671184 .ml-button-horizontal button:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(68, 29, 112, 0.3);
}

/* Loading State */
#mlb2-32671184 .ml-button-horizontal button.loading {
    display: none;
}

.ml-form-embedSubmitLoad {
    display: inline-block;
    width: 20px;
    height: 20px;
}

.ml-form-embedSubmitLoad:after {
    content: " ";
    display: block;
    width: 16px;
    height: 16px;
    margin: 2px;
    border-radius: 50%;
    border: 3px solid #fff;
    border-color: #ffffff #ffffff #ffffff transparent;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Success State */
#mlb2-32671184 .ml-form-successBody {
    display: none;
    padding: 40px 30px;
    text-align: center;
    animation: widgetFadeIn 0.6s ease-out;
}

#mlb2-32671184 .ml-form-successContent h4 {
    color: #441d70;
    font-size: 26px;
    font-weight: 600;
    margin: 0 0 12px 0;
    animation: scaleIn 0.5s ease-out;
}

@keyframes scaleIn {
    from {
        opacity: 0;
        transform: scale(0.8);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

#mlb2-32671184 .ml-form-successContent p {
    color: #5a4575;
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
}

/* Error State */
.ml-error input,
.ml-error textarea {
    border-color: #ef4444 !important;
    animation: shake 0.4s ease-in-out;
}

@keyframes shake {
    0%, 100% { transform: translateX(0); }
    25% { transform: translateX(-5px); }
    75% { transform: translateX(5px); }
}

/* Mobile Button */
.ml-mobileButton-horizontal {
    display: none;
    margin: 15px 0 0 0;
    animation: widgetFadeIn 0.6s ease-out 0.6s both;
}

#mlb2-32671184 .ml-mobileButton-horizontal button {
    background: linear-gradient(135deg, #441d70 0%, #5a2d8f 100%) !important;
    border: none !important;
    border-radius: 12px !important;
    box-shadow: 0 4px 15px rgba(68, 29, 112, 0.3);
    color: #ffffff !important;
    cursor: pointer;
    font-size: 15px !important;
    font-weight: 600 !important;
    line-height: 1.4 !important;
    padding: 14px 24px !important;
    width: 100% !important;
    height: auto !important;
    transition: all 0.3s ease;
}

#mlb2-32671184 .ml-mobileButton-horizontal button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(68, 29, 112, 0.4);
}

/* Responsive */
@media only screen and (max-width: 400px) {
    #mlb2-32671184 .ml-form-embedWrapper.embedDefault,
    #mlb2-32671184 .ml-form-embedWrapper.embedPopup {
        width: 100% !important;
    }
    
    #mlb2-32671184 .ml-form-embedBody {
        padding: 25px 20px;
    }
    
    #mlb2-32671184 .ml-form-horizontalRow {
        flex-direction: column;
        gap: 12px;
    }
    
    #mlb2-32671184 .ml-button-horizontal {
        display: none !important;
    }
    
    .ml-mobileButton-horizontal {
        display: block !important;
    }
    
    #mlb2-32671184 .ml-form-embedContent h4 {
        font-size: 22px;
    }
    
    #mlb2-32671184 .ml-form-embedContent p {
        font-size: 14px;
    }
}

/* Hidden Elements */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}
