.llpi-wrap {
    max-width: 760px;
    margin: 48px auto;
    padding: 0 20px;
    color: #111827;
    font-family: inherit;
}
.llpi-wrap * {
    box-sizing: border-box;
}
.llpi-wrap .llpi-form,
.llpi-wrap .llpi-success {
    border: 1px solid #e5e7eb;
    background: #ffffff;
    padding: 28px;
    border-radius: 8px;
    box-shadow: 0 10px 24px rgba(17, 24, 39, 0.06);
}
.llpi-wrap h1 {
    margin: 0 0 20px;
    font-size: 26px;
    line-height: 1.25;
    color: #111827;
}
.llpi-wrap .llpi-form-heading {
    margin: -8px 0 20px;
    color: #4b5563;
    font-size: 16px;
    line-height: 1.5;
}
.llpi-wrap .llpi-field {
    display: block;
    margin-bottom: 16px;
    color: #111827;
}
.llpi-wrap .llpi-field span {
    display: block;
    margin-bottom: 6px;
    font-weight: 600;
}
.llpi-wrap .llpi-field b {
    color: #b91c1c;
}
.llpi-wrap .llpi-field input,
.llpi-wrap .llpi-field textarea {
    width: 100%;
    min-height: 44px;
    border: 1px solid #cbd5e1;
    border-radius: 6px;
    padding: 10px 12px;
    background: #ffffff;
    color: #111827;
}
.llpi-wrap .llpi-field textarea {
    min-height: 110px;
}
.llpi-wrap .llpi-submit,
.llpi-wrap .llpi-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 10px 18px;
    border: 0;
    text-decoration: none;
    font-weight: 700;
    cursor: pointer;
}
.llpi-wrap .llpi-submit {
    width: 100%;
    margin-top: 8px;
}
.llpi-wrap .llpi-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 20px;
}
.llpi-wrap .llpi-back {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    color: #111827;
}
.llpi-wrap .llpi-preview {
    margin-top: 28px;
    border-top: 1px solid #e5e7eb;
    padding-top: 22px;
}
.llpi-wrap .llpi-preview h2 {
    margin: 0 0 12px;
    color: #111827;
    font-size: 20px;
    line-height: 1.3;
}
.llpi-wrap .llpi-preview iframe {
    display: block;
    width: 100%;
    height: 720px;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    background: #f9fafb;
}
.llpi-wrap .llpi-error {
    margin: 0 0 12px;
    padding: 10px 12px;
    border-left: 4px solid #b91c1c;
    background: #fef2f2;
    color: #7f1d1d;
}
.llpi-wrap .llpi-privacy {
    display: block;
    margin: 8px 0 16px;
    color: #111827;
}
.llpi-wrap .llpi-hp {
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    opacity: 0 !important;
}
body.llpi-gated-pdf-page footer,
body.llpi-gated-pdf-page footer p,
body.llpi-gated-pdf-page footer span,
body.llpi-gated-pdf-page footer li,
body.llpi-gated-pdf-page #footer_section,
body.llpi-gated-pdf-page #footer_section p,
body.llpi-gated-pdf-page #footer_section span,
body.llpi-gated-pdf-page #footer_section li,
body.llpi-gated-pdf-page #footer_section div,
body.llpi-gated-pdf-page #footer_section .elementor-heading-title,
body.llpi-gated-pdf-page #footer_section .elementor-icon-list-text,
body.llpi-gated-pdf-page .site-footer,
body.llpi-gated-pdf-page .site-footer p,
body.llpi-gated-pdf-page .site-footer span,
body.llpi-gated-pdf-page .site-footer li,
body.llpi-gated-pdf-page .elementor-location-footer,
body.llpi-gated-pdf-page .elementor-location-footer p,
body.llpi-gated-pdf-page .elementor-location-footer span,
body.llpi-gated-pdf-page .elementor-location-footer li {
    color: #ffffff !important;
}
body.llpi-gated-pdf-page footer a,
body.llpi-gated-pdf-page #footer_section a,
body.llpi-gated-pdf-page #footer_section a span,
body.llpi-gated-pdf-page .site-footer a,
body.llpi-gated-pdf-page .elementor-location-footer a {
    color: #ffffff !important;
}
body.llpi-gated-pdf-page footer a:hover,
body.llpi-gated-pdf-page #footer_section a:hover,
body.llpi-gated-pdf-page #footer_section a:hover span,
body.llpi-gated-pdf-page .site-footer a:hover,
body.llpi-gated-pdf-page .elementor-location-footer a:hover {
    color: #ff2d2d !important;
}
@media (max-width: 600px) {
    .llpi-wrap {
        margin: 28px auto;
    }
    .llpi-wrap .llpi-form,
    .llpi-wrap .llpi-success {
        padding: 20px;
    }
    .llpi-wrap h1 {
        font-size: 22px;
    }
    .llpi-wrap .llpi-actions,
    .llpi-wrap .llpi-button {
        width: 100%;
    }
    .llpi-wrap .llpi-preview iframe {
        height: 520px;
    }
}
