.elementor-11863 .elementor-element.elementor-element-d5129b2{--display:flex;}/* Start custom CSS for html, class: .elementor-element-3141aad */.atl-perfume-import {
  --ink: #16243A;
  --ink-soft: #33445E;
  --paper: #F6F5F0;
  --paper-alt: #ECE8DC;
  --card: #FFFFFF;
  --gold: #A8763A;
  --gold-deep: #8A5F2C;
  --gold-soft: #EFE1C4;
  --teal: #2F6F62;
  --teal-soft: #DCEAE5;
  --red: #A8402F;
  --red-soft: #F3E0DB;
  --line: #DCD6C4;
  --radius: 14px;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.65;
  font-size: 16px;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 0 40px 0;
  box-sizing: border-box;
}
.atl-perfume-import * { box-sizing: border-box; }
.atl-perfume-import img { max-width: 100%; }

@import url('https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,400;9..144,500;9..144,600;9..144,700&family=Inter:wght@400;500;600;700;800&display=swap');

.atl-perfume-import h2, .atl-perfume-import h3, .atl-perfume-import h4 {
  font-family: 'Fraunces', Georgia, serif;
  color: var(--ink);
  line-height: 1.28;
  font-weight: 600;
}
.atl-perfume-import h2 {
  font-size: 28px;
  margin: 56px 0 18px 0;
  padding-top: 20px;
  border-top: 1px solid var(--line);
  letter-spacing: -0.01em;
}
.atl-perfume-import h2:first-of-type { border-top: none; padding-top: 0; }
.atl-perfume-import h3 {
  font-size: 21px;
  margin: 30px 0 12px 0;
  color: var(--ink-soft);
}
.atl-perfume-import h4 {
  font-size: 16px;
  margin: 18px 0 8px 0;
  font-weight: 700;
  font-family: 'Inter', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--gold-deep);
}
.atl-perfume-import p { margin: 0 0 16px 0; }
.atl-perfume-import a { color: var(--gold-deep); }
.atl-perfume-import ul, .atl-perfume-import ol { margin: 0 0 16px 0; padding-left: 22px; }
.atl-perfume-import li { margin-bottom: 6px; }
.atl-perfume-import strong { color: var(--ink); }

/* ---------- Eyebrow / route motif ---------- */
.atl-route {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px 0;
}
.atl-route-line {
  flex: 1;
  height: 1px;
  background: repeating-linear-gradient(90deg, var(--gold) 0 6px, transparent 6px 12px);
}
.atl-eyebrow {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold-deep);
  white-space: nowrap;
}

/* ---------- Hero ---------- */
.atl-hero {
  padding: 44px 32px 38px 32px;
  background: linear-gradient(180deg, var(--ink) 0%, #1E3049 100%);
  color: #F4F1E8;
  border-radius: var(--radius);
  margin: 24px 0 12px 0;
  position: relative;
  overflow: hidden;
}
.atl-hero::after {
  content: "";
  position: absolute;
  right: -60px; top: -60px;
  width: 220px; height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(168,118,58,0.35) 0%, transparent 70%);
}
.atl-hero .atl-eyebrow { color: var(--gold-soft); }
.atl-hero .atl-route-line { background: repeating-linear-gradient(90deg, var(--gold-soft) 0 6px, transparent 6px 12px); opacity: .5; }
.atl-hero h1, .atl-hero .atl-hero-title {
  font-family: 'Fraunces', Georgia, serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.25;
  margin: 0 0 14px 0;
  max-width: 620px;
  position: relative;
}
.atl-hero p {
  font-size: 16.5px;
  color: #D9D4C4;
  max-width: 560px;
  margin-bottom: 22px;
  position: relative;
}
.atl-hero-chips {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  position: relative;
}
.atl-chip {
  background: rgba(244,241,232,0.08);
  border: 1px solid rgba(244,241,232,0.25);
  color: #F4F1E8;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 6px;
}
.atl-chip .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--gold); display: inline-block; }

/* ---------- Alert / risk boxes ---------- */
.atl-alert {
  border-radius: var(--radius);
  padding: 18px 20px;
  margin: 22px 0;
  border: 1px solid var(--line);
  background: var(--card);
}
.atl-alert-title {
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.atl-alert.risk { background: var(--red-soft); border-color: #E3BDB2; }
.atl-alert.risk .atl-alert-title { color: var(--red); }
.atl-alert.ok { background: var(--teal-soft); border-color: #B9D6CC; }
.atl-alert.ok .atl-alert-title { color: var(--teal); }
.atl-alert.note { background: var(--gold-soft); border-color: #DCC594; }
.atl-alert.note .atl-alert-title { color: var(--gold-deep); }
.atl-alert p:last-child { margin-bottom: 0; }
.atl-alert-icon { font-size: 15px; }

/* ---------- Info cards ---------- */
.atl-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin: 20px 0 28px 0;
}
.atl-card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 18px;
}
.atl-card h4 { margin-top: 0; color: var(--ink); font-family: 'Fraunces', serif; text-transform: none; letter-spacing: 0; font-size: 17px; font-weight: 600; }
.atl-card p { font-size: 14.5px; color: var(--ink-soft); margin-bottom: 0; }
.atl-card .tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--gold-deep);
  background: var(--gold-soft);
  padding: 3px 9px;
  border-radius: 999px;
  margin-bottom: 10px;
}

/* ---------- Decision tree ---------- */
.atl-tree { margin: 22px 0 30px 0; }
.atl-tree-node {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 13px 16px;
  font-size: 14.5px;
  font-weight: 600;
  margin: 0 auto;
  max-width: 480px;
  text-align: center;
}
.atl-tree-node.q { border-left: 4px solid var(--ink); text-align: left; }
.atl-tree-arrow { text-align: center; color: var(--gold); font-size: 20px; line-height: 1; margin: 4px 0; }
.atl-tree-branch {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin: 0 auto;
  max-width: 620px;
}
.atl-tree-branch .atl-tree-node.yes { border-left: 4px solid var(--teal); }
.atl-tree-branch .atl-tree-node.no { border-left: 4px solid var(--red); }
.atl-tree-branch .label { font-size: 11px; text-transform: uppercase; letter-spacing: .06em; font-weight: 700; text-align: center; margin-bottom: 6px; }
.atl-tree-branch .yes-col .label { color: var(--teal); }
.atl-tree-branch .no-col .label { color: var(--red); }
.atl-tree-node .result { font-size: 13px; font-weight: 400; color: var(--ink-soft); margin-top: 4px; }

/* ---------- Comparison table ---------- */
.atl-table-wrap { overflow-x: auto; margin: 20px 0 30px 0; border-radius: var(--radius); border: 1px solid var(--line); }
.atl-table { width: 100%; border-collapse: collapse; background: var(--card); font-size: 14.5px; min-width: 560px; }
.atl-table th {
  background: var(--ink);
  color: #F4F1E8;
  text-align: left;
  padding: 12px 14px;
  font-weight: 600;
  font-family: 'Fraunces', serif;
  font-size: 15px;
}
.atl-table td { padding: 12px 14px; border-top: 1px solid var(--line); vertical-align: top; }
.atl-table tr:nth-child(even) td { background: var(--paper); }
.atl-table td.highlight { font-weight: 700; color: var(--gold-deep); }
.atl-table .row-label { font-weight: 700; white-space: nowrap; }

/* ---------- Timeline ---------- */
.atl-timeline { position: relative; margin: 24px 0 30px 0; padding-left: 28px; }
.atl-timeline::before {
  content: "";
  position: absolute;
  left: 6px; top: 4px; bottom: 4px;
  width: 2px;
  background: repeating-linear-gradient(180deg, var(--gold) 0 6px, transparent 6px 12px);
}
.atl-tl-item { position: relative; margin-bottom: 22px; }
.atl-tl-item:last-child { margin-bottom: 0; }
.atl-tl-item::before {
  content: "";
  position: absolute;
  left: -28px; top: 3px;
  width: 12px; height: 12px;
  border-radius: 50%;
  background: var(--card);
  border: 3px solid var(--gold);
}
.atl-tl-time { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; color: var(--gold-deep); }
.atl-tl-title { font-weight: 700; font-size: 15.5px; margin: 2px 0 4px 0; }
.atl-tl-desc { font-size: 14.5px; color: var(--ink-soft); margin: 0; }

/* ---------- Flow diagram ---------- */
.atl-flow { display: flex; flex-wrap: wrap; gap: 0; margin: 24px 0 30px 0; align-items: stretch; }
.atl-flow-step {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 14px 16px;
  flex: 1 1 150px;
  min-width: 140px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.atl-flow-num {
  width: 22px; height: 22px;
  background: var(--ink);
  color: #F4F1E8;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 700;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 4px;
}
.atl-flow-step h4 { margin: 0; font-size: 13.5px; text-transform: none; letter-spacing: 0; color: var(--ink); font-family: 'Inter', sans-serif; font-weight: 700; }
.atl-flow-step p { font-size: 12.5px; color: var(--ink-soft); margin: 0; }
.atl-flow-arrow {
  display: flex; align-items: center; justify-content: center;
  color: var(--gold); font-size: 16px; font-weight: 700;
  flex: 0 0 24px;
}

/* ---------- Checklist ---------- */
.atl-checklist {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 22px 24px;
  margin: 22px 0 30px 0;
}
.atl-checklist ul { list-style: none; padding: 0; margin: 0; }
.atl-checklist li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 9px 0;
  border-bottom: 1px dashed var(--line);
  font-size: 14.5px;
}
.atl-checklist li:last-child { border-bottom: none; }
.atl-checklist .box {
  flex: 0 0 18px;
  width: 18px; height: 18px;
  border: 2px solid var(--gold);
  border-radius: 4px;
  margin-top: 2px;
}

/* ---------- Mistakes table already covered by atl-table ---------- */

/* ---------- Case study ---------- */
.atl-case {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 26px 28px;
  margin: 22px 0 30px 0;
}
.atl-case-header { display: flex; gap: 10px; align-items: center; margin-bottom: 14px; }
.atl-case-badge {
  background: var(--ink); color: #F4F1E8;
  font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em;
  padding: 5px 10px; border-radius: 6px;
}
.atl-ba { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin: 18px 0; }
.atl-ba-col { border-radius: 10px; padding: 14px 16px; }
.atl-ba-col.before { background: var(--red-soft); }
.atl-ba-col.after { background: var(--teal-soft); }
.atl-ba-col .label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; margin-bottom: 6px; }
.atl-ba-col.before .label { color: var(--red); }
.atl-ba-col.after .label { color: var(--teal); }
.atl-ba-col p { font-size: 14px; margin: 0; }
.atl-stats { display: flex; gap: 22px; flex-wrap: wrap; margin: 16px 0; }
.atl-stat { text-align: left; }
.atl-stat .num { font-family: 'Fraunces', serif; font-size: 26px; font-weight: 700; color: var(--gold-deep); line-height: 1; }
.atl-stat .lbl { font-size: 12.5px; color: var(--ink-soft); margin-top: 3px; }

/* ---------- FAQ accordion ---------- */
.atl-faq { margin: 20px 0 30px 0; }
.atl-faq-item {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 10px;
  margin-bottom: 10px;
  overflow: hidden;
}
.atl-faq-q {
  padding: 15px 18px;
  font-weight: 600;
  font-size: 15px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}
.atl-faq-q .plus {
  flex: 0 0 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--gold-soft);
  color: var(--gold-deep);
  display: flex; align-items: center; justify-content: center;
  font-weight: 700;
  transition: transform 0.25s ease;
}
.atl-faq-item.open .atl-faq-q .plus { transform: rotate(45deg); }
.atl-faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  padding: 0 18px;
  font-size: 14.5px;
  color: var(--ink-soft);
}
.atl-faq-item.open .atl-faq-a { max-height: 400px; padding: 0 18px 16px 18px; }

/* ---------- CTA boxes ---------- */
.atl-cta {
  background: linear-gradient(135deg, var(--ink) 0%, #24395420 100%), var(--ink);
  border-radius: var(--radius);
  padding: 26px 28px;
  margin: 30px 0;
  color: #F4F1E8;
}
.atl-cta h3, .atl-cta h4 { color: #F4F1E8; margin-top: 0; }
.atl-cta p { color: #D9D4C4; font-size: 14.5px; }
.atl-cta-btns { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 14px; }
.atl-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 20px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  border: 1px solid transparent;
}
.atl-btn.primary { background: var(--gold); color: #1B1204; }
.atl-btn.ghost { background: transparent; border-color: rgba(244,241,232,0.4); color: #F4F1E8; }
.atl-cta-contacts { display: flex; gap: 22px; flex-wrap: wrap; margin-top: 16px; font-size: 13.5px; color: #D9D4C4; }
.atl-cta-contacts b { color: #F4F1E8; }

.atl-cta.light { background: var(--card); border: 1px solid var(--line); color: var(--ink); }
.atl-cta.light h3, .atl-cta.light h4 { color: var(--ink); }
.atl-cta.light p { color: var(--ink-soft); }
.atl-cta.light .atl-btn.primary { background: var(--gold); color: #fff; }
.atl-cta.light .atl-btn.ghost { border-color: var(--line); color: var(--ink); }
.atl-cta.light .atl-cta-contacts { color: var(--ink-soft); }
.atl-cta.light .atl-cta-contacts b { color: var(--ink); }

/* ---------- Sticky CTA ---------- */
.atl-sticky {
  position: sticky;
  bottom: 14px;
  z-index: 40;
  display: flex;
  justify-content: center;
  margin-top: 34px;
}
.atl-sticky-inner {
  background: var(--ink);
  color: #F4F1E8;
  border-radius: 999px;
  padding: 10px 10px 10px 20px;
  display: flex;
  align-items: center;
  gap: 14px;
  box-shadow: 0 8px 24px rgba(22,36,58,0.35);
  font-size: 13.5px;
}
.atl-sticky-inner .atl-btn.primary { padding: 9px 16px; font-size: 13px; }

/* ---------- Final tagline ---------- */
.atl-tagline {
  text-align: center;
  font-family: 'Fraunces', serif;
  font-size: 19px;
  font-weight: 600;
  color: var(--ink);
  padding: 30px 20px 10px 20px;
  border-top: 1px solid var(--line);
  margin-top: 40px;
}
.atl-tagline span { color: var(--gold-deep); }

/* ---------- Responsive ---------- */
@media (max-width: 640px) {
  .atl-perfume-import { font-size: 15px; padding: 0 14px 40px 14px; }
  .atl-hero { padding: 30px 20px; }
  .atl-hero .atl-hero-title { font-size: 25px; }
  .atl-cards { grid-template-columns: 1fr; }
  .atl-tree-branch { grid-template-columns: 1fr; }
  .atl-ba { grid-template-columns: 1fr; }
  .atl-flow { flex-direction: column; }
  .atl-flow-arrow { transform: rotate(90deg); padding: 2px 0; }
  .atl-table-wrap { -webkit-overflow-scrolling: touch; }
  .atl-cta-btns { flex-direction: column; }
  .atl-btn { justify-content: center; }
  .atl-sticky-inner { flex-direction: column; padding: 14px; border-radius: 18px; gap: 8px; }
}/* End custom CSS */