.elementor-11210 .elementor-element.elementor-element-3b1ecee{--display:flex;}/* Start custom CSS for html, class: .elementor-element-9c19540 */.atl-cpn-wrapper {
  font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
  color: #1a2332;
  line-height: 1.7;
  background: #fff;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 16px;
  box-sizing: border-box;
}
 
/* Reset headings inside wrapper */
.atl-cpn-wrapper h2,
.atl-cpn-wrapper h3,
.atl-cpn-wrapper h4 {
  margin-top: 0;
  line-height: 1.3;
}
 
.atl-cpn-wrapper p {
  margin-top: 0;
}
 
/* ---- HERO ---- */
.atl-cpn-hero {
  background: linear-gradient(135deg, #0B5ED7 0%, #0843a3 100%);
  border-radius: 16px;
  padding: 48px 40px;
  color: #fff;
  margin-bottom: 48px;
  position: relative;
  overflow: hidden;
}
 
.atl-cpn-hero::before {
  content: '';
  position: absolute;
  top: -60px; right: -60px;
  width: 220px; height: 220px;
  background: rgba(255,255,255,0.06);
  border-radius: 50%;
}
 
.atl-cpn-hero-label {
  display: inline-block;
  background: rgba(255,255,255,0.18);
  border: 1px solid rgba(255,255,255,0.3);
  border-radius: 20px;
  padding: 4px 14px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 18px;
}
 
.atl-cpn-hero h2 {
  font-size: clamp(22px, 4vw, 34px);
  font-weight: 800;
  margin-bottom: 16px;
  color: #fff;
}
 
.atl-cpn-hero-lead {
  font-size: 17px;
  color: rgba(255,255,255,0.88);
  max-width: 680px;
  margin-bottom: 28px;
}
 
.atl-cpn-hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 8px;
}
 
.atl-cpn-hero-stat {
  background: rgba(255,255,255,0.13);
  border-radius: 10px;
  padding: 14px 20px;
  min-width: 130px;
}
 
.atl-cpn-hero-stat-num {
  font-size: 26px;
  font-weight: 800;
  display: block;
  line-height: 1;
}
 
.atl-cpn-hero-stat-desc {
  font-size: 12px;
  color: rgba(255,255,255,0.75);
  margin-top: 4px;
}
 
/* ---- SECTION WRAPPER ---- */
.atl-cpn-section {
  margin-bottom: 52px;
}
 
.atl-cpn-section-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #EAF4FF;
  color: #0B5ED7;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 20px;
  margin-bottom: 12px;
}
 
.atl-cpn-section h2 {
  font-size: clamp(20px, 3.2vw, 28px);
  font-weight: 800;
  color: #0d1f3c;
  margin-bottom: 12px;
}
 
.atl-cpn-section h3 {
  font-size: 18px;
  font-weight: 700;
  color: #0d1f3c;
  margin-bottom: 10px;
}
 
.atl-cpn-section h4 {
  font-size: 15px;
  font-weight: 700;
  color: #1e3a5f;
  margin-bottom: 8px;
}
 
.atl-cpn-divider {
  height: 3px;
  background: linear-gradient(90deg, #0B5ED7 0%, #EAF4FF 100%);
  border-radius: 2px;
  margin-bottom: 24px;
  width: 60px;
}
 
/* ---- INFO BOX ---- */
.atl-cpn-box {
  background: #F8FAFC;
  border: 1px solid #dde8f5;
  border-left: 4px solid #0B5ED7;
  border-radius: 10px;
  padding: 20px 24px;
  margin-bottom: 20px;
}
 
.atl-cpn-box-warning {
  border-left-color: #e05c00;
  background: #fff8f4;
  border-color: #fcd9c0;
  border-left-width: 4px;
}
 
.atl-cpn-box-success {
  border-left-color: #157347;
  background: #f4fdf7;
  border-color: #c3e6cb;
  border-left-width: 4px;
}
 
.atl-cpn-box-title {
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 10px;
  color: #0B5ED7;
}
 
.atl-cpn-box-warning .atl-cpn-box-title { color: #a03800; }
.atl-cpn-box-success .atl-cpn-box-title { color: #157347; }
 
/* ---- TABLES ---- */
.atl-cpn-table-wrap {
  overflow-x: auto;
  border-radius: 12px;
  box-shadow: 0 2px 14px rgba(11,94,215,0.08);
  margin-bottom: 24px;
}
 
.atl-cpn-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  min-width: 560px;
}
 
.atl-cpn-table thead tr {
  background: #0B5ED7;
  color: #fff;
}
 
.atl-cpn-table thead th {
  padding: 13px 16px;
  text-align: left;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.3px;
}
 
.atl-cpn-table tbody tr:nth-child(even) {
  background: #EAF4FF;
}
 
.atl-cpn-table tbody tr:hover {
  background: #d6eaff;
  transition: background 0.15s;
}
 
.atl-cpn-table tbody td {
  padding: 12px 16px;
  border-bottom: 1px solid #e3edf9;
  vertical-align: top;
}
 
.atl-cpn-table tbody tr:last-child td {
  border-bottom: none;
}
 
.atl-cpn-badge {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
}
 
.atl-cpn-badge-high { background: #fde8e8; color: #b91c1c; }
.atl-cpn-badge-med  { background: #fef3c7; color: #92400e; }
.atl-cpn-badge-low  { background: #d1fae5; color: #065f46; }
.atl-cpn-badge-blue { background: #EAF4FF; color: #0B5ED7; }
 
/* ---- STEP GRID ---- */
.atl-cpn-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
  margin-bottom: 28px;
}
 
.atl-cpn-step-card {
  background: #F8FAFC;
  border: 1px solid #dde8f5;
  border-radius: 12px;
  padding: 20px;
  position: relative;
}
 
.atl-cpn-step-num {
  width: 34px; height: 34px;
  background: #0B5ED7;
  color: #fff;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-weight: 800;
  font-size: 15px;
  margin-bottom: 12px;
  flex-shrink: 0;
}
 
.atl-cpn-step-card h4 {
  margin-bottom: 6px;
  font-size: 14px;
}
 
.atl-cpn-step-card p {
  font-size: 13px;
  color: #4a6080;
  margin: 0;
}
 
/* ---- MISTAKE CARDS ---- */
.atl-cpn-mistakes {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 14px;
  margin-bottom: 24px;
}
 
.atl-cpn-mistake-card {
  background: #fff8f4;
  border: 1px solid #fcd9c0;
  border-radius: 10px;
  padding: 16px 18px;
}
 
.atl-cpn-mistake-icon {
  font-size: 22px;
  margin-bottom: 8px;
}
 
.atl-cpn-mistake-card h4 {
  font-size: 14px;
  color: #a03800;
  margin-bottom: 5px;
}
 
.atl-cpn-mistake-card p {
  font-size: 13px;
  color: #6b4226;
  margin: 0;
}
 
/* ---- TIPS CARDS ---- */
.atl-cpn-tips {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 14px;
  margin-bottom: 24px;
}
 
.atl-cpn-tip-card {
  background: #f4fdf7;
  border: 1px solid #c3e6cb;
  border-radius: 10px;
  padding: 16px 18px;
}
 
.atl-cpn-tip-icon {
  font-size: 22px;
  margin-bottom: 8px;
}
 
.atl-cpn-tip-card h4 {
  font-size: 14px;
  color: #157347;
  margin-bottom: 5px;
}
 
.atl-cpn-tip-card p {
  font-size: 13px;
  color: #2e6b48;
  margin: 0;
}
 
/* ---- CHECKLIST ---- */
.atl-cpn-checklist {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 10px;
}
 
.atl-cpn-checklist li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  background: #F8FAFC;
  border: 1px solid #dde8f5;
  border-radius: 8px;
  padding: 10px 14px;
  font-size: 14px;
}
 
.atl-cpn-check-icon {
  width: 22px; height: 22px;
  background: #0B5ED7;
  color: #fff;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 12px;
  flex-shrink: 0;
  margin-top: 1px;
}
 
/* ---- FAQ ACCORDION ---- */
.atl-cpn-faq-list {
  margin-bottom: 24px;
}
 
.atl-cpn-faq-item {
  border: 1px solid #dde8f5;
  border-radius: 10px;
  margin-bottom: 10px;
  overflow: hidden;
  background: #fff;
}
 
.atl-cpn-faq-q {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 16px 20px;
  font-weight: 600;
  font-size: 15px;
  color: #0d1f3c;
  user-select: none;
  background: #F8FAFC;
  transition: background 0.15s;
  gap: 12px;
}
 
.atl-cpn-faq-q:hover {
  background: #EAF4FF;
}
 
.atl-cpn-faq-icon {
  width: 26px; height: 26px;
  background: #EAF4FF;
  color: #0B5ED7;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 18px;
  font-weight: 300;
  flex-shrink: 0;
  transition: transform 0.25s;
  line-height: 1;
}
 
.atl-cpn-faq-item.atl-cpn-open .atl-cpn-faq-icon {
  transform: rotate(45deg);
  background: #0B5ED7;
  color: #fff;
}
 
.atl-cpn-faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.32s ease, padding 0.25s;
  padding: 0 20px;
  font-size: 14px;
  color: #374151;
}
 
.atl-cpn-faq-item.atl-cpn-open .atl-cpn-faq-a {
  max-height: 500px;
  padding: 16px 20px;
}
 
/* ---- CTA BOX ---- */
.atl-cpn-cta {
  background: linear-gradient(135deg, #0B5ED7 0%, #0a4bb3 100%);
  border-radius: 14px;
  padding: 36px 36px;
  color: #fff;
  text-align: center;
  margin-bottom: 48px;
  position: relative;
  overflow: hidden;
}
 
.atl-cpn-cta::after {
  content: '';
  position: absolute;
  bottom: -50px; right: -50px;
  width: 180px; height: 180px;
  background: rgba(255,255,255,0.05);
  border-radius: 50%;
}
 
.atl-cpn-cta h3 {
  color: #fff;
  font-size: 22px;
  margin-bottom: 10px;
}
 
.atl-cpn-cta p {
  color: rgba(255,255,255,0.85);
  margin-bottom: 24px;
  font-size: 15px;
}
 
.atl-cpn-cta-contacts {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-bottom: 24px;
}
 
.atl-cpn-cta-person {
  background: rgba(255,255,255,0.13);
  border: 1px solid rgba(255,255,255,0.22);
  border-radius: 10px;
  padding: 12px 20px;
  text-align: left;
  min-width: 200px;
}
 
.atl-cpn-cta-person-name {
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 4px;
}
 
.atl-cpn-cta-person-info {
  font-size: 13px;
  color: rgba(255,255,255,0.8);
  line-height: 1.6;
}
 
.atl-cpn-btn {
  display: inline-block;
  background: #fff;
  color: #0B5ED7;
  font-weight: 700;
  font-size: 15px;
  padding: 13px 32px;
  border-radius: 30px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(0,0,0,0.15);
  transition: transform 0.15s, box-shadow 0.15s;
}
 
.atl-cpn-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.18);
}
 
/* ---- CONTACT FORM ---- */
.atl-cpn-form-wrap {
  background: #F8FAFC;
  border: 1px solid #dde8f5;
  border-radius: 14px;
  padding: 32px 36px;
  margin-bottom: 48px;
}
 
.atl-cpn-form-title {
  font-size: 20px;
  font-weight: 800;
  color: #0d1f3c;
  margin-bottom: 6px;
}
 
.atl-cpn-form-sub {
  font-size: 14px;
  color: #4a6080;
  margin-bottom: 24px;
}
 
.atl-cpn-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
 
.atl-cpn-form-group {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
 
.atl-cpn-form-group.atl-cpn-full {
  grid-column: 1 / -1;
}
 
.atl-cpn-form-group label {
  font-size: 13px;
  font-weight: 600;
  color: #334155;
}
 
.atl-cpn-form-group input,
.atl-cpn-form-group select,
.atl-cpn-form-group textarea {
  padding: 10px 14px;
  border: 1px solid #c9d9ef;
  border-radius: 8px;
  font-size: 14px;
  font-family: inherit;
  background: #fff;
  color: #1a2332;
  transition: border-color 0.15s, box-shadow 0.15s;
  outline: none;
}
 
.atl-cpn-form-group input:focus,
.atl-cpn-form-group select:focus,
.atl-cpn-form-group textarea:focus {
  border-color: #0B5ED7;
  box-shadow: 0 0 0 3px rgba(11,94,215,0.12);
}
 
.atl-cpn-form-group textarea {
  resize: vertical;
  min-height: 90px;
}
 
.atl-cpn-form-submit {
  margin-top: 18px;
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
 
.atl-cpn-form-btn {
  background: #0B5ED7;
  color: #fff;
  border: none;
  padding: 12px 30px;
  border-radius: 28px;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.15s, transform 0.1s;
  font-family: inherit;
}
 
.atl-cpn-form-btn:hover {
  background: #0843a3;
  transform: translateY(-1px);
}
 
.atl-cpn-form-note {
  font-size: 12px;
  color: #6b7a8e;
}
 
/* ---- DECISION TREE VISUAL ---- */
.atl-cpn-decision-flow {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 24px;
}
 
.atl-cpn-flow-row {
  display: flex;
  align-items: stretch;
  gap: 6px;
  flex-wrap: wrap;
}
 
.atl-cpn-flow-node {
  background: #EAF4FF;
  border: 1px solid #bcd8f4;
  border-radius: 8px;
  padding: 10px 16px;
  font-size: 13px;
  font-weight: 600;
  color: #0B5ED7;
  flex: 1;
  min-width: 130px;
  text-align: center;
}
 
.atl-cpn-flow-node-dark {
  background: #0B5ED7;
  color: #fff;
  border-color: #0843a3;
}
 
.atl-cpn-flow-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0B5ED7;
  font-size: 20px;
  padding: 0 2px;
}
 
/* ---- KPI TABLE ---- */
.atl-cpn-kpi-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  gap: 14px;
  margin-bottom: 24px;
}
 
.atl-cpn-kpi-card {
  background: #fff;
  border: 1px solid #dde8f5;
  border-radius: 10px;
  padding: 16px 18px;
  box-shadow: 0 2px 8px rgba(11,94,215,0.05);
}
 
.atl-cpn-kpi-label {
  font-size: 12px;
  color: #6b7a8e;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 6px;
}
 
.atl-cpn-kpi-value {
  font-size: 24px;
  font-weight: 800;
  color: #0B5ED7;
  line-height: 1;
  margin-bottom: 4px;
}
 
.atl-cpn-kpi-desc {
  font-size: 12px;
  color: #4a6080;
}
 
/* ---- RESPONSIVE ---- */
@media (max-width: 640px) {
  .atl-cpn-hero {
    padding: 32px 22px;
  }
  .atl-cpn-hero-stats {
    gap: 12px;
  }
  .atl-cpn-hero-stat {
    min-width: calc(50% - 6px);
  }
  .atl-cpn-form-grid {
    grid-template-columns: 1fr;
  }
  .atl-cpn-form-group.atl-cpn-full {
    grid-column: auto;
  }
  .atl-cpn-cta {
    padding: 28px 20px;
  }
  .atl-cpn-table {
    font-size: 13px;
  }
  .atl-cpn-form-wrap {
    padding: 24px 18px;
  }
  .atl-cpn-section h2 {
    font-size: 20px;
  }
}/* End custom CSS */