
    .abm-success-bottom,
    .abm-success-bottom * { box-sizing: border-box; font-family: Poppins, Arial, sans-serif !important; }
    .abm-success-bottom {
      width: 100vw;
      margin-left: calc(50% - 50vw);
      margin-right: calc(50% - 50vw);
      margin-top: 0;
      padding: clamp(54px, 6vw, 82px) 20px 24px;
      background: linear-gradient(180deg, #071321 0%, #0a1d31 48%, #06111f 100%);
      color: #ffffff;
      border-top: 1px solid rgba(85, 200, 255, 0.16);
      overflow: hidden;
    }
    .abm-success-bottom__box {
      max-width: 1180px;
      margin: 0 auto;
      padding: clamp(24px, 3.4vw, 38px);
      border: 1px solid rgba(145, 205, 255, 0.22);
      border-radius: 14px;
      background: linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.055));
      box-shadow: 0 24px 70px rgba(0, 0, 0, 0.30), inset 0 1px 0 rgba(255, 255, 255, 0.12);
      backdrop-filter: blur(18px);
      -webkit-backdrop-filter: blur(18px);
    }
    .abm-success-bottom__head {
      display: grid;
      grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.55fr);
      gap: 26px;
      align-items: end;
      margin-bottom: 24px;
    }
    .abm-success-bottom__eyebrow {
      display: inline-flex;
      width: fit-content;
      margin: 0 0 14px;
      padding: 8px 10px;
      border: 1px solid rgba(85, 200, 255, 0.28);
      border-radius: 999px;
      background: rgba(85, 200, 255, 0.11);
      color: #bfeaff;
      font-size: 11px;
      line-height: 1;
      font-weight: 900;
      letter-spacing: 0.08em;
      text-transform: uppercase;
    }
    .abm-success-bottom h2 {
      max-width: 780px;
      margin: 0;
      color: #ffffff;
      font-size: clamp(28px, 4vw, 50px);
      line-height: 1.03;
      font-weight: 900;
      letter-spacing: 0;
    }
    .abm-success-bottom p {
      margin: 0;
      color: #c9d9ea;
      font-size: 15px;
      line-height: 1.7;
      font-weight: 650;
    }
    .abm-seo-related__grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 16px;
    }
    .abm-seo-related__grid a {
      display: flex;
      min-height: 168px;
      flex-direction: column;
      justify-content: space-between;
      gap: 16px;
      padding: 20px;
      border: 1px solid rgba(145, 205, 255, 0.18);
      border-radius: 12px;
      background: rgba(4, 13, 24, 0.46);
      color: #ffffff;
      text-decoration: none !important;
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
      transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
    }
    .abm-seo-related__grid a:hover {
      transform: translateY(-2px);
      border-color: rgba(85, 200, 255, 0.44);
      background: rgba(85, 200, 255, 0.11);
    }
    .abm-seo-related__grid strong {
      display: block;
      color: #ffffff;
      font-size: 18px;
      line-height: 1.2;
      font-weight: 900;
    }
    .abm-seo-related__grid span {
      display: block;
      margin-top: 8px;
      color: #c9d9ea;
      font-size: 14px;
      line-height: 1.55;
      font-weight: 650;
    }
    .abm-success-card-arrow {
      display: inline-flex;
      width: fit-content;
      align-items: center;
      gap: 8px;
      color: #55c8ff;
      font-size: 13px;
      line-height: 1;
      font-weight: 900;
    }
    @media (max-width: 900px) {
      .abm-success-bottom__head { grid-template-columns: 1fr; text-align: center; justify-items: center; }
      .abm-success-bottom__eyebrow { margin-left: auto; margin-right: auto; }
      .abm-seo-related__grid { grid-template-columns: 1fr; }
      .abm-seo-related__grid a { min-height: 0; }
    }
    @media (max-width: 640px) {
      .abm-success-bottom { padding-left: 12px; padding-right: 12px; }
      .abm-success-bottom__box { padding: 22px; }
      .abm-success-bottom__head { margin-bottom: 18px; }
    }
  