.elementor-11985 .elementor-element.elementor-element-b228f9b{--display:flex;}/* Start custom CSS for html, class: .elementor-element-fc211e8 */#atl-yensao-export{
  --atl-bg:#FAF9F5;
  --atl-bg-alt:#F1EEE4;
  --atl-navy:#1C2B3A;
  --atl-navy-light:#2E4256;
  --atl-gold:#B4863C;
  --atl-gold-light:#D8B876;
  --atl-ink:#26241F;
  --atl-ink-soft:#5B584F;
  --atl-line:#E1DCCB;
  --atl-red:#A5432F;
  --atl-green:#3E6B52;
  --atl-radius:10px;
  color:var(--atl-ink);
  background:var(--atl-bg);
  line-height:1.65;
  font-size:16px;
  -webkit-font-smoothing:antialiased;
  overflow-x:hidden;
}
#atl-yensao-export *{ box-sizing:border-box; }
#atl-yensao-export a{ color:var(--atl-navy); }
#atl-yensao-export img{ max-width:100%; display:block; }
#atl-yensao-export section{ padding:56px 20px; max-width:980px; margin:0 auto; }
#atl-yensao-export h2{
  font-size:clamp(22px,3.6vw,32px);
  line-height:1.32;
  color:var(--atl-navy);
  margin:0 0 18px;
  letter-spacing:-0.01em;
}
#atl-yensao-export h3{
  font-size:19px;
  color:var(--atl-navy-light);
  margin:28px 0 10px;
}
#atl-yensao-export p{ margin:0 0 14px; color:var(--atl-ink-soft); }
#atl-yensao-export .atl-eyebrow{
  display:inline-block;
  font-size:12.5px;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:var(--atl-gold);
  background:rgba(180,134,60,.10);
  border:1px solid rgba(180,134,60,.35);
  padding:5px 12px;
  border-radius:999px;
  margin-bottom:16px;
}

/* ---------- reveal-on-scroll ---------- */
#atl-yensao-export .atl-reveal{
  opacity:0;
  transform:translateY(16px);
  transition:opacity .6s ease, transform .6s ease;
}
#atl-yensao-export .atl-reveal.atl-in{
  opacity:1;
  transform:translateY(0);
}

/* ---------- hero ---------- */
#atl-yensao-export .atl-hero{
  background:linear-gradient(180deg,var(--atl-navy) 0%, var(--atl-navy-light) 100%);
  padding:72px 20px 64px;
  max-width:none;
}
#atl-yensao-export .atl-hero-inner{ max-width:880px; margin:0 auto; text-align:left; }
#atl-yensao-export .atl-hero h2{
  color:#fff;
  font-size:clamp(26px,4.2vw,38px);
  max-width:760px;
}
#atl-yensao-export .atl-hero p{
  color:rgba(255,255,255,.78);
  font-size:17px;
  max-width:640px;
}
#atl-yensao-export .atl-hero-ctas{ display:flex; flex-wrap:wrap; gap:12px; margin-top:24px; }
#atl-yensao-export .atl-btn{
  display:inline-block;
  padding:13px 22px;
  border-radius:var(--atl-radius);
  font-size:15px;
  font-weight:600;
  text-decoration:none;
  cursor:pointer;
  border:1px solid transparent;
  transition:transform .18s ease, box-shadow .18s ease, background .18s ease;
}
#atl-yensao-export .atl-btn:hover{ transform:translateY(-2px); }
#atl-yensao-export .atl-btn-gold{
  background:var(--atl-gold);
  color:#1C1706;
  box-shadow:0 6px 18px rgba(180,134,60,.28);
}
#atl-yensao-export .atl-btn-gold:hover{ background:var(--atl-gold-light); }
#atl-yensao-export .atl-btn-outline{
  background:transparent;
  color:#fff;
  border-color:rgba(255,255,255,.5);
}
#atl-yensao-export .atl-btn-outline:hover{ background:rgba(255,255,255,.08); }

/* ---------- problem grid ---------- */
#atl-yensao-export .atl-problem{ background:var(--atl-bg); }
#atl-yensao-export .atl-problem-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:16px;
  margin-top:8px;
}
#atl-yensao-export .atl-problem-grid article{
  background:#fff;
  border:1px solid var(--atl-line);
  border-radius:var(--atl-radius);
  padding:18px 20px;
  transition:box-shadow .2s ease, transform .2s ease;
}
#atl-yensao-export .atl-problem-grid article:hover{
  box-shadow:0 10px 24px rgba(28,43,58,.08);
  transform:translateY(-2px);
}
#atl-yensao-export .atl-problem-grid h3{ margin-top:0; font-size:16.5px; color:var(--atl-navy); }
#atl-yensao-export .atl-problem-grid p{ margin:0; font-size:14.5px; }

/* ---------- checklist ---------- */
#atl-yensao-export .atl-checklist{ background:var(--atl-bg-alt); max-width:none; }
#atl-yensao-export .atl-checklist > *{ max-width:980px; margin-left:auto; margin-right:auto; }
#atl-yensao-export .atl-checklist-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
  margin-top:8px;
}
#atl-yensao-export .atl-checklist-grid article{
  background:#fff;
  border:1px solid var(--atl-line);
  border-radius:var(--atl-radius);
  padding:20px;
}
#atl-yensao-export .atl-checklist-grid h3{ margin-top:0; font-size:16px; }
#atl-yensao-export ul.atl-check{ list-style:none; margin:0; padding:0; }
#atl-yensao-export ul.atl-check li{
  position:relative;
  padding-left:26px;
  margin-bottom:9px;
  font-size:14.5px;
  color:var(--atl-ink-soft);
}
#atl-yensao-export ul.atl-check li::before{
  content:"";
  position:absolute;
  left:0; top:3px;
  width:16px; height:16px;
  border-radius:4px;
  border:1.5px solid var(--atl-gold);
  background:rgba(180,134,60,.08);
}
#atl-yensao-export ul.atl-check li::after{
  content:"";
  position:absolute;
  left:5px; top:6px;
  width:5px; height:9px;
  border-right:2px solid var(--atl-gold);
  border-bottom:2px solid var(--atl-gold);
  transform:rotate(40deg);
}
#atl-yensao-export ul.atl-plain{ margin:0 0 14px; padding-left:20px; color:var(--atl-ink-soft); }
#atl-yensao-export ul.atl-plain li{ margin-bottom:6px; font-size:15px; }

/* ---------- table ---------- */
#atl-yensao-export table{
  width:100%;
  border-collapse:collapse;
  margin:14px 0 8px;
  font-size:14.5px;
  background:#fff;
  border-radius:var(--atl-radius);
  overflow:hidden;
  box-shadow:0 1px 0 var(--atl-line);
}
#atl-yensao-export table caption{ text-align:left; font-size:13px; color:var(--atl-ink-soft); margin-bottom:6px; }
#atl-yensao-export th, #atl-yensao-export td{
  border-bottom:1px solid var(--atl-line);
  padding:11px 14px;
  text-align:left;
  vertical-align:top;
}
#atl-yensao-export thead th{
  background:var(--atl-navy);
  color:#fff;
  font-weight:600;
  font-size:13.5px;
}
#atl-yensao-export tbody tr:hover{ background:rgba(180,134,60,.06); }
#atl-yensao-export td.atl-tag-express{ color:var(--atl-gold); font-weight:600; }
#atl-yensao-export td.atl-tag-air{ color:var(--atl-navy-light); font-weight:600; }

/* ---------- timeline ---------- */
#atl-yensao-export .atl-timeline{ background:var(--atl-bg); }
#atl-yensao-export .atl-steps{ position:relative; margin-top:18px; padding-left:34px; }
#atl-yensao-export .atl-steps::before{
  content:"";
  position:absolute;
  left:11px; top:6px; bottom:6px;
  width:2px;
  background:var(--atl-line);
}
#atl-yensao-export .atl-step{ position:relative; padding-bottom:26px; }
#atl-yensao-export .atl-step:last-child{ padding-bottom:0; }
#atl-yensao-export .atl-step-num{
  position:absolute;
  left:-34px; top:0;
  width:24px; height:24px;
  border-radius:50%;
  background:var(--atl-navy);
  color:#fff;
  font-size:12px;
  font-weight:700;
  display:flex;
  align-items:center;
  justify-content:center;
}
#atl-yensao-export .atl-step h3{ margin:0 0 4px; font-size:16.5px; }
#atl-yensao-export .atl-step p{ margin:0; font-size:14.5px; }

/* ---------- risk box ---------- */
#atl-yensao-export .atl-risk-box{
  border-left:3px solid var(--atl-red);
  background:#FBF1EE;
  border-radius:0 var(--atl-radius) var(--atl-radius) 0;
  padding:16px 18px;
  margin:14px 0;
}
#atl-yensao-export .atl-risk-box p{ margin:0; color:#7A3324; font-size:14.5px; }
#atl-yensao-export .atl-risk-box strong{ color:var(--atl-red); }

/* ---------- CTA inline ---------- */
#atl-yensao-export .atl-cta{
  background:var(--atl-navy);
  border-radius:var(--atl-radius);
  padding:26px 26px;
  margin:32px 0 8px;
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:space-between;
  gap:16px;
}
#atl-yensao-export .atl-cta p{
  color:#fff;
  font-size:16px;
  font-weight:600;
  margin:0;
  max-width:560px;
}
#atl-yensao-export .atl-cta span{
  display:block;
  color:rgba(255,255,255,.65);
  font-size:13px;
  font-weight:400;
  margin-top:4px;
}

/* ---------- FAQ ---------- */
#atl-yensao-export .atl-faq{ background:var(--atl-bg-alt); max-width:none; }
#atl-yensao-export .atl-faq > *{ max-width:980px; margin-left:auto; margin-right:auto; }
#atl-yensao-export details.atl-faq-item{
  background:#fff;
  border:1px solid var(--atl-line);
  border-radius:var(--atl-radius);
  padding:4px 18px;
  margin-bottom:10px;
}
#atl-yensao-export details.atl-faq-item summary{
  cursor:pointer;
  list-style:none;
  padding:14px 26px 14px 0;
  font-weight:600;
  color:var(--atl-navy);
  position:relative;
  font-size:15.5px;
}
#atl-yensao-export details.atl-faq-item summary::-webkit-details-marker{ display:none; }
#atl-yensao-export details.atl-faq-item summary::after{
  content:"+";
  position:absolute;
  right:0; top:12px;
  font-size:20px;
  color:var(--atl-gold);
  transition:transform .25s ease;
}
#atl-yensao-export details.atl-faq-item[open] summary::after{ transform:rotate(45deg); }
#atl-yensao-export details.atl-faq-item p{ padding-bottom:16px; margin:0; font-size:14.5px; }

/* ---------- contact ---------- */
#atl-yensao-export .atl-contact{ background:var(--atl-bg); }
#atl-yensao-export .atl-contact-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:16px;
  margin-top:18px;
}
#atl-yensao-export .atl-contact-card{
  border:1px solid var(--atl-line);
  background:#fff;
  border-radius:var(--atl-radius);
  padding:22px;
  transition:box-shadow .2s ease, transform .2s ease;
}
#atl-yensao-export .atl-contact-card:hover{
  box-shadow:0 12px 26px rgba(28,43,58,.10);
  transform:translateY(-2px);
}
#atl-yensao-export .atl-contact-card .atl-role{
  display:block;
  color:var(--atl-gold);
  font-size:12.5px;
  letter-spacing:.08em;
  text-transform:uppercase;
  margin-bottom:6px;
}
#atl-yensao-export .atl-contact-card h3{ margin:0 0 10px; color:var(--atl-navy); }
#atl-yensao-export .atl-contact-card ul{ list-style:none; margin:0; padding:0; font-size:14.5px; }
#atl-yensao-export .atl-contact-card li{ margin-bottom:6px; color:var(--atl-ink-soft); }
#atl-yensao-export .atl-contact-card li b{ color:var(--atl-ink); }
#atl-yensao-export .atl-final-cta{
  text-align:center;
  margin-top:34px;
  padding:34px 20px;
  border-radius:var(--atl-radius);
  background:linear-gradient(135deg,var(--atl-navy) 0%, var(--atl-navy-light) 100%);
}
#atl-yensao-export .atl-final-cta h3{ color:#fff; font-size:20px; margin:0 0 8px; }
#atl-yensao-export .atl-final-cta p{ color:rgba(255,255,255,.75); margin:0 0 18px; }

@media (max-width:760px){
  #atl-yensao-export .atl-problem-grid{ grid-template-columns:1fr; }
  #atl-yensao-export .atl-checklist-grid{ grid-template-columns:1fr; }
  #atl-yensao-export .atl-contact-grid{ grid-template-columns:1fr; }
  #atl-yensao-export table{ font-size:13px; }
  #atl-yensao-export th, #atl-yensao-export td{ padding:9px 10px; }
  #atl-yensao-export .atl-cta{ flex-direction:column; align-items:flex-start; }
}

@media (prefers-reduced-motion: reduce){
  #atl-yensao-export .atl-reveal{ opacity:1; transform:none; transition:none; }
  #atl-yensao-export .atl-btn, #atl-yensao-export .atl-problem-grid article, #atl-yensao-export .atl-contact-card{ transition:none; }
}/* End custom CSS */