.atp-lead-form-wrap,
        .atp-seo-landing {
            max-width: 1120px;
            margin: 28px auto;
            padding: 0 18px;
            font-family: inherit;
        }
        .atp-lead-intro,
        .atp-landing-hero {
            background: #f7fbf8;
            border: 1px solid #d9e2ec;
            border-left: 5px solid #0f5132;
            border-radius: 8px;
            padding: 24px;
            margin-bottom: 18px;
        }
        .atp-eyebrow {
            margin: 0 0 8px;
            color: #0f5132;
            font-weight: 800;
            text-transform: uppercase;
            font-size: 12px;
            letter-spacing: .04em;
        }
        .atp-lead-form {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 14px;
            background: #fff;
            border: 1px solid #d9e2ec;
            border-radius: 8px;
            padding: 18px;
        }
        .atp-lead-form label {
            display: flex;
            flex-direction: column;
            gap: 6px;
            font-weight: 700;
            color: #102a43;
        }
        .atp-lead-form input,
        .atp-lead-form select,
        .atp-lead-form textarea {
            width: 100%;
            border: 1px solid #bcccdc;
            border-radius: 6px;
            padding: 10px;
            font: inherit;
        }
        .atp-field-full,
        .atp-lead-success,
        .atp-lead-errors {
            grid-column: 1 / -1;
        }
        .atp-lead-success {
            background: #f7fbf8;
            border: 1px solid #0f5132;
            border-radius: 8px;
            padding: 22px;
        }
        .atp-lead-errors {
            background: #fff5f5;
            border: 1px solid #e53e3e;
            border-radius: 8px;
            padding: 12px 16px;
            margin: 12px 0;
        }
        .atp-landing-grid {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 18px;
            margin: 18px 0;
        }
        .atp-landing-grid > div,
        .atp-landing-faq {
            border: 1px solid #d9e2ec;
            border-radius: 8px;
            padding: 20px;
            background: #fff;
        }
        .atp-landing-faq details {
            border-top: 1px solid #e6edf3;
            padding: 12px 0;
        }
        .atp-landing-faq summary {
            cursor: pointer;
            font-weight: 800;
            color: #102a43;
        }
        .atp-page-cta {
            display: flex;
            gap: 10px;
            flex-wrap: wrap;
            margin-top: 16px;
        }
        .atp-contact-actions {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            margin-top: 14px;
        }
        .atp-btn--messenger { background: #0866ff; color: #fff !important; }
        .atp-btn--viber { background: #7360f2; color: #fff !important; }
        .atp-btn--phone { background: #102a43; color: #fff !important; }
        .atp-btn--whatsapp { background: #25d366; color: #073b20 !important; }
        .atp-design-assistant {
            max-width: 1120px;
            margin: 28px auto;
            padding: 0 18px 72px;
        }
        .atp-checkbox-group {
            border: 1px solid #d9e2ec;
            border-radius: 8px;
            padding: 12px;
            display: grid;
            grid-template-columns: repeat(4, minmax(0, 1fr));
            gap: 8px;
        }
        .atp-checkbox-group legend {
            font-weight: 800;
            color: #102a43;
            padding: 0 6px;
        }
        .atp-checkbox-group label {
            display: flex;
            align-items: center;
            flex-direction: row;
            gap: 6px;
            font-weight: 600;
        }
        .atp-checkbox-group input {
            width: auto;
        }
        .atp-design-result {
            background: #f7fbf8;
            border: 1px solid #0f5132;
            border-radius: 8px;
            padding: 20px;
        }
        .atp-design-result dl {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 12px;
            margin: 16px 0;
        }
        .atp-design-result dl div {
            background: #fff;
            border: 1px solid #d9e2ec;
            border-radius: 8px;
            padding: 12px;
        }
        .atp-design-result dt {
            font-weight: 800;
            color: #102a43;
            margin-bottom: 4px;
        }
        .atp-design-result dd {
            margin: 0;
        }
        @media (max-width: 767px) {
            .atp-lead-form,
            .atp-landing-grid {
                grid-template-columns: 1fr;
            }
            .atp-lead-intro,
            .atp-landing-hero {
                padding: 18px;
            }
            .atp-page-cta .atp-btn {
                width: 100%;
            }
            .atp-contact-actions {
                display: grid;
                grid-template-columns: 1fr;
            }
            .atp-checkbox-group,
            .atp-design-result dl {
                grid-template-columns: 1fr;
            }
            .atp-design-assistant {
                padding-bottom: 86px;
            }
        }