.elementor-11206 .elementor-element.elementor-element-0e5bf7a{--display:flex;}/* Start custom CSS for html, class: .elementor-element-817de50 */.atl-blog-post *,
.atl-blog-post *::before,
.atl-blog-post *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* ── IMPORT FONTS ──────────────────────────────────── */
@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,400&family=Playfair+Display:wght@700;800&display=swap');

/* ── ROOT VARIABLES ────────────────────────────────── */
.atl-blog-post {
  --atl-primary:       #0B3D91;   /* UPS-adjacent deep navy */
  --atl-primary-dark:  #072B6A;
  --atl-accent:        #E8860A;   /* warm amber */
  --atl-accent-light:  #FFF3DC;
  --atl-danger:        #C0392B;
  --atl-success:       #1A7A4A;
  --atl-bg:            #F7F8FA;
  --atl-surface:       #FFFFFF;
  --atl-border:        #DDE2EA;
  --atl-text:          #1C2333;
  --atl-muted:         #5C6880;
  --atl-heading-font:  'Playfair Display', Georgia, serif;
  --atl-body-font:     'Be Vietnam Pro', -apple-system, sans-serif;
  --atl-radius:        10px;
  --atl-shadow:        0 2px 16px rgba(11,61,145,.09);
  --atl-shadow-md:     0 6px 32px rgba(11,61,145,.13);

  font-family: var(--atl-body-font);
  color: var(--atl-text);
  background: transparent;
  line-height: 1.75;
  font-size: 16px;
  max-width: 100%;
}

/* ── HERO ──────────────────────────────────────────── */
.atl-hero {
  background: linear-gradient(135deg, var(--atl-primary-dark) 0%, #1560BD 60%, #0B3D91 100%);
  color: #fff;
  padding: 64px 32px 56px;
  border-radius: var(--atl-radius);
  margin-bottom: 48px;
  position: relative;
  overflow: hidden;
}
.atl-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") repeat;
  pointer-events: none;
}
.atl-hero-badge {
  display: inline-block;
  background: rgba(232,134,10,.25);
  border: 1px solid rgba(232,134,10,.5);
  color: #FFD580;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: 4px 14px;
  border-radius: 20px;
  margin-bottom: 20px;
}
.atl-hero h1 {
  font-family: var(--atl-heading-font);
  font-size: clamp(26px, 4vw, 42px);
  line-height: 1.25;
  color: #fff;
  margin-bottom: 20px;
  font-weight: 800;
}
.atl-hero-lead {
  font-size: 17px;
  color: rgba(255,255,255,.82);
  max-width: 680px;
  line-height: 1.7;
}
.atl-hero-meta {
  margin-top: 32px;
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}
.atl-hero-meta-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: rgba(255,255,255,.7);
  font-weight: 500;
}
.atl-hero-meta-item svg {
  flex-shrink: 0;
  opacity: .85;
}

/* ── TOC ───────────────────────────────────────────── */
.atl-toc {
  background: var(--atl-bg);
  border: 1px solid var(--atl-border);
  border-left: 4px solid var(--atl-primary);
  border-radius: var(--atl-radius);
  padding: 28px 32px;
  margin-bottom: 48px;
}
.atl-toc-title {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--atl-primary);
  margin-bottom: 16px;
}
.atl-toc ol {
  padding-left: 20px;
}
.atl-toc ol li {
  margin-bottom: 8px;
}
.atl-toc a {
  color: var(--atl-text);
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: color .2s;
}
.atl-toc a:hover {
  color: var(--atl-primary);
  text-decoration: underline;
}

/* ── HEADINGS ──────────────────────────────────────── */
.atl-blog-post h2 {
  font-family: var(--atl-heading-font);
  font-size: clamp(20px, 2.5vw, 28px);
  font-weight: 800;
  color: var(--atl-primary-dark);
  margin: 56px 0 20px;
  line-height: 1.3;
  padding-bottom: 12px;
  border-bottom: 2px solid var(--atl-border);
}
.atl-blog-post h3 {
  font-size: 18px;
  font-weight: 700;
  color: var(--atl-text);
  margin: 32px 0 12px;
}
.atl-blog-post h4 {
  font-size: 15px;
  font-weight: 700;
  color: var(--atl-muted);
  text-transform: uppercase;
  letter-spacing: .06em;
  margin: 24px 0 8px;
}

/* ── PARAGRAPHS & LISTS ────────────────────────────── */
.atl-blog-post p {
  margin-bottom: 18px;
  color: var(--atl-text);
  font-size: 15.5px;
}
.atl-blog-post ul,
.atl-blog-post ol {
  padding-left: 22px;
  margin-bottom: 20px;
}
.atl-blog-post li {
  margin-bottom: 8px;
  font-size: 15px;
  color: var(--atl-text);
}
.atl-blog-post strong {
  font-weight: 700;
  color: var(--atl-primary-dark);
}

/* ── CALLOUT BOXES ─────────────────────────────────── */
.atl-callout {
  border-radius: var(--atl-radius);
  padding: 22px 26px;
  margin: 32px 0;
  border-left: 5px solid;
}
.atl-callout--warning {
  background: #FFF8EC;
  border-color: var(--atl-accent);
}
.atl-callout--danger {
  background: #FEF2F2;
  border-color: var(--atl-danger);
}
.atl-callout--info {
  background: #EEF4FF;
  border-color: var(--atl-primary);
}
.atl-callout--success {
  background: #F0FBF5;
  border-color: var(--atl-success);
}
.atl-callout-label {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: 8px;
  display: block;
}
.atl-callout--warning .atl-callout-label { color: #B25E00; }
.atl-callout--danger  .atl-callout-label { color: var(--atl-danger); }
.atl-callout--info    .atl-callout-label { color: var(--atl-primary); }
.atl-callout--success .atl-callout-label { color: var(--atl-success); }
.atl-callout p { margin-bottom: 0; font-size: 15px; }
.atl-callout ul { margin-bottom: 0; }

/* ── HIGHLIGHT QUOTE ───────────────────────────────── */
.atl-quote {
  border-left: 5px solid var(--atl-accent);
  background: var(--atl-accent-light);
  padding: 20px 28px;
  margin: 32px 0;
  border-radius: 0 var(--atl-radius) var(--atl-radius) 0;
  font-size: 17px;
  font-style: italic;
  color: var(--atl-primary-dark);
  font-weight: 500;
  line-height: 1.65;
}

/* ── COMPARISON TABLE ──────────────────────────────── */
.atl-table-wrap {
  overflow-x: auto;
  margin: 32px 0;
  border-radius: var(--atl-radius);
  box-shadow: var(--atl-shadow);
}
.atl-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}
.atl-table thead tr {
  background: var(--atl-primary);
  color: #fff;
}
.atl-table thead th {
  padding: 14px 18px;
  text-align: left;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: .04em;
}
.atl-table tbody tr:nth-child(even) {
  background: var(--atl-bg);
}
.atl-table tbody tr:nth-child(odd) {
  background: var(--atl-surface);
}
.atl-table tbody td {
  padding: 13px 18px;
  border-bottom: 1px solid var(--atl-border);
  vertical-align: top;
  line-height: 1.55;
}
.atl-table tbody tr:last-child td { border-bottom: none; }
.atl-tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  padding: 2px 9px;
  border-radius: 20px;
  letter-spacing: .04em;
}
.atl-tag--green { background:#D1FAE5; color:#065F46; }
.atl-tag--red   { background:#FEE2E2; color:#991B1B; }
.atl-tag--blue  { background:#DBEAFE; color:#1E40AF; }
.atl-tag--gray  { background:#F1F5F9; color:#475569; }

/* ── CHECKLIST ─────────────────────────────────────── */
.atl-checklist {
  list-style: none;
  padding: 0;
  margin: 0;
}
.atl-checklist li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid var(--atl-border);
  font-size: 14.5px;
}
.atl-checklist li:last-child { border-bottom: none; }
.atl-checklist-icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-top: 2px;
}

/* ── SCENARIO CARDS ────────────────────────────────── */
.atl-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
  margin: 32px 0;
}
.atl-card {
  background: var(--atl-surface);
  border: 1px solid var(--atl-border);
  border-radius: var(--atl-radius);
  padding: 24px;
  box-shadow: var(--atl-shadow);
}
.atl-card-icon {
  font-size: 28px;
  margin-bottom: 12px;
}
.atl-card h4 {
  font-size: 15px;
  font-weight: 700;
  color: var(--atl-primary-dark);
  margin: 0 0 10px;
  text-transform: none;
  letter-spacing: 0;
}
.atl-card p {
  font-size: 14px;
  color: var(--atl-muted);
  margin-bottom: 0;
}

/* ── FRAMEWORK BOX ─────────────────────────────────── */
.atl-framework {
  background: linear-gradient(135deg, #EEF4FF 0%, #F8F4FF 100%);
  border: 1px solid #C7D7F8;
  border-radius: var(--atl-radius);
  padding: 32px;
  margin: 40px 0;
}
.atl-framework-title {
  font-family: var(--atl-heading-font);
  font-size: 20px;
  font-weight: 800;
  color: var(--atl-primary-dark);
  margin-bottom: 20px;
}
.atl-framework-steps {
  counter-reset: fw-step;
  list-style: none;
  padding: 0;
}
.atl-framework-steps li {
  counter-increment: fw-step;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 18px;
  font-size: 15px;
}
.atl-framework-steps li::before {
  content: counter(fw-step);
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 30px;
  height: 30px;
  background: var(--atl-primary);
  color: #fff;
  border-radius: 50%;
  font-size: 13px;
  font-weight: 700;
  flex-shrink: 0;
  margin-top: 2px;
}

/* ── CTA BOXES ─────────────────────────────────────── */
.atl-cta-primary {
  background: linear-gradient(135deg, var(--atl-primary) 0%, #1560BD 100%);
  color: #fff;
  border-radius: var(--atl-radius);
  padding: 40px 36px;
  margin: 48px 0;
  box-shadow: var(--atl-shadow-md);
  text-align: center;
}
.atl-cta-primary h3 {
  font-family: var(--atl-heading-font);
  font-size: 24px;
  color: #fff;
  margin: 0 0 12px;
}
.atl-cta-primary p {
  color: rgba(255,255,255,.85);
  font-size: 15px;
  margin-bottom: 28px;
}
.atl-cta-contacts {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  margin-bottom: 28px;
}
.atl-contact-card {
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.25);
  border-radius: var(--atl-radius);
  padding: 18px 24px;
  text-align: left;
  min-width: 240px;
}
.atl-contact-card-name {
  font-size: 13px;
  font-weight: 800;
  color: #FFD580;
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: .06em;
}
.atl-contact-card a {
  display: block;
  color: rgba(255,255,255,.9);
  text-decoration: none;
  font-size: 14px;
  margin-bottom: 3px;
  font-weight: 500;
}
.atl-contact-card a:hover { color: #FFD580; }
.atl-cta-btn {
  display: inline-block;
  background: var(--atl-accent);
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  padding: 14px 36px;
  border-radius: 40px;
  text-decoration: none;
  transition: background .2s, transform .15s;
  box-shadow: 0 4px 16px rgba(232,134,10,.35);
}
.atl-cta-btn:hover {
  background: #C97008;
  transform: translateY(-1px);
}

/* ── CTA INLINE (sidebar-style) ────────────────────── */
.atl-cta-inline {
  background: var(--atl-accent-light);
  border: 1px solid #F5CC7A;
  border-left: 5px solid var(--atl-accent);
  border-radius: var(--atl-radius);
  padding: 24px 28px;
  margin: 36px 0;
  display: flex;
  align-items: flex-start;
  gap: 18px;
  flex-wrap: wrap;
}
.atl-cta-inline-content { flex: 1; min-width: 200px; }
.atl-cta-inline h4 {
  font-size: 16px;
  font-weight: 700;
  color: #7A4500;
  margin: 0 0 6px;
  text-transform: none;
  letter-spacing: 0;
}
.atl-cta-inline p {
  font-size: 14px;
  color: #7A5A1A;
  margin-bottom: 0;
}
.atl-cta-inline-actions {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex-shrink: 0;
}
.atl-btn-phone {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--atl-primary);
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  padding: 10px 20px;
  border-radius: 6px;
  transition: background .2s;
  white-space: nowrap;
}
.atl-btn-phone:hover { background: var(--atl-primary-dark); }
.atl-btn-zalo {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #0068FF;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  padding: 10px 20px;
  border-radius: 6px;
  transition: background .2s;
  white-space: nowrap;
}
.atl-btn-zalo:hover { background: #0052CC; }

/* ── DIVIDER ───────────────────────────────────────── */
.atl-divider {
  border: none;
  border-top: 2px solid var(--atl-border);
  margin: 48px 0;
}

/* ── SECTION LABEL ─────────────────────────────────── */
.atl-section-label {
  display: inline-block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--atl-accent);
  margin-bottom: 4px;
}

/* ── HIGHLIGHT STAT ROW ────────────────────────────── */
.atl-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 16px;
  margin: 32px 0;
}
.atl-stat {
  background: var(--atl-surface);
  border: 1px solid var(--atl-border);
  border-radius: var(--atl-radius);
  padding: 20px;
  text-align: center;
  box-shadow: var(--atl-shadow);
}
.atl-stat-value {
  font-family: var(--atl-heading-font);
  font-size: 28px;
  font-weight: 800;
  color: var(--atl-primary);
  display: block;
}
.atl-stat-label {
  font-size: 12px;
  color: var(--atl-muted);
  margin-top: 4px;
  font-weight: 500;
}

/* ── RESPONSIVE ────────────────────────────────────── */
@media (max-width: 640px) {
  .atl-hero { padding: 40px 20px 36px; }
  .atl-toc  { padding: 20px; }
  .atl-cta-primary { padding: 28px 20px; }
  .atl-contact-card { min-width: 100%; }
  .atl-cta-inline { flex-direction: column; }
  .atl-cta-inline-actions { flex-direction: row; flex-wrap: wrap; }
}/* End custom CSS */