.elementor-11989 .elementor-element.elementor-element-f27c2c5{--display:flex;}/* Start custom CSS for html, class: .elementor-element-c8d8e52 */.atl-fashion-export,
.atl-fashion-export * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.atl-fashion-export {
  --af-ink: #1B2233;
  --af-ink-soft: #4A5164;
  --af-paper: #EFE8D8;
  --af-paper-deep: #E4DBC6;
  --af-line: #C9BFA3;
  --af-red: #B23A2F;
  --af-blue: #2B5C8A;
  --af-green: #3F7657;
  --af-white: #FBF9F3;

  color: var(--af-ink);
  background: var(--af-white);
  line-height: 1.6;
  font-size: 16px;
  position: relative;
  overflow-x: hidden;
}

.atl-fashion-export a {
  color: inherit;
  text-decoration: none;
}

.atl-fashion-export ul,
.atl-fashion-export ol {
  list-style: none;
}

.atl-fashion-export img {
  max-width: 100%;
  display: block;
}

.atl-fashion-export .af-container {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 24px;
}

.atl-fashion-export .af-section {
  padding: 72px 0;
}

.atl-fashion-export .af-section--muted {
  background: var(--af-paper);
}

.atl-fashion-export .af-section--dark {
  background: var(--af-ink);
  color: var(--af-white);
}

.atl-fashion-export .af-eyebrow {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--af-red);
  margin-bottom: 12px;
  padding-bottom: 6px;
  border-bottom: 2px solid var(--af-red);
}

.atl-fashion-export .af-eyebrow--light {
  color: #E8B4AB;
  border-bottom-color: #E8B4AB;
}

.atl-fashion-export .af-h2 {
  font-size: clamp(26px, 3.4vw, 38px);
  font-weight: 800;
  letter-spacing: -0.01em;
  line-height: 1.22;
  margin-bottom: 18px;
  max-width: 820px;
}

.atl-fashion-export .af-h2--light {
  color: var(--af-white);
}

.atl-fashion-export .af-section-lede {
  font-size: 17px;
  color: var(--af-ink-soft);
  max-width: 680px;
  margin-bottom: 36px;
}

/* ---------- Buttons ---------- */
.atl-fashion-export .af-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 26px;
  font-size: 15px;
  font-weight: 700;
  border-radius: 3px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: transform 0.15s ease, background 0.15s ease, border-color 0.15s ease;
  white-space: nowrap;
}

.atl-fashion-export .af-btn--primary {
  background: var(--af-red);
  color: var(--af-white);
}

.atl-fashion-export .af-btn--primary:hover {
  background: #97301F;
  transform: translateY(-1px);
}

.atl-fashion-export .af-btn--ghost {
  border-color: var(--af-ink);
  color: var(--af-ink);
  background: transparent;
}

.atl-fashion-export .af-btn--ghost:hover {
  background: var(--af-ink);
  color: var(--af-white);
}

.atl-fashion-export .af-btn--dark {
  background: var(--af-ink);
  color: var(--af-white);
}

.atl-fashion-export .af-btn--dark:hover {
  background: #0F1522;
}

/* ---------- Sticky CTA ---------- */
.atl-fashion-export .af-sticky-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--af-paper);
  border-top: 2px solid var(--af-ink);
  transform: translateY(110%);
  transition: transform 0.3s ease;
  z-index: 60;
}

.atl-fashion-export .af-sticky-cta.is-visible {
  transform: translateY(0);
}

.atl-fashion-export .af-sticky-cta__inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 14px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.atl-fashion-export .af-sticky-cta__text {
  font-size: 14px;
  font-weight: 600;
  color: var(--af-ink);
}

.atl-fashion-export .af-sticky-cta__btn {
  padding: 10px 20px;
  font-size: 14px;
}

/* ---------- Hero ---------- */
.atl-fashion-export .af-hero {
  padding-top: 56px;
  background: linear-gradient(180deg, var(--af-paper) 0%, var(--af-white) 100%);
  border-bottom: 1px solid var(--af-line);
}

.atl-fashion-export .af-hero__grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 56px;
  align-items: start;
}

.atl-fashion-export .af-hero__title {
  font-size: clamp(30px, 4vw, 46px);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.015em;
  margin-bottom: 20px;
}

.atl-fashion-export .af-hero__lede {
  font-size: 17px;
  color: var(--af-ink-soft);
  max-width: 560px;
  margin-bottom: 28px;
}

.atl-fashion-export .af-hero__actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 44px;
}

.atl-fashion-export .af-hero__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  border-top: 1px solid var(--af-line);
  padding-top: 24px;
}

.atl-fashion-export .af-hero__stat {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.atl-fashion-export .af-hero__stat-num {
  font-size: 30px;
  font-weight: 800;
  color: var(--af-red);
  letter-spacing: -0.02em;
}

.atl-fashion-export .af-hero__stat-label {
  font-size: 13px;
  color: var(--af-ink-soft);
  line-height: 1.4;
}

/* AWB card visual */
.atl-fashion-export .af-awb-card {
  background: var(--af-white);
  border: 1.5px solid var(--af-ink);
  border-radius: 4px;
  padding: 22px;
  position: relative;
  box-shadow: 8px 8px 0 var(--af-paper-deep);
}

.atl-fashion-export .af-awb-card__row--top {
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--af-blue);
  border-bottom: 1px dashed var(--af-line);
  padding-bottom: 14px;
  margin-bottom: 14px;
}

.atl-fashion-export .af-awb-card__field {
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding: 10px 0;
  border-bottom: 1px dashed var(--af-line);
}

.atl-fashion-export .af-awb-card__field:last-of-type {
  border-bottom: none;
}

.atl-fashion-export .af-awb-card__label {
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--af-ink-soft);
}

.atl-fashion-export .af-awb-card__value {
  font-size: 14.5px;
  font-weight: 600;
}

.atl-fashion-export .af-awb-card__value--flag {
  color: var(--af-red);
}

.atl-fashion-export .af-awb-card__stamp {
  position: absolute;
  bottom: 16px;
  right: 16px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  color: var(--af-green);
  border: 2px solid var(--af-green);
  border-radius: 999px;
  padding: 6px 14px;
  transform: rotate(-8deg);
}

/* ---------- Cards / grid ---------- */
.atl-fashion-export .af-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.atl-fashion-export .af-card {
  background: var(--af-white);
  border: 1px solid var(--af-line);
  border-radius: 6px;
  padding: 26px;
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.atl-fashion-export .af-card.is-in {
  opacity: 1;
  transform: translateY(0);
}

.atl-fashion-export .af-card__index {
  display: block;
  font-size: 13px;
  font-weight: 800;
  color: var(--af-line);
  letter-spacing: 0.08em;
  margin-bottom: 12px;
}

.atl-fashion-export .af-card__title {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.35;
}

.atl-fashion-export .af-card__text {
  font-size: 14.5px;
  color: var(--af-ink-soft);
}

/* ---------- Persona ---------- */
.atl-fashion-export .af-persona-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  margin-top: 28px;
}

.atl-fashion-export .af-persona {
  background: var(--af-white);
  border-left: 3px solid var(--af-red);
  padding: 18px 20px;
  border-radius: 2px;
}

.atl-fashion-export .af-persona__title {
  font-size: 15.5px;
  font-weight: 700;
  margin-bottom: 8px;
}

.atl-fashion-export .af-persona__goal {
  font-size: 14px;
  color: var(--af-ink-soft);
}

/* ---------- Context ---------- */
.atl-fashion-export .af-context__grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 48px;
  align-items: start;
}

.atl-fashion-export .af-context__list li {
  padding: 14px 0;
  border-bottom: 1px solid var(--af-line);
  font-size: 15px;
  color: var(--af-ink-soft);
}

.atl-fashion-export .af-context__list li strong {
  color: var(--af-ink);
}

/* ---------- Timeline ---------- */
.atl-fashion-export .af-timeline {
  counter-reset: none;
  border-left: 2px dashed var(--af-line);
  margin-left: 8px;
  margin-top: 24px;
}

.atl-fashion-export .af-timeline__item {
  display: flex;
  gap: 22px;
  padding: 0 0 34px 28px;
  position: relative;
  opacity: 0;
  transform: translateX(-10px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.atl-fashion-export .af-timeline__item.is-in {
  opacity: 1;
  transform: translateX(0);
}

.atl-fashion-export .af-timeline__item::before {
  content: "";
  position: absolute;
  left: -7px;
  top: 4px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--af-red);
  border: 2px solid var(--af-white);
}

.atl-fashion-export .af-timeline__num {
  font-size: 13px;
  font-weight: 800;
  color: var(--af-red);
  letter-spacing: 0.06em;
  min-width: 28px;
}

.atl-fashion-export .af-timeline__title {
  font-size: 16.5px;
  font-weight: 700;
  margin-bottom: 6px;
}

.atl-fashion-export .af-timeline__body p {
  font-size: 14.5px;
  color: var(--af-ink-soft);
  max-width: 560px;
}

/* ---------- Table ---------- */
.atl-fashion-export .af-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--af-line);
  border-radius: 6px;
}

.atl-fashion-export .af-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 560px;
}

.atl-fashion-export .af-table th,
.atl-fashion-export .af-table td {
  text-align: left;
  padding: 14px 18px;
  font-size: 14.5px;
  border-bottom: 1px solid var(--af-line);
}

.atl-fashion-export .af-table thead th {
  background: var(--af-ink);
  color: var(--af-white);
  font-size: 13px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.atl-fashion-export .af-table tbody tr:last-child td {
  border-bottom: none;
}

.atl-fashion-export .af-table tbody tr:nth-child(even) {
  background: var(--af-paper);
}

.atl-fashion-export .af-table-note {
  margin-top: 16px;
  font-size: 14px;
  color: var(--af-ink-soft);
  font-style: italic;
}

/* ---------- Guide (invoice / packing list) ---------- */
.atl-fashion-export .af-guide__grid {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 44px;
  align-items: start;
}

.atl-fashion-export .af-guide__grid--reverse {
  grid-template-columns: 0.7fr 1.3fr;
}

.atl-fashion-export .af-guide__grid--reverse .af-guide__card {
  order: 1;
}

.atl-fashion-export .af-guide__grid--reverse .af-guide__text {
  order: 2;
}

.atl-fashion-export .af-check-list li {
  position: relative;
  padding: 10px 0 10px 26px;
  font-size: 14.5px;
  color: var(--af-ink-soft);
  border-bottom: 1px solid var(--af-line);
}

.atl-fashion-export .af-check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 16px;
  width: 12px;
  height: 12px;
  border: 2px solid var(--af-green);
  border-radius: 3px;
}

.atl-fashion-export .af-guide__card {
  background: var(--af-ink);
  color: var(--af-white);
  border-radius: 6px;
  padding: 26px;
}

.atl-fashion-export .af-guide__card-title {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #E8B4AB;
}

.atl-fashion-export .af-guide__card p {
  font-size: 14.5px;
  color: #D6D9E2;
}

/* ---------- Mistakes ---------- */
.atl-fashion-export .af-mistake-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 18px;
  margin-top: 24px;
}

.atl-fashion-export .af-mistake {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 6px;
  padding: 20px;
}

.atl-fashion-export .af-mistake__num {
  display: block;
  font-size: 13px;
  font-weight: 800;
  color: var(--af-red);
  margin-bottom: 10px;
}

.atl-fashion-export .af-mistake p {
  font-size: 14px;
  color: #D6D9E2;
}

/* ---------- Cost ---------- */
.atl-fashion-export .af-cost-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.atl-fashion-export .af-cost-item {
  border-top: 3px solid var(--af-blue);
  padding-top: 14px;
}

.atl-fashion-export .af-cost-item h3 {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 8px;
}

.atl-fashion-export .af-cost-item p {
  font-size: 13.5px;
  color: var(--af-ink-soft);
}

/* ---------- Case study ---------- */
.atl-fashion-export .af-case {
  max-width: 780px;
}

.atl-fashion-export .af-case__lede {
  font-size: 17px;
  color: var(--af-ink-soft);
  margin-bottom: 18px;
}

.atl-fashion-export .af-case p {
  font-size: 15.5px;
  color: var(--af-ink-soft);
  margin-bottom: 16px;
}

.atl-fashion-export .af-case__lesson {
  color: var(--af-ink);
  font-weight: 600;
  border-left: 3px solid var(--af-red);
  padding-left: 18px;
  margin-top: 24px;
}

.atl-fashion-export .af-case__tagline {
  margin-top: 20px;
  font-size: 17px;
  font-weight: 800;
  color: var(--af-red);
  letter-spacing: -0.01em;
}

/* ---------- Checklist / resources ---------- */
.atl-fashion-export .af-checklist {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 40px;
  align-items: start;
}

.atl-fashion-export .af-resource-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.atl-fashion-export .af-resource-card {
  display: block;
  background: var(--af-paper);
  border: 1px solid var(--af-line);
  border-radius: 6px;
  padding: 20px;
  transition: transform 0.15s ease, border-color 0.15s ease;
}

.atl-fashion-export .af-resource-card:hover {
  transform: translateY(-3px);
  border-color: var(--af-red);
}

.atl-fashion-export .af-resource-card h3 {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 6px;
}

.atl-fashion-export .af-resource-card p {
  font-size: 13.5px;
  color: var(--af-ink-soft);
}

/* ---------- Solution ---------- */
.atl-fashion-export .af-solution-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 8px;
}

.atl-fashion-export .af-solution-item {
  background: var(--af-white);
  border: 1px solid var(--af-line);
  border-radius: 999px;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 600;
}

/* ---------- FAQ / Accordion ---------- */
.atl-fashion-export .af-faq {
  max-width: 780px;
}

.atl-fashion-export .af-accordion {
  border-bottom: 1px solid var(--af-line);
}

.atl-fashion-export .af-accordion__trigger {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 20px 4px;
  font-size: 15.5px;
  font-weight: 700;
  text-align: left;
  color: var(--af-ink);
}

.atl-fashion-export .af-accordion__icon {
  position: relative;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.atl-fashion-export .af-accordion__icon::before,
.atl-fashion-export .af-accordion__icon::after {
  content: "";
  position: absolute;
  background: var(--af-red);
  transition: transform 0.2s ease;
}

.atl-fashion-export .af-accordion__icon::before {
  top: 7px;
  left: 0;
  width: 16px;
  height: 2px;
}

.atl-fashion-export .af-accordion__icon::after {
  top: 0;
  left: 7px;
  width: 2px;
  height: 16px;
}

.atl-fashion-export .af-accordion.is-open .af-accordion__icon::after {
  transform: scaleY(0);
}

.atl-fashion-export .af-accordion__panel {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s ease;
}

.atl-fashion-export .af-accordion__panel p {
  font-size: 14.5px;
  color: var(--af-ink-soft);
  padding: 0 4px 20px;
}

/* ---------- Form ---------- */
.atl-fashion-export .af-form-section {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 48px;
  align-items: start;
}

.atl-fashion-export .af-form-section__lede {
  font-size: 15.5px;
  color: #C7CBD6;
  max-width: 380px;
}

.atl-fashion-export .af-form {
  background: var(--af-white);
  color: var(--af-ink);
  border-radius: 8px;
  padding: 30px;
}

.atl-fashion-export .af-form__row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 16px;
}

.atl-fashion-export .af-form__field {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 13px;
  font-weight: 600;
  color: var(--af-ink-soft);
  margin-bottom: 16px;
}

.atl-fashion-export .af-form__field--full {
  grid-column: 1 / -1;
}

.atl-fashion-export .af-form__field input,
.atl-fashion-export .af-form__field textarea {
  border: 1px solid var(--af-line);
  border-radius: 4px;
  padding: 11px 13px;
  font-size: 14.5px;
  color: var(--af-ink);
  background: var(--af-white);
  resize: vertical;
}

.atl-fashion-export .af-form__field input:focus,
.atl-fashion-export .af-form__field textarea:focus {
  outline: 2px solid var(--af-blue);
  outline-offset: 1px;
}

.atl-fashion-export .af-form__submit {
  width: 100%;
  margin-top: 4px;
}

.atl-fashion-export .af-form__note {
  margin-top: 14px;
  font-size: 14px;
  min-height: 18px;
}

.atl-fashion-export .af-form__note.is-success {
  color: var(--af-green);
  font-weight: 600;
}

.atl-fashion-export .af-form__note.is-error {
  color: var(--af-red);
  font-weight: 600;
}

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  .atl-fashion-export .af-hero__grid,
  .atl-fashion-export .af-context__grid,
  .atl-fashion-export .af-guide__grid,
  .atl-fashion-export .af-guide__grid--reverse,
  .atl-fashion-export .af-checklist,
  .atl-fashion-export .af-form-section {
    grid-template-columns: 1fr;
  }

  .atl-fashion-export .af-guide__grid--reverse .af-guide__card,
  .atl-fashion-export .af-guide__grid--reverse .af-guide__text {
    order: initial;
  }

  .atl-fashion-export .af-card-grid,
  .atl-fashion-export .af-persona-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .atl-fashion-export .af-cost-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .atl-fashion-export .af-resource-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .atl-fashion-export .af-section {
    padding: 48px 0;
  }

  .atl-fashion-export .af-hero__stats,
  .atl-fashion-export .af-card-grid,
  .atl-fashion-export .af-persona-grid,
  .atl-fashion-export .af-cost-grid,
  .atl-fashion-export .af-form__row {
    grid-template-columns: 1fr;
  }

  .atl-fashion-export .af-hero__actions {
    flex-direction: column;
  }

  .atl-fashion-export .af-hero__actions .af-btn {
    width: 100%;
  }

  .atl-fashion-export .af-sticky-cta__inner {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (prefers-reduced-motion: reduce) {
  .atl-fashion-export * {
    transition: none !important;
    animation: none !important;
  }
}/* End custom CSS */