   /* ============================================================
Audit Thank You — premium build (brand #ff7a45 / black / white / cream)
============================================================ */
   .aty,
   .aty h1,
   .aty h2,
   .aty h3,
   .aty h4,
   .aty p,
   .aty span,
   .aty a,
   .aty div {
      font-family: "Poppins", sans-serif
   }

   .aty {
      --o: #ff7a45;
      --o2: #ff9e6b;
      --od: #e5622f;
      --ink: #141414;
      --cream: #FFF4EF;
      --dark: #0e0f12;
      --dark2: #17181d;
      position: relative;
      z-index: 2
   }

   #mainfooter {
      position: relative;
      z-index: 1
   }

   .aty * {
      box-sizing: border-box
   }

   #mainheader {
      min-height: 0 !important;
      padding: 0 !important
   }

   .aty .container {
      max-width: 1180px;
      width: 100%;
      margin-left: auto;
      margin-right: auto;
      padding-left: 20px;
      padding-right: 20px
   }

   .aty .cmn_padd {
      padding: 82px 20px
   }

   /* reveal */
   .aty .reveal {
      opacity: 0;
      transform: translateY(26px);
      transition: opacity .7s cubic-bezier(.16, 1, .3, 1), transform .7s cubic-bezier(.16, 1, .3, 1);
      transition-delay: var(--d, 0s)
   }

   .aty .reveal.in {
      opacity: 1;
      transform: none
   }

   @media(prefers-reduced-motion:reduce) {
      .aty .reveal {
         opacity: 1 !important;
         transform: none !important;
         transition: none !important
      }
   }

   /* HERO (dark) */
   .aty-hero {
      padding: 160px 20px 92px;
      text-align: center;
   }

   .aty-hero:before {
      top: -200px;
      left: 50%;
      transform: translateX(-50%);
      width: 760px;
      height: 560px;
      background: radial-gradient(circle, rgba(255, 122, 69, .28), transparent 62%);
   }

   .aty-hero:after {
      mask-image: radial-gradient(circle at 50% 34%, #000, transparent 72%);
      -webkit-mask-image: radial-gradient(circle at 50% 34%, #000, transparent 72%);
   }

   .aty-check {
      width: 88px;
      height: 88px;
      border-radius: 50%;
      background: linear-gradient(135deg, var(--o), #ff9e6b);
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto 30px;
      box-shadow: 0 18px 44px rgba(255, 122, 69, .5);
      animation: atyPop .6s cubic-bezier(.16, 1.4, .3, 1) both
   }

   .aty-check svg {
      width: 44px;
      height: 44px;
      stroke: #fff;
      stroke-width: 3
   }

   @keyframes atyPop {
      0% {
         opacity: 0;
         transform: scale(.4)
      }

      100% {
         opacity: 1;
         transform: scale(1)
      }
   }

   @media(prefers-reduced-motion:reduce) {
      .aty-check {
         animation: none
      }
   }

   .aty-h1 {
      font-size: 46px;
      line-height: 1.1;
      margin: 0 0 18px;
   }

   .aty .aty-sub {
      font-size: 17.5px;
      line-height: 1.75;
      color: #b9bcc6;
      max-width: 660px;
      margin: 0 auto;
      text-align: center;
   }

   /* WHAT HAPPENS NEXT (white) */
   .aty-next {
      background: #fff
   }

   .aty-head {
      text-align: center;
      max-width: 720px;
      margin: 0 auto
   }

   .aty-eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      font-size: 12px;
      font-weight: 700;
      letter-spacing: 1.6px;
      text-transform: uppercase;
      color: var(--o);
      background: #fff4ef;
      border: 1px solid #ffd8c6;
      padding: 7px 15px;
      border-radius: 30px;
      margin-bottom: 16px
   }

   .aty-eyebrow svg {
      width: 14px;
      height: 14px;
      stroke: var(--o)
   }

   .aty-head h2 {
      font-size: 32px;
      font-weight: 700;
      color: var(--ink);
      margin: 0;
      letter-spacing: -.4px
   }

   .aty-steps {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 24px;
      margin-top: 46px
   }

   .aty-step {
      position: relative;
      background: #fff;
      border: 1px solid #f2ece7;
      border-radius: 18px;
      padding: 34px 28px 30px;
      box-shadow: 0 10px 30px rgba(0, 0, 0, .06);
      transition: transform .32s cubic-bezier(.16, 1, .3, 1), box-shadow .32s ease, border-color .32s ease
   }

   .aty-step:hover {
      transform: translateY(-8px);
      box-shadow: 0 26px 52px rgba(255, 122, 69, .16);
      border-color: #ffd8c6
   }

   .aty-num {
      width: 46px;
      height: 46px;
      border-radius: 13px;
      background: linear-gradient(135deg, var(--o), #ff9e6b);
      color: #fff;
      font-size: 20px;
      font-weight: 800;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 18px;
      box-shadow: 0 8px 20px rgba(255, 122, 69, .28)
   }

   .aty-step p {
      font-size: 15.5px;
      line-height: 1.6;
      color: #333;
      font-weight: 500;
      margin: 0
   }

   /* DON'T WANT TO WAIT (cream) */
   .aty-cta {
      background: var(--cream);
      text-align: center
   }

   .aty-cta h2 {
      font-size: 30px;
      font-weight: 700;
      color: var(--ink);
      margin: 0 0 12px;
      letter-spacing: -.3px
   }

   .aty .aty-cta p {
      font-size: 17px;
      line-height: 1.7;
      color: #5c5c5c;
      max-width: 560px;
      margin: 0 auto 28px;
      text-align: center
   }

   .aty-btn {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      background: var(--o);
      color: #fff;
      font-weight: 700;
      font-size: 16px;
      padding: 17px 38px;
      border-radius: 12px;
      text-decoration: none;
      border: 2px solid var(--o);
      box-shadow: 0 14px 32px rgba(255, 122, 69, .3);
      transition: transform .25s ease, box-shadow .25s ease, background .25s ease
   }

   .aty-btn:hover {
      background: var(--od);
      border-color: var(--od);
      color: #fff;
      transform: translateY(-3px);
      box-shadow: 0 20px 42px rgba(255, 122, 69, .45)
   }

   .aty-btn svg {
      width: 18px;
      height: 18px;
      stroke: #fff
   }

   /* RESPONSIVE */
   @media(max-width:900px) {
      .aty-hero {
         padding: 140px 18px 72px;
      }

      .aty-h1 {
         font-size: 36px;
      }

      .aty-steps {
         grid-template-columns: 1fr;
         gap: 18px
      }
   }

   @media(max-width:520px) {
      .aty-h1 {
         font-size: 29px;
      }

      .aty-cta h2,
      .aty-head h2 {
         font-size: 25px
      }

      .aty-btn {
         width: 100%;
         justify-content: center
      }
   }
