
.dpx-free-print {
    box-sizing: border-box;
    width: 100%;
    max-width: none;
    margin: 30px 0 24px;
    padding: 38px 40px;
    border: 1px solid #ddd2fb;
    border-radius: 28px;
    background: linear-gradient(145deg, #ffffff 0%, #fbf9ff 100%);
    box-shadow: 0 14px 38px rgba(50,25,100,.075);
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
    color: #1e1b2e;
}
.dpx-free-print__success {
    padding: 16px 18px;
    margin: 0 0 20px;
    border: 1px solid #bbf7d0;
    border-radius: 14px;
    background: #f0fdf4;
    color: #14532d;
    font-size: 14px;
    line-height: 1.55;
}
.dpx-free-print__eyebrow {
    display: inline-block;
    margin: 0 0 18px;
    padding: 10px 18px;
    border-radius: 999px;
    background: #ede7ff;
    color: #6d28d9;
    font-size: 13px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
}
.dpx-free-print h3 {
    margin: 0 0 12px;
    color: #1e1b2e;
    font-size: 36px;
    line-height: 1.18;
    font-weight: 700;
    letter-spacing: -.02em;
}
.dpx-free-print__details {
    margin: 0 0 20px;
    color: #6d28d9;
    font-size: 17px;
    line-height: 1.45;
    font-weight: 800;
}
.dpx-free-print__intro {
    margin: 0 0 24px;
    color: #55506b;
    font-size: 17px;
    line-height: 1.65;
}
.dpx-free-print__field { margin: 0 0 20px; }
.dpx-free-print__field label {
    display: block;
    margin: 0 0 8px;
    color: #302b45;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 700;
}
.dpx-free-print__field input {
    box-sizing: border-box;
    width: 100%;
    min-height: 66px;
    padding: 0 20px;
    border: 1px solid #d9d4e8;
    border-radius: 4px;
    background: #fff;
    color: #1e1b2e;
    font-size: 18px;
    outline: none;
    transition: border-color .18s ease, box-shadow .18s ease;
}
.dpx-free-print__field input:focus {
    border-color: #8b5cf6;
    box-shadow: 0 0 0 3px rgba(139,92,246,.13);
}
.dpx-free-print__consent {
    display: flex;
    align-items: flex-start;
    gap: 13px;
    margin: 5px 0 18px;
    color: #55506b;
    font-size: 15px;
    line-height: 1.55;
    cursor: pointer;
}
.dpx-free-print__consent input {
    flex: 0 0 auto;
    width: 19px;
    height: 19px;
    margin: 2px 0 0;
}
.dpx-free-print__privacy {
    margin: 0 0 20px;
    color: #777188;
    font-size: 13.5px;
    line-height: 1.65;
}
.dpx-free-print__privacy a { color: #6d28d9; text-decoration: none; }
.dpx-free-print__privacy a:hover { text-decoration: underline; }
.dpx-free-print__button {
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 70px;
    padding: 15px 22px;
    border: 0;
    border-radius: 16px;
    background: linear-gradient(135deg,#7c3ff0 0%,#8150f3 48%,#a182f3 100%);
    color: #fff !important;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 800;
    text-decoration: none !important;
    cursor: pointer;
    box-shadow: 0 10px 24px rgba(124,70,240,.22);
    transition: transform .15s ease, box-shadow .15s ease;
}
.dpx-free-print__button:hover {
    transform: translateY(-1px);
    box-shadow: 0 13px 28px rgba(124,70,240,.28);
}
.dpx-free-print__honeypot {
    position: absolute !important;
    left: -99999px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}
@media (max-width: 767px) {
    .dpx-free-print { padding: 26px 20px; border-radius: 20px; margin-top: 22px; }
    .dpx-free-print h3 { font-size: 28px; }
    .dpx-free-print__details { font-size: 15px; }
    .dpx-free-print__intro { font-size: 15px; }
    .dpx-free-print__field input { min-height: 56px; font-size: 16px; }
    .dpx-free-print__button { min-height: 58px; font-size: 17px; }
}
