.elementor-11969 .elementor-element.elementor-element-80c6eed{--display:flex;}/* Start custom CSS for html, class: .elementor-element-a98e556 */.atl-pepper-export {
  --ink: #1E2A22;
  --ink-soft: #4A5750;
  --paper: #EFF1EA;
  --paper-raised: #FFFFFF;
  --line: #D8DBD1;
  --gold: #A97A34;
  --gold-deep: #7C5620;
  --green: #2F4B3C;
  --green-soft: #E7EEE8;
  --red: #A73D34;
  --red-soft: #F6E9E7;
  --success: #35704E;
  --success-soft: #E5F0E7;
  box-sizing: border-box;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.65;
  font-size: 16px;
}
.atl-pepper-export *, .atl-pepper-export *::before, .atl-pepper-export *::after { box-sizing: inherit; }
.atl-pepper-export img { max-width: 100%; display: block; }
.atl-pepper-export a { color: inherit; }

.atl-pepper-export .atl-wrap { max-width: 960px; margin: 0 auto; padding: 0 20px; }
.atl-pepper-export section { padding: 64px 0; }
.atl-pepper-export .atl-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 12.5px; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--gold-deep); font-weight: 700; margin-bottom: 14px;
}
.atl-pepper-export .atl-eyebrow::before { content: ""; width: 18px; height: 2px; background: var(--gold); display: inline-block; }
.atl-pepper-export h2 {
  font-size: 30px; line-height: 1.28; margin: 0 0 16px; font-weight: 800; letter-spacing: -0.01em;
}
.atl-pepper-export h3 {
  font-size: 19px; line-height: 1.4; margin: 0 0 10px; font-weight: 700;
}
.atl-pepper-export p { margin: 0 0 14px; color: var(--ink-soft); }
.atl-pepper-export .atl-lede { font-size: 17.5px; color: var(--ink); max-width: 68ch; }

/* Perforated divider - shipping label motif */
.atl-pepper-export .atl-perf {
  height: 0; border-top: 2px dashed var(--line); position: relative; margin: 0;
}
.atl-pepper-export .atl-perf::before, .atl-pepper-export .atl-perf::after {
  content: ""; position: absolute; top: -9px; width: 18px; height: 18px; border-radius: 50%;
  background: var(--paper); border: 2px solid var(--line);
}
.atl-pepper-export .atl-perf::before { left: -9px; }
.atl-pepper-export .atl-perf::after { right: -9px; }

/* HERO */
.atl-pepper-export .atl-hero {
  background: var(--ink); color: #F4F5F0; padding: 56px 0 72px; position: relative; overflow: hidden;
}
.atl-pepper-export .atl-hero .atl-wrap { position: relative; z-index: 2; }
.atl-pepper-export .atl-hero-grid { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 40px; align-items: center; }
.atl-pepper-export .atl-hero .atl-eyebrow { color: #D6B36B; }
.atl-pepper-export .atl-hero .atl-eyebrow::before { background: #D6B36B; }
.atl-pepper-export .atl-hero h2 { font-size: 36px; color: #fff; max-width: 16ch; }
.atl-pepper-export .atl-hero p { color: #C7CFC5; font-size: 16.5px; }
.atl-pepper-export .atl-hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 26px; }

/* Manifest card - signature element */
.atl-pepper-export .atl-manifest {
  background: #F7F5EE; color: var(--ink); border-radius: 4px; padding: 22px 24px;
  box-shadow: 0 24px 48px rgba(0,0,0,0.28); transform: rotate(-1.2deg);
  position: relative;
}
.atl-pepper-export .atl-manifest::after {
  content: ""; position: absolute; inset: 8px; border: 1px dashed #C6BFA8; border-radius: 2px; pointer-events: none;
}
.atl-pepper-export .atl-manifest-top { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 14px; }
.atl-pepper-export .atl-manifest-label { font-size: 10.5px; letter-spacing: 0.12em; text-transform: uppercase; color: #8A8064; font-weight: 700; }
.atl-pepper-export .atl-manifest-row { display: flex; justify-content: space-between; font-size: 14px; padding: 7px 0; border-bottom: 1px dotted #D6D0BC; }
.atl-pepper-export .atl-manifest-row span:first-child { color: #7A7460; }
.atl-pepper-export .atl-manifest-row span:last-child { font-weight: 700; }
.atl-pepper-export .atl-stamp {
  display: inline-flex; align-items: center; gap: 6px; margin-top: 14px; padding: 7px 12px;
  border: 2px solid var(--success); color: var(--success); border-radius: 3px; font-weight: 800;
  font-size: 12.5px; letter-spacing: 0.08em; text-transform: uppercase; transform: rotate(-2deg);
}

/* Buttons */
.atl-pepper-export .atl-btn {
  display: inline-flex; align-items: center; gap: 8px; padding: 12px 20px; border-radius: 3px;
  font-weight: 700; font-size: 14.5px; text-decoration: none; cursor: pointer; border: 2px solid transparent;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.atl-pepper-export .atl-btn:hover { transform: translateY(-1px); }
.atl-pepper-export .atl-btn-gold { background: var(--gold); color: #241A0B; }
.atl-pepper-export .atl-btn-gold:hover { box-shadow: 0 8px 18px rgba(169,122,52,0.35); }
.atl-pepper-export .atl-btn-outline { background: transparent; border-color: #5B675F; color: #F4F5F0; }
.atl-pepper-export .atl-btn-outline:hover { border-color: #D6B36B; color: #D6B36B; }
.atl-pepper-export .atl-btn-dark { background: var(--ink); color: #fff; }
.atl-pepper-export .atl-btn-dark:hover { box-shadow: 0 8px 18px rgba(30,42,34,0.3); }

/* Info cards */
.atl-pepper-export .atl-grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.atl-pepper-export .atl-grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.atl-pepper-export .atl-card {
  background: var(--paper-raised); border: 1px solid var(--line); border-radius: 6px; padding: 22px;
}
.atl-pepper-export .atl-card .atl-card-icon {
  width: 38px; height: 38px; border-radius: 50%; background: var(--green-soft); color: var(--green);
  display: flex; align-items: center; justify-content: center; font-weight: 800; margin-bottom: 12px; font-size: 15px;
}
.atl-pepper-export .atl-card p { margin-bottom: 0; font-size: 14.8px; }

/* Highlight box */
.atl-pepper-export .atl-highlight {
  background: var(--green-soft); border-left: 4px solid var(--green); border-radius: 0 6px 6px 0;
  padding: 18px 22px; margin: 22px 0;
}
.atl-pepper-export .atl-highlight p:last-child { margin-bottom: 0; }

/* Warning / success box */
.atl-pepper-export .atl-warning, .atl-pepper-export .atl-success-box {
  border-radius: 6px; padding: 18px 22px; margin: 18px 0; display: flex; gap: 14px; align-items: flex-start;
}
.atl-pepper-export .atl-warning { background: var(--red-soft); border: 1px solid #E3C4BE; }
.atl-pepper-export .atl-success-box { background: var(--success-soft); border: 1px solid #C3DFCB; }
.atl-pepper-export .atl-warning .atl-tag, .atl-pepper-export .atl-success-box .atl-tag {
  flex-shrink: 0; width: 26px; height: 26px; border-radius: 50%; display: flex; align-items: center; justify-content: center;
  font-weight: 800; font-size: 14px; color: #fff;
}
.atl-pepper-export .atl-warning .atl-tag { background: var(--red); }
.atl-pepper-export .atl-success-box .atl-tag { background: var(--success); }
.atl-pepper-export .atl-warning p, .atl-pepper-export .atl-success-box p { margin-bottom: 0; }
.atl-pepper-export .atl-warning strong, .atl-pepper-export .atl-success-box strong { display:block; margin-bottom: 3px; }

/* Checklist */
.atl-pepper-export .atl-checklist { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.atl-pepper-export .atl-checklist li {
  display: flex; align-items: flex-start; gap: 12px; background: var(--paper-raised); border: 1px solid var(--line);
  border-radius: 6px; padding: 13px 16px; font-size: 15px;
}
.atl-pepper-export .atl-checklist .atl-box {
  flex-shrink: 0; width: 20px; height: 20px; border: 2px solid var(--green); border-radius: 4px; margin-top: 2px; position: relative;
}
.atl-pepper-export .atl-checklist .atl-box::after {
  content: ""; position: absolute; left: 4px; top: 0px; width: 5px; height: 9px; border-right: 2px solid var(--green);
  border-bottom: 2px solid var(--green); transform: rotate(40deg);
}

/* Timeline / process steps */
.atl-pepper-export .atl-timeline { position: relative; padding-left: 6px; }
.atl-pepper-export .atl-tl-item { display: grid; grid-template-columns: 46px 1fr; gap: 18px; position: relative; padding-bottom: 26px; }
.atl-pepper-export .atl-tl-item:last-child { padding-bottom: 0; }
.atl-pepper-export .atl-tl-item::before {
  content: ""; position: absolute; left: 22px; top: 40px; bottom: -4px; width: 2px; background: var(--line);
}
.atl-pepper-export .atl-tl-item:last-child::before { display: none; }
.atl-pepper-export .atl-tl-num {
  width: 44px; height: 44px; border-radius: 50%; background: var(--ink); color: #fff; display: flex; align-items: center;
  justify-content: center; font-weight: 800; font-size: 15px; z-index: 1;
}
.atl-pepper-export .atl-tl-body h3 { margin-bottom: 4px; }
.atl-pepper-export .atl-tl-body p { margin-bottom: 0; font-size: 14.8px; }

/* Comparison table */
.atl-pepper-export .atl-table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 8px; }
.atl-pepper-export table { width: 100%; border-collapse: collapse; min-width: 560px; background: var(--paper-raised); }
.atl-pepper-export table th, .atl-pepper-export table td { padding: 13px 16px; text-align: left; font-size: 14.5px; border-bottom: 1px solid var(--line); }
.atl-pepper-export table th { background: var(--ink); color: #fff; font-weight: 700; font-size: 13px; letter-spacing: 0.03em; text-transform: uppercase; }
.atl-pepper-export table tr:last-child td { border-bottom: none; }
.atl-pepper-export table td:first-child { font-weight: 700; color: var(--ink); }
.atl-pepper-export table tr:nth-child(even) td { background: #F8F7F2; }

/* CTA banner */
.atl-pepper-export .atl-cta-banner {
  background: var(--green); color: #fff; border-radius: 10px; padding: 34px 32px; margin: 30px 0;
  display: flex; justify-content: space-between; align-items: center; gap: 24px; flex-wrap: wrap;
}
.atl-pepper-export .atl-cta-banner h3 { color: #fff; margin-bottom: 6px; font-size: 20px; }
.atl-pepper-export .atl-cta-banner p { color: #D3E2D8; margin-bottom: 0; }
.atl-pepper-export .atl-cta-banner .atl-btn-row { display: flex; gap: 10px; flex-wrap: wrap; }

.atl-pepper-export .atl-cta-inline {
  border: 1px dashed var(--gold); background: #FBF4E7; border-radius: 8px; padding: 20px 24px; margin: 26px 0;
  display: flex; justify-content: space-between; align-items: center; gap: 18px; flex-wrap: wrap;
}
.atl-pepper-export .atl-cta-inline h3 { margin-bottom: 3px; font-size: 16.5px; }
.atl-pepper-export .atl-cta-inline p { margin-bottom: 0; font-size: 14px; }

/* Contact cards */
.atl-pepper-export .atl-contact-card {
  background: var(--paper-raised); border: 1px solid var(--line); border-radius: 8px; padding: 22px; display: flex; gap: 16px; align-items: center;
}
.atl-pepper-export .atl-contact-avatar {
  width: 54px; height: 54px; border-radius: 50%; background: var(--ink); color: #fff; display: flex; align-items: center;
  justify-content: center; font-weight: 800; font-size: 17px; flex-shrink: 0;
}
.atl-pepper-export .atl-contact-info h3 { margin-bottom: 2px; }
.atl-pepper-export .atl-contact-info .atl-role { font-size: 13px; color: var(--gold-deep); font-weight: 700; margin-bottom: 6px; }
.atl-pepper-export .atl-contact-info p { margin-bottom: 2px; font-size: 14px; }

/* FAQ accordion */
.atl-pepper-export .atl-faq-item { border: 1px solid var(--line); border-radius: 8px; margin-bottom: 10px; background: var(--paper-raised); overflow: hidden; }
.atl-pepper-export .atl-faq-q {
  width: 100%; text-align: left; background: none; border: none; padding: 17px 20px; font-size: 15.5px; font-weight: 700;
  display: flex; justify-content: space-between; align-items: center; cursor: pointer; color: var(--ink); gap: 16px;
}
.atl-pepper-export .atl-faq-q .atl-faq-icon {
  width: 22px; height: 22px; border-radius: 50%; border: 2px solid var(--green); position: relative; flex-shrink: 0; transition: transform 0.25s ease;
}
.atl-pepper-export .atl-faq-q .atl-faq-icon::before, .atl-pepper-export .atl-faq-q .atl-faq-icon::after {
  content: ""; position: absolute; background: var(--green); top: 50%; left: 50%;
}
.atl-pepper-export .atl-faq-q .atl-faq-icon::before { width: 10px; height: 2px; transform: translate(-50%,-50%); }
.atl-pepper-export .atl-faq-q .atl-faq-icon::after { width: 2px; height: 10px; transform: translate(-50%,-50%); transition: opacity 0.2s ease; }
.atl-pepper-export .atl-faq-item.active .atl-faq-icon::after { opacity: 0; }
.atl-pepper-export .atl-faq-item.active .atl-faq-icon { background: var(--green); }
.atl-pepper-export .atl-faq-item.active .atl-faq-icon::before, .atl-pepper-export .atl-faq-item.active .atl-faq-icon::after { background: #fff; }
.atl-pepper-export .atl-faq-a { max-height: 0; overflow: hidden; transition: max-height 0.28s ease; }
.atl-pepper-export .atl-faq-a-inner { padding: 0 20px 18px; font-size: 14.8px; color: var(--ink-soft); }

/* Sticky CTA */
.atl-pepper-export .atl-sticky-cta {
  position: sticky; bottom: 0; left: 0; right: 0; z-index: 40; background: var(--ink); color: #fff;
  padding: 12px 20px; display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap;
  border-top: 3px solid var(--gold); margin-top: 40px;
}
.atl-pepper-export .atl-sticky-cta .atl-sticky-text { font-size: 14px; color: #D8DED8; }
.atl-pepper-export .atl-sticky-cta .atl-sticky-text strong { color: #fff; }
.atl-pepper-export .atl-sticky-actions { display: flex; gap: 8px; flex-wrap: wrap; }
.atl-pepper-export .atl-sticky-actions .atl-btn { padding: 9px 14px; font-size: 13.5px; }

@media (max-width: 760px) {
  .atl-pepper-export section { padding: 44px 0; }
  .atl-pepper-export .atl-hero { padding: 40px 0 56px; }
  .atl-pepper-export .atl-hero-grid { grid-template-columns: 1fr; }
  .atl-pepper-export .atl-hero h2 { font-size: 27px; max-width: none; }
  .atl-pepper-export h2 { font-size: 24px; }
  .atl-pepper-export .atl-grid-3, .atl-pepper-export .atl-grid-2 { grid-template-columns: 1fr; }
  .atl-pepper-export .atl-manifest { transform: none; }
  .atl-pepper-export .atl-cta-banner, .atl-pepper-export .atl-cta-inline { flex-direction: column; align-items: flex-start; }
  .atl-pepper-export .atl-sticky-cta { flex-direction: column; align-items: flex-start; }
}/* End custom CSS */