.newsletter-wrapper-02082fc5 {
    background-color: #1a1512;
    border-radius: 20px;
    padding: 60px 40px;
    text-align: center;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 184, 28, 0.2);
    color: #ffffff;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
}
.newsletter-bg-overlay-02082fc5 {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: linear-gradient(180deg, rgba(20,15,10,0.5) 0%, rgba(20,15,10,0.9) 100%);
    z-index: 1;
}
.newsletter-content-02082fc5 {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin: 0 auto;
}
.newsletter-icon-02082fc5 {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 64px; height: 64px;
    border-radius: 50%;
    border: 2px solid #FFB81C;
    margin-bottom: 24px;
    color: #FFB81C;
}
.newsletter-title-02082fc5 {
    font-size: 56px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 24px;
    color: #ffffff;
    font-family: inherit;
    margin-top: 0;
}
.newsletter-title-02082fc5 span.highlight {
    color: #FFB81C;
}
.newsletter-divider-02082fc5 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    gap: 15px;
}
.newsletter-divider-02082fc5::before,
.newsletter-divider-02082fc5::after {
    content: '';
    height: 1px;
    width: 40px;
    background-color: #FFB81C;
}
.newsletter-divider-02082fc5 .diamond {
    width: 8px; height: 8px;
    border: 1px solid #FFB81C;
    transform: rotate(45deg);
}
.newsletter-desc-02082fc5 {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 40px;
    color: #e0e0e0;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}
.newsletter-form-02082fc5 {
    display: flex;
    background: #ffffff;
    border-radius: 50px;
    padding: 8px;
    margin-bottom: 30px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
}
.newsletter-form-02082fc5 .input-wrapper {
    flex-grow: 1;
    display: flex;
    align-items: center;
    padding-left: 20px;
}
.newsletter-form-02082fc5 .input-wrapper svg {
    color: #666;
    width: 24px;
    height: 24px;
    fill: #666;
    margin-right: 15px;
}
.newsletter-form-02082fc5 input {
    border: none !important;
    background: transparent !important;
    font-size: 16px;
    width: 100%;
    outline: none !important;
    color: #333;
    box-shadow: none !important;
    padding: 0;
    margin: 0;
}
.newsletter-form-02082fc5 input:focus {
    outline: none !important;
    box-shadow: none !important;
}
.newsletter-form-02082fc5 button {
    background-color: #FFB81C;
    color: #1a1512;
    border: none;
    border-radius: 40px;
    padding: 16px 32px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: background 0.3s;
}
.newsletter-form-02082fc5 button:hover {
    background-color: #e5a415;
}
.newsletter-trust-02082fc5 {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
}
.trust-spam-02082fc5 {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 14px;
    color: #cccccc;
    text-align: left;
    line-height: 1.4;
}
.trust-spam-02082fc5 svg {
    width: 20px;
    height: 20px;
    fill: #FFB81C;
}
.trust-users-02082fc5 {
    display: flex;
    align-items: center;
    gap: 15px;
}
.avatar-group-02082fc5 {
    display: flex;
}
.avatar-group-02082fc5 img {
    width: 40px; height: 40px;
    border-radius: 50%;
    border: 2px solid #1a1512;
    margin-left: -12px;
    object-fit: cover;
}
.avatar-group-02082fc5 img:first-child {
    margin-left: 0;
}
.trust-users-text-02082fc5 {
    text-align: left;
    font-size: 14px;
    color: #cccccc;
    line-height: 1.4;
    margin: 0;
}
.trust-users-text-02082fc5 strong {
    color: #FFB81C;
    display: block;
    font-size: 16px;
}
@media(max-width: 768px) {
    .newsletter-title-02082fc5 {
        font-size: 36px;
    }
    .newsletter-form-02082fc5 {
        flex-direction: column;
        background: transparent;
        padding: 0;
    }
    .newsletter-form-02082fc5 .input-wrapper {
        background: #fff;
        border-radius: 50px;
        padding: 15px 20px;
        margin-bottom: 15px;
        width: 100%;
        box-sizing: border-box;
    }
    .newsletter-form-02082fc5 button {
        width: 100%;
        justify-content: center;
    }
}