.elementor-11892 .elementor-element.elementor-element-c2c1196{--display:flex;}/* Start custom CSS for html, class: .elementor-element-683057a */.atl-import-bath-body {
  --atl-blue-900: #0b2e5c;
  --atl-blue-700: #14548f;
  --atl-blue-600: #1a6fbf;
  --atl-blue-500: #2e86de;
  --atl-blue-100: #e8f1fb;
  --atl-blue-50: #f4f8fd;
  --atl-gray-900: #1f2937;
  --atl-gray-700: #4b5563;
  --atl-gray-500: #6b7280;
  --atl-gray-200: #e5e7eb;
  --atl-gray-100: #f3f4f6;
  --atl-white: #ffffff;
  --atl-amber-500: #d97706;
  --atl-amber-50: #fffbeb;
  --atl-red-600: #dc2626;
  --atl-red-50: #fef2f2;
  --atl-green-600: #16a34a;
  --atl-radius: 14px;
  --atl-shadow: 0 2px 10px rgba(11,46,92,0.06);
  --atl-shadow-md: 0 8px 24px rgba(11,46,92,0.10);

  all: initial;
  display: block;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: var(--atl-gray-900);
  line-height: 1.7;
  font-size: 17px;
  max-width: 860px;
  margin: 0 auto;
  padding: 0 20px 90px;
  background: var(--atl-white);
  box-sizing: border-box;
}
.atl-import-bath-body *,
.atl-import-bath-body *::before,
.atl-import-bath-body *::after { box-sizing: border-box; }

.atl-import-bath-body p { margin: 0 0 16px; color: var(--atl-gray-700); }
.atl-import-bath-body ul, .atl-import-bath-body ol { margin: 0 0 16px; padding-left: 22px; color: var(--atl-gray-700); }
.atl-import-bath-body li { margin-bottom: 8px; }
.atl-import-bath-body strong { color: var(--atl-gray-900); }
.atl-import-bath-body a { color: var(--atl-blue-600); text-decoration: underline; text-underline-offset: 2px; }

/* Progress bar */
.atl-progress-track {
  position: sticky; top: 0; left: 0; width: 100%; height: 4px;
  background: var(--atl-gray-100); z-index: 50; margin: 0 -20px 0; width: calc(100% + 40px);
}
.atl-progress-bar { height: 100%; width: 0%; background: linear-gradient(90deg, var(--atl-blue-500), var(--atl-blue-700)); transition: width .1s linear; }

/* Header intro */
.atl-hero { padding: 32px 0 20px; }
.atl-hero-eyebrow {
  display: inline-flex; align-items: center; gap: 6px;
  background: var(--atl-blue-100); color: var(--atl-blue-700);
  font-size: 13px; font-weight: 600; padding: 6px 12px; border-radius: 999px; margin-bottom: 16px;
}
.atl-hero h2 {
  font-size: 28px; line-height: 1.35; color: var(--atl-blue-900); margin: 0 0 14px; font-weight: 800;
}
.atl-hero-lead { font-size: 18px; color: var(--atl-gray-700); }

/* Anchor nav / sticky TOC */
.atl-toc {
  position: sticky; top: 4px; z-index: 40;
  background: var(--atl-white); border: 1px solid var(--atl-gray-200);
  border-radius: var(--atl-radius); padding: 14px 16px; margin: 8px 0 28px;
  box-shadow: var(--atl-shadow);
}
.atl-toc-head {
  display: flex; align-items: center; justify-content: space-between; cursor: pointer; user-select: none;
}
.atl-toc-title { font-weight: 700; font-size: 15px; color: var(--atl-blue-900); display: flex; align-items: center; gap: 8px; }
.atl-toc-chevron { transition: transform .2s ease; flex-shrink: 0; }
.atl-toc.atl-open .atl-toc-chevron { transform: rotate(180deg); }
.atl-toc-list { list-style: none; padding: 0; margin: 14px 0 0; max-height: 0; overflow: hidden; transition: max-height .25s ease; }
.atl-toc.atl-open .atl-toc-list { max-height: 900px; }
.atl-toc-list li { margin: 0; border-top: 1px solid var(--atl-gray-100); }
.atl-toc-list li:first-child { border-top: none; }
.atl-toc-list a {
  display: block; padding: 10px 4px; font-size: 14.5px; color: var(--atl-gray-700); text-decoration: none;
}
.atl-toc-list a:hover { color: var(--atl-blue-600); }
.atl-toc-list a span.atl-toc-num {
  display: inline-flex; align-items: center; justify-content: center; width: 20px; height: 20px;
  background: var(--atl-blue-100); color: var(--atl-blue-700); border-radius: 50%; font-size: 11px; font-weight: 700; margin-right: 10px;
}

/* Sections */
.atl-section { padding: 36px 0; border-bottom: 1px solid var(--atl-gray-100); scroll-margin-top: 16px; }
.atl-section:last-of-type { border-bottom: none; }
.atl-section h2 {
  font-size: 22px; color: var(--atl-blue-900); margin: 0 0 16px; font-weight: 800; line-height: 1.4;
  display: flex; gap: 10px; align-items: flex-start;
}
.atl-section h2 .atl-h2-icon { flex-shrink: 0; margin-top: 2px; color: var(--atl-blue-500); }
.atl-section h3 { font-size: 17px; color: var(--atl-gray-900); margin: 20px 0 10px; font-weight: 700; }

/* Boxes */
.atl-box {
  border-radius: var(--atl-radius); padding: 18px 20px; margin: 18px 0; display: flex; gap: 12px; align-items: flex-start;
}
.atl-box svg { flex-shrink: 0; margin-top: 2px; }
.atl-box p { margin: 0; }
.atl-box p:not(:last-child) { margin-bottom: 8px; }
.atl-box-title { font-weight: 700; margin-bottom: 4px; display: block; }

.atl-box-note { background: var(--atl-blue-50); border: 1px solid var(--atl-blue-100); }
.atl-box-note svg { color: var(--atl-blue-600); }
.atl-box-note .atl-box-title { color: var(--atl-blue-900); }

.atl-box-warn { background: var(--atl-amber-50); border: 1px solid #fde5b0; }
.atl-box-warn svg { color: var(--atl-amber-500); }
.atl-box-warn .atl-box-title { color: #92400e; }

.atl-box-danger { background: var(--atl-red-50); border: 1px solid #fbd0d0; }
.atl-box-danger svg { color: var(--atl-red-600); }
.atl-box-danger .atl-box-title { color: #991b1b; }

/* Quote */
.atl-quote {
  border-left: 4px solid var(--atl-blue-500); background: var(--atl-blue-50);
  border-radius: 0 var(--atl-radius) var(--atl-radius) 0; padding: 18px 22px; margin: 20px 0;
  font-size: 18px; font-weight: 600; color: var(--atl-blue-900); font-style: normal;
}

/* Checklist */
.atl-checklist { list-style: none; padding: 0; margin: 16px 0; }
.atl-checklist li {
  display: flex; gap: 10px; align-items: flex-start; padding: 10px 0; border-bottom: 1px dashed var(--atl-gray-200);
}
.atl-checklist li:last-child { border-bottom: none; }
.atl-checklist svg { flex-shrink: 0; margin-top: 3px; color: var(--atl-green-600); }
.atl-checklist strong { color: var(--atl-gray-900); }

/* Comparison table */
.atl-table-wrap { overflow-x: auto; margin: 18px 0; border-radius: var(--atl-radius); border: 1px solid var(--atl-gray-200); }
.atl-table { width: 100%; border-collapse: collapse; min-width: 560px; font-size: 15px; }
.atl-table th, .atl-table td { padding: 12px 14px; text-align: left; border-bottom: 1px solid var(--atl-gray-100); }
.atl-table thead th { background: var(--atl-blue-900); color: var(--atl-white); font-weight: 700; font-size: 14px; }
.atl-table tbody tr:nth-child(even) { background: var(--atl-blue-50); }
.atl-table tbody tr:last-child td { border-bottom: none; }
.atl-table td:first-child { font-weight: 600; color: var(--atl-gray-900); white-space: nowrap; }

/* Timeline / process flow */
.atl-timeline { position: relative; margin: 22px 0 6px; padding-left: 34px; }
.atl-timeline::before { content: ""; position: absolute; left: 11px; top: 6px; bottom: 6px; width: 2px; background: var(--atl-gray-200); }
.atl-timeline-item { position: relative; padding-bottom: 26px; }
.atl-timeline-item:last-child { padding-bottom: 0; }
.atl-timeline-dot {
  position: absolute; left: -34px; top: 2px; width: 24px; height: 24px; border-radius: 50%;
  background: var(--atl-blue-600); color: var(--atl-white); font-size: 12px; font-weight: 700;
  display: flex; align-items: center; justify-content: center;
}
.atl-timeline-item h4 { margin: 0 0 4px; font-size: 15.5px; color: var(--atl-gray-900); font-weight: 700; }
.atl-timeline-item p { margin: 0; font-size: 15px; }

/* Info cards */
.atl-card-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin: 18px 0; }
.atl-card {
  border: 1px solid var(--atl-gray-200); border-radius: var(--atl-radius); padding: 16px; background: var(--atl-gray-100)/0;
  background: var(--atl-white); box-shadow: var(--atl-shadow);
}
.atl-card svg { color: var(--atl-blue-600); margin-bottom: 10px; }
.atl-card h4 { margin: 0 0 6px; font-size: 15px; color: var(--atl-gray-900); font-weight: 700; }
.atl-card p { margin: 0; font-size: 14.5px; }

/* CTA box */
.atl-cta {
  margin: 26px 0; border-radius: 18px; padding: 24px;
  background: linear-gradient(135deg, var(--atl-blue-900), var(--atl-blue-700));
  color: var(--atl-white); box-shadow: var(--atl-shadow-md);
}
.atl-cta-head { display: flex; align-items: center; gap: 10px; margin-bottom: 6px; }
.atl-cta-head svg { color: #a9d0f5; }
.atl-cta-title { font-size: 18px; font-weight: 800; margin: 0; }
.atl-cta-desc { color: #cfe1f6; font-size: 14.5px; margin: 0 0 18px; }
.atl-cta-people { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.atl-cta-person { background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.16); border-radius: 12px; padding: 14px; }
.atl-cta-person-name { font-weight: 700; font-size: 15px; margin: 0 0 2px; }
.atl-cta-person-role { font-size: 12.5px; color: #b9d3ee; margin: 0 0 12px; }
.atl-cta-btns { display: flex; flex-wrap: wrap; gap: 8px; }
.atl-cta-btn {
  flex: 1 1 auto; display: inline-flex; align-items: center; justify-content: center; gap: 6px;
  padding: 9px 10px; border-radius: 8px; font-size: 13px; font-weight: 700; text-decoration: none;
  border: 1px solid rgba(255,255,255,0.25); color: var(--atl-white); white-space: nowrap;
}
.atl-cta-btn svg { width: 14px; height: 14px; }
.atl-cta-btn.atl-btn-call { background: var(--atl-white); color: var(--atl-blue-900); border-color: var(--atl-white); }
.atl-cta-btn.atl-btn-zalo { background: #0068ff; border-color: #0068ff; }
.atl-cta-btn.atl-btn-mail { background: transparent; }

/* FAQ accordion */
.atl-faq-item { border: 1px solid var(--atl-gray-200); border-radius: 12px; margin-bottom: 10px; overflow: hidden; }
.atl-faq-q {
  width: 100%; text-align: left; background: var(--atl-white); border: none; cursor: pointer;
  padding: 15px 46px 15px 16px; font-size: 15.5px; font-weight: 700; color: var(--atl-gray-900);
  position: relative; font-family: inherit;
}
.atl-faq-q::after {
  content: "+"; position: absolute; right: 16px; top: 50%; transform: translateY(-50%);
  font-size: 20px; color: var(--atl-blue-600); font-weight: 400; transition: transform .2s ease;
}
.atl-faq-item.atl-open .atl-faq-q::after { transform: translateY(-50%) rotate(45deg); }
.atl-faq-item.atl-open .atl-faq-q { background: var(--atl-blue-50); }
.atl-faq-a { max-height: 0; overflow: hidden; transition: max-height .25s ease; }
.atl-faq-a-inner { padding: 4px 16px 16px; font-size: 15px; color: var(--atl-gray-700); }
.atl-faq-a-inner p { margin: 0; }

/* Internal links block */
.atl-related { background: var(--atl-gray-100); border-radius: var(--atl-radius); padding: 16px 18px; margin: 18px 0; }
.atl-related-title { font-weight: 700; font-size: 14px; color: var(--atl-gray-900); margin-bottom: 8px; }
.atl-related ul { margin: 0; padding-left: 18px; }
.atl-related a { font-size: 14.5px; }

/* Sticky mobile CTA */
.atl-sticky-mobile {
  position: fixed; left: 0; right: 0; bottom: -100px; z-index: 60;
  background: var(--atl-blue-900); padding: 10px 16px; display: none;
  box-shadow: 0 -4px 16px rgba(0,0,0,0.18); transition: bottom .3s ease;
  gap: 10px;
}
.atl-sticky-mobile.atl-show { bottom: 0; }
.atl-sticky-mobile a {
  flex: 1; display: flex; align-items: center; justify-content: center; gap: 6px;
  padding: 12px 8px; border-radius: 10px; font-weight: 700; font-size: 13.5px; text-decoration: none;
}
.atl-sticky-mobile .atl-sm-call { background: var(--atl-white); color: var(--atl-blue-900); }
.atl-sticky-mobile .atl-sm-zalo { background: #0068ff; color: var(--atl-white); }

@media (max-width: 720px) {
  .atl-import-bath-body { font-size: 16px; padding: 0 16px 100px; }
  .atl-hero h2 { font-size: 23px; }
  .atl-card-grid { grid-template-columns: 1fr; }
  .atl-cta-people { grid-template-columns: 1fr; }
  .atl-sticky-mobile { display: flex; }
  .atl-table { min-width: 520px; }
}/* End custom CSS */