.elementor-12086 .elementor-element.elementor-element-5c3301d{--display:flex;}/* Start custom CSS for html, class: .elementor-element-c85465e */.atl-laser-article {
  --atl-navy: #0f2942;
  --atl-blue: #1a5f8a;
  --atl-accent: #d68910;
  --atl-bg: #f7f9fb;
  --atl-line: #dfe6ec;
  --atl-text: #24313f;
  --atl-muted: #5c6b78;
  --atl-danger-bg: #fdf1ef;
  --atl-danger-line: #e0a094;
  --atl-warn-bg: #fdf6e8;
  --atl-warn-line: #e6c674;
  --atl-ok-bg: #eef6f1;
  --atl-ok-line: #9dc9ac;
  max-width: 880px;
  margin: 0 auto;
  color: var(--atl-text);
  line-height: 1.68;
  font-size: 16px;
  background: #fff;
}
.atl-laser-article * { box-sizing: border-box; }
.atl-laser-article .atl-progress-track {
  position: sticky; top: 0; z-index: 40; height: 4px; background: var(--atl-line);
}
.atl-laser-article .atl-progress-bar { height: 100%; width: 0%; background: var(--atl-accent); transition: width .12s linear; }
.atl-laser-article .atl-hero {
  padding: 28px 20px 20px; border-bottom: 1px solid var(--atl-line);
}
.atl-laser-article .atl-eyebrow {
  display: inline-block; font-size: 12.5px; letter-spacing: .04em; text-transform: uppercase;
  color: var(--atl-blue); background: #eaf2f8; padding: 4px 10px; border-radius: 999px; margin-bottom: 12px;
}
.atl-laser-article h2 {
  font-size: 24px; line-height: 1.35; color: var(--atl-navy); margin: 40px 20px 14px; scroll-margin-top: 60px;
}
.atl-laser-article .atl-hero h2 { margin: 0 0 10px; font-size: 26px; }
.atl-laser-article .atl-sub { color: var(--atl-muted); font-size: 15.5px; margin: 0 20px 0; }
.atl-laser-article h3 { font-size: 18px; color: var(--atl-navy); margin: 22px 20px 8px; }
.atl-laser-article p { margin: 0 20px 14px; }
.atl-laser-article ul, .atl-laser-article ol { margin: 0 20px 14px 40px; padding: 0; }
.atl-laser-article li { margin-bottom: 6px; }
.atl-laser-article section { padding-bottom: 4px; }

.atl-laser-article .atl-toc {
  margin: 18px 20px 0; padding: 14px 16px; background: var(--atl-bg); border: 1px solid var(--atl-line); border-radius: 10px;
}
.atl-laser-article .atl-toc summary { cursor: pointer; font-weight: 600; color: var(--atl-navy); }
.atl-laser-article .atl-toc ol { margin: 10px 0 0 20px; columns: 1; }
.atl-laser-article .atl-toc a { color: var(--atl-blue); text-decoration: none; font-size: 14.5px; }
.atl-laser-article .atl-toc a:hover { text-decoration: underline; }
.atl-laser-article .atl-toc li.atl-active > a { font-weight: 700; color: var(--atl-accent); }

.atl-laser-article .atl-box {
  margin: 14px 20px; padding: 16px 18px; border-radius: 10px; border: 1px solid var(--atl-line);
}
.atl-laser-article .atl-box-quick { background: var(--atl-ok-bg); border-color: var(--atl-ok-line); }
.atl-laser-article .atl-box-warn { background: var(--atl-warn-bg); border-color: var(--atl-warn-line); }
.atl-laser-article .atl-box-danger { background: var(--atl-danger-bg); border-color: var(--atl-danger-line); }
.atl-laser-article .atl-box-title { font-weight: 700; color: var(--atl-navy); margin-bottom: 8px; display: flex; align-items: center; gap: 8px; }
.atl-laser-article .atl-box ul { margin-left: 20px; }
.atl-laser-article .atl-box p:last-child, .atl-laser-article .atl-box ul:last-child { margin-bottom: 0; }

.atl-laser-article .atl-table-wrap { margin: 14px 20px; overflow-x: auto; border: 1px solid var(--atl-line); border-radius: 10px; }
.atl-laser-article table { border-collapse: collapse; width: 100%; min-width: 560px; font-size: 14.5px; }
.atl-laser-article th, .atl-laser-article td { padding: 10px 12px; border-bottom: 1px solid var(--atl-line); text-align: left; vertical-align: top; }
.atl-laser-article th { background: var(--atl-navy); color: #fff; font-weight: 600; position: sticky; top: 0; }
.atl-laser-article tr:last-child td { border-bottom: none; }
.atl-laser-article tr:nth-child(even) td { background: #fafcfd; }

.atl-laser-article .atl-checklist { margin: 14px 20px; padding: 16px 18px; border: 1px solid var(--atl-line); border-radius: 10px; background: #fff; }
.atl-laser-article .atl-checklist-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 10px; gap: 12px; flex-wrap: wrap; }
.atl-laser-article .atl-checklist-title { font-weight: 700; color: var(--atl-navy); }
.atl-laser-article .atl-checklist-progress { font-size: 13px; color: var(--atl-muted); }
.atl-laser-article .atl-checklist-track { height: 6px; background: var(--atl-line); border-radius: 999px; margin-bottom: 12px; overflow: hidden; }
.atl-laser-article .atl-checklist-fill { height: 100%; width: 0%; background: var(--atl-blue); transition: width .2s ease; }
.atl-laser-article .atl-cl-item { display: flex; align-items: flex-start; gap: 10px; padding: 6px 0; cursor: pointer; }
.atl-laser-article .atl-cl-item input { margin-top: 4px; width: 16px; height: 16px; accent-color: var(--atl-blue); }
.atl-laser-article .atl-cl-item span { font-size: 14.5px; }
.atl-laser-article .atl-cl-item input:checked + span { color: var(--atl-muted); text-decoration: line-through; }

.atl-laser-article .atl-sop { margin: 14px 20px; }
.atl-laser-article .atl-sop-step { display: flex; gap: 14px; padding: 12px 0; border-left: 2px solid var(--atl-line); margin-left: 14px; padding-left: 20px; position: relative; }
.atl-laser-article .atl-sop-step:before { content: attr(data-n); position: absolute; left: -15px; top: 10px; width: 28px; height: 28px; border-radius: 50%; background: var(--atl-navy); color: #fff; font-size: 13px; font-weight: 700; display: flex; align-items: center; justify-content: center; }
.atl-laser-article .atl-sop-step:last-child { border-left-color: transparent; }
.atl-laser-article .atl-sop-step b { color: var(--atl-navy); }

.atl-laser-article .atl-dtree { margin: 14px 20px; padding: 16px 18px; border: 1px solid var(--atl-line); border-radius: 10px; background: var(--atl-bg); }
.atl-laser-article .atl-dtree-node { padding: 10px 14px; margin: 8px 0; background: #fff; border: 1px solid var(--atl-line); border-left: 4px solid var(--atl-blue); border-radius: 6px; font-size: 14.5px; }
.atl-laser-article .atl-dtree-node.atl-leaf { border-left-color: var(--atl-accent); }
.atl-laser-article .atl-dtree-arrow { text-align: center; color: var(--atl-muted); margin: 2px 0; font-size: 13px; }

.atl-laser-article .atl-case { margin: 14px 20px; padding: 18px; border: 1px solid var(--atl-line); border-radius: 10px; background: #fff; }
.atl-laser-article .atl-case-tag { display: inline-block; font-size: 12px; text-transform: uppercase; letter-spacing: .03em; color: var(--atl-blue); background: #eaf2f8; padding: 3px 9px; border-radius: 999px; margin-bottom: 10px; }

.atl-laser-article .atl-faq { margin: 14px 20px; }
.atl-laser-article details.atl-faq-item { border: 1px solid var(--atl-line); border-radius: 8px; margin-bottom: 8px; padding: 12px 14px; background: #fff; }
.atl-laser-article details.atl-faq-item summary { cursor: pointer; font-weight: 600; color: var(--atl-navy); list-style: none; display: flex; justify-content: space-between; gap: 10px; }
.atl-laser-article details.atl-faq-item summary::-webkit-details-marker { display: none; }
.atl-laser-article details.atl-faq-item summary:after { content: '+'; font-size: 20px; color: var(--atl-blue); flex-shrink: 0; }
.atl-laser-article details.atl-faq-item[open] summary:after { content: '−'; }
.atl-laser-article details.atl-faq-item p { margin: 10px 0 0; }

.atl-laser-article .atl-cta { margin: 22px 20px; padding: 20px; border-radius: 12px; background: linear-gradient(135deg, #0f2942, #1a5f8a); color: #fff; }
.atl-laser-article .atl-cta p { color: #eaf2f8; margin: 0 0 14px; }
.atl-laser-article .atl-cta-title { font-weight: 700; font-size: 17px; margin-bottom: 8px; }
.atl-laser-article .atl-contact-cards { display: flex; gap: 12px; flex-wrap: wrap; }
.atl-laser-article .atl-contact-card { flex: 1 1 220px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.25); border-radius: 10px; padding: 14px; }
.atl-laser-article .atl-contact-card b { display: block; font-size: 15px; margin-bottom: 6px; }
.atl-laser-article .atl-contact-card a { color: #fff; text-decoration: none; display: block; font-size: 14px; margin-top: 4px; opacity: .95; }
.atl-laser-article .atl-contact-card a:hover { text-decoration: underline; }

.atl-laser-article .atl-note { font-size: 13.5px; color: var(--atl-muted); font-style: italic; margin: 8px 20px 0; }

@media (max-width: 640px) {
  .atl-laser-article h2 { font-size: 20px; margin-top: 30px; }
  .atl-laser-article .atl-contact-cards { flex-direction: column; }
  .atl-laser-article table { font-size: 13px; }
}/* End custom CSS */