.am-core-cta { margin: 36px 0; padding: clamp(24px, 5vw, 40px); background: linear-gradient(135deg, #0c3f9f, #1457d9); border-radius: 18px; color: #fff; text-align: center; box-shadow: 0 12px 32px rgb(20 87 217 / 20%); }
.am-core-cta-title { margin: 0 0 10px; color: inherit; font-size: clamp(1.4rem, 5vw, 2rem); }
.am-core-cta-content > :first-child { margin-top: 0; }
.am-core-cta-content > :last-child { margin-bottom: 0; }
.am-core-button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; margin-top: 22px; padding: 12px 26px; border-radius: 999px; background: #fff; color: #0c3f9f; font-weight: 800; text-decoration: none; }
.am-core-point { margin: 24px 0; padding: 18px 20px; border: 1px solid #dbe7ff; border-left: 5px solid #1457d9; border-radius: 10px; background: #f4f8ff; }
.am-core-point--warning { border-color: #ffe2a8; border-left-color: #e99a00; background: #fff9eb; }
.am-core-point--negative { border-color: #ffc9c9; border-left-color: #df3030; background: #fff5f5; }
.am-core-point-title { margin-bottom: 5px; font-weight: 800; }
.am-core-point-content > :first-child { margin-top: 0; }
.am-core-point-content > :last-child { margin-bottom: 0; }
.am-core-faq { margin: 14px 0; padding: 0 18px; border: 1px solid #e5e9f0; border-radius: 10px; background: #fff; }
.am-core-faq summary { padding: 16px 0; cursor: pointer; font-weight: 800; }
.am-core-faq-answer { padding: 0 0 16px; }
.am-core-blog-part { margin: 24px 0; }
.am-editor-placeholder, .am-editor-point, .am-editor-faq { padding: 18px; border: 1px dashed #8c8f94; border-radius: 8px; background: #f6f7f7; }

