.elementor-11994 .elementor-element.elementor-element-7df1600{--display:flex;}/* Start custom CSS for html, class: .elementor-element-5d6d7c9 */:root{
    --atl-shoes-navy:#0E2A43;
    --atl-shoes-navy-deep:#081A2C;
    --atl-shoes-blue:#1C4E80;
    --atl-shoes-amber:#E08A2C;
    --atl-shoes-amber-deep:#C4721B;
    --atl-shoes-bg:#F6F7F9;
    --atl-shoes-card:#FFFFFF;
    --atl-shoes-ink:#1F2937;
    --atl-shoes-ink-soft:#5B6472;
    --atl-shoes-line:#E3E7EC;
    --atl-shoes-green:#2F7D5A;
  }

  .atl-shoes-page{
    background:var(--atl-shoes-bg);
    color:var(--atl-shoes-ink);
    margin:0;
    padding:0;
    line-height:1.65;
    -webkit-font-smoothing:antialiased;
  }
  .atl-shoes-page *{ box-sizing:border-box; }
  .atl-shoes-page img{ max-width:100%; }

  .atl-shoes-wrap{
    max-width:1080px;
    margin:0 auto;
    padding:0 24px;
  }

  /* ---------- Section rhythm ---------- */
  .atl-shoes-section{
    padding:72px 0;
    border-bottom:1px solid var(--atl-shoes-line);
  }
  .atl-shoes-section--tight{ padding:56px 0; }
  .atl-shoes-eyebrow{
    display:inline-flex;
    align-items:center;
    gap:8px;
    font-size:13px;
    font-weight:700;
    letter-spacing:.06em;
    text-transform:uppercase;
    color:var(--atl-shoes-amber-deep);
    margin-bottom:14px;
  }
  .atl-shoes-eyebrow::before{
    content:"";
    width:18px;
    height:2px;
    background:var(--atl-shoes-amber);
    display:inline-block;
  }
  .atl-shoes-h2{
    font-size:clamp(24px,3.4vw,34px);
    font-weight:800;
    line-height:1.28;
    margin:0 0 18px;
    color:var(--atl-shoes-navy-deep);
  }
  .atl-shoes-h3{
    font-size:19px;
    font-weight:750;
    margin:0 0 10px;
    color:var(--atl-shoes-navy-deep);
  }
  .atl-shoes-lede{
    font-size:17px;
    color:var(--atl-shoes-ink-soft);
    max-width:680px;
    margin:0 0 8px;
  }
  .atl-shoes-p{ margin:0 0 14px; font-size:15.5px; }
  .atl-shoes-p:last-child{ margin-bottom:0; }

  /* ---------- Reveal animation ---------- */
  .atl-shoes-reveal{
    opacity:0;
    transform:translateY(16px);
    transition:opacity .6s ease, transform .6s ease;
  }
  .atl-shoes-reveal.atl-shoes-in{
    opacity:1;
    transform:translateY(0);
  }

  /* ================= HERO ================= */
  .atl-shoes-hero{
    position:relative;
    background:linear-gradient(160deg,var(--atl-shoes-navy-deep) 0%,var(--atl-shoes-navy) 55%,var(--atl-shoes-blue) 100%);
    color:#fff;
    overflow:hidden;
    padding:88px 0 96px;
    border-bottom:none;
  }
  .atl-shoes-hero::after{
    content:"";
    position:absolute;
    inset:0;
    background:
      radial-gradient(circle at 85% 12%, rgba(224,138,44,.25), transparent 45%),
      radial-gradient(circle at 8% 90%, rgba(255,255,255,.08), transparent 40%);
    pointer-events:none;
  }
  .atl-shoes-hero-grid{
    position:relative;
    display:grid;
    grid-template-columns:1.15fr .85fr;
    gap:48px;
    align-items:center;
  }
  .atl-shoes-hero .atl-shoes-eyebrow{ color:#FBD8A8; }
  .atl-shoes-hero .atl-shoes-eyebrow::before{ background:#FBD8A8; }
  .atl-shoes-hero-title{
    font-size:clamp(28px,4.2vw,42px);
    font-weight:800;
    line-height:1.22;
    margin:0 0 18px;
  }
  .atl-shoes-hero-title span{ color:#F4B15C; }
  .atl-shoes-hero-desc{
    font-size:16.5px;
    color:#CBD8E6;
    max-width:520px;
    margin:0 0 28px;
  }
  .atl-shoes-hero-cta-row{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
    margin-bottom:28px;
  }
  .atl-shoes-hero-stats{
    display:flex;
    gap:28px;
    flex-wrap:wrap;
  }
  .atl-shoes-hero-stat b{
    display:block;
    font-size:22px;
    color:#F4B15C;
  }
  .atl-shoes-hero-stat span{
    font-size:12.5px;
    color:#9FB2C6;
  }

  /* Boarding-pass style document card — signature visual element */
  .atl-shoes-pass{
    position:relative;
    background:#fff;
    color:var(--atl-shoes-ink);
    border-radius:14px;
    box-shadow:0 30px 60px -20px rgba(0,0,0,.45);
    overflow:hidden;
    transform:rotate(2deg);
    animation:atl-shoes-float 5s ease-in-out infinite;
  }
  @keyframes atl-shoes-float{
    0%,100%{ transform:rotate(2deg) translateY(0); }
    50%{ transform:rotate(2deg) translateY(-8px); }
  }
  .atl-shoes-pass-top{
    background:var(--atl-shoes-amber);
    color:#fff;
    padding:14px 18px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    font-size:12px;
    font-weight:700;
    letter-spacing:.04em;
    text-transform:uppercase;
  }
  .atl-shoes-pass-body{ padding:18px; }
  .atl-shoes-pass-row{
    display:flex;
    justify-content:space-between;
    padding:9px 0;
    border-bottom:1px dashed var(--atl-shoes-line);
    font-size:13.5px;
  }
  .atl-shoes-pass-row:last-child{ border-bottom:none; }
  .atl-shoes-pass-row span:first-child{ color:var(--atl-shoes-ink-soft); }
  .atl-shoes-pass-row span:last-child{ font-weight:700; }
  .atl-shoes-pass-footer{
    border-top:2px dotted var(--atl-shoes-line);
    padding:14px 18px;
    display:flex;
    justify-content:space-between;
    align-items:center;
  }
  .atl-shoes-pass-footer small{ color:var(--atl-shoes-ink-soft); font-size:11.5px; }
  .atl-shoes-pass-tag{
    background:var(--atl-shoes-green);
    color:#fff;
    font-size:11px;
    font-weight:700;
    padding:4px 10px;
    border-radius:20px;
  }

  /* ---------- Buttons ---------- */
  .atl-shoes-btn{
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:13px 22px;
    border-radius:8px;
    font-size:14.5px;
    font-weight:700;
    text-decoration:none;
    cursor:pointer;
    border:1px solid transparent;
    transition:transform .15s ease, box-shadow .15s ease, background .15s ease;
  }
  .atl-shoes-btn:hover{ transform:translateY(-2px); }
  .atl-shoes-btn--primary{
    background:var(--atl-shoes-amber);
    color:#fff;
    box-shadow:0 10px 22px -8px rgba(224,138,44,.6);
  }
  .atl-shoes-btn--primary:hover{ background:var(--atl-shoes-amber-deep); }
  .atl-shoes-btn--ghost{
    background:rgba(255,255,255,.08);
    color:#fff;
    border-color:rgba(255,255,255,.35);
  }
  .atl-shoes-btn--ghost:hover{ background:rgba(255,255,255,.16); }
  .atl-shoes-btn--dark{
    background:var(--atl-shoes-navy-deep);
    color:#fff;
  }
  .atl-shoes-btn--dark:hover{ background:var(--atl-shoes-navy); }
  .atl-shoes-btn--outline{
    background:transparent;
    border-color:var(--atl-shoes-navy-deep);
    color:var(--atl-shoes-navy-deep);
  }
  .atl-shoes-btn--outline:hover{ background:var(--atl-shoes-navy-deep); color:#fff; }
  .atl-shoes-btn--block{ width:100%; justify-content:center; }

  /* ================= PAIN POINTS ================= */
  .atl-shoes-pain-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
    gap:18px;
    margin-top:32px;
  }
  .atl-shoes-pain-card{
    background:var(--atl-shoes-card);
    border:1px solid var(--atl-shoes-line);
    border-left:4px solid var(--atl-shoes-amber);
    border-radius:10px;
    padding:20px;
    transition:box-shadow .2s ease, transform .2s ease;
  }
  .atl-shoes-pain-card:hover{
    box-shadow:0 14px 30px -18px rgba(14,42,67,.35);
    transform:translateY(-3px);
  }
  .atl-shoes-pain-card b{
    display:block;
    font-size:15px;
    color:var(--atl-shoes-navy-deep);
    margin-bottom:6px;
  }
  .atl-shoes-pain-card p{
    margin:0;
    font-size:14px;
    color:var(--atl-shoes-ink-soft);
  }

  /* ================= INLINE CTA ================= */
  .atl-shoes-inline-cta{
    display:flex;
    flex-wrap:wrap;
    gap:16px;
    align-items:center;
    justify-content:space-between;
    background:linear-gradient(120deg,var(--atl-shoes-navy-deep),var(--atl-shoes-blue));
    color:#fff;
    border-radius:14px;
    padding:26px 28px;
    margin:36px 0 8px;
  }
  .atl-shoes-inline-cta p{ margin:0; color:#CBD8E6; font-size:14.5px; }
  .atl-shoes-inline-cta strong{ display:block; font-size:17px; color:#fff; margin-bottom:4px; }
  .atl-shoes-inline-cta-actions{ display:flex; gap:10px; flex-wrap:wrap; }

  /* ================= TIMELINE ================= */
  .atl-shoes-timeline{
    position:relative;
    margin-top:36px;
    padding-left:28px;
    border-left:2px solid var(--atl-shoes-line);
  }
  .atl-shoes-tl-item{
    position:relative;
    padding-bottom:30px;
  }
  .atl-shoes-tl-item:last-child{ padding-bottom:0; }
  .atl-shoes-tl-item::before{
    content:attr(data-step);
    position:absolute;
    left:-40px;
    top:0;
    width:26px;
    height:26px;
    border-radius:50%;
    background:var(--atl-shoes-navy-deep);
    color:#fff;
    font-size:12px;
    font-weight:700;
    display:flex;
    align-items:center;
    justify-content:center;
  }
  .atl-shoes-tl-item.atl-shoes-tl-key::before{ background:var(--atl-shoes-amber); }
  .atl-shoes-tl-item h4{ margin:0 0 6px; font-size:15.5px; color:var(--atl-shoes-navy-deep); }
  .atl-shoes-tl-item p{ margin:0; font-size:14px; color:var(--atl-shoes-ink-soft); }

  /* ================= COMPARISON TABLE ================= */
  .atl-shoes-table-wrap{
    overflow-x:auto;
    margin-top:28px;
    border:1px solid var(--atl-shoes-line);
    border-radius:12px;
  }
  table.atl-shoes-table{
    width:100%;
    border-collapse:collapse;
    min-width:560px;
    font-size:14px;
  }
  .atl-shoes-table th, .atl-shoes-table td{
    padding:14px 16px;
    text-align:left;
    border-bottom:1px solid var(--atl-shoes-line);
  }
  .atl-shoes-table thead th{
    background:var(--atl-shoes-navy-deep);
    color:#fff;
    font-weight:700;
    font-size:13px;
    text-transform:uppercase;
    letter-spacing:.03em;
  }
  .atl-shoes-table tbody tr:last-child td{ border-bottom:none; }
  .atl-shoes-table tbody tr:hover{ background:#FBF6EF; }
  .atl-shoes-table td:first-child{ font-weight:700; color:var(--atl-shoes-navy-deep); width:26%; }
  .atl-shoes-tag-good{ color:var(--atl-shoes-green); font-weight:700; }
  .atl-shoes-tag-warn{ color:var(--atl-shoes-amber-deep); font-weight:700; }

  /* ================= DOCUMENT MOCKUPS ================= */
  .atl-shoes-doc-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:28px;
    margin-top:30px;
    align-items:start;
  }
  .atl-shoes-doc-mock{
    background:#fff;
    border:1px solid var(--atl-shoes-line);
    border-radius:10px;
    box-shadow:0 20px 40px -28px rgba(14,42,67,.4);
    overflow:hidden;
  }
  .atl-shoes-doc-mock-head{
    background:var(--atl-shoes-navy-deep);
    color:#fff;
    padding:10px 16px;
    font-size:12.5px;
    font-weight:700;
    letter-spacing:.03em;
    text-transform:uppercase;
  }
  .atl-shoes-doc-mock-body{ padding:16px; }
  .atl-shoes-doc-field{
    display:flex;
    justify-content:space-between;
    gap:10px;
    padding:7px 0;
    border-bottom:1px solid #F0F2F5;
    font-size:12.8px;
  }
  .atl-shoes-doc-field:last-child{ border-bottom:none; }
  .atl-shoes-doc-field span:first-child{ color:var(--atl-shoes-ink-soft); }
  .atl-shoes-doc-field span:last-child{ font-weight:600; text-align:right; }
  .atl-shoes-doc-notes{ margin-top:8px; }
  .atl-shoes-doc-notes li{ font-size:14px; margin-bottom:8px; color:var(--atl-shoes-ink); }
  .atl-shoes-doc-notes li b{ color:var(--atl-shoes-navy-deep); }

  /* ================= CASE STUDY ================= */
  .atl-shoes-case{
    background:var(--atl-shoes-card);
    border:1px solid var(--atl-shoes-line);
    border-radius:14px;
    padding:32px;
    margin-top:28px;
  }
  .atl-shoes-case-stats{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:14px;
    margin:22px 0 24px;
  }
  .atl-shoes-case-stat{
    background:var(--atl-shoes-bg);
    border-radius:10px;
    padding:16px;
    text-align:center;
  }
  .atl-shoes-case-stat b{ display:block; font-size:20px; color:var(--atl-shoes-navy-deep); }
  .atl-shoes-case-stat span{ font-size:12px; color:var(--atl-shoes-ink-soft); }
  .atl-shoes-case blockquote{
    margin:20px 0 0;
    padding-left:16px;
    border-left:3px solid var(--atl-shoes-amber);
    font-size:15px;
    color:var(--atl-shoes-navy-deep);
    font-style:normal;
  }

  /* ================= MISTAKES LIST ================= */
  .atl-shoes-mistake{
    display:flex;
    gap:14px;
    padding:16px 0;
    border-bottom:1px solid var(--atl-shoes-line);
  }
  .atl-shoes-mistake:last-child{ border-bottom:none; }
  .atl-shoes-mistake-num{
    flex:none;
    width:32px;
    height:32px;
    border-radius:8px;
    background:#FDECD8;
    color:var(--atl-shoes-amber-deep);
    font-weight:800;
    font-size:13px;
    display:flex;
    align-items:center;
    justify-content:center;
  }
  .atl-shoes-mistake h4{ margin:0 0 4px; font-size:15px; color:var(--atl-shoes-navy-deep); }
  .atl-shoes-mistake p{ margin:0; font-size:13.8px; color:var(--atl-shoes-ink-soft); }

  /* ================= FAQ ================= */
  .atl-shoes-faq-item{
    border:1px solid var(--atl-shoes-line);
    border-radius:10px;
    margin-bottom:12px;
    overflow:hidden;
    background:#fff;
  }
  .atl-shoes-faq-q{
    width:100%;
    text-align:left;
    background:none;
    border:none;
    padding:16px 18px;
    font-size:15px;
    font-weight:700;
    color:var(--atl-shoes-navy-deep);
    cursor:pointer;
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:12px;
  }
  .atl-shoes-faq-q::after{
    content:"+";
    font-size:20px;
    font-weight:400;
    color:var(--atl-shoes-amber-deep);
    transition:transform .25s ease;
    flex:none;
  }
  .atl-shoes-faq-item.atl-shoes-open .atl-shoes-faq-q::after{ transform:rotate(45deg); }
  .atl-shoes-faq-a{
    max-height:0;
    overflow:hidden;
    transition:max-height .3s ease;
  }
  .atl-shoes-faq-a p{
    margin:0;
    padding:0 18px 16px;
    font-size:14px;
    color:var(--atl-shoes-ink-soft);
  }

  /* ================= FORM SECTION ================= */
  .atl-shoes-form-section{
    background:linear-gradient(160deg,var(--atl-shoes-navy-deep),var(--atl-shoes-blue));
    color:#fff;
  }
  .atl-shoes-form-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:44px;
    align-items:start;
  }
  .atl-shoes-form-section .atl-shoes-h2{ color:#fff; }
  .atl-shoes-form-section .atl-shoes-lede{ color:#CBD8E6; }
  .atl-shoes-contact-card{
    background:rgba(255,255,255,.06);
    border:1px solid rgba(255,255,255,.16);
    border-radius:12px;
    padding:18px 20px;
    margin-bottom:14px;
  }
  .atl-shoes-contact-card b{ display:block; font-size:15px; margin-bottom:4px; }
  .atl-shoes-contact-card span{ display:block; font-size:13.5px; color:#CBD8E6; }
  .atl-shoes-contact-card a{ color:#F4B15C; text-decoration:none; font-weight:600; }

  .atl-shoes-form{
    background:#fff;
    color:var(--atl-shoes-ink);
    border-radius:14px;
    padding:26px;
  }
  .atl-shoes-form label{
    display:block;
    font-size:13px;
    font-weight:700;
    margin:0 0 6px;
    color:var(--atl-shoes-navy-deep);
  }
  .atl-shoes-form .atl-shoes-field{ margin-bottom:16px; }
  .atl-shoes-form input, .atl-shoes-form select, .atl-shoes-form textarea{
    width:100%;
    padding:11px 12px;
    border:1px solid var(--atl-shoes-line);
    border-radius:8px;
    font-size:14px;
    background:#F9FAFB;
  }
  .atl-shoes-form textarea{ resize:vertical; min-height:70px; }
  .atl-shoes-form-note{ font-size:12px; color:var(--atl-shoes-ink-soft); margin-top:10px; text-align:center; }

  /* ================= CLOSING PRINCIPLE ================= */
  .atl-shoes-closing{
    text-align:center;
    max-width:640px;
    margin:0 auto;
  }
  .atl-shoes-closing-line{
    font-size:22px;
    font-weight:800;
    color:var(--atl-shoes-navy-deep);
    margin-bottom:14px;
  }
  .atl-shoes-tagline{
    display:inline-block;
    margin-top:18px;
    padding:10px 22px;
    border:1px solid var(--atl-shoes-navy-deep);
    border-radius:30px;
    font-size:13.5px;
    font-weight:700;
    letter-spacing:.02em;
    color:var(--atl-shoes-navy-deep);
  }

  /* ================= STICKY CTA BAR ================= */
  .atl-shoes-sticky{
    position:fixed;
    left:0; right:0; bottom:0;
    z-index:80;
    background:var(--atl-shoes-navy-deep);
    color:#fff;
    box-shadow:0 -10px 30px -14px rgba(0,0,0,.4);
    transform:translateY(0);
    transition:transform .3s ease;
  }
  .atl-shoes-sticky.atl-shoes-hide{ transform:translateY(100%); }
  .atl-shoes-sticky-inner{
    max-width:1080px;
    margin:0 auto;
    padding:10px 20px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:14px;
  }
  .atl-shoes-sticky-text{ font-size:13px; color:#CBD8E6; }
  .atl-shoes-sticky-text b{ color:#fff; display:block; font-size:14px; }
  .atl-shoes-sticky-actions{ display:flex; gap:8px; }
  .atl-shoes-sticky-actions .atl-shoes-btn{ padding:9px 14px; font-size:13px; }
  .atl-shoes-sticky-close{
    background:none; border:none; color:#9FB2C6; font-size:18px; cursor:pointer; padding:0 4px;
  }
  .atl-shoes-body-pad{ padding-bottom:76px; }

  /* ================= RESPONSIVE ================= */
  @media (max-width:860px){
    .atl-shoes-hero-grid{ grid-template-columns:1fr; }
    .atl-shoes-pass{ max-width:340px; margin:0 auto; transform:rotate(0); }
    .atl-shoes-doc-grid{ grid-template-columns:1fr; }
    .atl-shoes-form-grid{ grid-template-columns:1fr; gap:28px; }
    .atl-shoes-case-stats{ grid-template-columns:1fr 1fr; }
    .atl-shoes-section{ padding:52px 0; }
  }
  @media (max-width:520px){
    .atl-shoes-hero{ padding:64px 0 76px; }
    .atl-shoes-sticky-text{ display:none; }
    .atl-shoes-sticky-inner{ justify-content:center; }
    .atl-shoes-inline-cta{ flex-direction:column; align-items:flex-start; }
  }/* End custom CSS */