.elementor-11834 .elementor-element.elementor-element-8878526{--display:flex;}/* Start custom CSS for html, class: .elementor-element-86710ad */.atl-network-import {
  --atl-navy: #0b2545;
  --atl-blue: #1d4ed8;
  --atl-blue-light: #eef4ff;
  --atl-blue-mid: #3b6fd6;
  --atl-gray-900: #1f2733;
  --atl-gray-700: #45505f;
  --atl-gray-500: #6b7686;
  --atl-gray-200: #e4e9f0;
  --atl-gray-100: #f4f7fb;
  --atl-white: #ffffff;
  --atl-amber: #b45309;
  --atl-amber-bg: #fff7e6;
  --atl-red: #b3261e;
  --atl-red-bg: #fdecea;
  --atl-green: #0f7a4d;
  --atl-green-bg: #eafaf1;
  --atl-radius: 14px;
  --atl-shadow: 0 10px 30px -14px rgba(11,37,69,0.18);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: var(--atl-gray-900);
  line-height: 1.65;
  background: var(--atl-white);
  max-width: 980px;
  margin: 0 auto;
  padding: 0 20px 60px;
  box-sizing: border-box;
}
.atl-network-import *, .atl-network-import *::before, .atl-network-import *::after { box-sizing: border-box; }
.atl-network-import img { max-width: 100%; }
.atl-network-import h2 {
  font-size: 26px;
  font-weight: 800;
  color: var(--atl-navy);
  line-height: 1.3;
  margin: 56px 0 18px;
  letter-spacing: -0.01em;
}
.atl-network-import h3 {
  font-size: 19px;
  font-weight: 700;
  color: var(--atl-navy);
  margin: 30px 0 12px;
}
.atl-network-import h4 {
  font-size: 15px;
  font-weight: 700;
  color: var(--atl-blue);
  margin: 18px 0 8px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.atl-network-import p { margin: 0 0 14px; color: var(--atl-gray-700); font-size: 16px; }
.atl-network-import ul, .atl-network-import ol { margin: 0 0 16px; padding-left: 22px; color: var(--atl-gray-700); }
.atl-network-import li { margin-bottom: 7px; font-size: 16px; }
.atl-network-import strong { color: var(--atl-gray-900); }
.atl-network-import a { color: var(--atl-blue); }

/* ---------- HERO ---------- */
.atl-hero {
  background: linear-gradient(150deg, var(--atl-navy) 0%, #123a72 55%, var(--atl-blue) 100%);
  border-radius: var(--atl-radius);
  padding: 48px 36px;
  margin-top: 28px;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.atl-hero::after {
  content: "";
  position: absolute;
  right: -60px; top: -60px;
  width: 260px; height: 260px;
  border-radius: 50%;
  background: rgba(255,255,255,0.06);
}
.atl-hero-eyebrow {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #cfe0ff;
  background: rgba(255,255,255,0.12);
  padding: 6px 14px;
  border-radius: 999px;
  margin-bottom: 18px;
}
.atl-hero h2 {
  color: #fff;
  font-size: 30px;
  margin: 0 0 16px;
  max-width: 720px;
  position: relative;
}
.atl-hero p {
  color: #dbe6fb;
  font-size: 17px;
  max-width: 680px;
  position: relative;
}
.atl-hero-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
  position: relative;
}
.atl-chip {
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.22);
  color: #eef4ff;
  font-size: 13.5px;
  font-weight: 600;
  padding: 8px 14px;
  border-radius: 999px;
}
.atl-chip svg { width: 16px; height: 16px; flex-shrink: 0; }

/* ---------- SUMMARY GRID ---------- */
.atl-summary-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 14px;
  margin: 22px 0 8px;
}
.atl-summary-card {
  background: var(--atl-gray-100);
  border: 1px solid var(--atl-gray-200);
  border-radius: 12px;
  padding: 16px 16px 14px;
}
.atl-summary-card .atl-num {
  font-size: 12px;
  font-weight: 800;
  color: var(--atl-blue);
  letter-spacing: 0.06em;
}
.atl-summary-card p { margin: 6px 0 0; font-size: 14.5px; color: var(--atl-gray-900); font-weight: 600; }

/* ---------- CALLOUT BOXES ---------- */
.atl-box {
  border-radius: 12px;
  padding: 18px 20px;
  margin: 20px 0;
  border: 1px solid transparent;
}
.atl-box-head {
  display: flex;
  align-items: center;
  gap: 9px;
  font-weight: 800;
  font-size: 14.5px;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.atl-box-head svg { width: 19px; height: 19px; flex-shrink: 0; }
.atl-box p, .atl-box li { margin-bottom: 6px; font-size: 15px; }
.atl-box ul { margin-bottom: 0; }

.atl-box-note { background: var(--atl-blue-light); border-color: #cfe0ff; }
.atl-box-note .atl-box-head { color: var(--atl-blue); }

.atl-box-warn { background: var(--atl-amber-bg); border-color: #f3d9a6; }
.atl-box-warn .atl-box-head { color: var(--atl-amber); }

.atl-box-mistake { background: var(--atl-red-bg); border-color: #f2c6c2; }
.atl-box-mistake .atl-box-head { color: var(--atl-red); }

.atl-box-experience { background: var(--atl-green-bg); border-color: #bfe7d3; }
.atl-box-experience .atl-box-head { color: var(--atl-green); }

.atl-example {
  border-left: 3px solid var(--atl-blue);
  background: var(--atl-gray-100);
  padding: 14px 18px;
  border-radius: 0 10px 10px 0;
  margin: 18px 0;
  font-size: 15px;
  color: var(--atl-gray-700);
  font-style: italic;
}
.atl-example strong { font-style: normal; color: var(--atl-navy); }

/* ---------- TABLES ---------- */
.atl-table-wrap { overflow-x: auto; margin: 18px 0 22px; border: 1px solid var(--atl-gray-200); border-radius: 12px; }
.atl-table { width: 100%; border-collapse: collapse; min-width: 480px; }
.atl-table th {
  background: var(--atl-navy);
  color: #fff;
  text-align: left;
  font-size: 13.5px;
  padding: 12px 14px;
  font-weight: 700;
}
.atl-table td { padding: 11px 14px; font-size: 14.5px; color: var(--atl-gray-700); border-top: 1px solid var(--atl-gray-200); }
.atl-table tr:nth-child(even) td { background: var(--atl-gray-100); }

/* ---------- TIMELINE ---------- */
.atl-timeline { position: relative; margin: 30px 0 10px; padding-left: 30px; }
.atl-timeline::before {
  content: "";
  position: absolute;
  left: 9px; top: 6px; bottom: 6px;
  width: 2px;
  background: var(--atl-gray-200);
}
.atl-tl-item { position: relative; padding-bottom: 26px; }
.atl-tl-item:last-child { padding-bottom: 0; }
.atl-tl-dot {
  position: absolute; left: -30px; top: 2px;
  width: 20px; height: 20px; border-radius: 50%;
  background: var(--atl-blue); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: 11px; font-weight: 800;
  box-shadow: 0 0 0 4px #fff;
}
.atl-tl-item h4 { margin: 0 0 4px; color: var(--atl-navy); text-transform: none; letter-spacing: 0; font-size: 16px; }
.atl-tl-item p { margin: 0; font-size: 14.5px; }

/* ---------- CHECKLIST ---------- */
.atl-checklist { list-style: none; padding: 0; margin: 16px 0 22px; display: grid; gap: 8px; }
.atl-checklist li {
  display: flex; align-items: flex-start; gap: 10px;
  background: var(--atl-gray-100);
  border: 1px solid var(--atl-gray-200);
  border-radius: 10px;
  padding: 11px 14px;
  font-size: 14.5px;
  cursor: pointer;
  transition: background .15s ease, border-color .15s ease;
  user-select: none;
}
.atl-checklist li:hover { border-color: var(--atl-blue-mid); }
.atl-checklist li .atl-check-box {
  width: 19px; height: 19px; border-radius: 5px;
  border: 2px solid var(--atl-gray-500);
  flex-shrink: 0; margin-top: 1px;
  display: flex; align-items: center; justify-content: center;
  background: #fff;
}
.atl-checklist li .atl-check-box svg { width: 12px; height: 12px; opacity: 0; }
.atl-checklist li.atl-checked { background: var(--atl-green-bg); border-color: #bfe7d3; }
.atl-checklist li.atl-checked .atl-check-box { background: var(--atl-green); border-color: var(--atl-green); }
.atl-checklist li.atl-checked .atl-check-box svg { opacity: 1; }
.atl-checklist li.atl-checked span.atl-check-label { color: var(--atl-gray-500); text-decoration: line-through; }
.atl-progress-wrap { margin: 6px 0 4px; }
.atl-progress-bar { height: 8px; background: var(--atl-gray-200); border-radius: 999px; overflow: hidden; }
.atl-progress-fill { height: 100%; width: 0%; background: var(--atl-blue); transition: width .25s ease; }
.atl-progress-label { font-size: 13px; color: var(--atl-gray-500); margin-top: 6px; font-weight: 600; }

/* ---------- CTA CARDS ---------- */
.atl-cta {
  display: flex;
  gap: 20px;
  align-items: center;
  background: var(--atl-white);
  border: 1px solid var(--atl-gray-200);
  border-radius: var(--atl-radius);
  padding: 22px;
  margin: 30px 0;
  box-shadow: var(--atl-shadow);
  flex-wrap: wrap;
}
.atl-cta-icon {
  width: 54px; height: 54px; border-radius: 12px;
  background: var(--atl-blue-light);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.atl-cta-icon svg { width: 28px; height: 28px; color: var(--atl-blue); }
.atl-cta-body { flex: 1; min-width: 220px; }
.atl-cta-body h4 { text-transform: none; letter-spacing: 0; font-size: 17px; color: var(--atl-navy); margin: 0 0 4px; }
.atl-cta-body p { margin: 0 0 4px; font-size: 14.5px; }
.atl-cta-person { font-weight: 700; color: var(--atl-gray-900); }
.atl-cta-actions { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 10px; }
.atl-btn {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 13.5px; font-weight: 700;
  padding: 9px 14px; border-radius: 9px;
  text-decoration: none; cursor: pointer;
  border: 1px solid transparent;
}
.atl-btn svg { width: 15px; height: 15px; }
.atl-btn-primary { background: var(--atl-blue); color: #fff; }
.atl-btn-primary:hover { background: var(--atl-navy); }
.atl-btn-outline { background: #fff; color: var(--atl-blue); border-color: var(--atl-blue); }
.atl-btn-outline:hover { background: var(--atl-blue-light); }
.atl-btn-ghost { background: var(--atl-gray-100); color: var(--atl-gray-900); border-color: var(--atl-gray-200); }
.atl-btn-ghost:hover { background: var(--atl-gray-200); }

.atl-cta-final-wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin: 26px 0 10px; }
@media (max-width: 680px) { .atl-cta-final-wrap { grid-template-columns: 1fr; } }
.atl-cta-final {
  background: var(--atl-navy);
  border-radius: var(--atl-radius);
  padding: 26px;
  color: #fff;
}
.atl-cta-final .atl-cta-icon { background: rgba(255,255,255,0.12); }
.atl-cta-final .atl-cta-icon svg { color: #fff; }
.atl-cta-final h4 { color: #fff; }
.atl-cta-final p { color: #cfe0ff; }
.atl-cta-final .atl-cta-person { color: #fff; }
.atl-cta-final .atl-btn-ghost { background: rgba(255,255,255,0.12); color: #fff; border-color: rgba(255,255,255,0.3); }
.atl-cta-final .atl-btn-ghost:hover { background: rgba(255,255,255,0.22); }
.atl-cta-final .atl-btn-outline { background: transparent; color: #fff; border-color: rgba(255,255,255,0.5); }
.atl-cta-final .atl-btn-outline:hover { background: rgba(255,255,255,0.12); }

/* ---------- FAQ ---------- */
.atl-faq-item {
  border: 1px solid var(--atl-gray-200);
  border-radius: 12px;
  margin-bottom: 10px;
  overflow: hidden;
}
.atl-faq-q {
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  padding: 15px 18px;
  cursor: pointer;
  font-weight: 700;
  font-size: 15.5px;
  color: var(--atl-navy);
  background: var(--atl-gray-100);
}
.atl-faq-q .atl-faq-plus {
  width: 20px; height: 20px; flex-shrink: 0;
  position: relative;
}
.atl-faq-q .atl-faq-plus::before, .atl-faq-q .atl-faq-plus::after {
  content: ""; position: absolute; background: var(--atl-blue);
  transition: transform .2s ease;
}
.atl-faq-q .atl-faq-plus::before { left: 0; top: 9px; width: 20px; height: 2px; }
.atl-faq-q .atl-faq-plus::after { left: 9px; top: 0; width: 2px; height: 20px; }
.atl-faq-item.atl-open .atl-faq-plus::after { transform: rotate(90deg); opacity: 0; }
.atl-faq-a { max-height: 0; overflow: hidden; transition: max-height .25s ease; }
.atl-faq-a-inner { padding: 4px 18px 16px; font-size: 15px; color: var(--atl-gray-700); }
.atl-faq-a-inner p:last-child { margin-bottom: 0; }

/* ---------- CONCLUSION ---------- */
.atl-conclusion {
  background: var(--atl-blue-light);
  border-radius: var(--atl-radius);
  padding: 30px;
  margin: 30px 0;
}
.atl-conclusion .atl-lead {
  font-size: 20px;
  font-weight: 800;
  color: var(--atl-navy);
  margin-bottom: 10px;
}
.atl-tagline {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px dashed #bcd3f7;
  font-weight: 800;
  color: var(--atl-blue);
  font-size: 16px;
  letter-spacing: 0.01em;
}

@media (max-width: 600px) {
  .atl-hero { padding: 32px 22px; }
  .atl-hero h2 { font-size: 24px; }
  .atl-network-import h2 { font-size: 22px; }
  .atl-cta { flex-direction: column; align-items: flex-start; }
}/* End custom CSS */